/* Branstad Files */

/* Import Eric Meyer's Reset Styles */
@import url("reset.css");

html {
	height:100.1%;
}

body {
	/*font-family:Helvetica, sans-serif; */
	font-size:small;
	font-family: "droid-sans-1","droid-sans-2";
}

/* ------ GLOBAL TYPOGRAPHY ------ */

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {
	line-height:1.2em;
	padding: 0.5em 0 .5em 0;
}

a {
	text-decoration:none;
	color:#5367A4;
}

.logo1 {
	font-family: "john-doe-1", "john-doe-2";
	font-weight:normal;
	font-size:1.5em;
}

.logo2 {
	font-family: "john-doe-1", "john-doe-2";
	font-weight:bold;
	font-size:3em;
}

#nav ul {
}

#nav li {
	float:left;
	display:inline;
}

#nav li a {
	color:#000;
	padding: 0.25em 1em;
	display:block;
	font-family: "john-doe-1", "john-doe-2";
	font-size: 1.2em;
}


body#beta #nav a#navDefault, body#news #nav a#navNews, body#about #nav a#navAbout, body#media #nav a#navMultimedia, body#branstad-files #nav a#navBranstad-files, body#gross-files #nav a#navGross-files, body#mathiasen-files #nav a#navMathiesen-files, body#issues #nav a#navIssues {
	border-bottom: 4px solid #E6E6E6;
}

#nav li a:hover {
	color: #5367A4;
	background:#fff;
	border-bottom: 4px solid #E6E6E6;
}

body#home #nav a, body#default #nav a {
	border-bottom: 4px solid #E2CC83;
}

body#home #nav li a:hover, body#default #nav a:Hover {
	border-bottom: 4px solid #E6E6E6;
}

.post h2 {
	padding: 0 0 .2em 0;
	font-family: "john-doe-1", "john-doe-2";
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.2em;
}

.post h2 a {
}

.post p {
	font-size:1.0em;
	line-height:1.4em;
	color: #333333;
}

.post p.readMore {
	float:right;
	display:inline;
}

.post h5 {
	line-height:1.4em;
	font-size: 1.4em;
	padding: .4em 0;
	font-family: "john-doe-1","john-doe-2";
	font-weight: bold;
}

.post ul {
	list-style-type:circle;
	margin: .5em 0 1em 2em;
}

.post li {
	margin: 0 0 .3em 0;
	line-height:1.2em;
}

.post ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 40px;
	font-size: 0.8em;
	}

#footer ul {
	text-align:center;
}

#footer li {
	display:inline;
	padding: 0 .5em;
}

p#disclaimer {
	text-align:center;
	border:1px solid #5367A4;
	padding: .3em;
	width:40%;
	margin: 1em auto;
	color:#5367A4;
}

h4 {
font-size: 1.7em;
color: #5367A4;
padding: 0 0 .5em 0;
font-family: "john-doe-1","john-doe-2";
font-weight: bold;
}

h5 {
font-size: 1.4em;
color: #5367A4;
font-family: "john-doe-1","john-doe-2";
font-weight: normal;
}

.pullout {
float: right; 
display: inline; 
margin: 1.8em 0 0.5em 1em; 
padding: 40px 30px 20px 30px; 
width: 180px; 
color: #5367A4; 
font-weight: bold; 
font-size: 1.4em; 
line-height: 1.5em; 
background-image: url('../interface/pullout_bg.gif');
background-color: #eeeeee; 
background-repeat:no-repeat; 
background-position:left top; 
border-bottom: 5px solid #b7d952;
}

.attibution {
font-size: 0.9em; 
text-align: right; 
clear: both; 
font-weight: normal;
line-height: 1.2em;
margin: 20px 0 0 0;
}

.contentSection {
border-top: 1px solid #e0e0e0;
margin: 20px 0 0 0;
padding: 20px 0 0 0;
}


/* ------ LAYOUT ------ */

#masthead {
	background: url(../interface/topBoxShadow.png) repeat-y top center #fff;
	padding: 15px 60px;
	margin: 0 auto;
	width:820px;
	overflow:hidden;
}

#navWrapper {
	background-image: url('http://www.iowaknowsbetter.com/interface/tape_bg.jpg');
	background-repeat: repeat-x
	width:100%;
	overflow:hidden;
}

#nav {
	width:840px;
	padding: 0 0px;
	margin: 0 auto;
	overflow:hidden;
}

#slideWrapper {
	background: url(../interface/topBoxShadow.png) repeat-y top center #fff;
	width:840px;
	margin: 0 auto;
	overflow:hidden;
	padding: 0 60px 0 60px;
}

#sliderContainer {
	height:265px;
	width:840px;
	overflow:hidden;
}

#contentWrapper {
	background: #E6E6E6;
	overflow:hidden;
}

#content {
	background: url(../interface/contentBoxShadow.png) repeat-y top center #fff;
	width:840px;
	padding: 0 60px;
	overflow:hidden;
	margin: 0 auto;
}

#left {
	width:420px;
	float:left;
	display:inline;
	padding: 25px 0 0 0;
}

.post {
	padding: 0 0 1.2em 0;
	margin: 0 0 1.2em 0;
	clear:both;
	overflow:hidden;
	border-bottom: 1px solid #e0e0e0;
}

#right {
	width:390px;
	float:right;
	display:inline;
	padding: 25px 0 0 0;
}

