/*  
Theme Name: 281c9c_default
Theme URI: http://wordpress.org/
Description: Greys on white <a href="http://281c9c.org/">281c9c.org css</a>.
Version: 0.7
Author: Wade Tillett
Author URI: http://281c9c.org
*/

body {
	font: 11px/14px verdana, arial, helvetica, sans-serif; 
	background-color: white;
	color: #808080; 
       margin: 20px 0px 0px 0px;
       position: absolute;
       left: 50%; 
	width: auto; 
	line-height: 150%; 
	text-align: left;
       text-transform: lowercase;
	font: 11px/14px verdana, arial, helvetica, sans-serif; 
	}

#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	}

#header {
        padding-top: 30px;
	}

#content {
	font: 12px/14px courier; 
       text-transform: none;
	}

ul, ul li, ul ul, ul ul li {
        display: inline;
        padding: 0;
}

ol {
        padding: 0;
}

h1, h2, h3 {
	font-size: 14px;
}

a {
	font-weight: 600;
	text-decoration: none; 
}
a:link {
	color: #808080;
}
a:visited {
	color: #c0c0c0;
}
a:hover {
	background-color: #eee;
}

input, textarea {
	background: white;
	border: 1px dotted #999;
	width: 98%;
}
