/* =MAIN LAYOUT
---------------------------------------------------- */
* {
    padding: 0;
    margin: 0;
    }
body {
    color: #333;
    text-align: left;
    font: normal 12px/18px "Lucida Grande", arial, verdana, helvetica, sans-serif;
    background: #fff;
	}
#header {
    background: #000 url(/images/bg_header.gif) top left repeat-x;
    height: 144px;
    margin: 0 0 36px 0;
    color: #fff;
    }
#header-inner {
    width: 828px;
    margin: 0 auto;
    }
h1#logo {
	text-indent: -9999px;    
    }
h1#logo a, h1#logo a:hover {
    display: block;
    width: 288px;
    height: 90px;
    background: url(/images/h1_logo.gif) no-repeat;
    float: left;
    padding: 0;
    }
p#tagline {
    background: url(/images/p_tagline.gif) top left no-repeat;
    height: 54px;
    width: 828px;
    float: left;
    margin: 0;
    text-indent: -9999px;
    }
#timeline {
    background: url(/images/bg_timeline.gif) no-repeat;
    float: right;
    width: 240px;
    height: 38px;
    margin: 33px 0 0 0;
    }
#progress {
    background: url(/images/bg_progress.gif) right no-repeat;
    float: left;
    margin: 3px 3px 3px 10px;
    display: inline;
    }
#progress-inner {
    background: #000;
    float: left;
    height: 18px;
    margin: 0 8px 0 0;
    display: inline;
    width: 218px;
    text-indent: -9999px;
    }
#progress-inner.sep24 {width: 7px;}
#progress-inner.sep25 {width: 14px;}
#progress-inner.sep26 {width: 21px;}
#progress-inner.sep27 {width: 28px;}
#progress-inner.sep28 {width: 35px;}
#progress-inner.sep29 {width: 42px;}
#progress-inner.sep30 {width: 49px;}
#progress-inner.oct1 {width: 56px;}
#progress-inner.oct2 {width: 63px;}
#progress-inner.oct3 {width: 70px;}
#progress-inner.oct4 {width: 77px;}
#progress-inner.oct5 {width: 84px;}
#progress-inner.oct6 {width: 91px;}
#progress-inner.oct7 {width: 98px;}
#progress-inner.oct8 {width: 105px;}
#progress-inner.oct9 {width: 112px;}
#progress-inner.oct10 {width: 119px;}
#progress-inner.oct11 {width: 126px;}
#progress-inner.oct12 {width: 133px;}
#progress-inner.oct13 {width: 140px;}
#progress-inner.oct14 {width: 147px;}
#progress-inner.oct15 {width: 154px;}
#progress-inner.oct16 {width: 161px;}
#progress-inner.oct17 {width: 168px;}
#progress-inner.oct18 {width: 175px;}
#progress-inner.oct19 {width: 182px;}
#progress-inner.oct20 {width: 189px;}
#progress-inner.oct21 {width: 196px;}
#progress-inner.oct22 {width: 203px;}
#progress-inner.oct23 {width: 210px;}
#progress-inner.oct24 {width: 218px;}
    
#main {
    width: 828px;
    margin: 0 auto;
    }
#sidebar {
    width: 234px;
    float: right;
    font-size: 11px;
    color: #777;
    }
#content {
    float: left;
    width: 540px;
    }
#footer {
    color: #666;
    background: #000;
    font-size: 11px;
    padding: 18px;
    }
#footer-inner {
    width: 828px;
    margin: 0 auto;
    }
#footer-inner a {
    background: #333;
    color: #999;
    }
div.entry {
    border-bottom: #ddd solid 1px;
    margin: 0 0 36px 0;
    }
div.comment {
    margin: 0 0 18px 0;
    }
div.comment {
    border-bottom: #ccc solid 1px;
    }
div.details {
    font-size: 11px;
    color: #000;
    font-weight: bold;
    float: left;
    width: 54px;
    }
div.body {
    float: right;
    width: 468px;
    }
div.entry hr {
    display: none;
    }
p.commenter {
    margin: 0;
    font-weight: bold;
    color: #000;
    }

/* Countdown */

#countdowncontainer {
    float: right;
    margin: 20px 0 0 0;
    }

