/* **************************************************** 

Title: 		Chalambar CSS Document
Author: 	JT
URL: 		http://www.chalambarmotel.com.au 
Created: 	Nov 17, 2009

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/** GLOBAL SETS **/
.clear {clear:both;}
body {
background:#727933 url(images/bg2.jpg) repeat-x scroll 0 0;
color:#fff;
font-family:arial,"lucida Grande",verdana,helvetica,sans-serif;
font-size:14px;
text-align:center;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	}
	
h1		{ font-size:36px; line-height: 36px; }
h2		{ font-size:26px; line-height: 28px;}
h3		{ font-size:22px; line-height: 22px;}
h4		{ font-size:17px; line-height: 17px;}
h5,h6	{ font-size:14px; line-height: 14px;}
	
	
	
/* HEADER */
#header {
	height:260px;
	position:relative;
	text-align:left;
	}
#header .logo{
	color:#FFFFFF;
	font-family:arial;
	font-size:45px;
	font-weight:bold;
	position: absolute;
	left:-40px;
	top:11px;
	}
#header .tagline{
	color:#ccc;
	font-family:georgia;
	font-size:18px;
	position:absolute;
	top:78px;
	left:0px;
	}

#header #nav{
	border-top: 1px solid #8D935B;
	color:#FFFFFF;
	font-size:14px;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	top:180px;
	}
	
	#header #nav li {
	border-right:1px 
	solid #8D935B;
	float:left;
	padding:0 1.4px 0 0;
	
	}
	
	#header #nav li:first-child {border-left:1px solid #8D935B;
float:left;}
	#header #nav li a {
		padding:13px 20px;
		line-height:40px;
		color:#DBDFB5;
	}
	#header #nav li.current a,
	#header #nav li a:hover {
		background:#6B7329;
		color:#FFFFFF;
	}


	
	
/* BODY */

#bodycontent {
	width:580px;
	float:left;
	text-align:left;
	}
#bodycontent .post {padding:0 0 55px 0;}
#bodycontent .post h1 {
	border-bottom:1px outset #CACF9B;
	color:#CACF9B;
	font-family:Helvetica;
	letter-spacing:1.6pt;
	margin:0 0 15px;
	padding:0 0 15px;
	}
#bodycontent .post p {
	margin:0 0 18px 0;
	line-height: 20px;
	}

	#bodycontent .post ul, #bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 1.62em;
	}
	#bodycontent .post ul ul, #bodycontent .post ol ul, #bodycontent .post ul ol, #bodycontent .post ol ol {
		margin:0 0 0 25px;
	}
	#bodycontent .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	font-style:italic;
	}
	#bodycontent .post code {
	font-size:12px;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
	}
	#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#333;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
	}
	#bodycontent .post h2 {
	border-bottom:1px outset #CACF9B;
	color:#CACF9B;
	font-family:helvetica;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.6pt;
	margin:0 0 11px;
	padding:8px 0;
	}
	#bodycontent .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:17px;
	}
	#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-family: helvetica;
	font-size:14px;
	}
	#bodycontent .post a:link, #bodycontent .post a:visited {
		color:#DFEEFF;
		text-decoration:underline;
		}
	#bodycontent .post a:hover {
		color:#fff;
		text-decoration:underline;
		}
	#bodycontent .post .meta {
	border-top:1px inset #CACF9B;
	color:#DEEEE5;
	font-size:11px;
	line-height:18px;
	margin-top:20px;
	padding:8px;
	}


/* CONTACT FORM */

.contactform {margin:0 0 20px 0;}
.contactform b {
	display:block;
	text-align:left;
	text-indent:20px;
	}
	
.contactform input.text, .contactform textarea, .contactform select {
	border:1px solid #CCCCCC;
	font-family:arial;
	font-size:13px;
	margin:2px 0 7px;
	padding:4px 11px;
	width:170px;

}

.contactform textarea {height:150px;width:170px;}
.contactform input#contact-submit {
	-moz-box-shadow:0 2px 7px 0 #333333;
	background:#4E5C16 none repeat scroll 0 0;
	border:2px solid #696F37;
	color:#FFFFFF;
	font-weight:bold;
	margin:11px 0;
	padding:4px;
	width:150px;
	}
	
.contactform input#contact-submit:hover {
	background: #333;
}
	
.contactform p.contactmsg {
	-moz-border-radius:11px;
	-moz-box-shadow:0 1px 3px #333333;
	background:#E9EFB3 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	font-weight:bold;
	padding:11px;
	}
.contactform p.success {color:#00CC33; width:350px;}
.contactform p.error {color:#CC0000; width:350px;}
.pot {display:none;}


/* BOOKING */

#bodybooking {
	width:100%;
}

#bodybooking  h1 {
	border-bottom:1px outset #CACF9B;
	color:#CACF9B;
	font-family:Helvetica;
	margin:0 0 15px;
	padding:0 0 15px;
	text-align:left;
	
	}

a.bbutton {
	color: #F6F8F7;
}
	

