/*  
Theme Name: Zero
Theme URI: http://wp.uberdose.com/2007/02/04/zero-wordpress-theme/
Description: Pure. Clean. Room to breathe.
Version: 1.3
Author: uberdose
Author URI: http://wp.uberdose.com/
*/

body {
background:#fff;
padding:0;
border: 10px solid #DDD;
margin:0;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 16px;
color:#555;
}

ul {
margin-left:1.5em;
padding-left:1.5em;
}

p {
line-height: 1.4em;
}

#page {
width: 640px;
text-align:left;
margin: 10px auto;
}

a, a:visited {
text-decoration:none;
color:blue;
}

a:hover, a:visited:hover {
color:black;
}

#footer {
margin-bottom: 9em;
}

#header {
padding-bottom:1em;
border-bottom:1px dotted #808080;
}

#header h1 a {
color:black;
line-height:1em;
}

#header h1 a:hover, #header h1 a:visited:hover {
color:#e74f05;
}

div.navigation {
margin-top:1em;
margin-bottom:2em;
}

h1 a, h2 a, h1 a:visited, h2 a:visited {
color:#00f;
}

h2 {
margin: 1.8em 0 0.66eem;
font-size:2em;
}

h1 {
margin:2em 0 0.2em;
font-size:2.5em;
}

small {
color:#e74f05;
}

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:#e74f05;
}

strong {
color:black;
}

.next_links {
margin-top:2em;
}

#ancillary .block {
float: left;
margin: 0px 0px 0px 5%;
width: 45%;
}
#ancillary .first {
margin: 0;
clear: both;
}
.clear { clear: both; }
