/* 
Theme Name: Bon Voyage
Description: A custom theme created by Extra Dollop
Author: Extra Dollop
Author URI: http://extradollop.com.au
Version: 2.0.1
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

@charset utf-8;
/**
 * SenCSS - Sensible Standards CSS framework
 *
 * Copyright (c) 2008-2009 Kilian Valkhof (kilianvalkhof.com)
 * Visit sencss.kilianvalkhof.com for more information and changelogs.
 * Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
 *
 */
html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{vertical-align:baseline;margin:0;padding:0}
body{background:#fff;color:#000;font:75%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;position:relative; line-height:20px;}
textarea{font:100%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;border:1px solid #ccc;border-bottom-color:#eee;border-right-color:#eee;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;width:100%;margin:0;padding:.29em 0}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:none}
a{text-decoration:none; color:#bed100;}
a:hover,a:focus{text-decoration:none; color:white;}
abbr,acronym{border-bottom:1px dotted;cursor:help;font-variant:small-caps}
address,cite,em,i{font-style:italic}
blockquote p{margin:0 1.5em 1.5em;padding:.75em}
code,kbd,tt{font-family:"Courier New", Courier, monospace, serif;line-height:1.5}
del{text-decoration:line-through}
dfn{border-bottom:1px dashed;font-style:italic}
dl{margin:0 0 1.5em}
dd{margin-left:1.5em}
h1,h2,h3,h4,h5,h6{font-weight:700;padding:0}
h1{font-size:2em;margin:0 0 .75em}
h2{font-size:1.5em;margin:0 0 1em; color:#bed100; font-size:18px; font-family:Georgia; font-style:italic; font-weight:normal;}
h3{font-size:1.1666em;margin:0 0 1.285em}
h4{font-size:1em;margin:0 0 1.5em}
h5{font-size:16px;margin:0 0 1.8em; font-weight:bold; color:#386488;}
h6{font-size:.666em;margin:0 0 2.25em}
img{display:inline-block;vertical-align:text-bottom}
ins{text-decoration:overline}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}
#content ol{list-style:inside decimal}
ol{list-style:none;}
p{font-weight:300;margin:0 0 1.5em}
pre{font-family:"Courier New", Courier, monospace, serif;margin:0 0 1.5em}
sub{top:.4em;font-size:.85em;line-height:1;position:relative;vertical-align:baseline}
sup{font-size:.85em;line-height:1;position:relative;bottom:.5em;vertical-align:baseline}
ul{list-style:square inside}
ul{list-style:none}
ul,ol{margin:0 ;padding:0}
ul li,ol li{margin:0;padding:0}
ul li, ol li{margin:0 0;padding:0}
table{border-collapse:collapse;border-spacing:0;margin:0 0 1.5em;padding:0}
caption{font-style:italic;text-align:left}
tr.alt td{background:#eee}
td{border:1px solid #000;vertical-align:middle;padding:.333em}
th{font-weight:700;vertical-align:middle;padding:.333em}
dt,strong,b{font-weight:700}
#sidebar ul li,#sidebar ol li{margin:0;padding:0}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

body{
	background:url(images/back.jpg) repeat;
	color:white;
}

p{

}


#fullCol{
	clear:both;
	overflow:hidden;
}

#contactDetails{
	width:45%;
	float:left;
	margin-right:30px;

}

#fullCol #clean_contact{
	float:left;
	width:40%;
	background:url(images/bordervert.png) repeat-y left;
	padding-left:30px;
}

#fullCol #clean_contact .CleanContact label{
	color:#999;
	margin-bottom:5px;
	display:block;

}

#fullCol #clean_contact .CleanContact #clean_contact_send{
	padding:0px;
}

#fullCol #clean_contact .CleanContact input, #fullCol #clean_contact .CleanContact textarea{
	margin-bottom:15px;
	padding:5px;
}

#container{
	width:980px;
	margin:40px auto;
	position:relative;
}

.margin{
	margin:75px 70px 0px 70px;
	clear:both;
	overflow:hidden;
}

.hidden{
	display:none;
}

#header{
	z-index:20;
	clear:both;
	overflow:hidden;
	margin-bottom:-30px;
	margin-left:35px;
	margin-right:30px;
}

#header #logo{
	float:left;
	position:relative;
	margin-bottom:15px;
	z-index:100;
}

#content-wrapper{
	
	background:url(images/contentmid.png) repeat-y;

}

#content{
	clear:both;
	overflow:hidden;
	background:url(images/contentback.jpg) no-repeat bottom left;
	position:relative;
	padding-bottom:80px;
}

#content-inner{
	background:url(images/contenttop.jpg) no-repeat top left;
	padding-top:1px;
	clear:both;
	overflow:hidden;
}

.colThird{
	width:30%;
	float:left;
	margin-right:20px;
	padding-right:20px;
	background:url(images/frontborder.png) no-repeat right bottom;
}

