/*
Theme Name: ETC 
Theme URI: http://www.ethanneuen.com/etc/
Description: A theme inspired by DaringFireball. 
[http://www.daringfireball.com]
Author: Ethan Neuenswander
Author URI: http://www.ethanneuen.com/
Version: 1.0
*/

/*
Basic Tags
 */
body { 
    color: #ffffff; 
    font: 10px/150% Verdana, Arial, Sans-Serif; 
    background-color: #252a2e; 
    background-image: url('bg.jpg');
    background-repeat: repeat-x;
}

a { color: #ffffff; text-decoration: none; padding: 2px;}
a:hover { color: #ffffff; background-color:#606870; }
/*
The End of Basic's
*/
/* 
Main Tags; Play Nice with These Ones
*/
#content   { margin: 50px auto auto; width: 795px; height: auto }
.titlebar {width: 795px; height: auto; text-align: right; padding-bottom: 1em; margin-right: 10px;}
.text { width: 795px; height: auto; text-align: left; padding: 0px; margin:0px; margin-right: 20px; color:inherit; float: left;}
.sidebar { width: 200px; height: auto; margin-right: 0px; float: right; text-align: left; }
.about { width: auto; padding: 10px; text-align: left;}
.footer { width: 795px; text-align: right; font-family: monospace; font-size: 9px; margin: 0px; margin-top: 80px; }
/*
Special Function Tags
*/
.titlebar p.slogan { font-size: 16px; color: #ffffff; font-family: monospace; margin: 0px; margin-top:3px; text-transform: capitalize; font-weight: bold;}
.text p.date { font-size: 11px; text-align: right; padding-bottom: 3px; padding-top: 3px; color: #ffffff; padding-right: 5px; margin-bottom: 10px; font-family: monospace;}
.sidebar li  { list-style-type: none; text-align: left; }
.titlebar h2  { color: #ffffff; font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0; }
.text p.content { color: #ffffff; font-size: inherit;}
.text h2 { color: #ffffff; font-size: 12px; text-transform: uppercase; font-weight: bold; margin: 0px;}
.text p.info { color: #ffffff; font-size: 8px; font-weight: bold; font-family: monospace; margin: 0px; padding-left: 1em;}
.sidebar h2 { color: inherit; font-size: 10px; font-weight: bold; font-family: Verdana; text-transform: uppercase;}
.footer a:link { color: #ffffff; font-size: inherit;}
