/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Resets */



.custom {
	background: url(images/wisriver-bgcolor.png) top center repeat;
}

.custom #wrap {
	background: url(images/wisriver-bg2.png) top center repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
}

.custom #head-wrap {
	margin: 0 auto;
	padding: 0;
	border: 0;
	height: 281px;
	width: 961px;
	background: transparent url(images/banner6.jpg) top center no-repeat;
	border-bottom: 1px #333 solid;		
}

.custom #slider {
    width: 961px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color: #999;
	border-bottom: 1px solid #333;
}
.custom #slider a {
	text-decoration: none;
}
.custom #sliderContent {
    width: 961px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.custom .sliderImage {
    float: left;
    position: relative;
	display: none;
}
.custom .sliderImage span {
    position: absolute;
	font-size: 26px;
    padding: 10px 13px 6px 13px;
    width: 961px;
    background-color: #111;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
	-khtml-opacity: 0.75;
    opacity: 0.75;
    color: #fff;
    display: none;
}
.custom .clear {
	clear: both;
}
.custom .sliderImage span strong {
    font-size: 34px;
}

.custom #no_sidebars {
	width: 920px;
}

.custom #post-23 {
	width: 920px;
}
.custom .fullpage-wrap {
	width: 920px;
}
.custom .fullpage {
		padding: 30px 0 30px 40px;
		font-size: 1.5em;
		text-align: center;
}
.custom .fullpage h2 {
	font-size: 1.8em;
	padding: 40px 0 10px 0;
}

.custom .schedule {
	font-weight:bold; 
	font-size: 1.0em;
	border-bottom: 1px #999 dotted;
}
.custom .schedule1 {
	font-weight:bold; 
	font-size: 1.0em;
	border-bottom: 1px #999 dotted;
}

.custom .wp-table-reloaded-id-1 {
	font-size: 1.05em;
}

.custom .wp-table-reloaded-id-1 .column-1 {
	width: 140px;
}

.custom .wp-table-reloaded-id-2 .row-2, .custom .wp-table-reloaded-id-2 .row-3, .custom .wp-table-reloaded-id-2 .row-4, .custom .wp-table-reloaded-id-2 .row-5, .custom .wp-table-reloaded-id-2 .row-6, .custom .wp-table-reloaded-id-2 .row-7, .custom .wp-table-reloaded-id-3 .row-2, .custom .wp-table-reloaded-id-3 .row-3, .custom .wp-table-reloaded-id-3 .row-4, .custom .wp-table-reloaded-id-3 .row-5, .custom .wp-table-reloaded-id-3 .row-6, .custom .wp-table-reloaded-id-4 .row-2, .custom .wp-table-reloaded-id-4 .row-3, .custom .wp-table-reloaded-id-4 .row-4, .custom .wp-table-reloaded-id-4 .row-5, .custom .wp-table-reloaded-id-4 .row-6, .custom .wp-table-reloaded-id-5 .row-2, .custom .wp-table-reloaded-id-5 .row-3, .custom .wp-table-reloaded-id-5 .row-4, .custom .wp-table-reloaded-id-5 .row-5, .custom .wp-table-reloaded-id-5 .row-6, .custom .wp-table-reloaded-id-5 .row-7, .custom .wp-table-reloaded-id-5 .row-8
{height: 100px;}

.custom .wp-table-reloaded-id-2 .column-1, .custom .wp-table-reloaded-id-2 .column-2, .custom .wp-table-reloaded-id-2 .column-3, .custom .wp-table-reloaded-id-2 .column-4, .custom .wp-table-reloaded-id-2 .column-5, .custom .wp-table-reloaded-id-2 .column-7 {
  width: 110px;
  font-size: 1.3em;
}
.custom .wp-table-reloaded-id-2 .column-6 {
	width: 140px;
	font-size: 1.3em;
}
.custom .wp-table-reloaded-id-2 .row-1 {
	font-size: 1.2em;
}

.custom .wp-table-reloaded-id-3 .column-1, .custom .wp-table-reloaded-id-3 .column-2, .custom .wp-table-reloaded-id-3 .column-3, .custom .wp-table-reloaded-id-3 .column-4, .custom .wp-table-reloaded-id-3 .column-5, .custom .wp-table-reloaded-id-3 .column-7 {
  width: 100px;
  font-size: 1.3em;
}
.custom .wp-table-reloaded-id-3 .column-6 {
	width: 140px;
	font-size: 1.3em;
}
.custom .wp-table-reloaded-id-3 .row-1 {
	font-size: 1.2em;
}

.custom .wp-table-reloaded-id-4 .column-1, .custom .wp-table-reloaded-id-4 .column-2, .custom .wp-table-reloaded-id-4 .column-3, .custom .wp-table-reloaded-id-4 .column-4, .custom .wp-table-reloaded-id-4 .column-5, .custom .wp-table-reloaded-id-4 .column-7 {
  width: 100px;
  font-size: 1.3em;
}
.custom .wp-table-reloaded-id-4 .column-6 {
	width: 140px;
	font-size: 1.3em;
}
.custom .wp-table-reloaded-id-4 .row-1 {
	font-size: 1.2em;
}

