/*  
Theme Name: Here Comes the Stork
Theme URI: HereComesTheStork
Description: Here Comes the Stork
Version: 1.0
Author: Michelle Gardner
Author URI: http://www.polkadotdandy.com

*/


body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #7ACCC8;
}

a:link, a:visited{
	text-decoration: none;
	color: #fa2467;
}

a:hover{
	color:  #c2e085;
text-decoration:none;
}

#header{
	width: 850px;
	background-image:url(blogheader.png);
	height: 220px;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 850px;
	text-align: left;
}

#middle{
	float: left;
	width: 850px;
	background-color: #ffffff;
}

#container{
	float: left;
	width: 630px;
	padding-left: 10px;
}

.sidebar{
	float: left;
	width: 160px;
	display: inline;
	text-align:left;
	padding-left: 10px;
	list-style-type:none;
}

#footer{
	float: left;
	text-align:center;
	width: 850px;
	height: 100px;
	background-color: #7ACCC8;
	vertical-align: middle;
	padding-top:10px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

img.avatar {float:left; margin-right:5px;}