/*  
Theme Name: StylishInk
Theme URI: http://www.stylishink.com
Description: For my site
Version: 1.0
Author: Cindy R.
Author URI: http://www.stylishink.com

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Century Gothic, Tahoma, Helvetica, Georgia, Sans-serif;
	font-size: 9pt;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #6c6f70;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #ae267c;
}

a:hover{
	text-decoration: none;
	color: #000000;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 855px;
	text-align: left;
	background: #ffffff;

}

#menu {
	background: #ffffff url('img/topheader.jpg') no-repeat top center;
	height:52px;
	margin: 10px 0 0 0;

}

#menu ul {
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

.double-right-sidebar #menu ul {
	width: 855px;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 37px;
	color: #fff;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #333034;
}

#header{
	float: left;
	width: 850px;
	height: 145px;
	margin: 0 0 5px 0;
	background: #ffffff url('img/StylishInkLOGO.jpg') no-repeat top center;
}

#container{
	float: left;
	width: 600px;
	background: #ffffff;

}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-size: 18px;
}

.entry{
	line-height: 12pt;
}

p.postmetadata{
	border-bottom: 1px dotted #ae267c;
	margin: 10px 0 0 0;
	font-size: 8pt;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 240px;
	background: #fff;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 15px; 
}

#footer{
	clear: both;
	float: left;
	width: 850px;
	padding: 10px 0 10px 0;
	line-height: 18px;
	background: #ffffff;

}

#footer p{
	font-size: 8pt;
	text-align: center;
	border-top: 1px dotted #ae267c;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px dotted #ae267c;
	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: 12pt;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ae267c;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

.commentform{
color: #ffffff;
background: #6c6f70;
border: 1px dotted #ae267c
}