html,body {
    font-family: Helvetica,Arial,san-serif;
    font-size: 12px;
    letter-spacing:1px;
    line-height: 200%;
    color:#666;
    background-color: #FFF;
    margin:0px;
    padding: 0px;
}

#container {
    width:100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
     border-top: solid 10px rgb(50,50,50);
}
#content {
    width:100%;
    height: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

header,nav,aside,section,footer{
    display: block;
}
:focus {
    outline:0;
}

/* text */
p {
    letter-spacing:1px;
    font-size:11px;
    color:#FFFFFF;
    text-align:left;
}

h3 {
    letter-spacing:3px;
    font-size:16px;
    font-weight:100;
    color:#FFFFFF;
    text-align:left;
    margin-top:15px;
    width: 100%;
     border-bottom: 1px dotted white;
}

h2 {
    letter-spacing:3px;
    font-weight:900;
    font-size:18px;
    color:#FFFFFF;
    font-style:normal;
}


a {
    color:#000;
    font-weight:900;
    text-decoration:none;
}

a:hover {
    border-bottom: 1px dotted black;
}
/* ------------- Sections------------------ */

header {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

#logo {
    border:none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 40px;
    color:#666;
    font-weight: 100;
    letter-spacing: 2px;
    float:left;
    position: absolute;
    left: 10px;
}

#headS {
    background-image: url('../images/head.png');
    background-repeat: no-repeat;
    width: 100px;
    height:0px;
    display: block;
    float:right;
    margin-top: 15px;
}

#audioBlurb{
    display:none;
    width:100px;
    font-size: 10px;
    float: right;
    margin-top: 15px;
}

#slideAudio{
    float:right;
    margin-top: 25px;
    z-index: 50;
    position: absolute;
    right: 5px;
}


#middle {
    margin-top: 20px;
    width:100%;
    position: relative;
}

/* CSS 2 Full browser */
.middleContent {
        width:70%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
        display:none;
        position:absolute;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 2;
        top:-10px;
        left: -20px;
        background-color: rgb(128, 128, 128);
        background-color: rgba(128, 128, 128, 0.90);
        color: #FFF;
        box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.792969);
        -moz-box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.792969);
        -webkit-box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.792969);
    }

    footer {
        background-color: rgb(50, 50, 50);
        background-color: rgba(50, 50, 50, 1.0);
        color: rgb(209, 224, 231);
        bottom: 0px;
        font-size: 12px;
        left: 0px;
        position: fixed;
        text-align: center;
        width: 100%;
        height: 20px;
        z-index: 999;
        padding-bottom: 2px;
        box-shadow: rgba(128, 128, 128, 0.792969) -2px 0px 3px;
        -moz-box-shadow: rgba(128, 128, 128, 0.792969) -2px 0px 3px;
        -webkit-box-shadow: rgba(128, 128, 128, 0.792969) -2px 0px 3px; 
    }

/* iphone */
@media screen and (max-device-width: 480px) {
   .middleContent {
        width:80%;
        margin-top:20px;
        padding-bottom: 30px;
        display:none;
        position:relative;
        z-index:auto;
        top:auto;
        left:auto;
    }

    footer {
        bottom:auto;
        left:auto;
        position:relative;
        height:auto;
        margin-top:20px;
        z-index:auto;
    }
}


/* Full CSS3 browser */
@media screen and (min-device-width: 481px) {
    
}

footer li {
    display: inline;
    margin-top: 0px;
    padding-top: 0px;
    list-style-type: none;
    padding-left: 10px;
}
footer ul {
    margin: 0px;
    padding: 0px;
}
footer a{
    color:#FFF;
}


#vidCon {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height:  480px;
    float: left;
    box-shadow: 10px 10px 5px #CCC;
    -webkit-box-shadow: 10px 10px 5px #CCC;
    -moz-box-shadow: 10px 10px 5px #CCC;
}
#backgroundVid{
    display: block;
}



/*NAV -------------------------------------- */

/* Full CSS 2 browser*/
    nav{
        float:right;
    }
    nav ul {
        list-style-type: none;
        z-index: 1;
        font-size: 16px;
        margin-right: 15px;
    }
    nav li {
        margin-bottom: 10px;
    }

/* iphone */
@media screen and (max-device-width: 480px) {
    nav{
        float:none;
    }
    nav ul {
        list-style-type: square;
        z-index:auto;
        font-size: 14px;
    }
    nav li {
        display:inline;
    }

}
/* Full CSS3 browser */
@media screen and (min-device-width: 481px) {
    
}

nav li a{
    font-weight: 100;
}

/* Form */
input {
    font-size:9px;
}

textarea {
    font-size:10px;
}

input.send {
    margin-top:5px;
    font-size:12px;
}
label {
    padding-right: 20px;
}

/* Fullscreen */

.FullScreen {
    position:absolute;
    top:0px;
    padding-top: 75px;
    left:0px;
    width:100%;
    height:100%;
    display:none;
    overflow: hidden;
    z-index:80;
}
.CloseBtn{
    float:right;
    margin-top: -20px;
    margin-right:10px;
}
.FullScreen h3 {
    color:#333;
    font-size: 16px;
}
.Canvas {
    width:100%;
    height:100%;
    background-color: #FFF;
}
/* Portfolio */
.PortBox{

   width: 100%;
   padding-left: 15px;
}
.PortBox p {
    color:#666;
    float:right;
    font-weight: normal;
    /* width:250px;*/
}
.PortBox ul {
    list-style-type: square;
}

.PortBox div {
    float: none;
    margin-right:auto;
    margin-left: auto;
    position: relative;
    left:auto;
    top:auto;
}

.PortHighlight {
   max-width: 800px;
}

.PortHighlight img {
    margin-left: 15px;
    -webkit-box-reflect:below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white));
}

#webThumbs{
    position: absolute;
    top: 65%; /*475px;*/
    right: 10px;
    padding: 10px;
    /*width: 300px;*/
    background-color: rgb(256, 256, 256);
    background-color: rgba(256, 256, 256, 0.90);
}
.PortThumbs img {
    padding-left: 15px;
    border: none;
    box-shadow: 0px 3px 5px #CCC;
    -webkit-box-shadow: 0px 3px 5px #CCC;
    -moz-box-shadow: 0px 3px 5px #CCC;
}

.PortThumbs a:hover{
    border: none;
}


/* Slideshow */
#slideshow {
    position:relative;
    /*height:350px;*/
    height:100%;
    width:100%;
    overflow:hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}