a.contact-but img{
	margin:0 auto;
	display:block;
}

.colThird h2{
	margin-bottom:15px;
}

.colRight{
	margin-right:0px;
	padding-right:0px;
	background:none;
}

.clear{
	width:100%;
	clear:both;
	overflow:hidden;
}

#feature{
	position:absolute;
	top:37px;
	left:39px;

}

#content #feature ul{
	list-style:none;
}

#content #feature ul li{
	margin:0px;
	padding:0;
	width:908px;
	overflow:hidden;
}

#frontContent{
	width:100%;
	clear:both;
	overflow:hidden;
	margin-top:300px;
	margin-bottom:-50px;
}	

img.frontimage{
	margin-bottom:-20px;
}

#sideCol{
	width:28%;
	margin-right:30px;
	float:left;
}
#sideCol ul.submenu li{
	background:url(images/borderhor.png) repeat-x bottom;
	padding-bottom:15px;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}

#sideCol ul.submenu li a{
	font-family:Georgia;
	font-size:16px;
	font-style:italic;
}

#sideCol ul.submenu ul.upcomingTours a{
	color:white;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	font-style:normal;
}

#sideCol ul.upcomingTours{
	margin-top:20px;
}

#sideCol ul.upcomingTours li{
	border-top:1px dotted #484848;
	background:none;
	padding:10px 0px;
	width:100%;
	float:left;
	margin-top:0px;
	border-bottom:none;
	margin-bottom:0px;
}


h1.pageTitle a{
	font-family:Georgia;
	color:white;
	text-transform:uppercase;
	font-size:34px;
	font-weight:normal;
}

h1.pageTitle{
	border-bottom:4px double white;
	border-style: double; 
	padding-bottom:40px;
	width:100%;
	margin-bottom:40px;
	font-family:Georgia;
	color:white;
	text-transform:uppercase;
	font-size:34px;
	font-weight:normal;
	margin-top:5px;
}

#mainCol{
	width:68%;
	float:left;
}

#mainCol h2{
	font-size:26px;
	color:white;
}

#mainCol ul{
	list-style:circle inside;
	margin-bottom:20px;
}

#mainCol ul li{
	margin-left:15px;
}

#mainCol ol{
	list-style:decimal inside;
	margin-bottom:20px;
}

#topNav{
	float:right;
	position:relative;
	top:35px;
}

#topNav div.menu ul li{
	float:left;
	margin-left:15px;
}

#topNav div.menu ul li a{
	color:black;
	font-family:Georgia;
	font-size:13px;
	text-transform:uppercase;
	
}

#frontContent{
	position:relative;
	top:-75px;
}


ul.upcomingTours li{
	border-top:1px solid white;
	padding:15px 0px;
	width:100%;
	float:left;
	margin-top:0px;
}

ul.upcomingTours li h3{
	float:left;
	margin:0;
	width:45%;
}

ul.upcomingTours li h3 a{
	color:white;
	font-weight:bold;
	font-size:12px;
}

ul.upcomingTours li p{
	color:#9b9b9b;
	float:right;
	margin:0;
	width:50%;
}

#mainCol div.tours{
	border-top:1px solid gray;
	margin-top:20px;
	padding-top:20px;
	margin-bottom:40px;
}

#mainCol div.tours div.tourItem{
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(images/borderhor.png) repeat-x bottom;
	width:100%;
	clear:both;
	overflow:hidden;
}
#mainCol div.tourDetails{
	width:70%;
	float:left;
}

#mainCol div.tourRow{
	width:100%;
	float:left;
}

#mainCol div.tours h4{
	text-decoration:underline;
}

#mainCol div.colFourth{
	width:23%;
	float:left;
	margin-right:10px;
}

#mainCol div.colRight{
	margin-right:0px;
}

#mainCol img.alignnone{
	margin-right:16px;
}

div.days{
	margin-top:30px;
}

#mainCol h2.daysHeading{
	font-family:Arial;
	color:white;
	font-style:normal;
	font-size:18px;
	font-weight:bold;
}

div.dayItem{
	margin-top:3px;
	padding-bottom:1px;
	padding-top:5px;
	margin-bottom:3px;
	background:url(images/borderhor.png) repeat-x bottom;
	clear:both;
	overflow:hidden;
}

h3.dayHeading{
	font-size:12px;
}

.dayDescription{
	display:none;
}

#mainCol .gallery{
	margin:30px 0px;
}

div.travelTip{
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(images/borderhor.png) repeat-x bottom;
}

#mainCol .gallery img{
	padding:2px;
	border:1px solid #666;
	margin:0;
}

#mainCol img{
	padding:2px;
	border:1px solid #666;
}

#mainCol img.alignright{
	margin:20px 0px 20px 20px;
}	