/******************************************************************************
*******************************************************************************
                       CSS Style Sheet for BellWellCharters.com
                                                                                 
  @scope        Site Styles                                                    
  @url          http://www.bellwellcharters.com/                                     
  @author       Bastian Kuberek - www.bkuberek.com                 
  @copyright    Copyright (C) 2008 BellWell Charters. All rights reserved.    
                                                                                 
*******************************************************************************
******************************************************************************/

/* @group BASE STRUCTURE
-----------------------------------------------------------------------------*/

body {
	background: #5d9ad1 url(/images/misc/ocean.jpg) center center repeat fixed;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
div#wrapper {
	width: 980px;
	margin: 20px auto;	
}
div.wrapper-inner {
}
div#header {
	width: 100%;	
}
div#nav-main {
	width: 100%;
}
div.footer {
	width: 100%;
}

/* @end BASE STRUCTURE
-----------------------------------------------------------------------------*/

/* @group HEADER
-----------------------------------------------------------------------------*/
div#header {
	background: transparent url(/images/banners) no-repeat scroll 0 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	line-height: 1;
	position: relative;
}

div#header .site-name {
	float: left;
	color: #FFFFFF;
	display: block;
	font-family: georgia,'times new roman',times,serif;
	font-size: 60px;
	height: 160px;
	padding: 10px;
	width: 510px;
}
div#header .site-slogan {
	display: block;
	padding: 3px 10px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	width: 960px;
	position: absolute;
	left: 0;
	bottom: 0;
}
div#header div.user-links {
	color: #ffffff;
	width: 440px;
	padding: 10px 10px 0 0;
	float: right;
	text-align: right;
}
div#header div.user-links a {
	color: #ffffff;
}

/* @end HEADER
-----------------------------------------------------------------------------*/

/* @group FOOTER
-----------------------------------------------------------------------------*/

div.footer {
	color: #fff;
	font-size: 12px;
}
div.footer a:link,
div.footer a:visited {
	color: #fff;
}

/* @end FOOTER
-----------------------------------------------------------------------------*/

/* @group MAIN NAV
-----------------------------------------------------------------------------*/

div#nav-main {
	margin: 10px 0;
}
div#nav-main ul {
	
}
div#nav-main ul li {
	float: left;
}
div#nav-main ul li a:link,
div#nav-main ul li a:visited,
div#nav-main ul li a:active {
	display: block;
	color: #314C74;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	overflow: hidden;
	background: #ffffff;
}
div#nav-main ul li a:hover {
	color: #ab0000;
}
div#nav-main ul li.selected a {
	color: #ffffff;
	background: #314C74;
}

/* @end MAIN NAV
-----------------------------------------------------------------------------*/

/* @group GENERAL CONTENT
-----------------------------------------------------------------------------*/

.page-title {
	text-align: center;
}

.module {
	background: #ffffff url(/images/ui/bg/bg-mod-wht.png) 0 0 no-repeat scroll;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.module .module {
	background: #ecf4fb;
	border: 1px solid #cccccc;
}



/* @end GENERAL CONTENT
-----------------------------------------------------------------------------*/


div.album-wrap {
	margin:0;
}

div.thumb {
	padding: 10px;
	width: 200px;
}
div.album-wrap div.thumb {
	float:left;
	padding: 10px;
	margin: 9px;
	width: 200px;
	height: 190px;
}
div.sidebar-right div.thumb {
	margin: 0 0 10px 0;
}

div.thumb table {
	border-collapse:collapse;
	border-spacing:0;
	width: 200px;
	height: 150px;
}

div.thumb td.imgthumb {
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 150px;
}

div.thumb .thumb-title {
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
}

#gallery-wrapper div.title {
	color:#333333;
	font-family:Georgia,Arial,Helvetica,Geneva,Sans-Serif;
	font-size:20px;
	margin:20px 0 10px;
}