#rightVideo {
	padding: 0 0 30px 0;
	display:block;
	width: 390px;
}

#footerContainer {
	background: #E6E6E6;
}

#footer {
	clear:both;
	background: url(../interface/footerTop.png) no-repeat top center #E6E6E6;
	padding: 30px 29px 20px 29px;
	width:902px;
	margin: 0 auto;
}

/* ----- The Slider ------ */
#slider {
	display: inline;
	position: relative;
	float: left;
	width: 840px;
	height: 265px;	
}

#slider img {
	position: absolute; 
	top: 0pt; 
	left: 0pt; 
	display: block; 
	z-index: 2;
}

#caption {
	display: none;
	position: relative;
	float: left;
	width: 840px;
	height: 20px;
	margin: -34px 0 0 0;
	padding: 10px 0;
	z-index: 10;
/*	background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0; */
	top: -30px;
}

#caption .teaser {
	color: #fff;
	padding: 0 10px;
}

#pager { 
	position: relative;
	float: left;
	top: -30px;
	left: 10px;
	margin: 0;
	z-index:100;
}

#pager a {
	display: inline;
	float: left;
	color:#fff;
	border: 1px solid #fff;
	padding:4px 6px;
	margin: 0 3px 0 0;
	text-decoration: none;
	
}
#pager .activeSlide {
	border: none;
}

/*#caption ul li a, #caption ul li a:link, #caption ul li a:visited, #caption ul li a:active{
	color: #fff;
	text-decoration: none;
}*/

#windowBox {
	line-height:1.2em;
}

.quoteFlex {
background: url(../interface/quoteBottom.png) no-repeat bottom center;
width: 390px;
color: #5367A4;
clear: both;
margin: 0 0 20px 0;
padding: 0 0 .5em 0;
 }

#quotesHeader {
	width:390px;
	background: url(../interface/quoteBoxTop.png) no-repeat top center;
}

.quoteFlex h1 {
font-weight: bold;
font-size: 3.0em;
color: #5367A4;
padding: 20px 0 20px 120px;
}

.quoteFlex a {
 text-decoration: none;
 color: #5367A4;
}

.quoteFlex p {
line-height: 1.2em;
font-weight: normal;
font-size: 1.5em;
color: #5367A4;
width:280px;
padding: 10px 0 20px 20px;
}

	
#twitterIcon {
	background: url(../interface/twitter_2.png) no-repeat top left;
	padding: 0 0 5px 17px;
	float: right;
	display: inline;
	clear: right;
	}

#updateLink {
	padding: 0 0 5px 0;
	float: right;
	display: inline;
	clear: right;
	}

.emphasis {
 font-weight: 800;
 font-style: italic;
}

.quote p {
	background: url("../interface/quote_starter.png") no-repeat 10px 0;
	padding: 20px 0 1em 10px;
	margin-top: 0.5em;
	}

.landing p {
	line-height: 1.5em;
	}
.landing h4 {
    margin-top: 30px;
    magin-bottom: 15px;
    }
.landing h2 {
	font-size:2.8em;
	font-weight:600;
	line-height: 2em;
	color: #5367A4;
	}
.landingAddthis h2 {
	font-size:2em;
	font-weight:600;
	line-height:2em;
	color: #5367A4;
	margin-left: 5px;
	}
.landingAddthis {
	padding: 10px 20px 30px 20px;
	float: right;
	display: inline;
	width: 174px;
	margin-left: 20px;
	border: 1px solid #b7d952;
	}
.landingAddthis ul {
	}
.landingAddthis li {
	float:left;
	display:inline;
}

.landingAddthis li a {
	color:#fff;
	padding: 0.5em 0.5em;
	display:block;
	font-weight:bold;
}

#frontVideo {
display: inline;
float: left;
margin-bottom: 30px;
width: 390px;
}

#flex {
border: 1px solid #B38E44;
background-color: #eeeeee;
display: inline;
float: left;
margin-bottom: 30px;
padding: 20px;
width: 348px;
}

#flex h2 {
	color: #5367A4;
	font-size: 1.5em;
	margin-bottom: 10px;
	font-family: "john-doe-1","john-doe-2";
	font-weight: bold;
	}
	
#flex p {
	font-size: 1.2em;
	line-height: 1.6em;
	}

#flex ul {
	list-style-type: none;
	list-style-position: outside;
	}
	
#flex li {
	margin-top: 15px;
	padding-top: 15px
	border-top: 1px solid #cccccc;
	}
	
#flex li a:link {
	color: #666666;
	}

#flex li a:hover {
	color: #5367A4;
	}

#ykb {
border: 1px solid #B38E44;
background-color: #eeeeee;
display: inline;
float: left;
margin-bottom: 30px;
padding: 20px;
width: 348px;
}

#ykb h2 {
	color: #5367A4;
	font-size: 2em;
	margin-bottom: 10px;
	font-family: "john-doe-1","john-doe-2";
	font-weight: bold;
	}
	
#ykb p {
	font-size: 1.0em;
	line-height: 1.2em;
	}

#ykb li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 5px 20px 0px 0;
	}
	
#ykb ul {
	list-style-type: none;
	margin-top: 10px;
	}
	
#submitBtn {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}
	
.search {
	color: #5367A4;
	font-size: 2em;
	margin-bottom: 10px;
	font-family: "john-doe-1","john-doe-2";
	font-weight: bold;
	}