@import "reset.css";

body {
    background: #222;
    color: #ccc;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    font-size: 14px;
    line-height: 21px;
}

a {
    color: #e6e79d;
}

em {
    font-style: italic;
}

h1 {
    background: url(/static/images/logo.png) no-repeat;
    height: 75px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 150px;
}

h1 a {
    display: block;
    height: 75px;
    text-indent: -9999px;
    width: 150px;
}

h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 21px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}

p {
    margin-bottom: 21px;
}

code, kbd, samp {
    font-family: 'Andale Mono', Monaco, monospace;
}

pre {
    background-color: #303030;
    border-bottom: 1px solid #454545;
    border-top: 1px solid #454545;
    margin-bottom: 21px;
    overflow: auto;
}

pre code, pre samp {
    color: #e6e79d;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 7px;
}

ol {
    list-style-type: decimal;
    margin-left: 21px;
}

ins {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

blockquote {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 21px;
    padding: 0 21px;
}

blockquote p {
    margin-bottom: 0;
}

textarea.code {
    background: #ccc;
    border: 1px solid #454545;
    font-family: 'Andale Mono', Monaco, monospace;
    font-size: 14px;
}

form.contact label {
    clear: left;
    display: block;
}

form.contact input, form.contact textarea {
    background: #ccc;
    border: none;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    margin-bottom: 21px;
    width: 300px;
}

form.contact ul.errorlist {
    margin: 0 !important;
}

form.contact p  {
    margin: 0 !important;
}

form.contact ul.errorlist li {
    background-color: #900;
    list-style-type: none;
    padding: 5px;
    width: 290px;
}

dd {
    font-size: 12px;
    margin-bottom: 21px;
}

img.snap {
    border: 1px solid #454545;
    display: block;
    margin: 0px auto;
    padding: 2px;
}

div#main {
    margin: 0px auto;
    width: 800px;
}

div#header {
    border: 10px solid #303030;
    height: 95px;
    position: relative;
}

img#banner {
    border: 1px solid #454545;
    position:absolute;
    right:9px;
    top:9px;
}

ul#nav {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

ul#nav li {
    float: left;
}

ul#nav li a {
    background: #303030;
    border: 1px solid #454545;
    display: block;
    margin-left: 10px;
    opacity: 0.75;
    padding: 5px 10px;
    text-decoration: none;
}

ul#nav li a:hover {
    opacity: 0.9999;
}

div.entry {
    border-bottom: 10px solid #303030;
    border-top: 1px solid #454545;
    clear: left;
    padding-top: 12px;
}

div.entry:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.entry div.metadata {
    float: left;
    padding: 10px;
    text-align: right;
    width: 228px;
}

div.entry div.metadata p {
    font-size: 12px;
    margin: 0;
}

div.entry div.content {
    float: left;
    padding: 10px;
    width: 528px;
}

div.entry div.content ul {
    list-style: square outside;
    margin-bottom: 21px;
    margin-left: 14px;
}

div.entry div.content ol {
    margin-bottom: 21px;
}

div#footer {
    clear: both;
    border-top: 1px solid #454545;
    font-size: 12px;
}

/* TAG LIST */

ul.as-cloud {
    list-style-type: none;
    margin-left: 0;
    text-align: center;
}

ul.as-cloud li {
    display: inline;
}

ul.as-cloud a {
    margin-right: 5px;
    text-decoration: none;
}

ul.as-cloud span {
    display: none;
}

ul.as-cloud a.tag-level-1 { font-size: 10px; }
ul.as-cloud a.tag-level-2 { font-size: 16px; }
ul.as-cloud a.tag-level-3 { font-size: 22px; }
ul.as-cloud a.tag-level-4 { font-size: 28px; }
ul.as-cloud a.tag-level-5 { font-size: 34px; }

ul.as-list {
    list-style: square outside;
    margin-left: 14px;
    text-align: left;
}

ul.as-list li {
    display: list-item;
}

ul.as-list a {
    margin-right: 0;
    text-decoration: underline;
}

ul.as-list span {
    display: inline;
}

ul.as-list a {
    font-size: inherit !important;
}

/* TWITTER STUFF */

h2.twitter span {
    color: #9ae4e8;
}

ul#twitter_update_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#twitter_update_list li span {
    font-style: italic;
}

/* ARKAYNE STUFF */

div#arkayne {
    border-top: 1px solid #454545;
}

div#arkayne p {
    text-align: right;
}

div#arkayne ul li {
    background-image: none !important;
    list-style-type: none !important;
    padding-right: 0px !important;
    text-align: right;
}

div#arkayne_link {
    float: none !important;
    margin-right: 0px !important;
    text-align: right;
}
