/*  
Theme Name: WordPress Uberdose
Theme URI: http://www.uberdose.com/wordpress/wordpress-uberdose-theme.html
Description: The simplest and plainest theme I could think of, in the least lines of CSS and PHP.
Version: 0.2
Author: Dirk Zimmermann
Author URI: http://www.uberdose.com
*/

body {
	color:#000000;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	padding:20px;
}

A {text-decoration: none; color : #E43D28; }
A:Visited { color : #0F58A9; }
A:Hover { color : #5CA984; }

#header {
	padding:1em 0;
	margin:0;
	line-height:1em;
}



#header p {
	float:left;
	margin:0 0.5em 0 0;
	padding:1em 0.5em 0.25em 0;
}




h3 {
	border-bottom:1px dotted #808080;
	clear:both;
	padding-top:2em;
}

li {
font-size:14px;
}

#sidebar li {
	list-style-type:none;
}

#sidebar {
	margin-left:0em;
	padding-left:0em;
}

#previous {
	padding-top:2em;
        width:450px;
}

#blogroll li {
	list-style-type:none;
}


/* Begin Comments*/

.even {
	background-color: #eddfec;
	
        border-left: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
	}

.even {
	margin: 0;
	padding: 10px;
	}

.alt {
	background-color: #D4E4FF;
       	border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0px 0 0px;
	padding: 0px 10px 0px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */