/*  
Theme Name: Zero
Theme URI: http://wp.uberdose.com/2007/02/04/zero-wordpress-theme/
Description: Pure. Clean. Room to breathe.
Version: 1.2
Author: uberdose
Author URI: http://wp.uberdose.com/
*/

body {
background:#fff;
margin:1px 0;
padding:0;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: medium;
color:#000000;
}

ul {
margin-left:1.5em;
padding-left:1.5em;
}

#page {
width: 800px;
margin: 1px auto;
}

a, a:visited {
text-decoration:bold;
color:blue;
}

a:hover, a:visited:hover {
color:green;
}

#header {
padding-bottom:1em;
border-bottom:8px dotted #000000;
}

#header h1 a {
color:black;
line-height:1em;
}

#header h1 a:hover, #header h1 a:visited:hover {
color:green;
}

div.navigation {
margin-top:1em;
margin-bottom:1em;
}

h1 a, h2 a, h1 a:visited, h2 a:visited {
color:#833333;
}

h2 {
margin-top:.5em;
font-size:2em;
}

h1 {
margin-top:.5em;
font-size:2.8em;
}

small {
color:#800000;
}

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:#333333;
}

strong {
color:black;
}

.next_links {
margin-top:2em;
}