body {
    font-family: Helvetica,Arial,san-serif;
    font-size: 12px;
    letter-spacing:1px;
    /*line-height: 200%;*/
    line-height: 2;
    color:#666;
    background-color: #ffcc99;
    margin:0px;
    padding: 0px;
    width:100%;
    height: 100%;
    background-image: url('../images/kenbg.jpg');
    background-repeat: no-repeat;
    background-position: -100px bottom;
    background-attachment: fixed;
}
/* medium rez */
@media screen and (min-width: 481px) and (max-width:1024px) {
    body {
        background-position: left 180px;
        background-size: 40% auto;
    }
}

/* large rez */
@media screen and (min-width: 1025px) {
body {
       background-position: left bottom;
       background-size: auto 85%;
    }
}

/* iphone */
@media screen and (max-device-width: 480px) {
body {
       background-image:none;
    }
}

#container {
    width:100%;
    height: 100%;
    margin: 0px;
    padding: 0px;    
}
#content {
    width:100%;
    height: 100%;
    /* max-width: 1280px;*/
}

#carbonOverlay{
    width: 100%;
    height: 100%;
    z-index: 0;
    top:0px;
    left: 0px;
    background-image: url('../images/carbon_overlay.png');
    opacity:0.35;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; 
    filter: alpha(opacity=35);				
    position: fixed;
}

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

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

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

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

a {
    color: #06a;
    text-decoration: none;
}

header a, footer a {
    color:#fff;
    text-decoration:none;
}

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

header {
    width: 100%;
    /*height: 10%;
    min-height: 75px;*/
    background-color: #000;
    color: #FFF;
    position: fixed;
    top:0px;
    z-index: 1000;
    border-bottom: 10px solid #444;
}



#logo {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 700%;
    font-weight: 500;
    letter-spacing: 5%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
}

/* iphone */
@media screen and (max-device-width: 480px) {
header {
        position: relative;
    }
    #logo {
        float:none;
        display:inline-block;
        font-size:450%;
    }
}

/* medium rez  / i Pad*/
@media screen and (min-width: 481px) and (max-width: 1024px) {
    #logo {
        font-size:450%;
    }
}


#middle {
    
    width:100%;
    position: relative;
    opacity:0.95;
}

#middle ul {
    list-style-type: square;
}

/* CSS 2 Full browser */
.middleContent {
        width:65%;
        max-width:840px;
        float:right;
        margin-top: 10%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 75px;
        display:none;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 2;
        background-color: #fff;
        background-color: rgba(256, 256, 256, 0.90);
        background-image: url('../images/washibg.jpg');
        color: #000;
        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);
         border: 2px solid #444;
    }
/* medium rez */
@media screen and (max-width: 1024px) {
.middleContent {
       width: 55%;
    }
}    
    
/* iphone */
@media screen and (max-device-width: 480px) {
    .middleContent{
        clear:both;
        float:normal;
        width:80%;
    }       
    
    .middleContent img {
        max-width: 100%;
    }
}    
    
    footer {
        background-color: #000;
        color: rgb(209, 224, 231);
        bottom: 0px;
        font-size: 100%;
        font-weight: 500;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 999;
    }


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

footer a:hover {
    font-style: italic;
}

/* iphone */
@media screen and (max-device-width: 480px) {
footer {
        position: relative;
        bottom:auto;
        height:auto;
        max-height:none;
        z-index:auto;
        clear:both;
        font-size:150%;
    }
    footer li {
        display:block;
        clear:both;
        padding: 10px;
    }   
}





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

/* Full CSS 2 browser*/
    nav{
        color: #fff;
        display: block;
        position: relative;
        background-color: #000;
    }
    nav ul {
        list-style-type: none;
        font-size: 150%;
        display: inline-block;
        float: right;
        font-weight: 500;     
        background-color: #000;
    }
    nav li {
        display: inline;
        margin-right: 2em;
        background-color: #000;
    }
    
    
    nav li:hover {
        font-style: italic;
    }

@media screen and (max-width: 1024px) {
    /* medium rez */
    nav ul {
        font-size: 125%;
    }
    nav li {
        display: inline;
        margin-right: 1em;
    }
}

