/*
Theme Name: ~Lindsay House
Theme URI: 
Description: A custom theme from InsideOut Solutions. Developed to match our client's website.
Version: 1.0
Author: InsideOut Solutions/Corey Edwards
Author URI: http://insideout.com/
*/


#content ul, #content ol {
	list-style-position:outside;
	margin: 10px 5px 5px 15px;
}
#content ul { list-style-type:disc; }
#content ol { list-style-type:decimal; }
#content blockquote { margin: 10px 30px; font-style:italic;}
#content a {color:#58867D;}
#sidebar h2 {
	margin:0 0 10px 0;
	padding:0;
}
#content h2{	
	color:#58867d;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	display:block;
	font-style:italic;
	font-size: 1.5em;
	line-height: 1.1em;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin:10px 0 0 0;
	padding:0;
}
#sidebar ul li li{
	margin: 0;
	padding:0;
}

#sidebar ul ul {
	padding: 0 0 0 10px;
}

.postmetadata {
	clear:both;
	border-top: 1px dashed #000;
	border-bottom: 1px solid #000;
	padding: 3px;
	font-size:80%;
}
.navigation {
	overflow:hidden;
	margin:0 0 10px 0;
}
#respond { clear:both; }
#content ol.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
}
.commentlist li {
	border: 1px solid #000;
	padding:20px;
	margin:0 0 20px 0;
}


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


/* Original Styles */

body {
	background: #9baa71 url('images/ribbon.gif') top center repeat-x;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:62.5%;
}

/* General Definitions */

a, a:link, a:active, a:visited { color: #58867D; }
a:hover{ text-decoration: none; }

h1, h2, h3, h4, h5{
	color: #76884E;
	padding: 0 0 .2em 0;
}

h1{
	font-size: 2.2em;
	color:#fff;
	float:left
	width:310px;
	height:64px;
	position:relative;
	z-index:400;
	text-indent:-999em;
	background: url('images/lindsayhouse.jpg') top left no-repeat;
}

h1{	font-size: 2.2em; padding: 10px;}
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; line-height: 1.1em; margin-top: 1.1em; }
h4{ font-size: 1.4em; }

p{ margin: .8em 0; }

ul, ol { margin: 0 0 10px 40px; list-style-position:outside; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

blockquote {
	margin: 15px 30px;
	padding: 0 0 0 10px;
	border-left: 2px solid #6d9c92;
	font-style:italic;
}

.standout	{
	color:#58867d;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	display:block;
	font-style:italic;
	font-size: 1.2em;
	line-height: 1.2em;
}

.quote	{
	color:#58867d;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	display:block;
	font-style:italic;
	font-size: .9em;
	line-height: 1.5em;
}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;
	color:#401d0c;

}

.layout {
	
	width: 982px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;

}

#topper {
	height:85px;
	background: url('images/topbar.gif') bottom center no-repeat;
	position:relative;
}

.booknow {
	float: right;
	top:45px;
	right: 25px;
	position: absolute;
	z-index: 500;
	padding:2px 10px;
	border-left:1px solid #fff;
}
.booknow a {
	font-family: Georgia, serif;
	font-size: 1.73em;
	color: #401d0c;
	text-decoration: underline;
}
.booknow a:hover {
	text-decoration: none;
}

.gc {
	float: right;
	top:46px;
	right: 200px;
	position: absolute;
	z-index: 500;
	padding:2px 10px;
	border-left:1px solid #fff;
}
.gc a {
	font-family: Georgia, serif;
	font-size: 1.6em;
	color: #401d0c;
	text-decoration: underline;
}
.gc a:hover {
	text-decoration: none;
}


.tollfree {
	float: right;
	right: 345px;
	position: absolute;
	top: 45px;
	z-index: 500;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #401d0c;
}


