/*
Theme Name: Iowa Lakes Corridor
Theme URI: http://www.lakescorridor.com/
Description: This is what the Iowa Lakes Corridor website looks like.
Version: 1.0
Author: Henry Russell Bruce
Author URI: http://www.hrb-ideas.com/

Copyright Henry Russell Bruce

*/
/* Global Elements, IDs, and Classes */
body{
	margin:0;
	font-family:'helvetica neue','arial','myriad pro',sans-serif;
	font-size:10pt;
	line-height:13pt;
	color:#6f6f6f;
	background:#017cbf;
}
img{border:0;}
a{
	color:#0c6690;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}
a:hover{
	color:#167cac;
}
a:active{
	color:#033c57;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0.8em 0 0.4em;
	line-height:1.3em;
	font-family:'arial narrow','arial','helvetica neue','arial','myriad pro',sans-serif;
	text-transform:uppercase;
	color:#007ebf;
}
h1,h2{
	font-size:1.4em;
}
h3{
	font-size:1.2em;
	font-family:'arial','helvetica neue','arial','myriad pro',sans-serif;
	color:#2c9c3e;
}
h4{
	font-size:1em;
	font-family:'arial','helvetica neue','arial','myriad pro',sans-serif;
	color:#6f6f6f;
}
h5{
	font-size:0.9em;
}
h6{
	font-size:0.8em;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration:none;
}
h1 em,h2 em,h3 em,h4 em,h5 em,h6 em{
	color:#2c9c3e;
	font-style:normal;
}
ul,ol{
	margin:0;
	padding-top:0.4em;
	padding-bottom:0.6em;
	padding-left:1.4em;
}
ol ul,ul ol,ul ul,ol ol{ /* Fixes stacking of padding below nested lists */
	padding-top:0;
	padding-bottom:0;
}
li{
	padding:2px 0;
}
p,form{
	margin:0;
	padding:0.5em 0;
}
input,select,textarea{
	outline-color:#017cbf;
}
blockquote{
	border:1px solid #d2e1e6;
	color:#069;
}
iframe{overflow:auto;}
#site{
	margin:0 auto;
	width:800px;
}
#top-nav{
	padding:0 16px 0 0;
	height:24px;
	font-size:8pt;
	line-height:24px;
	text-align:right;
	color:#000;
	background:url(images/top-navigation.png) repeat-y #ffc600;
	cursor:default;
}
#top-nav *{
	float:right;
}
#top-nav a{
	padding:0 4px;
	color:#000;
	text-decoration:none;
}
#top-nav a:hover{
	color:#017cbf;
	text-decoration:underline;
}
#top-nav a:active{
	color:#004e79;
}
#top-nav #facebook-icon{
	display:block;
	margin:5px 5px 0;
	padding:0;
	width:15px;
	height:15px;
	background:url(images/facebook-icon.png) no-repeat center top;
	text-align:left;
	text-indent:-5000px;
}
#top-nav #facebook-icon:hover{
	background-position:center center;
}
#top-nav #facebook-icon:active{
	background-position:center bottom;
}
#top-nav #twitter-icon{
	display:block;
	margin:5px 5px 0;
	padding:0;
	width:15px;
	height:15px;
	background:url(images/twitter-icon.png) no-repeat center top;
	text-align:left;
	text-indent:-5000px;
}
#top-nav #twitter-icon:hover{
	background-position:center center;
}
#top-nav #twitter-icon:active{
	background-position:center bottom;
}
#header{
	background:url(images/counties.png) no-repeat #2ea442;
	background-position:271px 56px;
}
#search{
	float:right;
	width:200px;
	padding:10px 30px 0 0;
	text-align:right;
}
#search .text-input{
	margin:0;
	padding:2px 3px 3px;
	width:122px;
	font-size:8pt;
	border:1px solid #017cbf;
	color:#555;
}
#search .text-input:hover{
	color:#222;
}
#search .text-input:focus{
	color:#000;
}
#search .button{
	margin:0;
	display:inline;
	padding:2px 3px 3px;
	width:auto;
	height:auto;
	font-size:8pt;
	line-height:normal;
	border:1px solid #017cbf;
	color:#000;
	background:#d3d8e7;
	text-shadow:none;
}
#search .button:hover{
	background:#f0f1f4;
}
#search .button:active{
	background:#b5bbcd;
}
#job-center-button{
	clear:right;
	float:right;
	display:block;
	margin:22px 48px 0 0;
	padding:4px 0;
	width:128px;
	height:auto;
	font-size:12pt;
	line-height:normal;
	border:1px solid #eee;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background:#0092bf;
	text-shadow:none;
	text-decoration:none;
}
#job-center-button:hover{
	background:#f9cf3b;
}
#job-center-button:active{
	background:#e1b004;
}
#logo{
	display:block;
	width:256px;
	height:105px;
	background:url(images/iowa-lakes-corridor.png) no-repeat;
	text-indent:-5000px;
}
/* Start Navigation */
#nav{
	margin:0;
	padding:0;
	height:35px;
	background:#0092bf;
	list-style:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#nav a{
	display:block;
}
#nav a.primary{
	height:35px;
}
#nav a.primary:hover{
	background:#f9cf3b;
}
#nav a.primary:active{
	background:#e1b004;
}
#nav li:hover a{ /* keep hover state on top level links */
	background:#f9cf3b;
}
#nav li{ /* all list items */
	float:left;
	width:171px; /* width needed or else Opera goes nuts */
	padding:0;
}
#nav li ul{ /* second-level lists */
	position:absolute;
	margin:0;
	padding:0;
	background:#305076;
	border:1px solid #fff;
	border-top:none;
	width:178px;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:left;
	list-style:none;
	z-index:999;
	box-shadow:0px 3px 4px #555;
}
#nav li ul li{
	width:178px;
	border-bottom:1px solid #fff;
}
#nav li ul li:last-child{
	border:0;
}
#nav li ul a{
	padding:2px 6px;
	line-height:16pt;
	color:#069;
	text-shadow:none;
	text-align:left;
	text-decoration:none;
	background:#f9cf3b;
}
#nav li ul a:hover{
	background:#ffe971;
}
#nav li ul a:active{
	color:#111;
	background:#fff4b6;
}
#nav li ul ul{ /* third-and-above-level lists */
	border-top:1px solid #fff;
	margin:-2em 0 0 178px;
}
#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul{
	left:-999em;
}
#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul{ /* lists nested under hovered list items */
	left:auto;
}
#nav li:hover,#nav li.hover{ /* IE7 sticky menu fix */
    position:static;  
}
#nav li.play-menu ul{ /* Play-specific menu positioning */
	margin-left:-3px;
}
#nav li.play-menu ul ul{ /* Play-specific menu positioning */
	margin-left:-180px;
}
/* End Navigation */
#content{
	padding:10px 25px 30px;
	background:#fff;
}
#footer{
	font-size:8pt;
	text-align:center;
	color:#fff;
	background:#2ea442;
}
#footer address{
	padding:2px 0;
	font-style:normal;
}
#footer hr{
	height:5px;
}
#credit{
	padding:2px 0 10px;
	font-size:7pt;
	text-align:center;
	color:#fff;
}
#credit a{
	color:#fff;
	text-decoration:none;
}
.text-input{
	padding:3px 5px;
	color:#666;
	background:#fff;
}
.text-input:hover{
	color:#333;
	background:#fffefa;
}
.text-input:focus{
	color:#000;
	background:#fdf9e9;
}
.button,.post-edit-link{
	display:block;
	padding:0;
	width:100px;
	height:26px;
	font-size:9pt;
	line-height:26px;
	text-align:center;
	color:#444;
	text-decoration:none;
	text-shadow:0 0 2px #666;
	background:url(images/button.png) no-repeat;
	background-position:center top;
	border:0;
	cursor:pointer;
	outline:none;
}
.button:hover,.post-edit-link:hover{
	color:#222;
	background-position:center center;
}
.button:active,.post-edit-link:active{
	color:#111;
	text-shadow:0 1px 3px #444;
	background-position:center bottom;
}
.disabled-button{
	display:block;
	padding:0;
	width:100px;
	height:26px;
	font-size:9pt;
	line-height:26px;
	text-align:center;
	color:#888;
	text-decoration:none;
	text-shadow:0 0 2px #666;
	background:url(images/button.png) no-repeat;
	background-position:center top;
	border:0;
	cursor:wait;
	outline:none;
}
#terms{
	display:block;
	float:left;
	margin:10px;
}
hr.gold{
	clear:both;
	margin:0;
	border:none;
	height:20px;
	background:url(images/top-navigation.png) repeat-y #ffc600;
}
.clear{
	clear:both;
}
table.simple{
	padding:12px 0;
}
table.simple thead tr{
	font-weight:bold;
	color:#fff;
	background:#666;
}
table.simple tr{
	background:#fff;
}
table.simple tr.odd{
	background:#eee;
}
table.simple tbody tr:hover{
	color:#000;
	background:#ccc;
}
table.simple th,table.simple td{
	padding:6px 8px;
}
/* End Global Elements, IDs, and Classes */

