/*  
Theme Name: simple
*/

body {
padding:0;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:9px;
color:#ffffff;
}

ul {
margin-left:1.5em;
padding-left:1.5em;
}

#page {
width: 720px;
margin: 10px auto;
font-size:12px
}

a, a:visited {
text-decoration:none;
color:#67b5ff;
}

a:hover, a:visited:hover {
color:#67b5ff;
}

#header {
padding-bottom:1em;
border-bottom:1px dotted #808080;
}

#header h1 a {
color:#67b5ff;
line-height:1em;
}

#header h1 a:hover, #header h1 a:visited:hover {
color:#4ea8ff;
}

div.navigation {
margin-top:1em;
margin-bottom:2em;
font-size:9px
}

h1 a, h2 a, h1 a:visited, h2 a:visited {
color:#acd6ff;
}

h2 {
margin-top:1em;
font-size:14px;
}

h1 {
margin-top:1em;
font-size:14px;
}

h3 {
margin-top:1em;
font-size:12px;
color:#acd6ff;
}

small {
color:#e9e9e9;
font-size:11px}

ul {
padding-left:0;
}

ul.inlined li, div.inlined li, #sidebar li {
display:inline;
}

#searchform {
text-align:right;
}

.description {
float:left;
}

strong a, strong a:visited {
color:#ffdf70;
}

strong {
color:white;
}

.next_links {
margin-top:1em;
}

#respond {
font-size:12px;
}

#post
{
font-size:12px
}

#comment {
background-color:#111111;
font-size:12px;
color:#CCCCCC;
border:1px;
border-style: solid;
border-color:#222222;
padding:10px;
}


/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