#topNav {

	background: #58867d;
	height:36px;
	position:relative;
	z-index:10;

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

	ul#menu { height:10px; }

	ul#menu li {
		text-align:center;
		position: relative;
		float:left;
	}
	ul#menu a {
		font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		display:block;
		color: #e3e0c5;
		text-decoration: none;
		font-size: 1.8em;
		line-height: 1.1em;
		padding: 8px 20px 10px;
	}
	ul#menu a:hover 			{ text-decoration: underline; }
	ul#menu li.arrow a	 		{ background: url('images/dn-arrow.gif') 96% 50% no-repeat;	}
	ul#menu li.arrow a:hover,	/* .hovering keeps parent li in "active" state when actually hovering over ul.subnav */
	ul#menu li.hovering 		{ url('images/dn-arrow.gif') 100% 50% no-repeat; }
	ul#menu li.arrow li a 		{ background: none; }
	ul#menu li.arrow li a:hover { background: none; }
	
	ul#menu li.last { border:none; }
	ul#menu li.last a { color: #e3e0c5; }
	ul#menu li.last a:hover { color: #e3e0c5; }

	ul#menu li li.last { border:none; }
	ul#menu li li.last a { color: #e3e0c5; }
	ul#menu li li.last a:hover { color: #e3e0c5; }
	
	ul#menu li ul {
		list-style: none;
		position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
		left: 15px; top: 36px;
		background: #58867d;
		display: none;
		float: left;
		width: 170px;
		-moz-border-radius-bottomleft: 20px;
		-moz-border-radius-bottomright: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
	}
	ul#menu li ul.subnav {}

	ul#menu li ul.subnav li{
		clear: both;
		width: 146px;
		padding:0 12px;
}
	
	ul#menu li ul.subnav li.last{ border-bottom:none; padding-bottom: 5px; }
	
	html ul#menu li ul.subnav li a {
		display:block;
		text-align:left;
		padding: 6px 0;
	}

#shadow	{
	width: 100%;
	margin: 0 auto;
	background: url('images/shadow.png') top center repeat-y;
	height:100%;
}

#header {
	height:380px;
	position:relative;
	z-index:5;
}

#headerblog {
	height:40px;
	position:relative;
	z-index:5;
}

#header .left	{
	float:left;
	margin:13px 0 0 13px;
}

#header .quote	{
position:relative;
z-index:1000;
float:right;
top:20px;
right:45px;
margin-bottom:-220px;
color:#595642;
font-size:1.5em;
text-align: right;
line-height:1.3em;
}

#header .quote span	{
font-size:1.3em;
line-height:3em;

}

#home #header .oval		{
position:relative;
z-index:1000;
top:120px;
right:-35px;
}

#header .right	{
	float:right;
	margin:13px 13px 0 0;
}

#header .right	{
	background: url('images/headerBox.gif') 100% 37% no-repeat;
	width: 403px;
	height:318px;
	}

#container {

	clear: both;
	overflow:hidden;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	display:block;
	color: #401d0c;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.3em;

}

#container .layout {
	background: #e3e0c5;
}

#rooms #content	{
	width:100%;
	float:none;
}
#content, #footCont {

	width:550px;
	float:left;
	padding: 20px;
}

#content-maps {

	width:982px;
	float:left;
	padding: 20px;
}

#content.blog {
	width:650px;
	padding:20 50px;
}

#sidebar .quote	{
	padding-top:20px;
	font-size: .9em;
}

#sidebar	{
	margin-left: 20px;
}

#sidebar.blog{
	width:225px;
}

#sidebar .availForm{

	background: #d6d2ad url('images/checkavailability.gif');
	width: 255px;
	height: 126px;
	color: #401d0c;
	text-align: center;
	text-indent:-5000px;
	font-size: .8em;
	margin-top:20px;
	padding: 10px 20px 20px 20px;
	line-height: 1.8em;
	border:2px solid #eceadc;
}

#sidebar .availForm span{
	font-size:1.5em;
	line-height:.9em;
}

