/*
Theme Name: ~Robin Wood B&B 
Theme URI: http://www.robinwoodbnb.com/
Description: custom theme
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
Tags: 
*/

a {color:#002C62;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #002C62;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.divfpslideshow {
	float: left;
	clear:both;
	margin: 28px 2px 2px 8px;
	padding: 1px;
	width: 290px;
	border: 1px solid #002C62;
}
.divfpbiz {
	margin: 26px 2px 2px 8px;
	padding: 1px 0px 4px 5px;
	width: 345px;
	clear:left;
	border: 1px solid #002C62;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

.divwrapperhome {
	height:auto;
	overflow:hidden;
}

#content {
	padding: 0px 20px 10px;
}
.widecolumn .attachment {
	text-align:center;
}
.widecolumn .caption p {
	background: #bbb;
	padding: 3px 0px;
}

#content.narrowcolumn {
	width:625px;
	float:left;
}
#content ul, #content ol {
	list-style-position:inside;
	margin-left:20px;
}
#sidebar {
	float:left;
	width:200px;
	padding: 0px 10px 10px;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li {
	margin: 0 0 3px 10px;
}
#sidebar h2.widgettitle {
	text-align:right;
	border-bottom: 1px solid #000;
		margin: 15px 0;
}
#searchform {
	margin: 10px 0;
}
input#s {
	width:100px;
}
.postmetadata {
	clear:both;
	margin: 0 0 10px;
}
.post {
	clear:both;
}

.post ul, .post ol {
	margin: 5px 0 0 20px;
	padding:0;
}
.post blockquote {
	margin: 0 0 0 20px;
}



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

/* main menu */

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

ul#menu { 
	height: 32px;
	margin: 0;
	padding: 0;
	background:#002C62;
	width: 100%;
}
	ul#menu li {
		color: #ffffff;
		margin: 5px 0 0 0;
		position: relative;
		z-index:50;
		float: left;
		font-weight: bold;
		font-size:.9em;
		padding: 0px;
		/*padding: 5px 5px 5px 9px;*/
		height: 30px;
	}
	ul#menu li.last { border-right: 0px; }
	ul#menu a {
		padding: 5px 13px 6px;
		margin:0;
		text-decoration:none;
		color:#ffffff;
		border-right: 1px #fff solid;
	}
	ul#menu li.hovering, 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.arrow a { /* parent items */
		background: url('images/dn-arrow.png') 100% 50% no-repeat;
		padding-right:15px;
	}
	ul#menu li.arrow a:hover { /* parent items */
		/*background: url('images/dn-arrow-hover.png') 100% 50% no-repeat;*/
		
	}
	ul#menu li ul {
		z-index:51;
		list-style: none;
		margin:0; padding: 0 0;
		position: absolute;
		float:left;
		left: -1px; top: 25px;
		text-align:left;
		display: none;
		width: 5px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top:1px solid #FFFFCC;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom:1px solid #FFFFCC;
	}
	
	ul#menu li.arrow li{
		clear: both;
		display:block;
		margin:0; padding:0 8px;
		width: 143px;
		height:24px;
		font-size:1.0em;
		line-height: 20px;
		background:#002C62;
		text-decoration:none;
	}
		ul#menu li li.first { padding-top: 5px; }
		ul#menu li li.last{ border-bottom:none;
/**/
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
/**/			
		}
	
	ul#menu li.arrow li a {
		background:none;
		display:block;
		float:none;
		padding:5px;
		margin:0 auto;
		line-height:0.9em;
		text-decoration:none;
		border-right: none;
	}
	ul#menu li li a:hover {
		text-decoration:underline;
		
	}
	
	
/* --------------------------------------------------------------- */

.res_button {
	z-index: 52;
	background-color: #fff;
	padding: 3px;
	float:right;
	margin: 0px;
	border-left: 2px solid #002C62;
	border-right: 2px solid #002C62;
	border-bottom: 2px solid #002C62;
	line-height: 24px;
}

.res_button a {text-decoration: none !important; font-weight: bold;}

.res_button a:hover {
	color: #002C62;
	text-decoration: underline !important;
}

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

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 4px 0px 0px;
	font-style: normal;
	color: #02457C;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #002C62;
}
h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	display: inline;
}
h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h6 {
	font-size: 10px;
}
a:link {
	color: #002C62;
	text-decoration: underline;
}
a:visited {
	color: #002C62;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #002C62;
	text-decoration: underline;
}
a.nav:link {
	color: #FFFFCC;
	font-weight: normal;
	font-style: normal;
}
a.nav:visited {
	color: #FFFFCC;
	font-style: normal;
	font-weight: normal;
}
a.nav:hover {
	color: #66FFFF;
	font-weight: normal;
	font-style: normal;
}
a.nav:active {
	color: #FF9900;
}
ul {
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 9px;
	list-style-position: outside;
	list-style-type: circle;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 25px;
}
.divwrapper {
	width: 900px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 3px solid #FDF0BC;
	background-image: url(images/layout/footer_moulding.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	height: 100%;
}
.divmenu {
	background-color: #02457C;
	text-align: center;
	height: 28px;
	width: 968px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
}
.bannerimage {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.divbanner {
	margin: 0px;
	padding: 0px 0px 1px;
	width: 900px;
	height: 240px;
}
.divbodytext {
	width: 880px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
}
.divbodytxt {
	text-align: left;
	vertical-align: top;
	margin: 0px auto auto;
	width: 880px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100%;
}

.divfooter {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: center;
}
.divfootertrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	margin: 12px auto 30px;
	width: 100%;
	text-align: center;
	height: 60px;	
}

.divfootertrg a{
	
	color: #FFFFCC;
}

.headlines {
	margin-bottom: 0px;
	margin-left: 30px;
	margin-top: 19px;
}
.iconsleft {
	padding: 2px;
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 4px;
	border: 1px solid #002C62;
}
.iconselopement {

	padding: 2px;
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 16px;
	margin-left: 4px;
	border: 1px solid #002C62;
}
.pixpadright {
	margin: 9px;
	padding: 1px;
	float: right;
	border: 1px solid #002C62;
}
.pixborder {
	margin: 2px;
	padding: 1px;
	border: 1px solid #002C62;
}
.divresrooms {
	margin: 14px 1px 9px;
	float: right;
	width: 280px;
	text-align: center;
}
.bucketsleft {
	padding: 0px;
	float: left;
	width: 216px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.bucketsright {
	padding: 0px;
	float: right;
	width: 216px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.midpixbottomborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #02457C;
	margin-bottom: 12px;
}
.twinpix {
	float: left;
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.divsplash {

	margin: 0px 0px 1px;
	padding: 0px 0px 1px;
	width: 900px;
	height: 411px;
}
.divwrapperhome {
	width: 900px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/layout/background_tile2.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.divwrapperblog {
	width: 900px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/layout/background_tile2.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.divtexthome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 30px 6px 6px;
	width: 488px;
	background-image: url(images/layout/home_page_box.gif);
	background-image: url(images/layout/home_page_box2.gif);
	background-repeat: repeat;
	background-position: left top;
/*
	border: 1px solid #990000;
*/
	height: 374px;
}
.divfooterhome {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-size: 10px;
	padding-top: 9px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(images/layout/footer_moulding.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
.petfriendly {

	float: left;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 8px;
}
.divtextbackground {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #707070;
	margin: 6px 10px 40px 6px;
	padding: 0px;
	float: right;
	width: 502px;
/*
	background-image: url(images/layout/home_page_box_background.png);
*/
	background-repeat: repeat;
	background-position: left top;

}



/*.feedburnerFeedBlock {
	width:100%;
	height:220px;
	overflow:hidden;
}*/
/*p.feedTitle {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}*/
/*p.feedTitle a {
	color:#002C62;
}*/
/*.feedburnerFeedBlock ul li {
	float:left;
	width:190px;
	height:140px;
	background:#F2EEE2;
	border:3px solid #E8E3CF;
	list-style:none;
	margin: 0 0 0 10px;
	padding:5px;
}*/
/*p.date {
	margin: 0 0 4px 0;
	font-size: 11px;
	font-style:italic;
}*/

#advancedrecentposts-3 {
	width:100%;
	height:220px;
	overflow:hidden;
	margin-bottom:35px;
}

#advancedrecentposts-3 h3 a{
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}

ul.advanced-recent-posts {
		list-style:none;
		margin: 10px 0 0;
		color:#333;
	}
	
ul.advanced-recent-posts .date {
	margin: 0 0 4px 0;
	font-size: 11px;
	font-style:italic;
	display:block;
}
ul.advanced-recent-posts li {
		float:left;
	width:190px;
	height:140px;
	background:#F2EEE2;
	border:3px solid #E8E3CF;
	list-style:none;
	margin: 0 0 0 10px;
	padding:5px;
	font-size:12px;
}

ul.advanced-recent-posts a {
		color:#002C62;	
}

#creditfooter {
	display:none;
}
	
.tablecenter {
	text-align: center;
	margin: auto;
}
.tablecabins {
	float: right;
	width: 420px;
	margin-left: 9px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}
/* not sure this next one works properly? */
.tableborder_multicell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 16px;
}
/* Use this one for the table border on a 2 column table */
.tableborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
/* Use this one for the table border on a 3+ column table */
.tablemulticell {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
/* use this on the cells of a 3+ column table */
.tdmulticell {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
/* USe this on the rows of a 3+ column table */
/* Can also be used on the td cells of a 2 column table */
.rowon {
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* USe this on the rows of a 3+ column table */
/* Can also be used on the td cells of a 2 column table */
.rooff {
	padding: 2px 2px 2px 5px;
	background-color: #CFDEB8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}
/* Ozark Gateway 2 column table: */
.tablestd {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: auto;
}
.tablestdcenter {
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #002c62;
	border-right-color: #002c62;
}
.trstdon {
	background-color: #FFFFFF;
	padding: 0px;
}
.trstdoff {
	background-color: #ffefbc;
	padding: 3px;
}
.tdstd {
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61705D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61705D;
}
.texfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	float: left;
}
.tdspace {
	padding-right: 3px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.texfieldcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.searchform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: inline;
	float: left;
	margin-left: 26px;
}
.searchbutton {
	float: right;
	margin-right: 12px;
	margin-top: 2px;
}
.tablestdright {
	border-top: 1px solid #61705D;
	border-right: 1px solid #61705D;
	margin: 0px;
	float: right;
}
.tdborder {

	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61705D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61705D;
}
.tableattractions {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: auto;
	width: 980px;
}
.tableattractionssmaler {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0px;
	width: 420px;
	float: right;
}
.submitbutton input {
	background-color: #ffefbc;
	border: 1px solid #002c62;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	margin: 2px;
}

.clear {clear: both;}
img#wpstats{ position: absolute; left: -500px; height: 0px;}
