/*
Theme Name: ~Inn on Golden Pond
Theme URI: http://www.innongoldenpond.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:#29190C; }
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{ padding: 0 0 .2em 0; }
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }

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

/* --------------------------------------------------------------- */
html{	}
body {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:62.5%;
	background:#0D1B0E url('images/pattern.jpg') top center repeat-x;
	color:#282828;
}
body.logged-in { background-position: 0 28px; }

/* Layout */
#page {margin:0 auto; text-align:center; background: transparent url('images/bg-plaid.jpg') top center no-repeat;	}
#page2 {	background: transparent url('images/bg-fabric.jpg') 50% 197px no-repeat; }

#layout {
	width: 990px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
}

#topper {
	height: 30px;
	position:relative;
	z-index:50;
}
	h1.logo { width:255px;height:216px;position:absolute; left:-10px;top:0;} 
	h1.logo img {display:block;border:none;}
	h1.logo span {position:absolute;left:-999em;}

	h1 a:active {position:static;}
	
	#topper p {float:right;width:400px;font-family:georgia, times new roman, serif; color:#D5BE78;font-size:1.5em; margin:5px 0 0;}
	#topper p.res span.phone,
	#topper p.res a.check { display:block;float:left; }	

	#topper p.res span.phone {  padding: 8px 25px; }	
	#topper p.res a.check { text-decoration:none;font-size:1.1em;background: url('images/bg-check.jpg') no-repeat;width:178px; height:18px;padding: 8px 0; color:#29190C; text-align:center;}	

#slides {
	height: 312px;
	margin:20px 17px 0 16px;
	overflow:hidden;
}
#slides img { }
#paper {
	background: url('images/bg-paper.jpg')  no-repeat;
	height:389px;
	padding-top:10px
}
#container {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0 11px 0 10px;
	background:#F1E9C2 url('images/bg-paper-fade.jpg') top center no-repeat;
}

/* --------------------------------------------------------------- */
/* body content */
#content {
	float:left;
	padding: 0 20px 20px;
}
.narrowcolumn	{ width: 645px; }
.widecolumn		{ width: 910px; }
#content h2 {
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
	line-height:1.4em;
	padding: 10px 0 5px;
	margin-bottom:10px;
	font-family:georgia, times new roman, serif;
}
#content h2 a { text-decoration:none; }
#content h2 a:hover {  text-decoration:underline; }

#content p.date_auth { font-size:90%;margin:3px 0; font-style:italic; }

#content blockquote {
	padding: 0 30px;
	font-family:georgia, times new roman, times, serif;
	color:#313921;
}

.attachment-post-thumbnail { float:right; margin-bottom:10px;}
/* roomsList */
.roomsList {
	list-style:none;
	margin:15px 0 15px 20px;
	padding:0;
}
.roomsList li {
	width:220px;
	height:220px;
	float:left;
	margin: 0px;
	padding:0;
	text-align:center;
}
.roomsList a {
	width:200px;
	height:200px;
	display:block;
	margin:5px;
	padding:5px;
	background: #fff;
	text-decoration:none;
}
.roomsList a:hover {
	margin: 2px;
	/*padding: 8px;
	background: #64724F;*/
	border:3px solid  #64724F;
}
.roomsList img {
	border:0;
	margin: 0 0 8px 0;
}
.roomsList span.roomname {
	font-size:1.2em;
	display:block;
}
.roomsList a:hover span.roomname {
/*	color:#fff; */
}
.roomsList span.roomdetails {
	font-size:0.9em;
	display:block;
}
.roomsList span.roomfloor {
font-size:0.7em }
.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:260px;
	float:right;
	padding: 10px;
}
#sidebar h2 {
	margin:0 0 10px 0;
	padding:0;
}
#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;
}

#action-buttons {text-align:center;float:left;padding: 2px 0;background:#fff; 
	-moz-box-shadow: 3px  3px 2px #B9AE81;
	-webkit-box-shadow: 3px 3px 2px #B9AE81;
	box-shadow: 3px 3px 2px #B9AE81;
}
#action-buttons a { }
#action-buttons a img, #action-buttons img { display:block; padding:2px 4px;border:none;}
#action-buttons a:active { position:static; }

