/*
Theme Name: ~Rivers Bend Lodge
Theme URI: http://www.riversbendlodge.net
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:#633100; }
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 .9em 0; }

/* --------------------------------------------------------------- */
body {
	font-family: Arial,Helvetica,adobe-helvetica,Arial Narrow;
	margin: 0;
	font-size:62.5%;
	background:#000;
}

/* Layout */
#page {margin:0 auto;}

#layout {
	width: 764px;
	text-align: left;
	margin: 0 auto;
	background:#C7BDAE;
}

#topper {
	height:267px;
	text-indent: -999em;
	position:relative;
}
	h1.text { padding: 0 20px; font-size:3.5em; font-family: times new roman, times, serif; letter-spacing:1px;}
	h1.text span {}

	h1 a:active {position:static;}
	
	#topper p {}
	#topper p.tag {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 { }
	
	#logo {
		position:absolute;
		top:0;
		left:0;
		width:764px;
		height:267px;
	}
	
	#logoB {
		position:absolute;
		bottom:0;
		left:0;
		width:228px;
		height:176px;
	}
	
	#resbutton {
		position:absolute;
		bottom:120px;
		left:620px;
		width:134px;
		height:134px;
	}
	
	#tag {
		position:absolute;
		bottom:10px;
		right:20px;
		width:350px;
		text-align:right;
		height:25px;
		text-indent:0;
		font-size:1.8em;
		color:#fff;
		font-weight:bold;
	}
	
#slides {
	height: 224px;
	overflow:hidden;
}
#slides img {
}
#container {
	clear: both;
	overflow:hidden;
	font-size: 1.3em;
	line-height: 1.4em;
}

/* --------------------------------------------------------------- */
/* body content */
#content {
	padding: 25px;
	float:left;
}
.narrowcolumn { width:500px; }
.widecolumn { width: 720px; }
#content h2 {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:10px;
}
#content h2 a { text-decoration:none; }
#content h2 a:hover {  }

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

.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:180px;
	float:right;
	padding: 5px;
}
#sidebar h2 {
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	padding:10px 0 0 0;
	margin:0;
	
}
#sidebar ul li li{
	margin: 0;
	padding:0;
	border:none;
}

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

#post-side-info{ }

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

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

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


/* --------------------------------------------------------------- */
/* footer */
#footer {
	overflow:hidden;
	font-size: .9em;
	line-height: 1.2em;
	float:left;
	width:655px;
	padding: 20px;
}
#footCont {
	width:400px;
	float:left;
	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:60px; margin-left:-40px;}
	ul.advanced-recent-posts a { font-weight:bold; }
	ul.advanced-recent-posts img { float:left; margin:0 10px 0 0;padding:2px; }
	#footCont h3 { font-size:1.5em; }

#footSide {
	width:180px;
	padding: 10px;
	float:right;
}

/* subfooter */

#subfooter { padding: 15px; font-size: 1.1em; text-align:center; color:#fff;}
#subfooter a { }
.meta { }
.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,
ul#menu { height:auto; margin: 0; padding:5px 0 ;clear:both; text-align:center;background:#afa699;}
ul.menu { height:auto; padding: 5px; background:#633100;}
	ul.menu li,
	ul#menu li {
		margin: 0;
		position: relative;
		z-index:50;
		font-size:1.8em;
		font-weight:bold;
		display: inline;
		border-right:1px solid #000;
	}
	ul.menu li {
		border:none;
		font-size:1.2em;
		font-weight:normal;
	}
	ul#menu li.last { border:none; }
	ul.menu a,
	ul#menu a {
		padding: 5px 15px;
		margin:0;
		text-decoration:none;
		color:#000;
	}
	ul.menu a {
		color:#fff;
	}
	ul#menu li.hovering a,
	ul#menu a:hover { }
	ul#menu a:hover { text-decoration:underline;}
	ul#menu a:active {position:static; }
	ul#menu li.current_page_item a,
	ul#menu li.current_page_item ul {  }
	
	ul#menu li.arrow { /* parent items */
	}
	ul#menu li ul {
		list-style: none;
		margin:0;padding:0;
		position: absolute;
		float:left;
		left: -3px; top: 25px;
		display: none;
		width: 150px;
		background:#afa699;	
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		text-align:left;
	}
	ul#menu li li{
		clear: both;
		display:block;
		margin:0; padding:0 10px;
		width: 10px;
		height:30px;
		font-size:1.0em;
		line-height: 20px;
	}
		ul#menu li li.last{ border-bottom:none;
		}
	
	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;
	}
/* --------------------------------------------------------------- */
/* image handling */
/* Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.aligncenter { padding: 4px;}
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; border: 2px solid #633100;}
.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; }

