/*
Theme Name: Tinbilly 
Author: Drew Foster - KND Web Consulting
Author URI: http://www.knd.com.au
*/

/* Begin Structure */

.aligncenter {
	margin: 0px auto;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#container {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 990px;
	overflow: hidden;
}

#container #logo {
	width: 370px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar {
	padding: 5px 0 0 0;
	width: 200px;
	float: left;
	margin-top: 90px;
}

#sidebar img {
	margin: 0 0 10px 0;
	border: 5px solid #fff;
}

#main-page {
	float:left;
	width: 660px;
	margin: 30px 10px 0 0px;
}

#header {
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	height: 330px;
	background: red;
	margin: 0;	
}

#header.homepage {
	background: url('images/header-location.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.features {
	background: url('images/header-features.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.location {
	background: url('images/header-location.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.rates {
	background: url('images/header-rates.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.attractions {
	background: url('images/header-attractions.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.tinbar {
	background: url('images/header-tinbar.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.contact-us {
	background: url('images/header-contact-us.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.grill {
	background: url('images/header-grill.jpg') no-repeat;
	border: 5px solid #fff;
}

#header.gallery {
	background: url('images/header-gallery.jpg') no-repeat;
	border: 5px solid #fff;
}


#header ul {
	font-size: 1.2em;
	float: right;
	padding: 10px 0 10px 0;
	margin: 280px 0 0 0;
	background-color: #8ABA18;
}

#header ul li {
	display: inline;
	padding: 0 8px 0 8px;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}

#header ul li a {
	font-weight: 700;
	color: #fff;
}

#header ul li a:hover {
	color: #fefb00;
}	

#header ul li.page-item-19 {
	border-right: none;
	padding-right: 10px;
}

#content {
	margin: 0;
	background: #fff;
	padding: 20px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	overflow: hidden;
}

#content a {
	color: #fe8d3f;
}

#content a:hover {
	color: #0094a8;
}

#footer {
	font-size: 1.2em;
	margin-top: 10px;
}

#footer ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	border-right : 1px solid #8adcd8;
}

#footer ul li a {
	font-weight: 700;
	color: #fff;
}

#footer ul li a:hover {
	color: #fefb00;
}	

#footer ul li.lastItemBorder {
	border-right: none;
}

#footer p {
	color: #fff;
	text-align: left;
	margin-left: 10px;
	}

#sidebar-right {
	width: 120px;
	float: left;
	margin-top: 200px;
}
	
/***********************************************************************************************

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans;
	background: url('images/bodyBG.jpg') repeat;
	}

#content {
	text-align: left;
	color: #0094A9;
	font-size: 1.3em
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans;
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	text-transform: uppercase;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #0094A9;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0094A9;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors ****************************************************************************************/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.textAlignRight {
	text-align: right;
}	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style: none;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



#content img.weAreHere {
	margin-left: 35px;
}

#languageOptions ul {
	list-style: none;
	margin: 0 0 0 120px;
	width: 100%;
}

#languageOptions ul li {
	display: inline;
	padding-right: 20px;
}

#locationIcons {
	clear: left;
}

#locationIcons img {
	float: left;
	margin: 0 20px 20px 0;	
}

#locationIcons p {
	margin-left: 90px;
}

.locationThumbnails {
	float: left;
	margin: 20px 20px 0px 0;
}

#attractions {
	background-color: #e8f5f7;
	padding: 20px;
}

#attractions.alt {
	background-color: #fff;
	border: 0;
}

#attractions img {
	border: 2px solid #0094a8;
	margin-right: 20px;
	float: left;
}

#attractions p {
	margin-top: -0px;
	margin-left: 137px;
}


.contentBottom {
	margin-left: -30px;
}

#bookNow {
	width: 181px;
	height: 28px; 
	margin-top: 10px;
}

#bookNow:hover {
	background: url('images/bookNowRoll.gif');
}

#nomad-card {
	padding: 20px;
	background-color: #e6f6f8;
	border: 1px solid #bae3eb;
}

#nomad-card img {
	float: left;
	margin-right: 20px;
}

#nomad-card p {
	line-height: 20px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
		
#accordion { margin-bottom: 30px;}
#accordion h2 {
	margin-bottom: 10px;
}
#accordion h3 {
	clear: left;
}
.toggler  { 
	cursor:pointer; 
	font-weight:bold; 
	margin: 0; 
	padding:5px; 
	background: #f3f3f3; 
}

.toggler:hover  { 
	background: #e8f5f7; 
}

.element { 
	padding: 10px; 
	margin-top: -10px; 
	margin-bottom: 10px;
}

.element img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.element h3 {
	margin-bottom: 0;
}
	
table#menu {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 20px;
}

table#menu p { margin: 0;}

#contact-form .cform {
	width: 400px;
}

#contact-form li {
	width: 100%;
}

#contact-form label {
	text-align: right;
}

#contact-form input, #contact-form textarea {
	width: 150px;
}

#contact-form .cf-box-title {
	padding: 8px 0 8px 0;
	font-weight: 100;
	width: 100px;
}

#contact-form .cf-box-group {
	width: 150px;
	float: left;
	padding: 0;
}

#contact-form p.cf-sb {
	float: left;
	margin-left: 75px;
	clear: both;
}

#contact-form input.sendbutton {
	width: 100px;
}

li#li-2-50, li#li-2-51, li#li-2-52, li#li-2-53 {
	width: 100%;
	padding-left: 10px;
}

li#li-2-50 label, li#li-2-51 label, li#li-2-52 label, li#li-2-53 label   {
	width: 100px;
	float: left;
	text-align: left;
}

li#li-2-50 input, li#li-2-51 input, li#li-2-52 input, li#li-2-53 input {
	width: 100px;
}

#booking-form .cform {
	width: 350px;
}

#booking-form li {
	width: 100%;
}

#booking-form label {
	text-align: right;
	width: 125px;
}

#booking-form input, #booking-form textarea, #booking-form select {
	width: 150px;
}

#booking-form .cf-box-title {
	padding: 8px 0 8px 0;
	font-weight: 100;
	width: 100px;
}

#booking-form .cf-box-group {
	width: 150px;
	float: left;
	padding: 0;
}

#booking-form p.cf-sb {
	float: right;
	clear: both;
}

#booking-form input.sendbutton {
	width: 100px;
}