#post-side-info{ }

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

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

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


/* --------------------------------------------------------------- */
/* footer */
#footer {
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 0 20px;
	clear:both;
	border-top:1px solid #29190C;
	color:#F1E9C2;
	background:#29190C url('images/bg-footer.jpg') top center repeat-x;
}
#footer a { color:#F1E9C2; }
#footCont {
	width:630px;
	float:left;
	padding: 0 10px;
	margin: 10px 0;
	border-right: 1px solid #1F0E06;
}
	#footCont h3 { font-size:1em; }
	#footCont .links {list-style:none;}
#footSide {
	width:250px;
	padding: 0 10px;
	float:right;
	text-align:center;
}
#logo-small { 
	display:block;
	margin: 0 auto 10px; 
}
ul.advanced-recent-posts { list-style:none; line-height:1.35em; padding-left:30px;}
ul.advanced-recent-posts li { clear:both; height:80px; margin-left:-40px;}
ul.advanced-recent-posts a { font-weight:bold; }
ul.advanced-recent-posts img { float:left; margin:0 10px 0 0; border:3px solid #354521; }
#footCont h3 { font-size:1.5em; color:#F1E9C2;font-family: georgia, times new roman, serif; font-weight:normal;font-style:italic;margin:15px 0;}
p#lowernav { text-align:left;clear:both; font-size:80%; }
/* subfooter */

.meta { clear:both; font-size:80%; }
.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; }

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

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

ul#menu { height:40px; margin: 0 20px; padding: 5px 0 0;clear:both;font-family:georgia, times new roman, serif;text-align:center;}
	ul#menu li {
		margin: 0 2px 0 0;
		position: relative;
		z-index:50;
		display:inline;
		font-size:1.6em;
		line-height: 30px;
		padding: 5px 4px 8px;
		background: url('images/bg-li.gif') 100% 40% no-repeat;
	}
	ul#menu li.last {  }
	ul#menu li.right {  }
	ul#menu li a {
		padding: 0 0px;
		margin:0 8px;
		text-decoration:none;
	}
	ul#menu li.last,ul#menu li.last a { border:none;background:none;  }
	ul#menu li.hovering a,
	ul#menu li a:hover {  }
	ul#menu li a:hover { text-decoration:underline; }
	ul#menu li a:active {position:static; }
	ul#menu li.hovering { background:#fff;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
	}
	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 */
		padding: 5px 5px 8px;
	}
	ul#menu li.arrow a { /* parent items */
		background:url('images/dn-arrow.gif') 100% 45% no-repeat;
		padding-right: 15px;
		margin:0 10px;
	}
	ul#menu li.arrow li a { /* parent items */
		background-image:none;
		background-color:none;
		padding:5px 0;
	}
	ul#menu li ul {
		list-style: none;
		margin:0;padding:5px 0;
		position: absolute;
		float:left;
		left: 0px; top: 30px;
		display: none;
		background:#fff;
		border-top:none;
		text-align:left;
		font-size:0.9em;
		width: 100%;
		_width: auto;
		list-style-position:outside;
		-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 ul ul { display:none; }
	ul#menu li li{
		clear: both;
		display:block;
		background: none;
		margin:0; padding:0;
		font-size:0.9em;
		
		text-align:left;
	}
		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;
		border:none;
		_float:left;
		width:auto;
		
		margin:0;
		line-height:15px;
		_line-height:0px;
	}
	ul#menu li li a:hover {
		text-decoration:underline;
	}

/* --------------------------------------------------------------- */

/* map styles */

#mapControls {margin: 0 0 7px 0;}

#mapControls a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fff8d0 none repeat scroll 0 0;
border:1px solid #411129;
color:#29190C;
font-size:.9em;
font-weight:bold;
padding:5px 10px;
text-decoration:none;
}

#page #googlemap {color:#000; line-height:1em;}
#page #googlemap a{color:#0000ff; line-height:1em;}

/* --------------------------------------------------------- */

/* 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 { background-color:#fff;border:1px solid #3F4F2B; 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; }