#sidebar img {border:1px solid #fff; margin-top:15px;}

#sidebar, #footSide {
	width:305px;
	padding: 10px;
	float:left;
}

#footSide{
	width:285px;
	float:right;
	padding: .5em .5em .1em .5em;
	text-align: center;
	color:#401d0c;
	overflow:hidden;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin-left:10px;
	margin-top:40px;
	line-height:1.4em;
	border-left: 1px solid #e3e0c5;
}

#footSide img{
	padding:20px 0 30px;
}

#footSide p a span { font-size:1.5em;line-height:1.5em; }

#footer {
	font-size:1.3em;
}

#footer a {
	color:#401d0c;
	
}

#footer .layout {
	padding: 10px 0 0;
	overflow:hidden;
	background:#6d9c92;

}

#bottomNav{
	overflow:hidden;
	height:30px;
	background: #58867d;
	text-align:center;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:.9em;
	padding-top:5px;
}

#bottomNav ul {
	text-align:left;
	padding-top:5px;
}
#bottomNav li {
	display:inline;
}
#bottomNav li a {
	padding: 0 5px;
	border-right: 1px solid #e3e0c5;
	text-decoration:none;
	color:#e3e0c5;
}
#bottomNav a {
	color:#e3e0c5;	
	text-decoration:none;
}

#bottomNav .last a { border:none; }

#bottomNav ul ul{display:none;}

#copyright {
	float:right;
	text-decoration:none;
	text-align:right;
	color:e3e0c5;
	font-size:.9em;
	line-height:1.3em;
	margin: 0 10px 0 0;
}
/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

.ngg-galleryoverview {margin-left:40px;}

/* feedburner */

#footCont {width:650px;padding:9px;}
#footCont ul {
	padding: 5px 10px 5px 5px;
	float:left; 
}

#footCont li {
		list-style-type: none;
}

#footCont h2 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 2em;
	letter-spacing: 1px;
	margin-left:10px;
	color: #e3e0c5;
}

#footCont ul {
	margin: 0 0 0 10px;
}
#footCont ul li {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	list-style-type: none;
	font-size: 13px;
	text-decoration: none;
	margin-top: 10px;
}
.recent-posts-thumb {float: left; margin-right: 12px; margin-bottom: 12px; background: #58867d; padding: 2px;}
#footCont .advanced-recent-posts {border:none; width:350px; margin:0; }
.advanced-recent-posts li {clear: left; }

.twtr-widget-profile {
	width:200px;
	float:left;
}
/* More */

#content .roomsList {
	list-style:none;
	padding:0;
	margin:0;
	width:750px;
}
#content .roomsList li {
	width:250px;
	height:240px;
	float:left;
	margin: 10px;
	padding:2px;
	text-align:center;
}
#content .roomsList a {
	width:250px;
	height:240px;
	display:block;
	margin:2px;
	padding:10px;
	font-family:georgia;
	font-style:italic;
	font-size:1.25em;
	background: #58867d;
	text-decoration:none;
}
#content .roomsList a:hover {
	background: #6d9c92;
	margin: 0px;
	border:2px solid #fff;
}
#content .roomsList img {
	margin: 0 0 8px 0;
	width:250px;
}
#content .roomsList span {
	color:#e3e0c5;
	border:none;
	display:block;
	margin:5px;
}

#slides {overflow:hidden; height:318px; width:541px;}
#slides img {height:318px; width:541px;}


/* Google maps buttons styles */


.maps img {width:275px; border:1px solid #58867d;}

.maps li {
	list-style-type:none;
	float:left; 
	margin:0 0 40px 10px; 
	background:#9baa71;
	border:2px solid #58867d;
	text-align:center;
	padding:0 0 8px 0;
} 

.maps li a { 
	text-decoration:none;
	color:#401d0c;
}

.maps li a:hover { 
	color:#fff;
	margin-bottom:13px;
}