/* SIDEBAR */

#sidebar {
	float:left;
	font-family:helvetica;
	font-size:13px;
	margin:48px 30px;
	text-align:left;
	width:280px;
	
	}
	
	#sidebar .featured {
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	background:#5E6D22;
	border-color:#637612 #696F37 #696F37;
	border-style:solid;
	border-width:3px 2px 2px;
	color:#EEEEEE;
	font-family:arial;
	line-height:20px;
	margin:0px 0 30px;
	padding:20px;
	text-align:center;
	}
	
	#sidebar .featured h2 {
		border-bottom:1px solid #5D5F47;
		color:#FFFFFF;
		font-family:helvetica;
		margin:20px 0;
		padding:0 0 15px;
		text-align:left;
		text-indent:30px;
		text-shadow:2px 2px 6px #333333;
		}
	#sidebar .featured p {
		margin:0 0 17px 0;
		}
	#sidebar a:link, #sidebar a:visited {
		color:#000;
		
		}
	#sidebar a:hover {
		color:#fff;
		text-decoration:underline;
		}
		
	#sidebar .featured a:link, #sidebar .featured a:visited {
		color:#fff;
		
		}
	#sidebar .featured a:hover {
		color:#fff;
		text-decoration:underline;
		}
	#sidebar ul, #sidebar ol {
		margin:0 0 18px 30px;
	}
	
	
	.featured ul {
		text-align:left;
	}
	
   .featured h3 {
   	border-bottom:1px solid #CCCCCC;
	margin:0 0 20px;
	padding:0 0 11px;
	text-align:left;
	text-indent:30px;
   	 }
   	 
   	/* .featured li { color: #CACF9B;} */


/* FOOTER */

#footer {
	border-top:1px solid #CACF9B;
	color:#CACF9B;
	font-size:12px;
	line-height:18px;
	margin:22px 0 0;
	padding:10px 0 20px;
	text-align:left;
	}
	#footer p.left-footer {text-align:left;float:left;width:200px;}
	#footer p.right-footer {text-align:right;float:right;width:600px;}
	
	#footer a:link, #footer a:visited {
		color:#eee;
		text-decoration:none;
		}
	#footer a:hover {
		color:#eee;
		text-decoration:underline;
		}
		

/* Slideshow */

#imageContainer {
	height:360px;
	margin:0 0 40px;
	width:583px;
	
	}

#imageContainer img {
		border:7px solid #EEEEEE;
		display:none;
		height:360px;
		left:0;
		opacity:-0.01;
		position:absolute;
		top:0;
		width:568px;
		-moz-box-shadow:1px 1px 2px #333333;
	
		}

.quotes {
	font-family:Georgia;
	font-size:16px;
	margin:0 -23px;
	
	}

cite {
	border-bottom:1px dotted #5D5F47;
	clear:both;
	display:block;
	margin:11px 0 22px 0;
	padding:0 11px 11px;
	width:90%;
	
	}


.barrow { 
	float:right;
	padding:0;
	position:relative;
	right:40px;
	top:-5px;
	
	}


.stars {
	border-bottom: 1px dotted #5D5F47;
	padding:0 0 11px;
	
	}
	
#tel {
	background:transparent url(images/tel.png) no-repeat scroll 0 0;
	position:absolute;
	right:60px;
	top:116px;
}

#smgall {
	float:left;
	margin:0 0 22px;
}

.simg { 
	float:left;
	height:64px;
	width:77px;

}

.golf {
	
	margin:0 14px;

}


#quotes, #quotes li{
	margin:0;
	padding:0;
	list-style:none;
	}
#quotes{
		width:220px;
		font-size:16px;
		line-height:120%;
	}
#quotes li{
		display:none; /* hide the items at first only */
	}
	
#quotes:hover {
		color:#CACF9B; cursor:pointer;}
}


/* Forms */

label {
	clear:both;
	display:block;
	font-weight:bold;
	
	}


/*Div.Collapse*/
#panel {
	display: none;
}




.fl {
	float: left;
	padding: 0 1% 1% 0;

}

.fr {
	float:right;
	padding: 0 1% 1% 0;

}


/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    color:#A1C201;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
	display: none;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


#headerf {
	position:absolute;
}

#booking iframe {
	width:100%;
	float:left;
}

#map {border:11px solid #eee; -moz-border-radius:11px;}

#sidebar .advice {
	text-align: left;
}

#gmap {
	-moz-border-radius:6px;
	background:#FFFFFF;
	border:11px solid #FFFFFF;
	float:left;
}

#gtrend { background: #fff; }

.trendchart {
	background:#FFFFFF none repeat scroll 0 0;
	border:11px solid #FFFFFF;
	float:left;
}

.weather {
	float:left;
	margin: 22px;
	background: #fff;
	
}

.booking {
	position: absolute;
	left: 0;
	width: 100%;
}

.revb {
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #7D843E;
padding:3px 7px;
text-decoration: none;
}


.revb:hover {
	background:none repeat scroll 0 0 #ABB363;
}