/* Start Home */
#featured{
	background:#fff;
}
#featured #map{
	display:none;
	width:256px;
	height:244px;
	background:url(images/map-cities.png) no-repeat;
	text-indent:-5000px;
}
#featured .slideshow{
	width:544px;
	height:244px;
	overflow:hidden;
}
.home #featured .slideshow{
	float:right;
}
.home #content{
	background:url(images/corn-background.jpg) no-repeat bottom #fff;
}
.home #sidebar{
	float:left;
	width:200px;
	margin:0 80px 0 0;
	line-height:11pt;
}
.home #sidebar p{
	padding:0;
}
.home #sidebar li{
	padding:5px 0;
}
.home blockquote{
	float:right;
	margin:0;
	padding:0 10px;
	width:340px;
	line-height:11pt;
	text-align:right;
}
.home .post-edit-link{
	clear:both;
}
#featured-property{
	display:block;
	width:234px;
	height:222px;
	background:#5cbd73 url(images/featured-property-bg2.jpg) no-repeat bottom right;
	padding:11px;
	text-align:center;
}
#featured-property h4{
	padding:0 0 6px 0;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#featured-property img{
	border:2px solid #fff;;
	margin:0 0 6px 0;
}
#featured-property a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#featured-property a:hover{text-decoration:underline;}
#featured-property a:active{color:#033c57;}
/* End Home */
.hide{
	display:none;
}
/* Start WordPress Classes */
.alignleft{
	float:left;
	margin:0 20px 12px 0;
}
.alignright{
	float:right;
	margin:0 0 12px 20px;
}
.aligncenter{
	display:block;
	margin:0 auto;
	text-align:center;
}
.wp-caption{
	padding:6px;
	border:1px solid #eee;
	font-size:9pt;
	line-height:13pt;
	text-align:left;
	background:#fff;
}
.wp-caption img{
	display:block;
	margin:0 auto;
}
.wp-caption-text{
	padding:8px 3px 0;
}
.comment .avatar{
	float:left;
	padding:0 10px 0 0;
}
/* End WordPress Classes */
