/*
Theme Name: Vintage Purls
Theme URI: http://www.vintagepurls.net.nz/Blog
Description: A design specifically for Vintage Purls.
Version: 1.0
Author: Morag McKenzie
*/


/* Blog posts */
.post h2, .post h3, #comments, #respond{
	font-size: 90%;
	background-color: #ebcce1;
	color: #4f3845;
	padding: 2px;
	font-weight: bold;
}

.post h2 a, .post h3 a{
	text-decoration: none;
	color: #4f3845;
	background-color: #ebcce1;
}	

.post small{
	font-size: 70%;
	font-style: italic;
	color: #4f3845;
	background-color: inherit;
}

.post{
	margin-top: 5px;
	margin-bottom: 30px;
}

#comments, #respond{
	font-size: 80%;
}

.commentlist{
	margin: 5px 0 0 0;
}


#commentform textarea{
	width: 400px;
}

#commentform p{
	font-size: 75%;
	margin-top: 5px;
}

.entry{
	margin-top: 10px;
}

.postmetadata{
	border-top: solid 1px #966a83;
	padding-top: 2px;
	margin-top: 10px;
	text-align: right;
	font-size: 70%;
}

.postmetadata strong{
	padding: 0 3px;
}

.postmetadataalt{
	text-align: left;
}

.postnavigation{
	font-size: 75%;
	position: relative;
	width: 100%;
	height: 20px;
}

.postnavigation .previous{
	position: absolute;
	bottom: 0;
	left: 0;
}

.postnavigation .next{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Side bar */

#blognavigation li{
	margin: 0 0 0 10px;
}

#blognavigation ul li{
	font-size: 80%;
	margin: 0;
	padding: 1px;
}

#blognavigation ul li a, #blognavigation li p a{
	background-color: #ffffff;
	color: #6f1161;
	display: inline;
	text-decoration: underline;
}

#blognavigation ul li a:visited, #blognavigation li p a:visited{
	color: #a2718f;
	background-color: inherit;
}

#blognavigation ul li a:hover, #blognavigation li p a:hover{ 
	color: #ff00ff;
	background-color: #ffffff;
}

#blognavigation form{
	margin: 0 auto 10px auto;
}

#blognavigation h2{
	color: #4f3845;
	background-color: inherit;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-align: left;
}

#searchform{
	margin: 0;
	text-align: center;
}

#searchform input{
	width: 150px;
}

#searchform #searchsubmit{
	width: 70px;
}

