/*  
Theme Name: HMW_1
Theme URI: http://heymrswilson.net	
Description: HMW Theme 1.0
Version: 1.0
Author: Mrs. Wilson
Author URI: http://heymrswilson.net

sidebar: #f8abb4
links: #cc3366
links(updated): #c78ca9
background (lighter): #ffd1e7
grey: #cdc7c7

*/


body{
	margin: 0;
	font-family: corbel, arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
}

h1{
	font-family: corbel, arial, Helvetica, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 5px 0;
}

h2{
	font-family: corbel, arial, Helvetica, Georgia, Sans-serif;
	font-size: 18px;
	padding: 0 0 5px 0;
} 

h3{
	font-family: corbel, arial, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	padding: 0 0 5px 0;
	text-align: right;
	color: #cdc7c7;	
} 

body, h1, h2, h3, h4, h5, h6, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #f957a7;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

blockquote{
	background: #ffffff;
	border-left: 1px solid #f957a7;
	padding: 10px;
}

img{
     	border: 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 970px;
	text-align: left;
}

#header{
	float: left;
	height: 200px;
	width: 960px;
	padding: 15px 5px 0 5px;
	background: #ffffff;
}

#supernav {
	font: bold 15px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	float: left;
	width: 960px;
	margin: 0;
	padding: 5px 5px 50px 5px;
	text-align: left;
	background: #ffffff;
	}

#supernav li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#supernav a {
	color: #cdc7c7;
	background: none;
	font-weight: normal;
	height: 19px;
	padding: 5px 14px;
	
	}
	
#supernav a:hover {
	color: #ffd1e7;
	background: #none;
	border: 0px solid #000000;
	text-decoration: none;	
	}

#supernav .current_page_item a {
	color: #ffd1e7;
	font weight: bold;
	background: none;
	text-decoration: none;
}

#container{
	float: left;
	width: 550px;
	background: #ffffff;
	padding: 0 10px 0 10px;
}

.post{
	padding: 0px 0 20px 0;
}

.entry{
	line-height: 18px;
	border-top: 0px solid #c78ca9;
	padding: 0 0 30px 0;
}

p.postmetadata{
	border-top: 0px solid #c78ca9;
	margin: 10px 0 0 0;
	font-weight: bold;
	padding: 10px 0 0 0;
	font-size: 12px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 310px;
	background: #ffffff;
	padding: 0 10px 0 80px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}

.sidebar ul li{
	padding: 0px 0 20px 0;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border: 0px solid #c78ca9;
	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 5px;
	border-top: 1px solid #c78ca9;
	border-bottom: 1px solid #c78ca9;
	background: #e6e6e6;
}

.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;
}

#footer{
	clear: both;
	float: left;
	width: 960px;
	padding: 10px 0 0 0;
	background: #ffffff;
}

#footer p{
	line-height: 18px;
	background: #ffffff;
	border-top: 0px solid #c78ca9;
}