/*  
Theme Name: Zero
Theme URI: http://wordpress.uberdose.com/wordpress/zero-wordpress-theme.html
Description: Pure. Clean. Room to breathe.
Version: 1.0
Author: uberdose
Author URI: http://wordpress.uberdose.com/
*/

body {
background:#FFFFFF;
margin:15px 0;
padding:0;
font: .7em/1.7em verdana, sans-serif;
color:#000000;
}

#page {
width: 640px;
text-align:justify;
margin: 10px auto;
}

a{
color:#00A1FF;
text-decoration: none;
border: none;
}


#header {
padding-bottom:1em;
font-size:2em;
font-family:"Century Gothic"; 
}

#header h1 a {
color:00A1FF;
}

#header h1 a:hover, #header h1 a:visited:hover {
color:#00A1FF;
}

h1 a{
color:#00A1FF;
text-decoration: none;
border: none;
}



h2 {
margin-top:2em;
font-size:2em;
font-family:"Century Gothic"; 
}

h2 a{
color:#00A1FF;
text-decoration:none;
border-bottom:1px dotted #00A1FF;
}

h1 {
margin-top:2em;
font-size:2.5em;
}

small {
color:#00A1FF;
}


ul {
padding-left:0;
}

ul.dates{
	list-style-type:none;
	margin:1.5em 0 2em 0;
}


blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:5px solid #00A1FF;
	color:#000000;
}

#footer{
        padding-bottom:1em;
	border-bottom:1px dotted #000000;
}

#searchform {
text-align:right;
}

.description {
float:left;
}


.next_links {
margin-top:2em;
}


