/*
 *	Style: Site Template
 *	Site: http://abecoffman.com
 *	Author: Abrahm Coffman
 *	Updated: July, 2010
 */


/* basic site template */

html, body, ul, li, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
html, body { background: #555; }
a, a:visited { text-decoration: none; color: #003399; }
a:hover, a:active { text-decoration: underline; }
ul { list-style-type: none; }
ul#links li { display: inline; margin-top: 5px; }


div#painting {
    position: fixed !important;
    z-index: 0;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
}

/* Basic Structure */

div#container {
    position: relative;
    z-index: 5;
    height: 400px;
    width: 400px;
    margin: 100px auto 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

div#hcard-abrahm-coffman {
    position: relative;
    height: inherit;
    width: inherit;
}

div#header, div#content, div#footer {
    position: relative;
    width: 400px;
    text-align: center;
}
div#header, div#footer { height: 100px; }
div#content { height: 200px; }


/* Header Structure */

div#header>h2 { padding-top: 35px; }

/* Slider Structure */

div#slider-left, div#slider-frame, div#slider-right { position: relative; height: inherit; float: left; }
div#slider-left, div#slider-right { width: 50px; }
div#slider-frame {
    width: 300px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}


/* Footer Structure */

div#footer>div { padding-top: 20px; }


/* Panels */

div.panel { text-align: left; }
div.relative { position: relative; padding: 10px; }



