/*
Theme Name: ~Halsey House
Theme URI: http://www.halseyhouse.com
Description: Custom Theme
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
*/


/* basic classes */
* { margin:0; padding:0; outline:0; }

.left { float:left; }
.right { float:right; }
img.left, img.right { margin: 0 5px; }
.hidden { display:none; }
.clear { clear:both; }

/* --------------------------------------------------------------- */
/* basic element */

ul, ol { list-style-position:inside; margin: 5px 5px 5px 15px; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
blockquote { margin: 10px 30px; font-style:italic;}

a { color: #dcc59e; }
a:hover { text-decoration: none; }
a:visited {  }
a:active { position:relative;top:1px; }
a[href $='.pdf'] { padding-right: 18px; background: transparent url(images/icon_pdf.png) no-repeat right; }

h2, h3, h4, h5{ color: #d2b381;padding: 0 0 .2em 0; font-variant: small-caps;}
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }

strong{ font-size: 1.2em; font-variant: small-caps; }

p{ margin: 0 0 .8em 0; }

/* --------------------------------------------------------------- */
body {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:62.5%;
	background: #331809 url('images/pattern.jpg') top left;
	color: #d2b381;
}

/* Layout */
#page {	background: url('images/back2.jpg') top left repeat-x;margin:0 auto;text-align:center;}
.home-page #page,
.room #page { background: url('images/back1.jpg') top left repeat-x; }

.layout {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#topper {
	height: 125px;
	background: url('images/topshadow.png') center bottom no-repeat;
	padding: 2px 25px 0 25px;
}
	h1 { float:left; position:relative; width:400px;height:100px;}
	
	h1.logo {padding: 0 20px 0; height:75px;}
	h1.logo img {display:block; position:absolute;bottom:0;left:0;border:none;}
	h1.logo span {position:absolute;left:-999em;}

	h1.text {padding: 20px 0 0px; font-size:3.2em;text-transform:uppercase;	background: url('images/logo.gif') top left no-repeat;}
	h1.text span {display:block; text-indent:-999em;}
	h1.text a { text-decoration:none; font-weight:normal;}
	
	h1 a:active {position:static;}
	
	#topper p {float:right;width:500px;text-align:right;}
	#topper p.res { padding-top:35px; font-variant:small-caps; font-size:2.1em;}
		#topper p.res a,
		#topper p.res span {text-decoration:none; line-height:1.5em;padding: 5px 10px;
							background:#6A0A01;border:2px solid #83392A;}
		#topper p.res a:hover { text-decoration:none; color:#fff;}

	#topper p.tag {width:420px;padding-left:80px;font-variant:small-caps;font-style:italic;font-size:1.4em; margin:0;
		height:36px; overflow:hidden;}

#slides, #flash {
	height: 250px;
	overflow:hidden;
	background: #440908;
	padding: 5px 18px;
}
#flash,
.room #slides {
	height: 400px;
}
#slides img { }
#container {
	clear: both;
	overflow:hidden;
	font-size: 1.4em;
	line-height: 1.45em;
	background: url('images/shadows.png') top center repeat-y;
}
#container .layout { background: #570307 url('images/bg-container.gif') top left repeat-y; }
.page-template-page-wide-php #container .layout {background: #570307;}

/* --------------------------------------------------------------- */
/* body content */
#content {
	float:right;
	padding: 0 10px;
}
.narrowcolumn	{ width: 645px; }
.widecolumn		{ width: 940px;padding: 0 20px; }

#content h2 {
	font-size:2.4em;
	line-height:1.4em;
	padding: 10px 0;
	margin-bottom:10px;
}
#content h2 a { text-decoration:none; }
#content h2 a:hover {  }
#content h3 {padding: 10px 0px; margin: 18px 0 8px 0; clear:both; }

#content img.alignright,#content img.alignleft { margin: 8px; padding: 7px; background: #440908;}
#content img.noborder {padding:0; background:none;}
#content p.date_auth { font-size:90%;margin:3px 0; font-style:italic; }