.custom .wp-table-reloaded-id-5 .column-1, .custom .wp-table-reloaded-id-5 .column-2, .custom .wp-table-reloaded-id-5 .column-3, .custom .wp-table-reloaded-id-5 .column-4, .custom .wp-table-reloaded-id-5 .column-5, .custom .wp-table-reloaded-id-5 .column-7 {
  width: 100px;
  font-size: 1.3em;
}
.custom .wp-table-reloaded-id-5 .column-6 {
	width: 140px;
	font-size: 1.3em;
}
.custom .wp-table-reloaded-id-5 .row-1 {
	font-size: 1.2em;
}


.custom .top {
	top: 0;
	left: 0;
}
.custom .bottom {
	bottom: 0;
    left: 0;
    height: 80px;
}
.custom ul { list-style-type: none;}

.custom .banner-boat {
	float: right;
	font-size: 2.1em;
	color: #fff;
	font-style: italic;
	padding-right: 5px;
	margin-top: 255px;
}

.custom #header {
	font-size: 1.8em;	
	margin: 0;
	padding: 0;
	border: 0;
	height: 100px;	
	background: transparent url(images/wisriver-head5.png) top center no-repeat;
	}
.custom #header ol, .custom #header ul {
	list-style: none;
}

.custom #sidebars {
	margin-top: 15px;
	margin-right: 10px;
}

.custom #content {
	min-height: 600px;
	width: 580px;
	margin-top: 15px;	
	margin-right: 0;
	padding-left: 10px;
}

.custom .entry-content img {
	padding: 5px;
	background: #ebe6ef;
	border: #ebebeb;
}

.custom #footer {
	padding: 10px;
	text-align: left;
}

.custom #content h1, .custom #content h2, .custom #content h3, .custom #content h4, .custom #content h5,.custom #content h6, .custom #content p {
	padding-left: 20px;
}
	
.custom .wis-logo{
	display:			block;
	position: 			relative;
	width:				256px;
	height:				154px;
	margin:				0 auto;
	background: 		url(images/logo.png) no-repeat;
	background-position: 0 0;	
	padding: 			0;	
	top:				0;
	overflow:			hidden;
	text-indent:		999em;
	line-height:		999em;
	z-index: 			999;
}	

/* 
	NAVIGATION 
*/

.custom .dropdown {
	float: left;
	margin: -87px 0 0 0;
	width: 350px;
	z-index: 998;
	position: relative;
}

/* 
	LEVEL ONE 
*/

.custom ul.dropdown                         { position: absolute; }
.custom ul.dropdown li                      { font-weight: bold; zoom: 1; }
.custom ul.dropdown a:hover		            { color: #006; }
.custom ul.dropdown a:active                { color: #009; }
.custom ul.dropdown li a                    { display: block; padding: 5px 6px; color: #fff; text-decoration: none; }
.custom ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
.custom ul.dropdown li.hover,
.custom ul.dropdown li:hover                { background: #f6f6f6; border-top: 1px #999 solid; border-left: 1px #999 solid; border-right: 1px #999 solid; color: #000; position: relative; }
.custom ul.dropdown li.hover a,
.custom ul.dropdown li:hover a              { color: #000; }

/* 
	LEVEL TWO
*/

.custom ul.dropdown ul 						{ text-align:left; visibility: hidden; position: absolute; top: 100%; left: -1px; }
.custom ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #999; border-left: 1px #999 solid; border-right: 1px #999 solid; float: none; padding: 2px 0 0 0; }
.custom ul.dropdown ul li.hover,
.custom ul.dropdown ul li:hover           	{ background: #F3D673; border-top: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
.custom ul.dropdown ul li a					{ border-right: none; color: #000; width: 100%; padding: 0; display: inline-block; } 

/* 
	LEVEL THREE
*/

.custom ul.dropdown ul ul 					{ left: 100%; top: 0; }
.custom ul.dropdown li:hover > ul 			{ visibility: visible; }

/*
	MISC STYLING
*/

.custom .nav-right {
	float: right;
	margin: -87px 0 0 601px;
	width: 360px;
	text-align: right;
}
.custom .cruises {
	width: 200px;
}
.custom .groups {
	width: 130px;
}

.custom .schedule-nav {
	 float: left;
}

.custom .schedule-nav:hover a { 
		padding: 3px 5px 4px 5px;
		border-bottom: 1px solid #999;		
 }
 
.custom .dd18:hover a {
	padding: 3px 5px 8px 5px;
}

.custom .dd18 {
	margin: 0 10px 0 0;
	float: left;
}
.custom .dd8 {
	margin: 0 22px 0 0;
	float: right;
}	
.custom .contact {
	float: right;
}

.custom .contact:hover a, .custom .dd8:hover a { 
		padding: 3px 5px 4px 5px;
		border-bottom: 1px solid #999;		
 }
		
/* 
END NAVIGATION 
*/
