/* ----------------------------------------------

	Whale Watch - Main Stylesheet

--------------------------------------------- */

	@import "reset.css";

/* --- Selectors ----------------------------- */

	html {
		background:#042129;
	}
	body {
		background:url("../images/bg.jpg") repeat-x top #042129;
		color:#666;
		font:62.5%/1.4 arial,helvetica,sans-serif;
		margin:0 0 40px;
		padding:0;
	}
	a:link { color:#f0680a; }
	a:hover { color:#30a3a9; }
	a:visited { color:#01313b; }
	a img { border:none; }
	
	p { margin:0 0 14px 0; }
	button { padding:0; border:none; background:none; cursor:pointer; }
	blockquote { padding:20px; background:#044752; color:#fff; text-align:center; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
	
	h1 { color:#01424b; font-size:1.67em; margin:14px 0; font-weight:bold; }
	h1 small { font-size:0.7em; color:#666; }
	h2 { color:#01424b; font-size:1.3em; margin:0 0 14px 0; font-weight:bold; }
	h3 { color:#f0690a; font-size:1.2em; margin:0 0 14px 0; font-weight:bold; }
	h4 { color:#01424b; font-size:1.1em; margin:0 0 14px 0; font-weight:bold; }
	h5 { color:#f0690a; font-size:0.83em; margin:0 0 14px 0; font-weight:bold; }
	h6 { color:#01424b; font-size:0.83em; margin:0 0 14px 0; }
	
	hr { clear:both; border:none; background:none; height:1px; padding:15px 0; background:url("../images/bg-hr.gif") repeat-x left 50%; }
	hr.nobg { background:none; padding:1px 0; }
	
	#content ul { margin:0 0 14px 20px; }
	#content ul li { list-style:none; background:url("../images/bg-li.png") no-repeat left 0.4em; padding:0 0 0 10px; }
	#content ol li { margin:10px 0 14px 20px; }
	
/* --- Common Classes ------------------------ */

	.left { float:left; }
	.right { float:right; }
	.clear { clear:both; }
	.clearleft { clear:left; margin-top:10px !important; }
	.textright { text-align:right; }
	.aligntop { vertical-align:top; }
	.imgleft, .video { float:left; margin:0 15px 0 0; }
	.imgleft { margin-bottom:10px; margin-top:10px; clear:left; }
	.imgright { float:right; margin:0 0 0 15px; }
	.introtext { color:#0e5868; }
	.border { border:1px solid #ff6600; }
	.width50 { width:50%; }
	.width40 { width:40%; }
	.width30 { width:30%; }
	.width20 { width:20%; }
	.width10 { width:10%; }
	#content ul.sitemap { margin-left:20px; }
	#content ul.sitemap li { margin:5px 0; }
	#content ul.sitemap ul { margin-left:15px; }
	.clearimage { float:right; width:357px; }
	

/* --- Accessibility ------------------------- */

	#accessibility {
		display:none;
	}

/* --- Layout -------------------------------- */

	#wrapper {
		width:960px;		
		margin:0 auto;
		font-size:1.2em;
		background:url("../images/bg-sides.jpg") no-repeat top left;	
	}
	#wrapper-inner {
		width:893px;
		background:url("../images/bg-wrapper-inner.png") repeat-y top left #f4f6f3;
		margin:0 0 0 34px;
	}
	#header {
		width:100%;
		height:182px;
		background:url("../images/bg-header.jpg") no-repeat;
	}
	#header a {
		display:block;
		margin:61px 0 0 16px;
		float:left;
	}
	#header p {
		width:245px;
		float:right;
		background:#005a6c;
		background:rgba(0,90,108,0.7);
		color:#fff;
		font-weight:bold;
		font-size:14px;
		text-align:center;
		margin:105px 0 0 0;
		padding:10px 0;
	}
	#header p small {
		font-size:12px;
		color:#a9d7e4;
		display:block;
	}
	#header p strong {
		font-size:15px;	
		display:block;	
	}
	#nav {
		height:33px;		
		background:url("../images/bg-nav.png") repeat-x top #337e8d;
	}
	#nav ul.menu {
		margin:0 0 0 10px;
		padding:3px 0 0 0;
		list-style:none;
		position:relative;
		z-index:9999;
	}
	#nav ul.menu li {
		float:left;
		margin:0 1px;
		position:relative;
	}
	#nav ul.menu li a {
		display:block !important;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
		font-size:1.08em;
		padding:6px 6px 6px 6px;
		float:left;
	}
	#nav ul.menu li a:hover {
		color:#00e0ff;
		/*background:#02687d;*/
	}
	#nav ul.menu li a span {
		width:auto !important;
		display:block !important;
	}
	#nav ul.menu ul {
		width:180px;
		background:#02687d;
		position:absolute;
		top:29px;
		left:-15px;
		padding:4px 0;
		display:none;
		z-index:999999;
		-moz-border-radius-bottomright:5px;
		-moz-border-radius-bottomleft:5px;
	}
	#nav ul.menu ul li {
		float:none;
		display:block;
		border-top:1px solid #007e98;
		border-bottom:1px solid #00586a;
		position:relative;
		z-index:999999;
	}
	#nav ul.menu ul li.nobordertop {
		border-top:none;
	}
	#nav ul.menu ul li.noborderbot {
		border-bottom:none;
	}
	#nav ul.menu ul li a {
		font-size:1em;
		text-transform:none;
		float:none;
	}
	#nav ul.menu ul li a:hover {
		background:#00434e;
	}
	#nav ul.menu li:hover ul, #nav ul.menu li.over ul {
		/*display:block;*/
	}
	#nav ul.menu span {
		width:15px;
		height:14px;
		background:url("../images/bg-dropdown.png") no-repeat left;
		display:block;
		float:left;
		margin:8px 7px 0 0;
		cursor:pointer;
	}
	#nav ul.menu span.subhover {
		background-position:right;
	}
	#cse-search-box {
		float:right;
		margin:4px 6px 0 0;
		display:inline;
	}
	#cse-search-box .search-field {
		width:150px;
		border:none;
		padding:3px;
		float:left;
	}
	#cse-search-box button {
		float:left;
		margin-top:-1px;
	}
	#languages {
		float:right;
		margin:0;
		list-style:none;
	}
	#languages li {
		float:left;
		margin:7px 10px 0 0;
	}
	#languages .english a {
		width:17px;
		height:11px;
		display:block;
		text-indent:-9999px;
		background:url("../images/english-on.png") no-repeat;
	}
	#languages .german a {
		width:17px;
		height:11px;
		display:block;
		text-indent:-9999px;
		background:url("../images/german-off.png") no-repeat;
	}
	#content {
		clear:both;
		width:618px;
		float:left;
		margin:0 0 40px 18px;
		display:inline;
	}
	#secondary-content {
		width:225px;
		float:right;
		margin:35px 10px 50px 0;
		display:inline;
	}
	#google_translate_element {
		padding:0 0 7px;
	}
	.featured-white { 
		background:url("../images/bg-featured-white-bottom.png") no-repeat bottom #fff; 
		margin:0 0 6px 0; 
		padding:0 0 10px 0; 
	}
	.featured-white strong {
		display:block;
		margin:3px 0 0 0;
	}
	.white-corners {
		width:225px;
		height:8px;
		background:url("../images/bg-white-corners.png") no-repeat;
		margin:0 0 2px;
	}
	.featured-white .more { 
		font-size:0.92em; 
		display:block; 
		color:#666; 
		background:url("../images/bg-li.png") no-repeat left 0.4em; 
		margin:5px 0 0 0;
		padding:0 0 0 10px;
	}
	.featured-white .more:hover {
		 color:#042129; 
	}
	.featured-white p { 
		color:#005c6f; 
		margin:0 10px; 
	}
	.featured-grey { 
		background:url("../images/bg-featured-grey-bottom.png") no-repeat bottom #dedddd; 
		margin:0 0 6px 0;
		padding:10px 0; 
	}
	.featured-grey p {
		margin:0 10px; 
	}
	.tours {
		width:226px;
		height:54px;
		display:block;
		text-indent:-9999px;
		background:url("../images/bg-tours.png") no-repeat;		
	}
	.book {
		width:226px;
		height:54px;
		display:block;
		text-indent:-9999px;
		background:url("../images/bg-book.png") no-repeat;
		margin:7px 0;
	}
	.clt {
		width:226px;
		height:54px;
		display:block;
		text-indent:-9999px;
		background:url("../images/bg-clt.png") no-repeat;
		margin:7px 0;
	}
	.bnz {
		width:225px;
		height:73px;
		display:block;
		text-indent:-9999px;
		background:url("../images/bnz.jpg") no-repeat;
		margin:7px 0 0 0;
	}
	.latest-news {
		font-size:0.92em;
		padding-top:0;
	}
	.latest-news h3 {
		height:34px;
		margin:0 0 8px;
		background:url("../images/bg-latest-news.png") no-repeat;
		text-indent:-9999px;
	}
	.latest-news .more {
		display:block;
		color:#666;
		background:url("../images/bg-li.png") no-repeat left 0.4em;
		margin:5px 0 0 0;
		padding:0 0 0 10px;
	}
	.latest-news .more:hover {
		color:#042129;
	}
	.latest-news p {
		color:#666;
	}
	.sea-conditions {
		font-size:0.92em;
		padding-top:0;
	}
	.sea-conditions h3 {
		height:25px;
		margin:0 0 8px;
		background:url("../images/bg-sea-conditions.png") no-repeat;
		text-indent:-9999px;
	}
	.awards {
		font-size:0.92em;
		padding-top:0;
	}
	.awards h3 {
		height:25px;
		margin:0 0 8px;
		background:url("../images/bg-our-awards.png") no-repeat;
		text-indent:-9999px;
	}	
	
	#footer {
		height:75px;
		background:url("../images/bg-footer.png") no-repeat bottom left;
		font-size:0.83em;
		clear:both;
	}
	#footer ul {
		list-style:none;
		margin:40px 0 0 8px;
		float:left;
	}
	#footer ul li {
		display:inline;
	}
	#footer a {
		color:#666;
		text-decoration:none;
	}
	#footer a:hover {
		color:#042129;
		text-decoration:underline;
	}
	#footer p {
		float:left;
		clear:left;
		margin:0 0 0 8px;
	}
	#footer .right {
		margin:6px 8px 0 0;
		float:right;
		display:inline;
	}
	#footer .right img {
		margin:0 4px;
	}
	
	.features {
		width:391px;
		height:84px;
		background:url("../images/bg-features.png") no-repeat;
		margin:10px 0 0 116px;
	}
	.features .tours {
		width:172px;
		height:27px;
		text-indent:-9999px;
		display:block;
		background:url("../images/bg-ourtours.png") no-repeat;
		float:left;
		margin:10px 0 0 13px;
	}
	.features .booktour {
		width:172px;
		height:27px;
		text-indent:-9999px;
		display:block;
		background:url("../images/bg-booktour.png") no-repeat;
		float:left;
		margin:10px 0 0 20px;
	}
	.features .australia {
		width:240px;
		height:27px;
		display:block;
		text-indent:-9999px;
		background:url("../images/whale-watch-australia.png") no-repeat;
		clear:both;
		float:left;
		margin:10px 0 0 75px;
	}
	
	#subnav {
		background:url("../images/bg-subnav.png") no-repeat left bottom #fff;
		margin:0 0 8px;
		padding:0 0 5px;
	}
	#subnav ul {
		margin:15px 15px 5px 20px;
	}
	#subnav ul li {
		margin:4px 0;
		padding:0 0 0 10px;
		list-style:none;
		background:url("../images/bg-li.gif") no-repeat left 0.6em;
	}
	#subnav a {
		color:#005b6d;
	}
	#subnav a:hover {
		color:#f0680a;
	}
	.subnav-whalewatchtours h3 {
		width:225px;
		height:29px;
		background:url("../images/bg-subnav-tours.png") no-repeat;
		text-indent:-9999px;
		margin:0;
	}
	.subnav-about h3 {
		width:225px;
		height:29px;
		background:url("../images/bg-subnav-about.png") no-repeat;
		text-indent:-9999px;
		margin:0;
	}
	h2.freephone {
		width:282px;
		height:105px;
		background:url("../images/bg-freephone.png") no-repeat;
		margin:10px 0 0 0;
		padding:17px 15px 0 15px;
		text-align:center;
		font-size:1.4em;
	}	
	#map {
		margin:0 0 20px;
	}

	
