/*
Theme Name: Cruisepilot 2010 - the Cruise Partner of Virgin Blue 
Theme URI: http://www.cruisepilot.com.au
Description: Cruisepilot - the Cruise Partner of Virgin Blue
Version: 2010
Author: Cruisepilot
Author URI: http://www.cruisepilot.com.au/
*/

@charset "UTF-8";

body{
	color:#555;
	font-family: Helvetica Neue,Arial,serif;

	background-image: url(http://www.cruisepilot.com.au/virginblue/img/bg.jpg);
	background-repeat: no-repeat;	
}

/** MAIN **/
#body-wrap{
	margin: 0;
	padding: 0;
}
#header{
	margin: 0;
	padding: 0;
	
	width: 960px;
	height: 150px;
}
#top-navigation{
	margin: 20px 0 0;
	padding: 0;
	float: right;
}
	#top-navigation li{
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		
		display: inline;
		
		font-size: 11px;
		text-transform: uppercase;

		border-right: 1px solid #CCC;
	}
		#top-navigation li.last{
		margin: 0;
		border-right: 0px;
	}
#nav-wrap{
	margin: 0 0 -1px 15px;
	padding: 0;

	position: relative;

	float: left;
	height: 34px;
	
	font-size: 10px;
	
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	background-image: url(http://www.cruisepilot.com.au/virginblue/img/navbg.jpg);
	background-repeat: no-repeat;
}
	#nav, #nav ul, #nav li{
		margin:0;
		padding:0;
		
		list-style:none;
	}	
	#nav li{
		padding: 0 10px;
		
		float: left;
		display: inline;
		position: relative;
		line-height: 35px;
		height: 34px;
	}	
	#nav>li{
		text-transform: uppercase;	
	
		background-image: url(http://www.cruisepilot.com.au/virginblue/img/navbg.jpg);
		background-repeat: no-repeat;
		
		border-left: 1px solid #CCC;
	}
	#nav>li span{
		margin: 0 10px 0 0;
		
		float: right;
		
		font-weight: 900;
	}	
	#nav li.last{padding-right: 0!important;}
	
	#nav ul{
		position:absolute;
		left:-1px;
		top:27px;
		
		padding:5px 10px;
		width:180px;	
		background:#EEE;
		display:none;
		z-index:1000 !important;
		
		border-bottom: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
	#nav ul>li{
		margin: 0;
		padding: 0;
		
		width: 180px;
		height: 25px;
		
		display: block;
		
		line-height: 25px;
		
		border-bottom: 1px dotted #CCC;
	}
	
	#nav ul li>ul{
		position: absolute;
		top: -5px;
		left: 180px;
	}
#nav a:link, #nav a:visited{
	color: #555;
	
	font-weight: 900;
	text-decoration: none;
}
#nav a:hover{
	color: #CC0000;
}
#nav a.selected{
	color: #CC0000;
}	
	#nav ul li a{
		display: block;
		
		font-size: 11px;
		font-weight: normal!important;
		text-transform: none;
	}
		
