/*

Iowa Under Water
June 2008
Daniel Marino

*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	line-height: 160%;
	background: #7ccdff url(background.gif) top center repeat-x;
	}

h1.logo {
	width: 460px;
	height: 66px;
	display: block;
	position: absolute;
	top: 87px;
	left: 250px;
	}

h1.logo a {
	width: 460px;
	height: 66px;
	display: block;
	text-indent: -5000px;
	background: none;
	}

h1.title {
	display: none;
}

h2 {
	font-family: Palatino, Georgia, Times, serif;
	font-size: 200%;
	line-height: 100%;
	color: #003471;
	margin: 10px 0 5px 0;
	}

h3 {
	font-family: Palatino, Georgia, Times, serif;
	font-size: 150%;
	line-height: 100%;
	color: #003471;
	margin: 10px 0 5px 0;
	}


#comments h3 {
	font-family: Palatino, Georgia, Times, serif;
	font-size: 150%;
	line-height: 100%;
	color: #003471;
	margin: 10px 0 5px 0;	
}

img {
	padding: 10px;
	}		

a {
	color: #3086bb;
	}

a:hover {
	color: #fff;
	}			

#container {
	width: 800px;
	margin: 0 auto;
	}

#header {
	position: relative;
	height: 200px;
	}

#content {
	}
	
#main {
	width: 570px;
	padding: 0 40px 20px 0;
	float: left;
	}

#side-bar {
	width: 190px;
	padding: 0 0 20px 0;
	float: left;
	position: relative;
	}
	
.twitter object { margin-top: 1em; }

ul#nav {
	position: absolute;
	top: 15px;
	}

ul#nav li {
	display: block;
	border-bottom: #003471 1px solid;	
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

ul#nav li a {
	font-family: Palatino, Georgia, Times, serif;
	display: block;
	width: 190px;
	color: #003471;
	font-size: 130%;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	}

ul#nav li a:hover {
	color: #fff;
	}	

ul#nav li a small {
	color: #000;
	display: block;
	width: 190px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
	font-size: 65%;
	line-height: 140%;
  text-transform: none;
padding-top: 2px;
	}	

#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	padding: 10px 0 20px 0;
	color: #3086bb;
	}				

#footer a {
	color: #3086bb;
	}

#commentform p {
	clear: both;
}

#commentform label {
	display: block;
	width: 75px;
	float: left;
	margin: 5px 0;
}

#commentform input#name,
#commentform input#email,
#commentform input#website {
	float: left;
	width: 275px;
	margin: 5px 10px 5px 0;
}

#commentform input#submit {
	margin: 5px 0 5px 75px;
}

#commentform textarea#comment {
	float: left;
	width: 450px;
	margin: 5px 0;
}

.date {
	color: #fff;
	font-size: 90%;
	}

.post {
	clear: both;
	padding-bottom: 75px;
	}

.body {
	margin:	10px 0;
	}

.body img {
	background: #fff;
	padding: 4px;
	border: #0044A3 1px solid;
	margin: 10px;
	}

.body p, .body ul {
	margin: 15px 0;
	} 

.body ul li {
	list-style: circle;
	margin-left: 25px;
	}

.footer .controls ul li {
	display: inline;
	float: left;
	padding-left: 20px;
	margin-right: 15px;
	}

.footer .controls ul li.comment {
	background: transparent url(comments.png) left 4px no-repeat;
	}

.footer .controls ul li.read {
	background: transparent url(page.png) left 4px no-repeat;
	}

.footer .authorinfo .male {
	display: inline;
	float: left;
	padding-left: 20px;
	margin-right: 15px;
	background: transparent url(user_gray.png) left 3px no-repeat;
	}			

/* BLOG */
#comments .comment { margin-top: 1em; }
#comments .comment cite { font-weight: bold; }
#comments .comment p { margin: 1em 0em 1em 1em; }


