/* Colour Elements

CBT Blue   = #00b4f1
CBT Orrage = #f6821f
CBT Green  = #8dc73f


/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-family: 'Chewy', arial, serif;font-size:4em;margin-bottom:.5em; color:#219acd;font-weight:bold;padding-top:20px;}	
	h2{font-size:2.3em;margin-bottom:.5142em;padding:.2em 0;color:#00B4F1;font-weight:bold; text-shadow:0 0 1px #DCDCDC; border-bottom:1px dotted #f6821f;}	
	h3{font-size:1.5em;padding:.5em 0 .5em .5em; border-bottom:2px solid #FFF; color:#fff; text-shadow:0 0 1px #666;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 .5em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{/* width:100%;*/border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#545454;
		}		
	body{
		background-image:url(../images/template/cbt_background_fade.png);
		background-repeat:repeat-x;
		background-position:top;
		font-size:14px;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited, a:active, a:link{
		color:#06C;
		text-decoration:none;
		}
	a:hover{color:#999;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#DFF1F7;}
	td{border-bottom:5px solid #fff;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:auto;   /* width:300px; */
		line-height:1em;
		margin:0;
		}
/* 	select{width:312px;} */
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	#container{	
		margin:0 auto;
		width:920px;
		text-align:left;
		position:relative;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		}	
	#footer{
		line-height:15px;
		padding-top:1em;
		padding-bottom:1em;
		border-top:1px dotted #CCC;
		position:relative;
		clear:both;
		}
		
		#footer p {
			margin:0;
			padding:0;
			font-family:Arial, Helvetica, sans-serif;
			color:#333;
			font-size:.8em;
		}
		#footer a, #footer a:visited{
			text-decoration:underline;
		}
		
	#footerData h1 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			font-weight:normal;
			color:#666;
			text-align:center;
			padding-bottom:15px;
		}
	   #footerData h1 a {
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			font-weight:normal;
			color:#666;
			text-align:center;
			padding-bottom:15px;
			text-shadow:none;
		}
		
	.content{
		clear:both;
		padding:1em 0;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:920px;}
	
	.secondary{width:280px;margin-left:40px;}
	.tertiary{}
	.quaternary{}
	
	.listing {
		width:97%;
		float:left;
		border:1px dotted #f6821f;
		background-color:#fffff9;
		padding:0.7em;
		margin-bottom:2.5em;
		/* -khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;  Sam Brown's bulletproof rounded corners http://sam.brown.tc/entry/412/bulletproof-rounded-corners-with-border-radius */
		}
	.listing img {
		margin-right:1em;
		float:left;
		}
	
	/* grid */
	
	#colsWrap { width: auto; margin:0 auto;}
		
		.cols{} /* main column container class */
		.cols{}
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		.cols .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10,.col11, .col12{float:left; display:inline; margin-bottom:2em;}
		.col1 {width:30%;margin-left:5%; background-color:#00b4f1;}
		.col2 {width:30%;margin-left:5%; background-color:#f6821f;}
		.col3 {width:30%;margin-left:5%; background-color:#8dc73f; float:right;}
		.col4 {width:30%; background-color:#f6821f;}
		.col5 {width:30%;margin-left:5%; background-color:#8dc73f;}
		.col6 {width:30%;margin-left:3%; background-color:#00b4f1; float:right;}
		.col7 {width:30%; background-color:#00b4f1;}
		.col8 {width:30%;margin-left:5%; background-color:#f6821f;}
		.col9 {width:30%;margin-left:3%; background-color:#8dc73f; float:right;}
		.col10{width:30%;background-color:#8dc73f;}
		.col11{width:30%;margin-left:5%; background-color:#00b4f1;}
		.col12{width:30%;margin-left:3%; background-color:#f6821f; float:right;}

			#colsWrap { width: auto; margin:0 auto;}
		
		.special .cols{}
		.special .col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.special .cols3 .col{width:30%;margin-left:5%; margin-bottom:5%;} /* 3 equal width columns layout */
		.special .cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		.special .cols .col1, .col2, .col3 {float:left; display:inline; margin-bottom:2em;}
		.special .col1 {width:30%;margin-left:5%; background-color:#00b4f1;}
		.special .col2 {width:30%;margin-left:5%; background-color:#f6821f;}
		.special .col3 {width:30%;margin-left:3%; background-color:#8dc73f; float:right;}
		
		.special h3 {color:#333;}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */

/* // layout */

/* navigation */

#topNav {
	padding-top:9px;
	margin:0;
	list-style:none;
	float:right;
}

#topNav ul li {
	display:inline;
}

#topNav ul li a {
	border:0;
	padding: 10px;
	font-family: arial;
	font-size: 1.2em;
	background-color: #77d8f8;
	color: #257490;
	font-weight:600;
}
 
#topNav ul li a:hover {
	border:0;
	color:#fff;
	background-color: #60bbd8;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
		/* #navWrap {
			width:100%;
			height:30px;
		}
	
		#nav, #nav ul, #nav li{
			margin:0;
			background-color:#ccc;
			list-style:none;
			}	
		#nav li{
			float:right;
			display:inline;
			position:relative;
			line-height:32px;
			height:32px;
			margin-right:2em;
			}	
			
		#nav ul{
			position:absolute;
			left:0;
			top:32px;
			width:150px;	
			background:#fff;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			}
			
		#nav li a, a:visited{
			padding:7px;
			text-decoration:none;
			color:#06C;
			}
		#nav li a:hover{background-color:#999;} */
		
	  #nav {
		  float:right;
		  margin:0;
		  list-style:none;
	  }

      #nav ul {
		  display: inline;
		  margin: 0px;
		  padding: 0px;
		  list-style: none; /* new property added */
      }

      #nav ul li,
      #nav ul li a {
		  border:0;
		  float: right;
		  display: inline-block;
      }

      #nav ul li a {
		  border:0;
		  padding: 10px;
		  font-family: arial;
		  font-size: 1.2em;
		  background-color: #77d8f8;
		  color: #257490;
		  font-weight:600;
      }
       
      #nav ul li a:hover {
		  border:0;
		  color:#fff;
		  background-color: #60bbd8;
		  -khtml-border-radius: 10px;
		  -moz-border-radius: 10px;
		  -webkit-border-radius: 10px;
		  border-radius: 10px;

      }
		
/* //navigation */

/* header */

	#header h1 {
		line-height:30px;
		height:60px;
		margin:0;
		}
	#header h1 a{		
		}		

/* // header */
	
/* content */

	.content a, .content a:visited{
		color:#06c;
		text-decoration:none;
		/* border-bottom:1px dotted #999; */
		}
	
/* // content */


/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */


/* CUSTOM CSS FOR CAMPS BAY TOURISM */

		/* Twitter Update */

		#twitter_update_list {
			float:left;
			background-image:url(../images/social/twitter-bird.jpg);
			background-position:left;
			background-repeat:no-repeat;
			width:600px;
			height:44px;
			padding-left:60px;
		}
		
		#twitter_update_list a,
		#twitter_update_list a:link,
		#twitter_update_list a:active,
		#twitter_update_list a:visited,
		#twitter_update_list a:hover {
			color:#FFF;
		}

		#twitter_update_list li {
			font-family:"Times New Roman", Times, serif;
			font-style:italic;
			font-size:15px;
			line-height:17px;
			color:#1d85b2;
			margin:0;
			list-style-type: none;
		}
		
		#twitter_update_list span {
			color: #1d85b2;
		}
		
		div #twitter_update_list span a {
			display: inline;
			color: #FFF;
		}
		div #twitter_update_list span a:hover {
			text-decoration: underline;
			color: #FFF;
		}
		
		.specialRate a,
		.specialRate a:link,
		.specialRate a:active,
		.specialRate a:visited,
		.specialRate a:hover {
			font-size:23px;
			text-decoration:none;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:600;
			color:#f6821f;
			padding:0;
			margin:0;
		}
		
		#fb-like-btn {
			text-align:right;
			overflow:hidden; 
			width:300px; 
			height:35px;
			left:35px;
			top:10px;
			float:right;
			position:relative;
			clear:both;
		}
		
a.button.large  {
	-moz-border-radius:30px 30px 30px 30px;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	padding:9px 25px 11px;
}

a.button.fit {
	float:left;
}

a.button {
	-moz-border-radius:15px 15px 15px 15px;
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
	background:-moz-linear-gradient(center top , #FFC039, #FF920D) repeat scroll 0 0 transparent;
	border:1px solid #FF920D;
	color:#FFFFFF !important;
	display:block;
	font-weight:bold;
	line-height:18px;
	min-width:40px;
	padding:4px 15px 6px;
	text-align:center;
	text-shadow:0 -1px 0 #DE6E00;
	text-decoration:none;
}
