/*  
Theme Name: Retro Purple
Theme URI: http://www.divitodesign.com/blog/2007/10/release-retro-purple-10-free-wordpress-theme/
Description: Free Wordpress theme by Stefan Vervoort.
Version: 1.0
Author: Stefan Vervoort
Author URI: http://www.divitodesign.com/
*/


/* General */

*{
	margin:0;
	padding:0;
	border:0;
}
body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.8em;
	text-align: center;
	background:url(images/bg.png);
	color: #333;
}
h1,h2,h3,h4{
	font-size:medium;
	}
img a, img{
	border:3px solid #fad9e5;
	margin:10px;
	}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#8b2f51;
	}
a:hover{
	color:#8b2f51;
	text-decoration:underline;
	}

/* Structure */

#container{
	width:780px;
	text-align:center;
	margin:0 auto;
	background:#fff;
	height:auto;
	}

/* Header */

#header{
	text-align:center;
	margin:0 auto;
	width:780px;
	background:url(images/content-bg.png) repeat-y center;
	height:100px;
	}
#header h1{
	font-family:"Times New Roman", Times, serif;
	font-size:450%;
	font-weight:normal;
	}
#header a:link, #header a:visited, #header a:active{
	color:#fffefe;
	}
#header a:hover{
	color:#d9a8bb;
	}	
	
/* Description */

#description{
	text-align:center;
	padding:8px;
	margin:0 auto;
	width:780px;
	background:url(images/content-bg.png) repeat-y center;
	height:65px;
	color:#fffefe;
	font-size:170%;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	}
#description a:link, #description a:visited, #description a:active{
	color:#380015;
	background:#b1738a;
	padding:0 4px;
	font-weight:bold;
	}
#description a:hover{
	background:#c1859b;
	text-decoration:none;
	}

/* Sidebar */

#sidebar{
	width:190px;
	float:left;
	text-align:left;
	background:url(images/content-top.png) top center repeat-x;
	padding:30px 20px 20px 20px;
	}
#sidebar ul li{
	color:#926275;
	margin:15px 0;
	padding:0;
	list-style:none;
	vertical-align:bottom;
	}
#sidebar ul li h2{
	font-family: "Times New Roman", Times, serif;
	font-size:150%;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:underline;
	}
#sidebar ul li ul li{
	margin:2px 0;
	padding:0;
	list-style:none;
	}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:active, #sidebar ul li ul li a:visited{
	text-decoration:none;
	width:100%;
	display:block;
	}
#sidebar ul li ul li a:hover{
	background:#fad9e5;
	text-decoration:underline;
	}

/* Footer */

#footer{
	clear:both;
	text-align:left;
	padding:20px;
	border-top:1px dashed #999;
	color:#999;
	height:40px;
	}
#footer a:link, #footer a:visited, #footer a:active{
	text-decoration:none;
	}
#footer a:hover{
	background:#fad9e5;
	}
#footer .copyright{
	float:left;
	width:600px;
	}
#footer .top{
	float:left;
	width:auto;
	padding:10px;
	}

/* Entry */

#postcontainer{
	background: url(images/content-top.png) top center repeat-x;
	width:550px;
	float:left;
	text-align:left;
	padding-top:10px;
	}
.post{
	padding:20px;
	width:500px;
	line-height:170%;
	float:left;
	}
.post h2{
	font-family: "Times New Roman", Times, serif;
	font-size:190%;
	font-weight:normal;
	margin:10px 0 10px 0;
	}
.post h2 a:link, .post h2 a:visited, .post h2 a:active{
	text-decoration:none;
	}
.post h2 a:hover{
	text-decoration:underline;
	}
p.comments{
	margin:20px 0 5px 0;
	font-size:85%;
	}
p.comments a:link, p.comments a:visited, p.comments a:active{
	text-decoration:underline;
	}
p.comments a:hover{
	text-decoration:none;
	}
p.postmetadata{
	padding:5px;
	border-top:2px dotted #ebc4d2;
	border-bottom:2px dotted #ebc4d2;
	font-size:75%;
	background:#feeff5;
	}

/* Comments */

.comments-template{
	margin: 10px 0 0;
	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:2px dotted #ebc4d2;
	}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 150%;
	font-weight:normal;
	}
.commentmetadata{
	font-size: 12px;
	}
.comments-template p.nocomments{
	padding: 0;
	}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	margin-bottom:5px;
	border:2px dotted #ebc4d2;
	}

/* Miscellaneous */

input, textarea{
	background:#fad9e5;
	padding:5px;
	}
#searchsubmit{
	margin-top:5px;
	}
.navigation{
	padding-left:20px;
	}
.entry ol, .entry ul{
	margin-left:20px;
	}