/* --- Image Gallery Footer ----------------- */

	#imagegallery-footer {
		margin:20px 0 0 0;
	}
	#imagegallery-footer span {
		float:left;
		display:block;
		font-size:1.17em;
	}
	#imagegallery-footer span a {		
		color:#666;
	}
	#imagegallery-footer span a:hover {		
		color:#333;
	}
	#imagegallery-footer .tours {
		width:173px;
		height:36px;
		background:url("../images/bg-ourtours-imagegallery.png") no-repeat;
		display:block;
		text-indent:-9999px;
		float:left;
		margin:0 30px;
	}
	#imagegallery-footer .booktour {
		width:173px;
		height:36px;
		background:url("../images/bg-booktour-imagegallery.png") no-repeat;
		display:block;
		text-indent:-9999px;
		float:left;
	}
	
/* --- Breadcrumbs -------------------------- */
	
	.breadcrumbs {
		font-size:0.92em;
		margin:12px 0 0 0;
	}
	.breadcrumbs a {
		color:#666;
		text-decoration:none;
	}
	.breadcrumbs a:hover {
		text-decoration:underline;
	}

	
/* --- Rotating Banners --------------------- */

	#content #rotating {
		height:227px;
		overflow:hidden;
	}
	#content #rotating li {
		padding:0;
		background:none;
	}
	#content #links {
		width:560px;
		background:url("../images/bg-links.png") repeat-x bottom #eee;
		color:#545252;
		font-size:0.83em;
		padding:5px 7px;
	}
	#content #links li {
		background:none;
		padding:0 2px 0 0;
		float:left;
	}
	#content #links li#one {
		margin:0 0 0 10px;
	}
	#content #links li a {
		color:#545252;
		text-decoration:none;
		text-transform:uppercase;
		margin:2px 0 0 0;
	}	
	#content #links li a:hover {
		color:#000;
	}	
	#content #links li#one a, #content #links li#two a, #content #links li#three a {
		background:url("../images/bg-links-a.png") no-repeat;
		width:9px;
		height:9px;
		display:block;
		text-indent:-9999px;
	}
	#content #links li#one a:hover, #content #links li#two a:hover, #content #links li#three a:hover, #content #links li#one a.active, #content #links li#two a.active, #content #links li#three a.active {
		background:url("../images/bg-links-a-over.png") no-repeat;
	}
	
	
	/* --- Todays Sightings ----------------- */
	
	.sighting {
		background:url("../images/bg-sightings.png") no-repeat top #dadada;
		margin:0 0 20px;
		clear:both;
	}
	.sighting .sighting-bot {
		padding:20px;
		background:url("../images/bg-sightings-bot.png") no-repeat bottom;
	}
	.sighting .vessel {
		color:#0e5868;
		font-weight:bold;
		text-transform:uppercase;
		font-size:1.2em;
		float:left;
	}
	.sighting .time {
		float:right;
		color:#0e5868;
		font-weight:bold;
	}
	.sighting table {
		clear:both;
	}
	.sighting table {
		width:100%;
		color:#0e5868;
		border-collapse:collapse;
	}
	.sighting td {
		padding:7px 0;
		border-bottom:1px solid #f0f0f0;
	}
	.sighting .reportColTime {
		width:15%;
	}
	.sighting .reportColType {
		width:20%;
	}
	.sighting .reportColDetail {
		
	}
	#content .next, #content .previous {
		padding:7px;
		background:#f0680a;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		-moz-border-radius:5px;
		-ktext-border-radius:5px;
		-webkit-border-radius:5px;
	}
	.dates {
		float:right;
		margin:20px 0 0 0;
	}
	
	
	/* --- Booking Styles ------------- */
	
	
	#booking #header {
		height:130px;
		background:url("../images/bg-header-booking.jpg") no-repeat;
		border-bottom:4px solid #004049;
	}
	#booking #header a {
		margin:41px 0 0 16px;		
	}
	#booking #wrapper-inner {
		background:#f4f6f3;
	}
	#booking #content {
		width:90%;
		margin-left:30px;
		min-height:350px;
	}
	#booking h2 {
		font-weight:normal;
	}
	#booking .booking, #booking .information, #booking .booking-steps {
		width:650px;
		font-size:1.25em;
		margin:15px 0 0 0;
		float:left;
	}
	#booking .booking #showhide table {
		width:100.6%;
		margin:-2px 0 0 -2px;
	}
	#booking .booking #showhide td {
		padding:0;
		background:none;
	}
	#booking .information {
		width:100%;
	}
	#booking .booking th, #booking .information th, #booking .booking-steps th {
		color:#005d70;
		text-align:left;
		padding:10px 10px 10px 43px;
		background-color:#c4d3d3;
		font-weight:bold;
	}
	#booking .information th {
		padding:10px;
	}
	#booking .booking th a {
		color:#005d70;
	}
	#booking .booking th a:hover {
		color:#f0680a;
	}
	#booking .booking th.info { background-image:url("../images/icon-info.png"); background-repeat:no-repeat; background-position:10px 10px; }
	#booking .booking th.computer { background-image:url("../images/icon-computer.png"); background-repeat:no-repeat; background-position:10px 10px; }
	#booking .booking th.phone { background-image:url("../images/icon-phone.png"); background-repeat:no-repeat; background-position:10px 10px; }
	#booking .booking th.fax { background-image:url("../images/icon-fax.png"); background-repeat:no-repeat; background-position:10px 10px; }
	#booking .booking th.email { background-image:url("../images/icon-email.png"); background-repeat:no-repeat; background-position:10px 10px; }
	#booking .booking th.agent { background-image:url("../images/icon-agent.png"); background-repeat:no-repeat; background-position:10px 10px; }
	#booking .booking td, #booking .booking #showhide td td {
		font-weight:bold;
		background:#dce4e3;
		padding:10px 10px 5px 10px;
	}
	#booking .information td, #booking .booking-steps td {
		background:#dce4e3;
		padding:10px;
	}
	#booking .booking td a {
		color:#666;
	}
	#booking .booking td a:hover {
		color:#333;
	}
	#booking .security {
		float:right;
		margin:17px 7px 0 0;
	}
	
	
	
	/* --- Photo Gallery ------------------ */
	
	#photos, #flash {
		position:relative;
		z-index:1 !important;
		margin:0 0 14px;
	}
	
	
	/* --- Location ----------------------- */
	
	#content ul.location {
		margin:20px 0;
	}
	#content ul.location li {
		background:url("../images/bg-location.png") no-repeat left 2px;
		padding:0 0 0 18px;
		margin:5px 0;
	}
	
	
	/* --- Search ------------------------ */
	
	#cse-search-results, #cse-search-results iframe {
		width:620px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	