@font-face {
    font-family: "Helvetica Neue Condensed Bold";
    src: url('fonts/HelveticaNeue-CondensedBold.ttf') format("truetype");
}

#home .home, #portfolio .portfolio, #musings .musings, #about .about{
    color: #000;
    background: #fff;
    padding: 16px 8px 17px 8px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #fff;
}

body{
    font-family: Helvetica Neue, Sans Serif, Arial;
    display: block;
    min-width: 28.125em;
    min-height: 37.5em;
    background: url('images/bg-gridpaper.gif');
    /*background: url('images/grid.gif') repeat-y;*/
}

img{
    border: 0;
    width: 100%;
    height: 100%;
}

h1{
    font-family: Georgia, Serif;
    text-transform: none;
    font-style: italic;
}

.horz .entry .image h1{
    margin: 16px 0 16px 0;
    line-height: 90%;
    text-align: right;
    width: 224px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
    padding-right: 0.5em;
}

h2{
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Helvetica Neue Condensed Bold";
    font-size: 1.125em;
}

h3{
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Helvetica Neue Condensed Bold";
    font-size: 0.6875em;
}

.date h3{
    margin: 0;
}

h4{
    font-family: Georgia, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    margin: 0.5em 0;
}

p{
    font-family: Helvetica Neue, Sans Serif, Arial;
    font-size: 0.6875em;
}

hr{
    height: 5px;
    color: #000;
    background-color: #000;
    border: none;
    margin: 0 0 0.5em 0;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clear{
    clear: both;
}

a{
    font-family: Georgia;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #000;
}

a:hover{
    color: #fff;
    background: #000;
}


/*BUTTON*/

.btn{
    position: relative;
    border-top: solid 1px #000;
}

.btn p{
    text-align: center;
    margin: 0;
}

.btn a{
    display: block;
    width: 6em;
    font-family: "Helvetica Neue Condensed Bold" , Helvetica Neue, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 0.5em;
    margin-left: auto;
    margin-right: auto;
}


/*HEADER*/

#header_bg{
    background: #000 url('images/header-bg.gif') repeat-x;
    min-height: 3.875em;
}

#header{
    max-width: 47em;
    padding: 1em;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    color: #fff;
    font-family: "Helvetica Neue Condensed Bold";
    text-transform: uppercase;
    z-index: 1;
}

#header h1 a{
    float: left;
    margin: 0;
    width: 106px;
    height: 33px;
    background: url('images/logo.gif') transparent center no-repeat;
    background-position: right;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
}

#header h1 a:hover{
    background-position: left;
}

#header h1{
    width: 48px;
    float: left;
    margin: 0 0.5em 0 0;
}

#header h2{
    font-size: 0.875em;
    color: #878787;
    float: left;
    margin-left: 2em;
}

#header #sen{
    width: 208px;
    height: 33px;
    float: left;
    margin: 0;
    padding: 3px 0 0 8px;
    margin-left: 64px;
    border-left: solid 1px #fff;
    display: none;
}

#header p{
    text-transform: none;
    line-height: 130%;
}

#header li{
    display: inline;
    font-size: 0.875em;
}

#header li a{
    font-family: "Helvetica Neue Condensed Bold" , Helvetica Neue, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 16px 8px 8px 8px;
    margin-left: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#header li a:hover{
    color: #000;
    background: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#header li a:active{
    padding: 16px 8px 17px 8px;
}


/*SMALL ARTICLE*/

.sub h2{
    margin: 0;
}

.sub img{
    border: solid 1px #fff;
    margin-top: 0.5em;
}

.sub img:hover{
    border: solid 1px #000;
}

.sub ul{
    margin: 0;
    padding-left: 1.5em;
}

.sub li{
    font-family: Helvetica Neue, Sans Serif, Arial;
    font-size: 0.6875em;
}


/*HOME SPOTS*/

#home_spots{
    width: 100%;
    margin: 23em 0 0 0;
}

#home_spots div {
    width: 14em;
    float: left;
    margin: 0 2em 0 0;
}

#home_spots img{
    width: inherit;
    height: inherit;
    max-width: 6.875em;
    margin-right: 1em;
    float: left;
}


