/*  
Theme Name: Cosmic Duct Tape
Theme URI: http://www.jarsto.nl/cdt/
Description: Theme for Cosmic Duct Tape
Author: Jarsto van Santen
Author URI: http://www.jarsto.nl/
*/

body
	{
	background-color: #000000;
	font-family: Arial, sans-serif;
	word-spacing: 2px;
	color: #ffffff;
	font-size: 90%;

	}

* 
	{
	margin: 0;
	padding: 0;
	}

/* Structure */

#header 
	{
	padding: 0px;
	margin: 0px;
	background: #000000 url(images/starfield.png) repeat left top;
	height: 80px;
	margin-bottom: -1 px;
	}

#left
	{
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	width: 17%;
	float: left;	

	}

#middle
	{
	padding-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	width: 62%;
	float: left;

	}

#right
	{
	padding-top: 2em;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-right: 0.5em
	width: 15%;
	float: left;
	
	}

#footer
	{
	border-top: 2px solid #999999;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
	text-align: center;
	font-size: 80%;
	}

/* menu */

#menu
	{
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	font-size: 120%;

	}

#menu td
	{
	border-right: 1px solid #ffffff;
	background-color: #000099;
	}

#menu #menuright
	{
	border-right: none;
	}

#menu a
	{
	color: #ffffff;
	text-decoration: none;
	}

#menu a:hover
	{
	color: #ffffff;
	}

#menu div
	{
	width: 100%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	}

#menu a:hover div
	{
	background-color: #000000;
	cursor: pointer;
	}


/* left style */

#left
	{
	font-size: 90%;
	}

#left p
	{
	text-indent: 0;
	margin-bottom: 2em;
	}

#left ul
	{
	margin-bottom: 1em;
	list-style-type: none;
	}

#left h2
	{
	font-size: 115%;
	}

/* main styles */

h3.title
	{
	font-size: 130%;
	margin-left: 0em;
	margin-bottom: 0.3em;
	}

div.post
	{
	margin-bottom: 1.5em;
	text-align: justify;
	}

div.info
	{
	margin-bottom: 1em;
	font-size: 80%;
	text-align: left;
	color: #cccccc;
	}

a
	{
	color: #66aaff;
	text-decoration: none;
	}

a:hover
	{
	color: #ffffff;
	text-decoration: underline;
	}

p
	{
	margin-bottom: 0.5em;
	text-indent: 0;
	}

#comments-area
	{
	font-size: 90%;
	}

#comments-area p
	{
	text-indent: 0;
	
	}

/* h4 id="comments" */

#comments
	{
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.8em;
	}

#respond
	{
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.8em;
	}

ol.commentlist
	{
	list-style-type: none;
	}

h2.category
	{
	font-size: 130%;
	margin-bottom: 1.5em;
	}

/* right style */

#right
	{
	font-size: 90%;
	}

#right p
	{
	text-indent: 0;
	margin-bottom: 2em;
	}

#right ul
	{
	margin-bottom: 1em;
	list-style-type: none;
	}

#right h2
	{
	font-size: 115%;
	}

div.podPress_content
	{
	margin-top: 3em;
	margin-bottom: 3em;
	}