#container{
	margin: 0 0 0 15px;
	padding: 0;
	
	width: 960px;
}
#mainColumn{
	margin: 0 0 15px;
	padding: 15px;
	
	float: left;
	
	width: 898px;
	
	background-color: #FFF;
	border: 1px solid #DDD;
}
	#mainColumn-1{
		margin: 0;
		padding: 0;
	
		clear: left;
		float: left;
		width: 593px;
	}
	#mainColumn-2{
		margin: 0;
		padding: 20px;
		
		float: right;
		width: 240px;
		
		background-color: #F1F2F1;
	}
		.secondary-nav{
			margin: 0;
			padding: 0;
		}
		.secondary-nav.archives, .secondary-nav.stayuptodate{margin-bottom: 40px;}	
			.secondary-nav li a{
				display: block;
			
				color: #555;
				font-size: 16px;
				font-weight: normal;
				line-height: 32px;
				
				
				border-top: 1px solid #FFF;
				border-bottom: 1px solid #DDD;
			}
			.secondary-nav li a:hover{
				color: #353535;
				text-indent: 2px;
				text-decoration: none;
							
				background-image: url(/virginblue/img/ico-arrowright.png);
				background-repeat: no-repeat;			
				background-position: 225px 15px;
			}
			.secondary-nav li a.facebook:hover{color:#3b5998;}
			.secondary-nav li a.twitter:hover{color:#12c9ff;}
			.secondary-nav li a.youtube:hover{color:#f32d2d;}
			.secondary-nav li a.flickr:hover{color:#fa0087;}
				
/** FOOTER **/
#footer-wrap{
	margin: 0 0 0 15px;
	padding: 10px;
	
	clear: both;
	
	float: left;
	width: 698px;
	
	background-color: #FFF;
	border: 1px solid #DDD;
}
	.footer-list{
		margin:0 0 0 15px;
		padding:0;
		width:155px;
		float:left;
	}
	.footer-list a{cursor: pointer;}
	.footer-list li{
		margin: 0 0 5px;
		padding: 0;
		font-size: 12px;
		list-style-image: url(/virginblue/img/ico-arrowright.png);
	}
	
#footer-wrap .list-header{list-style: none;}
#footer-wrap ul.last{margin: 0;}

/** LINKS **/
a, .btn{
	-o-transition-duration: .20s;
	-o-transition-property: color, background-color;
	
	-webkit-transition-duration: .20s;
	-webkit-transition-property: color, background-color;	
}


a{text-decoration:none;}
a:link, a:visited{color:#CC0000;}
a:hover{color:#353535;text-decoration:underline;}

h2 a{font-weight: normal;}
h2 a:hover{text-decoration:none;}

#top-navigation a, #top-navigation a:visited{color:#353535;}
#top-navigation a:hover{color:#CC0000;}

#footer-wrap a{font-weight:normal; text-decoration:none;}
#footer-wrap a:link, #footer-wrap a:visited{color:#555;}
#footer-wrap a:hover{color:#CC0000;}

/** TYPOG **/
.title{
	margin: 0 0 10px!important;
	
	clear: both;
	display: block;
	
	color: #353535;
	font-size: 14px!important;
	font-weight: 900;
}
	.title.sub{margin-top:-15px!important;}
	
.leader{
	color: #555;
	font-size: 14px!important;
	line-height: 24px!important;
}
	
.toggle, .sibling{
	margin: 0;
	padding: 0;
}
.terms{
	color: #999;
	font-size: 12px;
	line-height: 12px;
}
#mainColumn p{
	margin: 0 0 20px;
	
	font-size: 13px;
	line-height: 20px;
}


/** HEADINGS **/
h1{
	margin: 20px 0;
	padding: 0;
	
	clear: both;
	
	color: #CC0000;
	font-size: 22px;
	line-height: 10px;
	letter-spacing: -0.7px;
}
	h1 span{
		color: #CCC;
		font-weight: 900;
	}
h2{
	margin: 0 0 20px;

	clear: left;
	display: block;
	
	color: #353535;
	font-size: 18px;
	
	line-height: 18px;
	letter-spacing: -.85px;	
}
	h2.sub{
		margin: 0 0 10px;
		color: #CC0000;
	}
h3{
	margin: 26px 0 13px;
	padding: 0;
	
	color: #353535;
	font-size: 14px;
	font-weight: 900;
}
	#sideColumn h3{
		margin: 0;
		padding: 8px;
			
		float: left;
		display: block;		
		
		width: 188px;
	
		color:#353535;
		font-size:13px;
		font-weight:900;
		letter-spacing:-.25px;
		line-height: 12px;
	
		background-color: #EEE;
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
		#sideColumn h3.findacruise{
			background-image: url(/virginblue/img/ico-cruise.png);
			background-position: 165px 7px;
			background-repeat: no-repeat;
		}
			
		#sideColumn h3.findflights{
			margin: 0 0 15px;
		
			background-image: url(/virginblue/img/ico-fly.png);
			background-position: 165px 7px;
			background-repeat: no-repeat;
		}		
			#sideColumn h3 a{
				display: block !important;
				text-decoration: underline;
			}
			
		#sideColumn h3.whatsnew{	
			background-image: url(/virginblue/img/ico-rss.png);
			background-position: 165px 7px;
			background-repeat: no-repeat;
		}
		#sideColumn h3.social{	
			background-image: url(/virginblue/img/ico-social.png);
			background-position: 165px 7px;
			background-repeat: no-repeat;
		}
		
		#cruisepilot-extras h3{
			margin: 0 0 8px;
			padding: 8px;
			
			float: none!important;
			
			color:#353535;
			font-size:13px;
			font-weight:900;
			letter-spacing:-.25px;
			line-height: 13px;
		
			background-color: #EEE;
			border-bottom: 1px solid #CCC;
			border-right: 1px solid #CCC;
		}		
					
h4{
	margin: 0 0 6px;
	padding: 0;
	
	color: #999;
	font-size: 12px;
	font-weight: 900;
}
	#mainColumn-2 h4{margin-top: 0;}

