/*  
Theme Name: Covered Web Services Theme 2006
Theme URI: http://coveredwebservices.com/
Description: The default WordPress theme for CWS
Version: 1.0
Author: Mark Jaquith
Author URI: http://markjaquith.com/
*/

html {
	height: 100%;
	}

body {
	background: #fff url(http://coveredwebservices.com/images/covered-background.gif) no-repeat 100% 0;
	font-family: "Lucida sans unicode", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	}

h1 {
	display: none;
	}

h2 {
	position: relative;
	margin-top: 40px;
	font-size: 110%;
	color: #444;
	}

a, a:link, a:visited {
	color: #276BBE;
	}

a img {
	border: 0;
	}

p, li {
	font-size: 0.85em;
	}

fieldset p {
	padding: 5px;
	}

ul {
	margin: 0;
	padding: 0 0 0 20px;
	}

span.caps {
	text-transform: uppercase;
	}

#main {
	margin: 70px 0 0 45px;
	width: 600px;
	}

#main ul li {
	color: #888;
	}

#main ul li span, #main ul li strong {
	color: #000;
	}

#main ul li em {
	color: #444;
	}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.9em;
	}

#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav li {
	float: left;
	margin: 0;
	}

#nav a {
	position: relative;
	display: block;
	padding: 5px 15px;
	background: #eee;
	text-decoration: none;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 0;
	}

#nav a:hover {
	background: #ddd;
	top: 2px;
	}

#header img {
	position: relative;
	top: 35px;
	left: 30px;
	}

#errors {
	border: 2px solid #555;
	padding: 10px;
	background: #FEE;
	}

#errors ul li {
	color: #444;
	}

#errors ul li strong {
	color: #F00;
	}

p.error {
	background: #FEE;
	border: 1px solid #F00;
	}

#success {
	border: 2px solid #555;
	padding: 0 10px;
	background: #EFE;
	}

#footer {
	border-top: 1px solid #eee;
	margin: 40px 0 0 40px;
	padding: 20px 0;
	width: 600px;
	text-align: center;
	}

p.faded { 
	color: #aaa;
	font-size: 10px;
	}

p.faded a {
	color: #89AEDC;
	}

div.date {
	color: #999;
	font-size: 11px;
	margin: -10px 0 5px 0;
	}