/* iphone */
@media screen and (max-device-width: 480px) {
nav li {
        display: block;
        clear:both;
        margin-right: 2em;
    }
}


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:10%;
    left:0px;
     z-index:80;
    width:100%;
    height:100%;
    display:none;
    opacity:0.98;
}
.CloseBtn{
    text-align: right;
}
.FullScreen h3 {
    color:#333;
    font-size: 16px;
    margin: 5px;
}
.Canvas {
    position: absolute;
  
    width:100%;
    height:100%;
    background-color: #FFF;
    background-image: url('../images/washibg.jpg');
    background-attachment: fixed;
}

/* iphone */
@media screen and (max-device-width: 480px) {
.FullScreen {
        position: relative;
        clear: both;      
        top:auto;
    }
    .FullScreen img {
        max-width: 100%;
    }
    
    .Canvas {
        position:relative;
    }

}

/* Portfolio */
.PortBox{
   width: 100%;
}


#webHighlight {
   padding-left: 3%;
   padding-right: 3%;
}

.PortImgBox {
        width: 50%;
    display: block;
    float: left;
}

.PortImgBox img{
        max-height: 100%;
        min-width: 50%;
        max-width: 100%;
    /*margin-left: 15px;*/
    -webkit-box-reflect:below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white));
}

.PortTextBox {
    width: 50%;/*200px;*/
    display: block;
    float: right;

}

.PortTextBox p {
    color:#666;
    /*float:right;*/
    font-weight: normal;
    text-align: left;
        padding-left: 3%;
}
.PortTextBox ul {
    list-style-type: square;
    text-align: left;
}

.PortThumbs{
    clear: both;
    padding: 10px;
    margin-top: 10px;
    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;
}



/* iphone */
@media screen and (max-device-width: 480px) {
    .PortThumbs{
        position:relative;
        clear:both;        
    }
    .PortTextBox {
        width: 100%;
        float:none;
        clear:both;
        display:block;
        margin-top:60px;
    }
    .PortTextBox p, .PortTextBox ul {
        color:#000;
         text-align: left;
        background-color:#fff;
        background-image: url('../images/washibg.jpg');
        clear:both;
    }
    .PortImgBox {
        width:100%;
        clear:both;
        float:none;
        display:block;
    }
    .PortImgBox img {
        max-width:100%;
        max-height:auto;    
        display:block;
    }
}




/* cForm */
/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform {
    margin:10px auto 0 auto;
    /*width: 400px;*/
    overflow:hidden;
}
.cform input {
    /*float:right;*/
}
.cform fieldset {
    margin-top:10px;
    padding:5px 0 15px 0;
    border:1px solid #999;
}

.cform .cf_hidden {
    display:none;
    border:none!important;
    background:none!important;
    padding:0!important;
    margin:0!important;
}

.cform legend {
    margin-left:10px;
    padding: 0 2px;
    /*font-variant:small-caps;*/
    color:#000;
}

ol.cf-ol {
    margin:0!important;
    padding:0 10px!important;
}
ol.cf-ol li {
    background:none!important;
    margin:5px 0px!important; /*some themes may interfere otherwise*/
    padding:0;
    list-style:none!important;
    text-align:left;
    line-height:1.3em;
    overflow:hidden;
}
ol.cf-box-title{
    color: #000;
    
}

ol.input-right input{
    width: 150px;
}
ol.input-right label {
    width: 150px;
    float: left;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
    display:none;
}

.fb-like {
    display: inline;
    float: right;
    clear: none;
    padding: 0px;
    margin: 0px;
    margin-top: -5px;
   /* vertical-align: middle;*/
}

.twBtn{
    float: right; 
    margin-top: -10px; 
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .fb-like,.twBtn{
        display:block;
        clear:both;
        float:none;
    }
}

/* iphone */
@media screen and (max-device-width: 480px) {
.fb-like {
    clear:both;
    display:block;
    float:none;
    }
    .twBtn{
         clear:both;
    display:block;
    float:none;
    }
}

