/*  
Theme Name: Dark Planet
Theme URI: http://www.richardsonsholidayvillages.co.uk/blog
Description: Dark Planet is a 2-Column, simple theme with widget support
Version: 1.0
Author: David
Author URI: http://www.richardsonsholidayvillages.co.uk
Tags: 2 column, fixed width, widgets, black, red, red planet, author box, sitemap, archives

*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
  
body {
	background-color:#0F0F0F;
	margin:10px;
	font-size:medium;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	}
  
#content {
	margin:0 auto 0 auto;
	width:600px;
	border:5px solid #CCCC66;
	background-color:#FFFFCC;
	padding:10px;
	}
 
#header {
	margin:0 auto;
	background:url(images/header01.jpg) no-repeat; /* here you can change the header image (simply change the number) */
	height:153px;
	width:600px;
	text-align:center;
	}
	
#text {
	float:left;
	width:430px;
	}
	
#side {
	float:right;
	width:150px;
	border-left:1px dashed #C4BF66;
	margin:10px 0 0 0;
	padding:0 5px 0 5px;
	line-height:normal;
	font-size:0.8em;
	}
	
#footer {
	font-size:0.8em;
	margin-top:5px;
	text-align:center;
	color:#FFFFCC;
	}
	
	
p {
	font-size:0.8em;
	text-align:justify;
	}
	
#desc {
	font-size:0.8em;
	color:#FFFFFF;
	}
	
/* headlines and links */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	  
h1 {
	margin-bottom:10px;
	font-size:2.2em;
	padding-top:40px;
	}
  
h1 a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
h1 a:hover {
	text-decoration:underline;
	}

h2 {
	font-size:1.3em;
	color:#CC3300;
	font-weight:bold;
	line-height:normal;
	margin-top:15px;
	}
	
h2.color {
	color:#990000;
	font-size:1.2em;
	}
		
#side h2 {
	margin-top:10px;
	margin-left:3px;
	font-size:1em;
	color:#CC9900;
	}

.post h2 a {
	font-size:0.9em;
	color:#CC3300;
	font-weight:bold;
	}
	
.post h2 a:hover {
	text-decoration:none;
	}
	
a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:none;
	}
	
#side a {
	color:#000000;
	font-weight:normal;
	margin-left:10px;
	text-decoration:none;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
.postmetadata a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	}
	
.postmetadata a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#FFFFCC;
	}
	
/* comments */
h3.comments {
	margin-top:25px;
	margin-bottom:5px;
	font-size:1.15em;
	color:#669900;
	}
	
.commentmetadata {
	font-size:0.8em;
	background-color:#E4FAA5;
	padding:5px;
	margin-top:10px;
	}
	
.commentlist p {
	background-color:#F3FCCF;
	padding:3px;
	}
  
textarea#comment {
	margin:1px 0 5px 0;
	border:#CCCC66 1px solid;
	background-color:#F5FBD2;
	padding:5px;
	}
	
#author, #email, #url {
	border:#CCCC66 1px solid;
	background-color:#F5FBD2;
	padding:2px;
	margin:1px 0;
	}
  
/* widgets */
.textwidget {
  margin-left:10px;
  }

#calendar table {
  margin-left:7px;
  }
  
#calendar a {
  padding:0;
  text-decoration:underline;
  background-color:#DDFE98;
  }
  
#calendar a:hover {
  text-decoration:none;
  }
/* other */

.cleaner {
	height:0; 
	font-size:0;
	line-height:0;
	clear:both;
	padding:0;
	margin:0;
	}
	
ul, li {
	list-style:none;
	}
	
small {
	color:#999999;
	font-size:0.7em;
	}
	
.right {
	float:right;
	margin-left:10px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px dotted #000000;
	}
	
.postmetadata {
	border:1px solid #CCCC66;
	background-color:#DDFE98;
	padding:2px;
	line-height:normal;
	text-align:center;
	margin-top:5px;
	font-size:0.75em;
	}
  
#searchform {
	margin-top:10px;
	}

#recentcomments a, #recent-posts a, #rss-1 a, #rss-2 a, #categories a {
	margin-left:0;
	}
  
#recent-comments li, #recent-posts li, #rss-1 li, #rss-2 li {
	margin-left:30px;
	padding-left:0px;
	list-style:decimal;
  	}
  
.children li {
 	margin-left:20px;
	}
	
#categories li {
 	margin-left:10px;
	}
		
.post ul li {
	list-style-type:disc;
	font-size:0.8em;
	margin-left:18px;
	}

.post ol li {
	list-style-type:decimal;
	font-size:0.8em;
	margin-left:25px;
	}

blockquote {
	margin-left:40px;
	background-color:#FBFDF2;
	line-height:normal;
	margin:5px 5px 5px 20px;
	padding:5px;
	}