.gmap { float:left; margin: 8px; padding: 10px; background: #440908; }	
.gmap2 { float:left; margin: 8px 0; padding: 10px; background: #440908; }	

.roomsList{
	float: right;
	width: 510px;
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0;
}
.roomsList li{ float: left; }

.roomsList li a{
	background: #e5c38c;
	display: block;
	padding: 10px;
	margin: 0 7px 7px 0;
	text-decoration: none;
}
.roomsList li a .roomname{
	color: #3D090B;
	font-size: 1.3em;
	margin: 4px 0 0 0;
}

.roomsList li a .roomname span{
	color: #bf0003;
	font-size: .8em;
}
.roomsList li a:hover{ background: #fff; }
.roomsList li a:hover .roomname span{ color: #3D090B; }
.roomsList li.avail a .roomname{
	font-size: 1.1em;
	text-align: center;
	color: #bf0003;
}

.roomRight{
	float: right;
	margin: 0 0px 0 20px;
	width: 494px;
	list-style: none;
}
.roomRight li {
	float: left;
	margin: 0 0 7px 0;
}
.roomRight li.marginRight{ margin: 0 15px 7px 0 ; }
.roomRight li img{
	padding: 7px;
	background: #440908;
	margin: 0;
}

.price{	
	font-variant: small-caps;
	font-size: 1.4em;
	background: #440908;
	margin-top: 10px;
	padding: 10px;
	float:left;
}
.roomNav{
	list-style: none;
	margin: 5px 0 10px 0;
	padding: 0;
	height: 76px;
	overflow:hidden;
	clear:left;

}

.roomNav li{
	float: left;
	margin: 10px 3px 0;
	padding: 2px 0;
}
.roomNav li.check { float:none;clear:both;	width:320px; text-align:center; }

.roomNav li a{
	background: #6a0a01;
	padding: 3px 8px;
	border: 2px solid #83392a;
	color: #bc9a65 !important;
	text-decoration: none;
	font-size: 1em;
	font-variant: small-caps;
}
a.checkAvail{
	background: #6a0a01;
	padding: 3px 8px;
	border: 2px solid #83392a;
	color: #bc9a65 !important;
	text-decoration: none;
	font-size: 1em;
	font-variant: small-caps;
}
.roomNav li a { display:block;}

.roomNav li a:hover{
	color: #fff !important;
}

.attachment-post-thumbnail { float:right; margin-bottom:10px;}

.postmetadata { clear:both; padding: 3px 5px; font-size:80%; }
.navigation { overflow:hidden; margin:0 0 10px 0; }

/* --------------------------------------------------------------- */
/* attachments */
body.attachment p.attachment { text-align:center; }

/* --------------------------------------------------------------- */
/* comments */
#respond { clear:both; }
ol.commentlist, ol.commentlist ul {
	list-style:none;
	margin: 0;
	padding:0;
}
li.comment {
	padding: 5px 20px;
	margin:0 0 20px 0;
}
li.bypostauthor {
	padding: 5px 20px;
	margin:0 0 20px 0;
}
li.odd { }

li.depth-2, li.depth-3, li.depth-4 { margin-top:10px; padding: 5px 10px; }

img.avatar {float:left;margin:3px 3px 0 0; }
/* --------------------------------------------------------------- */
/* sidebar */
#sidebar {
	width:257px;
	float:left;
	padding:20px 22px 20px 31px;
	text-align:center;
}
.page #sidebar {
	background: url('images/left.png') top right no-repeat;
}
#sidebar #submenu {
	text-align:center;
	font-variant: small-caps;
	font-size:1.2em;
	padding: 10px;
}
	#submenu a { text-decoration:none;}
	#submenu a:hover { color:#fff;}
#sidebar h2 {
	margin:0 0 10px 0;
	padding:0;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0 10px;
	text-align:left;
}
#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;
}
#sideCont { border-bottom: 1px solid #4A0B08; padding-bottom: 25px; margin-bottom: 15px;}
.page #sideCont { min-height:340px; border:none; padding:0;margin:0;}

#address { padding: 12px; text-align:center;}
#address p {padding: 0 6px; text-align:left;}

#post-side-info{ }

/* --------------------------------------------------------------- */
/* widgets */

/* search */
input#s {width:120px; }

/* calendar */
table#wp-calendar {width:100%;text-align:center;}


/* --------------------------------------------------------------- */
/* footer */
#footer {
	overflow:hidden;
	clear:both;
	font-size: .9em;
	line-height: 1.2em;
	background:#440908;
}
#footCont {
	width:645px;
	float:right;
	padding: 10px;
}
	#footCont h3 { font-size:1em; }
	#footCont .links {list-style:none;}

