﻿html, body {
    margin      : 0;
    padding     : 0;
    background  : #0c1b10 url(background-main.jpg) top left repeat-x;
    font-size/**/:/**/small;
    font-family : "trebuchet ms", helvetica, sans-serif;
}

.container {
    background  : url(background-extra.jpg) top no-repeat;
    text-shadow : 0px 1px 7px rgba(0, 0, 0, .7);
}

.center {
    width       : 760px;
    margin      : 0 auto;
}

.image {
    margin      : 0 auto;
    padding     : 10px 0 25px 0;
}

.alt-text {
    position    : absolute;
    top         : -9999px;
    font-size   : 0px;
}

.clear {
    clear       : both;
    height      : 0;
    overflow    : hidden;
}

.body-content {
    background  : url(blog-background.jpg) top left repeat-y;
}

.body-content blockquote {
    background  : #38453c;
    font-style  : italic;
    padding     : 15px;
    margin      : 0 40px 30px 40px;
}

h1, h2, h3, h4, h5 {
    font-family : "myriad pro", arial, sans-serif;
    margin      : 0;
}

.body-content h2, .body-content h2 a {    
    font-weight : normal;
    color       : #fff;
    margin      : 0;
    padding     : 0 0 10px 0;
    text-decoration : none;
}

h1 {
    font-weight : normal;
    color       : #fff;
    font-size   : 2.8em;
    margin      : 0;
    padding     : 0 0 10px 0;
}

h2 {
    font-size   : 2.0em;
    padding-right : 20px;
}

h3 {
    color       : #a2ff50;
    font-weight : normal;
    font-size   : 1.8em;
    margin      : 0;
    padding     : 0 0 10px 0;
}

h4 {
    color       : #fff;
    font-size   : 1.1em;
    font-weight : normal;
    padding     : 0 0 5px 0;
    margin      : 0;
}

p {
    font-size   : 1.1em;
    font-weight : normal;
    margin      : 0;
    padding     : 0px 20px 50px 0px;
    color       : #d1e7d6;
    color       : #fff;
}

strong {
    color       : #a2ff50;
}

.body-content-top {
    background  : url(blog-top-background.jpg) top left no-repeat;
    color       : #fff;
    padding     : 5px 0 40px 21px;
}

.bottom-container {
    background  : #0e3a3f url(blog-bottom.jpg) top left repeat-x;
    padding-bottom : 100px;
}

.blog-footer {
    height      : 50px;
    background  : url(blog-footer.jpg) top left no-repeat;
}

a { color : #50d0ff; }
a:hover { color : #a2ff50; }

.field {
    padding     : 10px 10px 20px 0;
}

.field label {
    display     : block;
    padding     : 0 0 3px 0;
    font-size   : 1.2em;
}

.field input, .field textarea {
    width       : 100%;
    font-family : sans-serif;
    font-size   : 1.1em;
}

.field textarea {
    height      : 200px;    
}

.body-content pre {
    background  : #38483d;
    color       : #fff;
    padding     : 10px;
    border      : 1px solid #678e44;
    border-left : 3px solid #a2ff50;
    font-size   : 1.3em;
}

.body-content code {
    font-size   : 1.05em;
    color       : #ecd37b;
    font-family : monospace, "courier new", serif;
}

.side-menu-wrapper {
    width       : 250px;
    float       : right;
    background  : #3f5345;
    margin      : 0 0 15px 15px;
}

.side-menu {
    padding     : 10px 10px 20px 10px;
    font-size   : 0.9em;
    border      : 1px dotted #181d19;
}

.project-detail a.logo {
    height      : 80px;
    width       : 140px;
    display     : block;
    background  : center no-repeat;
}

.alt-list-container {
    width       : 600px;
    margin      : 0 auto;
    padding     : 30px 0 0 0;
    font-size   : 0.9em;
}

.alt-list {
    float       : left;
    width       : 49%;
}

.alt-list h3 {
    font-size   : 1.4em;
}

.alt-list ul {
    margin      : 0 0 0 10px;
    padding     : 10px 0 15px 25px;
    border-left : 1px dotted #1b6841;
    list-style  : none;
}

.alt-list ul li {
    margin      : 0;
    padding     : 3px 0;
}

.alt-list ul li a {
    color       : #fff;
    font-size   : 1em;
}

.alt-list ul li a:hover {
    color       : #a2ff50;
} 