/*
Theme Name: Lodge on Lake Lure
Theme URI: http://www.generator.co.za/
Description: 
Version: 3.0
Author: Bruce Harrod
Author URI: http://www.bruceharrod.com/

/* Begin Typography & Colors */
body {
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	background-color:#f9f6f3;
	}

#page {	
	}

#header {
	height:90px;
	border:1px solid #f9f6f3;
	}

#banner {
	padding:22px;
	background:transparent url(images/bg-banner.gif) no-repeat;
	}

#logo {
	margin-top:10px;
	width:400px;
	height:90px;
	cursor:pointer;
	background:transparent url(images/lakelurelogo.gif) no-repeat;
}
#logo h1,
#logo p {
	text-indent:-999px;
	margin:0;
}

#search {
	position:absolute;
	margin:25px 0 0 650px;
	cursor:pointer;
}
#search #s {
	border:1px solid #CCC;
	background-color:#FFF;
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#search #searchsubmit {
	border:1px solid #CCC;
	background-color:#FFF;
	margin-left:10px;
	color:#963;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	
}

	#menu {
		clear:both;
		font-size:12px;
		height:30px;
		line-height:22px;
		border-bottom:1px solid #DDD;
		margin:0 10px;
		padding:0 5px;
	}
	#menu ul {
		padding:0px;
		margin:0px;
	}
	#menu li {
		float:left;
		list-style:none;
		padding:0;
		border:0px solid red;
	}
	#menu li a {
		text-transform:uppercase;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		padding-right:15px;
	}
	#menu li:hover,
	#menu li.Active {
	}
	#menu li:hover a,
	#menu li.Active a {
		color:#963;
	}

	
#footer {
	background-color:#4a3e32;
	color:#FFF;
	font-size:10px;
	margin:10px;
	}

#footer {
	clear: both;
	}

#footer p {
	padding:5px;
	text-align: center;
	}

#footer a {
	color:#f9f6f3;
	text-decoration:none;
}
#footer a:hover {
	color:#963;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#963;
	}

h1 {
	}

h2 {
	}
h3 {
	}
h4 {
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	margin:auto;
	width: 914px;
}

#header {
}

#headerimg {
}

#content {
	float: left;
	margin: 0  0 10px 25px;
	width: 420px;
}
#content.full {
	float:none;
	margin: 0  15px;
	width:884px;
}
#content table {
	background-color:#DDD;
	font-size:11px;
}
#content th{
	background-color:#EEE;
}
#content td {
	background-color:#FFF;
}

#sidebar-left {
	float:left;
	width: 180px;
	margin:15px 0 0 10px;
}
#sidebar-right {
	float:right;
	width: 250px;
	margin:15px 10px 0 0;
	background-color:#f2eddd;
}
#sidebar-right .text {
	margin-left:15px;
	margin-right:15px;
	font-size:95%;
	text-align:justify;
}

#sidebar-left .widgettitle,
#sidebar-right .widgettitle {
	display:none;
}

#sidebar-left ul,
#sidebar-right ul {
	margin:0px;
	padding:0px;
	border-top:1px solid #DDD;
}
#sidebar-left ul.menu li {
	list-style:none;
	padding:5px 0 5px 5px;
	border-bottom:1px solid #DDD;
}
#sidebar-right ul.menu li {
	list-style:none;
}

#sidebar-left ul.menu li:hover,
#sidebar-left ul.menu li.current_page_item,
#sidebar-left ul.menu li.current-cat {
	background: transparent url(images/bg-sidebar-arrow.gif) no-repeat right center;
}
#sidebar-left ul.menu li:hover a,
#sidebar-left ul.menu li.current_page_item a,
#sidebar-left ul.menu li.current-cat a {
	color:#963;
	text-decoration:none;
}

#sidebar-left li,
#sidebar-right li
 {
	list-style:none;
}



#sidebar-left a,
#sidebar-right a {
	color:#666;
	font-weight:bold;
	padding-right:20px;
}
#sidebar-left a:hover,
#sidebar-right a:hover {	
	color:#963;
}

#sidebar-left #related-content,
#sidebar-right #related-content {
	background-color:#F2EDDD;
	padding:0 10px;
	margin:20px 0;
	font-size:95%;
	overflow:hidden;	
}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

a {
	color:#963;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

#content h2 {
	font-size:18px;
	color:#963;
	font-weight:normal;
	}

#content .archive-thumbnail {
	float:left;
	border:1px solid #DDD;
	margin:0 10px 10px 0;
}

#content h3 {
	font-size:14px;
	color:#963;
	font-weight:normal;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	margin:0 0 10px 20px;
	}

.alignleft {
	float: left;
	margin:0 20px 10px 0;
	}
/* End Images */

#content li {
	list-style-image:url(images/bullet.gif);
	color:#555C3A;

}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */

.entry form { }

select {
	width: 130px;
	}

#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;
	}
/* End Form Elements */



/* 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 */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #FFF;
	padding-top: 4px;
	padding:10px 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 25px;
	padding: 0 4px 0;
	margin: 0;
}
/* End captions */
