/*
Theme Name: Laughing Horse Lodge
Theme URI: http://www.laughinghorselodge.com/
Description: custom theme
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
Tags: 
*/


body {
	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	background: #3D1302 url("http://www.laughinghorselodge.com/images/backgroundtop.jpg") top left repeat-x;
}

#page {
	display: block;
	text-align: center;
}

#layout {
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 2px solid #450A00;
	margin-top:10px;
}

.alt {
	display: none;
}

a:link {
color: #D2B55D; } 

a:visited {
color: #D2B55D; }

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

#header {
	
}

#content a, #sidebar a { color:#591F03; }

#topIMG {
	width: 780px;
	height: 347px;
	background: url("http://www.laughinghorselodge.com/images/headerbg.jpg") top left no-repeat;
}


#title{
	position: absolute;
	top: 250px;
	margin-left: 30px;
	font-family: helvecta;
}

.maintitle{
	color: #FFF;
	font-size: 36px;
	margin:0px;
}

.subtitle{
	color: #FFF;
	font-size: 20px;
	margin:0px;
}

#topImages{
	position: absolute;
	top: 235px;
	margin-left: 430px;
}

#topImages ul li{
	padding-right: 5px;
	padding-left:5px;
}

#topImages img{
	border: 2px solid #D2B55D;
}

.pageName{
	margin-top:5px;
	color: #891C10;
	font-size: 24px;
	font-family: helvecta;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	display: block;
	padding: 5px 9px 3px 9px;
	text-decoration: none;
}

.nav ul li a:hover {
	text-decoration: underline;
}

#topNav {
	width: 780px;
	height: 27px;
	background: #481906;
	margin-bottom: 10px;
}

#topNav a {
	font-size: 12px;
	color: F9E49F;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;}
	
#leftbar{
	float: left;
	margin-right: 20px;
}

#main {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;

}

#bottomNav {
	font-size: 12px;
	clear:both;
	float: right;
}

#bottomNav a{
	color: #CB8746;
	text-decoration: none;
}

#bottomNav a:hover{
	text-decoration: underline;
}

#footer{
	background:#591F03;
	height: 30px;
	color: #F9E49F;
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
}
#footer p {
	margin:0;
	padding-top:7px;}

#contactinfo{
	float: left;
}

#copyright {
	float: right;
}

#copyright a {
	text-decoration: none;
	color: #FFF;
}

#copyright a:hover {
	text-decoration: underline;
}

.imgBorder{
	border: 1px solid #000;
}

#main table{
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;

}






#content {
	padding: 0px 0px 10px;
}
.widecolumn .attachment {
	text-align:center;
}
.widecolumn .caption p {
	background: #bbb;
	padding: 3px 5px;
}

#content.narrowcolumn {
	width:550px;
	float:left;
}
#content ul, #content ol {
	list-style-position:inside;
	margin-left:20px;
}
#sidebar {
	float:right;
	width:160px;
	padding: 0px 15px 10px;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2.widgettitle {
	text-align:right;
	border-bottom: 1px solid #000;
}
#searchform {
	margin: 10px 0;
}
input#s {
	width:80px;
}
.postmetadata {
	clear:both;
	margin: 0 0 10px;
}
.post {
	clear:both;
}

/* --------------------------------------------------------------------------------------- */
/* 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;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