ul.advanced-recent-posts { list-style:none; line-height:1.35em; }
ul.advanced-recent-posts li { clear:both; height:65px; }
ul.advanced-recent-posts a { font-weight:bold; }
ul.advanced-recent-posts img { float:left; margin:0 10px 0 0;padding:2px;  border:2px solid #dcc59e;}
#footCont h3 { font-size:1.5em;  }

#footSide {
	width:240px;
	float:left;
	padding: 30px;
	line-height:1.7em;
	color:#8F6264;
}
#footSide a { color:#8F6264; }
.social {  }
.social a { line-height:15px; padding:1px 0 3px 20px; }
.social a.facebook { background:url('images/facebook.gif') no-repeat; }
.social a.twitter { background:url('images/twitter.gif') no-repeat; }

.meta { }

/* ngg */
div.ngg-galleryoverview { padding: 15px 5px; }
div.ngg-gallery-thumbnail img { background-color:#3D090D; padding:6px; border:none; margin: 8px;}
div.ngg-gallery-thumbnail img:hover { background-color:#730F0E; }
div.ngg-gallery-thumbnail a:hover { position:static; }


/* --------------------------------------------------------------- */
/* main menu */

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

ul#menu { height:40px; margin: 0; padding: 0 10px;clear:both;
	background: url('images/navback.gif') top left repeat-x #5a0406;
	font-variant: small-caps;
}
	ul#menu li {
		margin: 0;
		position: relative;
		z-index:50;
		float:left;
		height: 30px;
		font-size:1.4em;
		line-height: 30px;
		padding: 0 8px 0 0;
		background: url('images/navspacer.gif') right 12px no-repeat;
	}
	ul#menu li.last { background:none; }
	ul#menu li.right { float:right; }
	ul#menu a, ul#menu span.phone {
		display:block;
		color: #dcc59e;
		float:left;
		padding: 5px 15px;
		margin:0;
		text-decoration:none;
	}
	ul#menu li.hovering a,
	ul#menu a:hover { color:#fff; }
	ul#menu a:active {position:static; }
	ul#menu li.hovering li a {color: #dcc59e; }
	ul#menu li.hovering li a:hover { color:#fff; }
	ul#menu li.current_page_item a,
	ul#menu li.current_page_item ul {  }
	
	ul#menu span.phone {
		font-family:arial black, arial;
		font-size:1.3em;
		padding: 5px;
	}
	ul#menu li.arrow { /* parent items */
	}
	ul#menu li ul {
		list-style: none;
		margin:0;padding:0;
		position: absolute;
		float:left;
		left: -1px; top: 40px;
		display: none;
		background:#5A0407;
		font-size:0.8em;
		width: 190px;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
	}
	ul#menu li li{
		clear: both;
		display:block;
		background:none;
		margin:0; padding:0 10px;
		width: 170px;
		height:30px;
		font-size:1.0em;
		line-height: 20px;
	}
		ul#menu li li.last{ border-bottom:none;
			-moz-border-radius-bottomleft: 15px;
			-moz-border-radius-bottomright: 15px;
			-webkit-border-bottom-left-radius: 15px;
			-webkit-border-bottom-right-radius: 15px;
		}
	
	ul#menu li li a {
		display:block;
		float:none;
		padding:5px;
		margin:0 auto;
		line-height:.9em;
	}
	ul#menu li li a:hover {
		text-decoration:underline;
	}
	/* bottom menu*/
	#bottomNav{ text-align:left; padding-left:30px; }
	#bottomNav li { display:inline; }
	#bottomNav ul{ display:none; }

	#bottomNav a {
		padding: 0 10px;
		text-transform:uppercase;
	}#bottomNav .last a { border:none; }

/* --------------------------------------------------------------- */
/* image handling */
/* 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 }
/* Captions */
.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: center; 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; }

/* --------------------------------------------------------------- */
/* Clarkes Cottage */
.page-id-276 {background:#ad6921;padding: 0px;}
.page-id-276 #container .layout {background: #570307;}
.page-id-276 #content h2 {color:#570307;}
.page-id-276 #page {background: url('images/back_cottage.jpg') top left repeat-x;}