/*
Theme Name: ~Down by the River
Theme URI: http://www.insideout.com
Description: Custom Theme
Version: 1.2
Author: InsideOut Solutions/Brad Doss/Kailey Lampert
Author URI: http://insideout.com/
*/
/* fonts */
@import url('http://js.insideout.com/fonts/Desdemona/stylesheet.css');
/* --------------------------------------------------------------- */
/* 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 { text-decoration: underline;}
a:hover { text-decoration: underline; }
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; }

hr { margin: 20px }

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


.editLink {clear:none; position:fixed; top:45%; right:0px;width:35px;height:45px;padding:0;font-size:12px; line-height:12px;font-family:courier new;text-align:center;font-variant:small-caps; -moz-box-shadow: 1px 0px 8px #999;}
.editLink a { display:block;width:27px;height:37px; padding: 4px; color:#fff;background:#6b7a5d; text-decoration:none;}
.editLink a:hover { display:block; color:#2c132f;background:#afaa75; }

/* --------------------------------------------------------------- */
body {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:62.5%;
	background-color: #FAEBD7;
}body.logged-in { background-position: 50% 25px; }

/* Layout */
#page {
	margin:0 auto;
	background-color: #FAEBD7;
}

.layout {
	background: #FAEBD7 url('/files/2010/06/spbkgrd.jpg') 215px 45px repeat-y;
	width: 895px;
	text-align: left;
	margin: 10px;
	border: 2px ridge #333;
}body.page-id-6 .layout {
	background: url('/files/2010/06/spbkgrd.jpg') 215px 45px repeat-y;
}body.page-id-10 .layout {
	background: url('/files/2010/06/paper_ochre_large.jpg') 215px 45px repeat-y;
}body.page-id-8 .layout {
	background: url('/files/2010/06/frtentryfade.jpg') 215px 45px repeat-y;
}body.page-id-16 .layout {
	background: url('/files/2010/06/spbkgrd.jpg') 215px 45px repeat-y;
}body.page-id-12 .layout {
	background: url('/files/2010/06/okcorralfade.jpg') 215px 45px repeat-y;
}body.page-id-14 .layout {
	background: url('/files/2010/06/spbkgrd.jpg') 215px 45px repeat-y;
}body.page-id-27 .layout {
	background: url('/files/2010/06/frtentryfade.jpg') 215px 45px repeat-y;
}body.page-id-19 .layout {
	background: url('/files/2010/06/birdquiltfade.jpg') 215px 45px repeat-y;
}body.page-id-21 .layout {
	background: url('/files/2010/06/cowboyfade.jpg') 215px 45px repeat-y;
}body.page-id-23 .layout {
	background: url('/files/2010/06/minerpicfade.jpg') 215px 45px repeat-y;
}body.page-id-25 .layout {
	background: url('/files/2010/06/tumacocorifade.jpg') 215px 45px repeat-y;
}

#topper {
	height: 45px;
	border-bottom: 2px ridge #333;
	margin: 0;
	background-color: #FAEBD7;
}
	h1.logo { float:left; width:570px;padding: 0 20px; height:95%; position:relative;}
	h1.logo img {display:block; position:absolute;top:0;left:0;padding: 10px 5px 10px 100px;border:none;}
	h1.logo span {position:absolute;left:-999em;}

	h1.text { float:left; width:570px;padding: 0 20px; height:95%; font-size:3.5em; font-family: times new roman, times, serif; letter-spacing:1px;position:relative; text-align:right;}
	h1.text span {display:block; position:absolute;bottom:0;right:0;padding: 10px 5px 10px 55px; }

	h1 a:active {position:static;}
	
	#topper p {float:right;width:300px;padding-right:50px;text-align:right;}
	#topper p.tag {padding-top:40px; font-family:georgia, times new roman, serif; font-style:italic;font-size:1.4em;}
	#topper p.res a { font-family:arial black, arial; font-size:1.5em;text-decoration:none;}
		#topper p.res a:hover { }
	
#slides {
	height: 224px;
	overflow:hidden;
}
#slides img {
}
#side_menu {
	background-color: #FAEBD7;
	width: 215px;
	float:left;
	margin: 0;
	padding: 0;
	height:100%;
	border-right: 2px ridge #333;
}
#side_info {
	background-color: #FAEBD7;
	position:relative;
	width: 215px;
	float: left;
	clear: left;
	margin-top: 10px;
}
#side_info p {
	clear:left;
	float:left;
	margin: 15px 0 15px;
	padding: 0 0 0 10px;
	font-size: 1.4em;
}
#side_info .weather {
}
.side_info_table {
	font-size: 1.3em;
	width: 215px;
	border: 6px ridge #666;
	padding: 5px;
}
.menu_image {
	margin: 10px 10px 10px;
}
#container {
	width: 676px;
	position:relative; left: -2px;
	float:right;
	font-size: 1.3em;
	line-height: 1.4em;
	border-left: 2px ridge #333;
}