/** GENERIC BUTTON **/
.btn{
	margin: 0;
	padding: 7px;	
	
	float: left;
		
	color: #FFF!important;
	font-size: 14px!important;
	font-weight: 900!important;
	
	background-color: #e14747;
	
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	cursor: pointer;
}
	.btn:hover{background-color: #353535;}

	.more-link{
		margin: 10px 0 0;
		padding: 0 10px;
		
		float: left;
		
		display: block!important;
		
		color: #555!important;
		font-size:12px!important;
		font-weight: 900;
		
		background-color: #CCC;
		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
		.more-link:hover{
			color: #FFF!important;
			text-decoration: none;
			background-color: #353535;
		}
	
/** CLICK 2 CALL BUTTON **/
.click2call{
	display: block;
	width: 240px;
	height: 60px;
	
	background-image: url(/virginblue/img/click2call.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
	.click2call:hover{
		background-position: 0 -61px;
	}

/** IMAGES **/
.headerlogo{
	margin: 20px 0 0;
	clear: right;
	float: right;
}
.partnered{
	margin: 0 15px 15px;
	clear: both;
	float: left;
}
.post_imgwide{margin: 0 0 20px;float:left;}

#cruisestyle{
	margin: 0 0 20px;
	padding: 5px 5px 0;

	float: left;
	width: 573px;
	
	overflow: hidden;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background-color: #F1F2F1;
}
	#cruisestyle ul{
		margin: 0;
		padding: 0;
		
		float: left;
	}
		#cruisestyle ul li{
			margin: 0 5px 5px 0;
			float: left;
			
			white-space: nowrap;
		}
		#cruisestyle ul li.choose{
			padding: 5px 10px;
			
			display: inline;
			
			font-size: 12px;
			font-weight: 900;
		}
	
#cruise-search{
	margin: 0 0 40px;
	
	width: 240px;
}
	#cruisesearch{
		margin: 0;
		padding: 0;
		
		width: 240px;
		
		display: inline-block;
	}
	#cruisesearch select{
		margin: 0 0 10px;
		width: 240px!important;
	}
.stdFormElement{
	margin: 0 0 7px;
	padding: 0;
	
	float: left;	
}
#cruisesearch strong{
	margin: 0 0 4px;
	padding: 2px 0;
	
	display: block;
	float: left;

	color: #353535;
	font-size: 13px !important;
	font-weight: 900;
}
#cruisesearch .stdFormElement.btn{
	padding: 7px;	
	
	display: inline;
	float: right;
	
	font-weight: 900!important;
}

.riverimage{
	margin: 0 0 20px;
	padding: 5px;
	
	position: relative;
	
	width: 585px;
	float: left;					
	
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
	.riverimage span{
		position: absolute;
		left: 5px;
		bottom: 5px;
		
		padding: 5px 10px;
		
		display: block;
		width: 565px;
		
		color: #FFF;
		font-size: 13px;
		line-height: 18px;
		
		background-color: #353535;
	}

#social{
	margin: 0 0 40px;
	padding: 0;
	
	background-color: #F1F2F1;
}
	#social li{
		
	}
		#social li a{
			padding: 10px 0;
			
			display: block;
			
			font-size: 12px;
			font-weight: normal;
			
			border-top: 1px solid #FFF;
			border-bottom: 1px solid #DDD;
		}
			#social li a.first{
				border-top: 0;
			}
		#social li a:hover{
			text-decoration: underline;
		}
		
.itinerary{
	margin: 0 0 20px;
	width: 100%; 
	
	font-size: 13px;
	
	border-collapse:collapse;
}
.itinerary th, .itinerary td{
	padding:.5em 1em;
	line-height:14px;
}		
.itinerary th{
	font-weight: 900;
	background:#eee;
}
.itinerary td{
	border-bottom:1px solid #eee;
}
.logo{
	margin: 0 0 20px;
}

/** SHARING **/
#sharing{
	float: left;
	width: 898px;
	height: 25px;
}
.fblike{margin: 0;float: left;}
.fblike iframe{margin: 0!important;float:left;}
#sharing iframe{margin: 5px 0 0;display: block;float: right;width:65px;}

