form, input, select { font-size: 100%; /* IE hack */ }
input, select, th, td, li li, li p, td p, blockquote p, li ul, li ol, ol li, ul li { font-size: 1em; }
body
{
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #000;
    color: #aaa;
    font-family: Lucida Grande, sans-serif;
    font-size: 62.5%;
}
#wrapper
{
    margin: 4em 8em 4em 8em;
    font-size: 1.2em;
    line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Century Gothic, Gothic, Lucida Grande, Verdana, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5, h6
{
    font-size: 1em;
    color: #aaa;
}
#navigation a:link, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, #navigation a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
    padding-bottom: 4px;
    background-image: url("/img/layout/underline-white.png");
    background-position: 100% 100%;
    background-repeat: repeat-x;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}
#navigation a:visited, h1 a:visited, h2 a:visited
{
    color: #fff;
}
h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
    color: #888;
}
p a:link, li a:link, sup a:link, sub a:link, p a:visited, li a:visited, sup a:visited, sub a:visited
{
    border-bottom: 1px solid #666;
    color: #aaa;
    text-decoration: none;
}
p a:visited, li a:visited, sup a:visited, sub a:visited
{
    color: #666;
}
p a:hover, li a:hover, sup a:hover, sub a:hover
{
    color: #fff;
}
blockquote
{
    color: #fff;
}
hr
{
    border: 0;
    border-bottom: 1px dashed #222;
}
p code
{
    font-size: 1em;
    color: #888;
}
strong, sup, sub
{
    color: #fff;
}
ul
{
    list-style: square;
}

#header h1 {
    margin-bottom: -32px;
    text-align: center;
}
/* following rules are invisible to IE 5 \*/
#header h1 { margin-bottom: -37px; }
/* end IE 5 hack */
#header h1 img { border: 0px; }
#header h1 a:link, #header h1 a:hover, #header h1 a:visited
{
    padding-bottom: 0;
    background-image: none;
}

#header ul, #footer ul { padding-left: 0; }
#header ul li, #footer ul li {
    display: inline;
    border-left: 1px solid #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 2px;
    font-size: 1.2em;
    color: #444;
    text-transform: lowercase;
}
#header ul li { padding-right: 5px; }
#header ul li.first, #footer ul li.first {
    padding-left: 0;
    border-left: none;
}
ul.sections { float: left; }
#navigation ul.colophon { float: right; }
#navigation a:link, #navigation a:visited { border-bottom: 0; }

#navigation form.search, #footer form.search {
    clear: both;
    width: 248px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding: 0;
    padding-top: 2em;
    line-height: 1em;
}
#navigation form.search a, #navigation form.search a:link, #navigation form.search a:visited, #navigation form.search a:hover, #footer form.search a, #footer form.search a:link, #footer form.search a:visited, #footer form.search a:hover {
    margin: 0;
    border: 0;
    padding: 0;
    background-image: none;
}
#navigation form.search a img, #footer form.search a img {
    margin: 0;
    margin-bottom: -4px;
    border: 0;
    padding: 0;
}
#navigation form.search input.search_box, #footer form.search input.search_box {
    width: 200px;
    margin: 0 4px;
    border: 0;
    padding: 0;
    text-align: center;
}

#billboard
{
    margin: 4em -8em 4em -8em;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 2em 8em;
    background-color: #fff;
    color: #000;
}
#billboard strong { color: #000; }

div.post_header
{
    margin: 4em 0 4em 0;
}
div.post_header h2
{
    padding-right: 6em;
}
div.post_header span
{
    color: #888;
    font-weight: normal;
}
div.post_header h2:hover span { color: #fff; }
div.post_header p.date
{
    float: right;
    margin-top: -2em;
    padding-bottom: 4px;
    font-family: Century Gothic, Gothic, Lucida Grande, Verdana, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
}
div.post.hyper div.post_header {
	margin-bottom: 2em;
}
div.post.hyper div.post_header h2, div.post.hyper div.post_header p.date {
	font-size: 1.2em;
}
div.post_body { clear: both; position: relative; }
div.post_body img { margin: 1em; }
div.post_body .digg {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 2em;
    margin-left: 2em;
}
div.post_body img.post_image {
	float: right;
	margin-right: 0;
}
div.post.design div.post_body div.post_image img {
	float: left;
	margin-left: 0;
	padding: 1px;
	border: 1em solid #fff;
}
div.post.design div.post_body {
	width: 100%;
	overflow: auto;
}
div.post_footer
{
    margin: 4em -8em 4em -8em;
    border-bottom: 1px dashed #222;
    padding: 0 8em 4em 8em;
}
div.post_footer p, div.comment_footer p
{
    line-height: 1em;
    margin: 1em 0;
    color: #444;
}
div.post_footer p a:link, div.comment_footer p a:link { color: #444; }
div.post_footer p a:hover, div.comment_footer p a:hover { color: #aaa; }

div.last div.post_footer {
    margin-bottom: 0;
    border-bottom: none;
}

.tagCloud .tagActive {
    border-bottom: 0;
    color: #FFF;
}

#footer {
}
#footer ul {
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*background: transparent url('/img/layout/title_gradient.png') top left repeat-x;*/
    margin-left: -8em;
    margin-right: -8em;
    padding-top: /*65px*/ 23px;
}
#footer ul li {
    font-size: 1em;
    color: #CCC;
    text-transform: none;
}
#footer ul li { border-left: 1px solid #CCC; }
#footer ul li a { color: #CCC; }
#footer ul li a:hover { color: #FFF; }
#footer p.syndication_feed {
    position: absolute;
    right: 8em;
    margin-top: -2.25em;
    line-height: 1em;
}
#footer p.syndication_feed a, #footer p.syndication_feed a:hover, #footer p.syndication a img { border: 0; }

a.footer_toggle {
    display: block;
    float: left;
    position: relative;
    margin-left: -2em;
    margin-top: 2px;
}
a.footer_toggle img { display: block; border: 0; }

ol.comments {
    list-style-position: outside;
    list-style-type: decimal-leading-zero;
}
ol.comments li {
    margin-bottom: 1em;
}
ol.comments li.last {
    margin-bottom: 0;
}
div.comment_body {
    background-color: #222;
    padding: 1em 2em;
}
li.article_author div.comment_body {
    background-color: #FFF;
    color: #000;
}
div.comment_footer:before {
    display: block;
    content: url(/img/layout/speech_bubble-tail-dark_gray.png);
    float: left;
}
li.article_author div.comment_footer:before {
    content: url(/img/layout/speech_bubble-tail-white.png);
}
div.comment_footer {
    margin-left: 1em;
}
div.comment_footer p {
    display: inline;
}
div.comment_footer p.author img.avatar {
    height: 3.2em;
    width: 3.2em;
    border: 0.5em solid #000;
    vertical-align: middle;
}
div.comment_footer p.author:after {
    content: ", ";
}
div.comment_footer p.date:after {
    content: ".";
}