#gallery-wrapper div.nav {
	border-bottom:1px solid #CCCCCC;
	font-size:10px;
	line-height:10px;
	margin:20px 0 10px;
}

#gallery-wrapper div.nav .prevnext {
	background:#FAFAFA none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 0 10px;
	padding:5px;
}

#gallery-wrapper div.nav .viewall {
	background:#FAFAFA none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:right;
	margin:0 0 10px;
	padding:5px;
}

#gallery-wrapper div.nav a:link, #gallery-wrapper div.nav a:visited {
	color:#666666;
	font-weight:bold;
}

#gallery-wrapper div.image {
	text-align: center;
}

#gallery-wrapper div.image .caption {
	margin:0 0 10px;
	padding:5px 0;
	text-align:left;
}

#gallery-wrapper .pagination-links {
	text-align: right;
}


/* @group FORMS
-----------------------------------------------------------------------------*/

.form-row {
	margin: 0 0 1em 0;
}

/* @end FORMS
-----------------------------------------------------------------------------*/


/* @group DATE PICKER
-----------------------------------------------------------------------------*/

div.datepicker {
	position: absolute;
	text-align: center;
	border: 1px #C4D5E3 solid;
	font-family: arial;
	background: #FFFFFF;
	font-size: 12px;
	padding: 0px;
}
div.datepicker table {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 180px;
}
div.datepicker table thead tr th {
	font-size: 12px;
	font-weight: bold;
	background: #e9eff4;
	border-bottom:1px solid #c4d5e3;
	padding: 0px;
	margin: 0px;
}
div.datepicker table tbody tr {
	border: 1px white solid;
	margin: 0px;
	padding: 0px;
}
div.datepicker table tbody tr td {
	border: 1px #eaeaea solid;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div.datepicker table tbody tr td:hover,
div.datepicker table tbody tr td.outbound:hover,
div.datepicker table tbody tr td.today:hover {
	border: 1px #c4d5e3 solid;
	background: #e9eff4;
	cursor: pointer;
}
div.datepicker table tbody tr td.wday {
	border: 1px #ffffff solid;
	background: #ffffff;
	cursor: text;
}
div.datepicker table tbody tr td.outbound {
	background: #e8e4e4;
}
div.datepicker table tbody tr td.today {
	border: 1px #16518e solid;
	background: #c4d5e3;
}
div.datepicker table tbody tr td.nclick,
div.datepicker table tbody tr td.nclick_outbound {
	cursor:default; color:#aaa;
}
div.datepicker table tbody tr td.nclick_outbound {
	background:#E8E4E4;
}
div.datepicker table tbody tr td.nclick:hover,
div.datepicker table tbody tr td.nclick_outbound:hover {
	border: 1px #eaeaea solid;
	background: #FFF;
}
div.datepicker table tbody tr td.nclick_outbound:hover {
	background:#E8E4E4;
}
div.datepicker table tfoot {
	font-size: 12px;
	background: #e9eff4;
	border-top:1px solid #c4d5e3;
	cursor: pointer;
	text-align: center;
	padding: 0px;
}

/* @end DATE PICKER
-----------------------------------------------------------------------------*/

/* @group MODAL
-----------------------------------------------------------------------------*/

#modal_overlay {  
	background-color: transparent; 
}
#modal_overlay.screen {  
	background-color: #000;  
}
#modal_overlay.light {  
	background-color: #fff;  
}
#modal_overlay.transparent {  
	background-color: transparent;  
}

#modal_container {
	background: #ffffff;
}

#modal_container .modal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 12px;
}

.reservation-errors {
	padding: 20px;
	border: 2px solid #000;
}

.window_white {
	background-color:#FFFFFF;
	border:10px solid #000000;
	color:#000000;
	font-family:"Lucida Grande",Verdana;
	font-size:13px;
	font-weight:bold;
	min-height:100px;
	min-width:150px;
	padding:10px;
	text-align:center;
}

/* @end MODAL
-----------------------------------------------------------------------------*/