/** BREADCRUMBS **/
.breadcrumbs{
	margin: 0 0 5px;
	padding: 5px;
	
	float: left;
	width: 585px;
	
	font-size: 11px;
	line-height: 18px;
	
	border-bottom: 1px solid #CCC;
	
	background-color: #F1F2F1;
}
	.breadcrumbs li{
		margin: 0 5px 0 0;
		float: left;
	}
	.breadcrumbs li a{
		margin: 0 5px 0 0;
		font-weight: normal;
	}
	.breadcrumbs li a.home{
		width: 16px;
		height: 16px;
		
		display: block;
		
		background-image: url(/shared/img/home.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
		.breadcrumbs li a.home:hover{
			background-position: 0 -16px;
		}
	.breadcrumbs li a{
		
	}
	
/** WHAT OTHERS ARE SAYING **/
#recentcomments{
	margin: 0 0 40px;
	
	font-size: 11px;
	line-height: 16px;
}
	#recentcomments li{
		margin: 0;
		padding: 5px 0;
		
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #FFF;
	}
	#recentcomments li:hover{
		color: #222;
		background-color: #E5E5E5;
	}
	#recentcomments li a{
		font-weight: 900;
	}
	#recentcomments li a:hover{
		text-decoration: none;
	}
	#recentcomments li a img{
		margin: 0 5px 0 0;
		float: left;
	}

/** SEARCH FORM **/
#searchform{
	margin: 0 0 40px;
	
	clear: both;
	float: left;
	width: 240px;
}
#s{
	margin: 0 0 5px;
	padding: 5px;
	
	float: left;
	width: 230px;
	
	color: #CCC;
	font-size: 14px;
}
#searchform .btn{
	font-size: 12px!important;
}

/** WORDPRESS **/
.post{
	margin: 0 0 40px;
	padding: 0 0 40px;
	
	position: relative;
	
	clear: both;
	float: left;
	width: 595px;
	
	border-bottom: 2px solid #F1F2F1;
}
/**
.post h2 a{
	padding: 10px;
	
	position: absolute;
	top: 160px;
	left: 0px;
	
	color: #FFF;
		
	background-color: rgba(5,5,5, .8);
}
	.post h2 a:hover{
		background-color: rgba(20,20,20,.8);
	}
**/
.postinfo{
	margin-top: -10px!important;
	padding: 5px!important;
	
	border-bottom: 1px solid #CCC;
	
	background-color: #F1F2F1;
}
.gallery .gallery-caption{
	margin: 5px 0 0;
	
	font-size: 11px;
	text-transform: uppercase;
}

/** COMMENT **/
#commentform textarea{
	margin-bottom: -10px;
	padding: 10px!important;
	
	width: 573px!important;
	
	border: 1px solid #CCC;
}
#commentform .btn{font-size: 12px!important;}
#comments{
	margin: 30px 0 0;
	padding: 15px 0;
}
.article-comment{
	margin: 10px 0;
	padding: 10px 15px;

	background-color: #F1F2F1;
}
#commentlist p{
	margin-left: 60px;
	font-size: 12px;
}
.comment{
	margin: 15px 0;
	padding: 0 0 15px;
	
	float: left;
	width: 595px;
	display: block;
	
	border-bottom: 1px solid #CCC;
}
.comment cite{
	margin: 0 0 15px;
	padding: 5px;
	
	font-style: normal;
	
	text-indent: 15px;
	
	background-color: #F2F2F2;	
}
.comment-body{
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	
}
.fn{
	margin: 0 0 5px;
	
	float: left;
	
	font-size: 12px;
	font-weight: 900;
}
#postcomment{clear: both;}
.commentlist li{margin: 10px 0;}
.comment-author a.url{
	clear: both;
	display: block;
}
.commentmetadata{
	display: block;
	font-size: 12px;
	font-weight: 900;
}
.says{display: none;}
.photo{
	margin: 5px 5px 5px 0;
	
	clear: both;
	float: left;
	
	border: 2px solid #CCC;
}

/** PAGE NAVI **/
.wp-pagenavi{clear: both;}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 2px;
	padding: 5px 10px;
		
	font-weight: 900;	
	text-decoration: none;
		
	background-color: #F1F2F1;
}
	.wp-pagenavi a:hover{
		color: #222;
		background-color: #CCC;
	}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/** FLICKR PLUGIN **/
#flickr_badge_uber_wrapper{
	margin-bottom: 40px;
	float: left;
}
#flickr_badge_wrapper li{
	margin: 0 3px 3px 0;
	
	float: left;
	
	border: 1px solid #CCC;
}
	#flickr_badge_wrapper li:hover{
		border: 1px solid #CC0000;
	}
	#flickr_badge_wrapper li img{
		float: left;
		
		width: 75px;
		height: 75px;
	}
	.flickr_viewmore{
		margin: 10px 0 0;
		
		float: left;
		display: block;
	}

// Added 23/11/2010. To be organised.
/** Content lists **/
.entry ul{
	margin: 20px 0;
}
	.entry ul li{
		margin: 0 0 10px 15px;
	
		font-size: 13px;
		line-height: 20px;
		
		list-style-position: outside;
		list-style-type: disc;
	}
