/* 
    Document   : allenellis
    Created on : Mar 10, 2010, 11:44:28 PM
    Author     : Allen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    text-align: center;
    background-image: url("images/shadow.png");
    background-position: center;
    background-repeat: repeat-y;
    background-color: #e8e8e8;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: .8em;
    color: #5b5b5b;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active { color: #5e9f16; }

a:hover { color: #3b5f13 }

div#decals {
    background-image: url("images/decals.gif");
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

div#content {
    width:900px;
    margin: auto;
    background-image: url("images/site_bg.gif");
    background-position: 0% 116px;
}


div#header {
    background-image:url("images/header.jpg");
    height: 116px;
    /*margin: -20px;*/
    padding: 0;
    width: 900px;
}

div#header h1, div#header p { display: none }

div#text {
    text-align: left;
    /*width: 726px;
    margin: auto;
    
    padding: 86px 0px;*/
}

h2 {
    padding-top:2.2em;
    font-weight: normal;
    color: #819768;
    font-size: 1.6em;
    padding-right: 86px;
    padding-left:  86px;
}

h2 strong {
    color: #608932;
    font-weight: bold;
    font-size: 1.2em;
    padding-right: .15em;
}

div#contact_me {
    float:right;
    width: 180px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #ddd;
    margin: 0 15px;
}

div#contact_me h4 {
    font-weight: bold;
    text-align: center;
    margin: 5px;
    font-size: 1.2em;
}

div#contact_me ul {
    padding-left: 18px;
}

div#contact_me p {
    text-align: center;
    font-weight:bold
}

p.teaser {
    font-size: 1.3em;
    padding: 0px 86px;
}

div#navigation {
    background-color: #d3d3d3;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    height: 45px;
    width: 900px;
    vertical-align: middle;
    margin-top: 30px;
}

div#navigation ul { vertical-align: middle; padding-top: 10px}

div#navigation li {
    display: inline;
    padding-right: 80px;
    vertical-align: middle;

}

div#navigation a:link,
div#navigation a:visited,
div#navigation a:focus,
div#navigation a:hover,
div#navigation a:active {
    color: #6b7165;
}

div#navigation a:hover { color: #4f7820; }

h3 {
    margin-top: 1em;
    margin-bottom: .3em;
    color: #5b743f;
    font-size: 1.6em;
    border-bottom: 1px solid #a3c77b;
    width: 780px;
}
div.box {
    margin-top: 2em;
    margin-left: 86px;
    color: #5b743f;
    width: 800px;
    clear: both;
}

div.screenshot4x3, div.screenshot16x9 {
    float: right;
    clear: both;
}

div.screenshot4x3 {
    background-image: url("images/polaroid4x3.jpg");
    width: 419px;
    height: 300px;
}

div.screenshot16x9 {
    background-image: url("images/polaroid16x9.jpg");
    width: 419px;
    height: 266px;
}

div.embed {
    position: relative;
    left: 21px;
    top: 20px;
}

div.box p {
    width: 350px;
    margin-top: 0;
    margin-bottom: .9em;
    line-height: 1.3em
}

h3.seperator{
    margin-left:86px;
}

div#bio{
    float: left;
    width: 350px;
}

div#equipment {
    width: 350px;
}

div#footer {
    background-color: #525252;
    background-image: url("images/footer_image.jpg");
    background-repeat: no-repeat;
    height: 196px;
    margin-top: 15px
}

div#footer_contents {
    width: 596px;
    height: 184px;
    margin-left: 304px;
    color: #ffffff;
    padding: 5px 15px
}

div#footer_contents p {
    
}

div#footer_contents p#copyright {
    padding-top: 125px;
        font-size: .85em;
    text-align: center;
}

div#footer_contents a:link,
div#footer_contents a:visited,
div#footer_contents a:focus,
div#footer_contents a:hover,
div#footer_contents a:active {
    color: #ccc;
}

div#footer_contents a:hover { color: #fff }
