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

body {
	background:#fff;
	margin:15px 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#555;
}

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

#page {
	width: 640px;
	text-align:left;
	margin: 10px auto;
}

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

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

#header {
	margin-top: 100px;
	border-bottom:1px dotted #808080;
}

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

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

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

h1 {
	font-size:2em;
	margin-top:2em;
}

small {
	color:#e74f05;
}

ul {
	padding-left:0;
}

ul.inlined li, div.inlined li, #sidebar li {
	display:inline;
}

#searchform {
	position: absolute;
	top: 5px;
	right: 10%;
}

#titlebar {
	position: absolute;
	top: 5px;
}

#titlebar h2 {
	margin-top: 0px;
	font-size: 3em;
	margin-bottom: 5px;
}

#titlebar h2 a {
	color:black;
	line-height:1em;
}

#titlebar h2 a:hover, #titlebar h2 a:visited:hover {
	color:#e74f05;
}

strong a, strong a:visited {
	color:#e74f05;
}

strong {
	color:black;
}

.next_links {
	margin-top:2em;
}