/*RESUME*/

.resume h1{
    float: left;
    width: 15em;
}

#company{
    width: 35em;
}

#company .identity{
    width: 11em;
    float: left;
    margin: 0 1em 0 0;
}

#company .identity img{
    width: 96px;
    height: 68px;
    border: 0;
}

#company .description{
    width: 23em;
    float: left;
}

.description hr{
    height: 1px;
    color: #e9e9e9;
    background-color: #e9e9e9;
    border: none;
    margin: 1em 0 0 0;
}

#nothalf{
    width: 19em;
    float: left;
    margin: 0 4em 0 0;
}


/*R_COLUMN*/

#r_col{
    float: right;
    max-width: 10em;
}

#r_col div{
    margin-bottom: 1em;
}


/*MAIN CONTENT*/

#home #content{
    background: #fff url('images/home-img.jpg') no-repeat;
}

#about #content{
    background: #fff url('images/comingsoon-img.jpg') no-repeat;
}

#content{
    background: #fff;
    position: relative;
    border: solid 1px #000;
    max-width: 47em;
    min-height: 30em;
    padding: 1em;

}

.horz{
    background: url('images/bg-rcol.gif') right repeat-y;
    float: left;
    width: 35em;
    position: relative;
    padding-right: 1em;
}

.horz .entry .image{
    display: block;
    position: relative;
    margin-bottom: 1em;
}

.horz. entry .image img{
    width: inherit;
    height: inherit;
    display: block;
    margin: 0;
    padding: 0;
}

.horz img{
    width: inherit;
    height: inherit;
}

.entry{
    width: 28em;
    float: left;
}

.date{
    width: 6em;
    margin: 0 1em 0 0;
    float: left;
}

/*PORTFOLIO*/

.thumb {
    width: 130px;
    height: 130px;
    border: solid 1px #fff;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    position: relative;
    float: left;
}

.thumb:hover{
    border: solid 1px #000;
}

.thumb img{
    position: absolute;
}

.thumb .caption{
    width: 130px;
    height: 130px;
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    display: none;
    
    filter:alpha(opacity=80);    /* ie  */  
    -moz-opacity:0.8;    /* old mozilla browser like netscape  */  
    -khtml-opacity: 0.8;    /* for really really old safari */    
    opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */ 
}

.thumb .caption p a{
    font-family: Helvetica Neue, Sans Serif, Arial;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

.thumb .caption p{
    padding: 8px;
    margin: 0;
}


/*ABOUT*/

#me{
    margin: 23em 0 0 0;
}


/*FOOTER*/

#footer{
    width: 100%;
    position: fixed;
    bottom: 0;
}

#footer li{
    display: inline;
    font-size: 0.625em;
}

#footer #btm{
    position: relative;
    height: 12em;
    width: 100%;
}

#footer #btm #contact{
    border: 1px solid #000;
    color: #fff;
    background: #000;
    padding-left: 0.5em;
    position: absolute;
    width: 10em;
    right: 1em;
    bottom: 0;
}

#footer #btm #contact h2{
    margin: 0.5em 0 0 0;
}

#footer #btm #contact p{
    margin: 0 0 1em 0;
}

#footer #btm #links {
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    padding: 0 1em 1em 1em;
}

#footer #btm #links ul{
    margin: 0;
    padding: 0;
}

#footer #btm #links a{
    color: #fff;
}

#footer #btm #links a:hover{
    text-decoration: underline;
    background: none;
}

#footer #f-nav{
    border-top: solid 1px #000;
    background: #fff;
    padding: 0 0 1em 0;
}

#footer #f-nav ul{
    margin: 0 0 0 0;
    padding: 0;
}

#footer ul li a{
    font-family: Helvetica Neue, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    padding: 16px 8px 8px 8px;
}

#footer #f-nav ul.copyl{
    max-width: 71.25%;
    padding: 0 0 0 1em;
}

#footer #f-nav ul.copyr{
    float: right;
    padding: 0.25em 1em 0 0;
}

#footer #f-nav ul.copyl .active{
    background: #000;
    color: #fff;
}
