﻿@font-face { font-family: Bebas; src: url('BEBAS.TTF'); } 
html
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body 
{
    padding: 0;
    margin: 0;
    color: #333;
    background-color: #5d5e59;
    font-family: Calibri, Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 1em;
    height: 100%;
}

a
{
    color: #deb032;
    text-decoration: none;
}
a:hover
{
    color: #fad650; 
}
a:active
{
    color: #deb032; 
}


a.button
{
    padding: 7px;
    margin: 0 5px 0 0;    
    border: 1px solid #222;
    border-radius: 3px;
    display: block;
    background-color: #444;
    cursor: pointer;
    text-align: center;
    float: left;
    background-image: linear-gradient(bottom, #555 0%, #333 100%);
    background-image: -o-linear-gradient(bottom, #555 0%, #333 100%);
    background-image: -moz-linear-gradient(bottom, #555 0%, #333 100%);
    background-image: -webkit-linear-gradient(bottom, #555 0%, #333 100%);
    background-image: -ms-linear-gradient(bottom, #555 0%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #555), color-stop(1.0, #333));
}

p
{
    color: #ccc;
}

h4,h5,h6
{
    padding: 0;
    margin: 0;
    font-family: Bebas;
    font-size: 18pt;
    font-weight: bold;
    word-spacing: 4px;
}

h5
{
    font-size: 14pt;    
}

h6
{
    font-size: 12pt;    
}

#container
{
    width: 800px;
    margin: 0 auto;
    position: relative;    
}

#header
{
    text-align: left;
    position: relative;
    height: 100px;
    width: 100%;
    overflow: hidden;
}

#header ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 40px;
}

#header ul li
{
    float: left;
    padding: 0;
}

#header ul li a
{
    display: block;
    padding: 10px 12px;
    font-family: bebas;
    color: #deb032;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#header ul li a:hover
{
    color: #fad650;    
}

#header ul a.active
{
    background-color: #343532;   
}

#header h4
{
    font-size: 34pt;
    position: absolute;
    right: 45px;
    bottom: -9px;
}

#body
{
    background-color: #343532;   
    color: #ddd; 
    height: 350px;
    border-radius: 20px;
    padding: 35px;
}

div.page
{
    display: none;
    height: 350px;
    overflow: hidden;
}

#summary div.blurb
{
    float: left;
    padding: 0;
    width: 500px;
    height: 350px;
}

#summary div.blurb p
{
    padding: 0;
    margin: 0 0 15px 0;
}

#summary div.profile
{
    float: left;
    height: 350px;
    width: 160px;
}

#summary div.profile img{
    width: 150px;
    height: 201px;
    border-radius: 5px;
    vertical-align: top;
}

form,fieldset{
    padding: 0;
    margin: 0;
    border: 0;
}
fieldset label
{
    display: block;
}
fieldset input, fieldset textarea
{
    display: block;
    margin: 0 0 10px 0;
    background-color: #ddd;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 5px;
}
fieldset input
{
    width: 200px;
}
fieldset textarea
{
    width: 400px;
    height: 100px;
}

#slideshow {
    postion: absolute;
    top: 70px;
}

#slideshow > div
{
    position: relative;
    height: 280px;
    width: 730px;
    overflow: hidden;
}

#slideshow > div > div{
    background-color: rgba(0,0,0,.8);
    color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    z-index: 1000;
    font-size: 10pt;
    padding: 5px;
}

#slideshow > div > div em{
    font-style: normal;
    font-size: 12pt;
    font-weight: bold;
    display: block;
}

#slideshow > div > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#slideshow > div > img.thumb{
    display: none;   
}

#slideshow > div > a.button{
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 1001;
    width: 100px;
    overflow: hidden;
}

#nav { width: 500px; margin: 0; padding: 0; }
#nav li { width: 50px; height: 50px; float: left; margin: 0 8px 0 0; padding: 3px; list-style: none; border-radius: 3px; border: 1px solid #444;}
#nav li.activeSlide { border: 1px solid #deb032; }

#nav a { width: 50px; height: 50px; display: block; overflow: hidden; }
#nav li a img{ border: none; display: block; height: 50px; }
#nav a:focus { outline: none; }

#resume div{
    margin: 5px 0 15px 0;   
}

#resume em{
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #999;
}

#footer
{
    font-size: 8pt;
    font-weight: bold;
    margin: 20px 0;
    word-spacing: 2px;
    text-align: center;
}