/* --------------------------------------------------------------- */
/* body content */
#content {
	float:left;
	margin: 0 10px 0 10px;
	padding: 0;
	font-weight: bold;
}
.narrowcolumn	{ width: 660px; }
.widecolumn		{ width: 660px; }
#content h2 {
	color: #000; 
	font-size:2em;
	line-height:1.4em;
	padding: 10px 0;
}
#content h2 a { text-decoration:none; }
#content h2 a:hover {  }

#content p.date_auth { font-size:90%;margin:3px 0; font-style:italic; }
#content td {
	padding: 5px;
}
#content #directions {
	border-top: 2px ridge #333;
	padding: 10px 0 0;
}
.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; }

#rooms table {
	border: 6px outset #666;
}

#rooms td {
	border: 2px solid #666;
}

/* ------------http://tools.trepmal.com/roomgen/------------------ */
/* roomsList */



/* --------------------------------------------------------------- */
/* 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:230px;
	float:left;
	padding: 20px;
}
#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;
}

.post-side-info{ }

/* --------------------------------------------------------------- */
/*assorted special pages/widgets */
/* sitemap */
.searchbox { background:#ffffef; border: 3px solid #99AA7B; padding:10px; margin-right:50px;}
.sitemap { margin-left:50px; }

/* widgets */

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

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


/* --------------------------------------------------------------- */
/* footer */
#footer {
	background-color: #FAEBD7;
	border-top: 2px ridge #333;
	overflow:hidden;
	font-size: .9em;
	line-height: 1.2em;
	clear:both;
}
#footCont {
	width:660px;
	float:right;
	height: 200px;
	overflow: hidden;
}
	#footCont h3 { font-size:1.7em; padding: 10px 0 0; text-decoration: underline;}
	#footCont .links {list-style:none;}

	ul.advanced-recent-posts { list-style:none; line-height:1.5em; }
	ul.advanced-recent-posts li { clear:both; margin:0px; font-size: 1.4em;}
	ul.advanced-recent-posts a { font-weight:bold; }
	ul.advanced-recent-posts img { float:left; margin:0 10px 0 0;padding:2px; }
	div.widget_advancedrecentposts h3 { font-size:1.7em; padding: 10px 0 0;}

#footSide {
	overflow: hidden;
	height: 200px;
	font-size: 1.4em;
	width:215px;
	float:left;
	border-right: 2px ridge #333;
}
#footSide p {
	padding: 10px;
}
/* subfooter */

#subfooter { width: 895px; clear:both; padding: 5px 15px 15px; font-size: 1.1em;}
#subfooter a { }
.meta { float:right;text-align:right;}
.social { float:left; }
.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; clear:both; margin: 5px 10px 0; overflow:visible;}
	/* top level items - default */
	ul#menu li { position: relative; z-index:50; margin: 0; 
		height: 40px; font-size:3em; font-family: DesdemonaRegular, Arial, Times;
	}
	ul#menu li a  { display:block; float:left; margin:0;
		font-family: DesdemonaRegular, Arial, Times; color: #647FC5;
		height: 20px; padding: 3px 15px 3px 0px; text-decoration:none;
	}
	ul#menu li a:hover { text-decoration:none; }
	ul#menu li a:active { }
	ul#menu li a img { 
		margin-right: -5px;
	}
	/* top level items - special */
	ul#menu li.last {  }
	ul#menu li.last a {  }
	ul#menu li.last a:hover { }

	ul#menu li.hovering {  }
	ul#menu li.hovering a {  }
	ul#menu li.hovering a:hover { }

	ul#menu li.current_page_item {  }
	ul#menu li.current_page_item a {  }
	ul#menu li.current_page_item a:hover {  }

	/* top level items - parent */
	ul#menu li.arrow {  }
	ul#menu li.arrow a {  }
	ul#menu li.arrow a:hover {  }

	/* child menus */
	ul#menu li ul { list-style: none; display: none; margin:0; padding:0;
		position: absolute; left: 0px;
		-moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;
		top: 40px; width: 170px;background:#083673;
	}
	/* child menu items - default */
	ul#menu li.hovering li,
	ul#menu li.arrow li {
		clear: both; display:block;
		margin:0; padding:0 ;
		width: 170px; height:30px;
		list-style-position:outside;
		font-size:1.0em; line-height: 20px;
		color:#f7b101;
	}
	ul#menu li.hovering li a,
	ul#menu li.arrow li a {
		display:block; float:none;
		padding:5px 10px; margin:0 auto;
		line-height:.9em; color:#f7b101;
	}
	ul#menu li.hovering li a:hover,
	ul#menu li.arrow li a:hover { background:#f7b101;color:#083673;text-decoration:none; }
	/* child menu items - special */
	ul#menu li.arrow 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;
		border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;
	}
	ul#menu li.arrow li.last a {
		-moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;
	}
	ul#menu li.arrow li.last a:hover { }

	ul#menu li.arrow li.current_page_item { }
	ul#menu li.arrow li.current_page_item a { }
	ul#menu li.arrow li.current_page_item a:hover { }


/* --------------------------------------------------------------- */
/* image handling */
/* Images */
li.stack img { margin-right: -4px; }
li.stack_email img { margin-right: -6px; }
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: #fff; border: 1px solid #777; 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; }