.count-block {
    float: left;
    margin: 0 0 0 6px;
    background: #000;
    padding: 6px;
    text-align: center;
    width: 42px;
    }
.number {
    color: #fbce03;
    font-size: 18px;
    display: block;
    }
.label {
    font-size: 9px;
    color: #999;
    }

div.webtool {
    border-top: #ddd solid 1px;
    margin: 0;
    padding: 18px 0 0 0;
    }
div.webtool h4 {
    margin: 0 0 9px 0;
    }

/* HEADERS
---------------------------------------------------- */

h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 18px 0;
    letter-spacing: -1px;
    color: #000;
    }
h3 {
    font-size: 16px;
    border-bottom: #ddd solid 1px;
    color: #000;
    padding: 0 0 8px 0;
    margin: 0 0 9px 0;
    }
#sidebar h3 {
    font-size: 13px;
    border: 0;
    margin: 0;
    padding: 0;
    }
h4 {
    font-size: 14px;
    color: #000;
    }

/* LISTS
---------------------------------------------------- */

ul li {
    padding: 0 0 0 18px;
    list-style: none;
    margin: 0 0 18px 0;
    background: url(/images/bullet.gif) 0 .4em no-repeat;
    }

ul.archives li {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    }

dl {
    margin: 0 0 18px 0;
    }
dl dt {
    color: #000;
    }
dl dd {
    margin: 0 0 18px 0;
    }

ol {
    margin: 0 0 18px 18px;
    }


/* LINKS
---------------------------------------------------- */

a {
    outline: none;
    color: #000;
    font-weight: bold;
    background: #ddd;
    padding: 2px 4px;
    text-decoration: none;
    }
a:hover {
    background: #fbce03;
    color: #000;
    }
a:active {
    background: #000;
    color: #fff;
    }
a.comments {
    background: transparent url(/images/icon_comments.gif) top no-repeat;
    float: left;
    height: 18px;
    width: 22px;
    padding: 18px 0 0 0;
    }
a.comments:active {
    color: #666;
    }
a.comments:hover {
    background: transparent url(/images/icon_comments-over.gif) top no-repeat;
    }
a.img {
    padding: 0;
    background: none;
    }

/* TEXT
---------------------------------------------------- */
p {
    margin: 0 0 18px 0;
    }
.light {
    color: #999;
    }
small {
    color: #999;
    font-size: 11px;
    font-weight: normal;
    }
.error {
    color: #cc0000;
    font-weight: bold;
    }

/* IMAGES
---------------------------------------------------- */
a img {
    border: 0;
    }
img.right {
    float: right;
    }
img.left {
    float: left;
    margin: 3px 9px 9px 0;
    }

/* FORMS
---------------------------------------------------- */

input, textarea {
    font: normal 12px/14px "Lucida Grande", arial, verdana, helvetica, sans-serif;
    border-top: #ccc solid 2px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    border-left: #ccc solid 1px;
    padding: 2px;
    }
input.submit {
    font-weight: bold;
    border: 0;
    background: #ccc;
    color: #000;
    padding: 6px;
    cursor: pointer;
    font-size: 14px;
    }
input.submit:hover {
    background: #fbce03;
    color: #000;
    }
input.submit:active {
    background: #000;
    color: #fff;
    }
#sidebar input.submit {
    font-size: 12px;
    padding: 3px;
    }
    
fieldset {
    border: 0;
    }
fieldset legend {
    display: none;
    }

dl.form dt {
    color: #000;
    font-weight: bold;
    }
dl.form dd {
    margin: 0 0 18px 0;
    }
div.group {
    padding: 18px 18px 1px 18px;
    background: #f3f3f3;
    margin: 0 0 18px 0;
    border: #ddd solid 1px;
    }

/* SELF-CLEARING FLOATS
---------------------------------------------------- */

#header:after,
div.entry:after,
div.comment:after,
div.webtool:after,
#main:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* trigger hasLayout and target ie5+6/win only */

* html #header,
* html div.entry,
* html div.comment,
* html div.webtool,
* html #main, {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */

*:first-child+html #header,
*:first-child+html div.entry,
*:first-child+html div.comment,
*:first-child+html div.web-tool,
*:first-child+html #main {
	min-height: 1px;
	}