/*
Theme Name: Trevor Henry 2013
Theme URI: http://mediasoldier.net
Description: Swisha House, Big Pokey and Paul Wall baby
Author: Adam Jang
Author URI: http://adamjang.com
Version: 1.0
Tags: White, Black

License:
License URI:

General comments (optional).
*/

/*======================================
    IMPORTS
======================================*/

@import url('css/wp-core.css');
@import url('css/320.css');
@import url('css/768.css');
@import url('css/1024.css');
@import url('css/1201.css');


/*======================================
    GLOBAL
======================================*/

body,
html{
    border:0;
    height:100%;
    margin:0;
    padding:0;
}

body{
    color:#333333;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
}

#wrapper{
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    width:100%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a img{
    border:none;
}

b{
    font-weight: 500;
}

h1,
h2,
h3{
    font-family: "ff-meta-serif-web-pro",serif;
    font-weight: 500;
    margin:0;
    line-height:150%;
}

h4{
    color:#999;
    font-weight: normal;
}

h5{
    color:#666;
    font-weight: 500;
    margin:0 0 5px;
    text-transform: uppercase;
}

p:empty{
    display: none;
}

blockquote{
    margin:0;
    padding:0;
}

sup,
sub{
    font-size: 70%;
}

ul, ol{
    color:#333;
    line-height: 150%;
}

strong{
    font-weight:600;
}

::selection,
::-moz-selection{
    background: #000;
    color:#FFF;
}

.post-content ul li{
    list-style:none;
    background-image: url(img/bullet.png);
    background-repeat: no-repeat;
    background-position:0 14px;
}

/*======================================
    INPUTS
======================================*/

input:focus,
textarea:focus{
    outline:0;
}

textarea{
    font-family: "proxima-nova",sans-serif;
}


.bullet{
    color:#e5e5e5;
    padding:0 5px;
}

.single-post-meta{
    color:#999;
}

.valid[name="email"]{
    background-image:url(img/success.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.error[name="email"]{
    background-image:url(img/error.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.contact-form input[type="submit"]{
    background-color: #333;
    border:0;
    color:#ccc;
    font-size:14px;
    font-weight: 700;
    line-height: 150%;
    padding-bottom:15px;
    padding-top:15px;
    text-align: center;
    width:120px;
    text-transform: uppercase;
}

.contact-form input[type="submit"]:hover{
    background-color:#000;
    color:#FFF;
}

.contact-form  input[type="submit"].disabled-submit,
.disabled-submit:hover{
    background-color:#333;
    color:#666;
}

.contact-form  input[type="submit"].disabled-submit.sent,
.disabled-submit.sent:hover{
    background-color:#eee;
    color:#333;
}


.post .single-post-meta{
    margin:0;
}

.project:hover,
.blog .post:hover{
    background-color:#fcfcfc;
}

.post-the-content h1,
.post-the-content h3,
.post-the-content h4,
.post-the-content h5,
.post-the-content h6{
    color:#666666;
    font-family: "proxima-nova",sans-serif;
    font-weight:500;
}

.post-the-content h2{
    color:#000;
    font-family: "ff-meta-serif-web-pro",serif;
    font-weight:500;
}

.page-bg{
    display:none;
}

.menu a:hover{
    text-decoration: none;
}

.content-sidebar ul li.current-menu-category a,
.content-sidebar ul li.current_page_item a{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;        
}

.content-sidebar ul a{
    color:#FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;    
}

.content-sidebar ul a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;     
}

/*======================================
    NAVIGATION
======================================*/

.content-sidebar{
    background: #000;
    color:#FFF;
    font-family: "ff-meta-serif-web-pro",serif;
    height: 100%;
    left:0;
    overflow: hidden;
}

.content-sidebar .inner{
    position: relative;
    z-index:10;
}

.main-nav{
    margin:0;
}

.content-sidebar ul{
    list-style: none;
    margin:0;
    padding:0;
    position: relative;
    z-index: 10;
}

.content-sidebar ul a:hover{
    color:#FFF;
}


/*======================================
    FOOTER
======================================*/

.footer.content-main{
    color:#999999;
}

.footer .content-padded{
    border-top:1px solid #EEE;
}

.footer .logo{
    float: left;
    height:30px;
    width:30px;
}

.footer .logo img{
    display: block;
}

.footer .twitter{
    float: right;
    margin: 8px 0;
}

.footer .twitter img{
    display:block;
}

/*======================================
    CONTENT
======================================*/

.content-main a{
    color:#666;
    text-decoration: underline;
}

.content-main a:hover{
    text-decoration: none;
}

.content-main blockquote p{
    color:#CCC !important;
    font-family: "ff-meta-serif-web-pro",serif;
    font-weight: normal;
    float:left;
    line-height: 150% !important;
}

.content-main .post-content ul{
    padding: 0;
}

.inner{
    position: relative;
}

hr.divider,
hr.divider-padded{
    background-color: #EEE;
    border:0;
    height:1px;
    margin:0;
}

.projects{
    position: relative;
    width:100%;
}

.projects .divider{
    position: absolute;
    bottom:0;
}

.project{
    color:#333;
    display:block;
    float:left;
    text-decoration: none !important;
}

.project:hover h2{
    text-decoration: underline !important;
}

.project.last{
    border-right: 0;
}

.project.last .inner{
    border-right:0px;
}

.project .inner{
    border-bottom:1px solid #EEE;
}

.project h2{
    color:#333;
}

.project p{
    color:#999;
    margin:5px 0;
}

.project .thumb{
    display: block;
}

.project-meta h5{
    color:#ccc;
    line-height: 100%;
    margin:0 0 3px;
}

.project-detail{
    color:#999;
    display: block;
    line-height: 150%;
    margin-bottom:12px;
}

.project-detail:last-child{
    margin-bottom:0;
}

.tags{
    color:#999 !important;
    font-size:16px !important;
    line-height: 24px !important;
    width:100%;
}

.tags .separator:last-child{
    display: none;
}


/*======================================
    CONTACT RIGHT SIDEBAR
======================================*/

.contact-links{
    list-style: none;
    margin:0;
    padding:0;
}

.contact-links ul{
    list-style: none;
    margin:0;
    padding:0;
}

.contact-links ul li{
    margin-bottom: 15px;
}

.contact-links ul li a{
    color:#000;
    text-decoration:none;
}

.contact-links ul li a:hover{
    text-decoration: underline;
}


/*======================================
    RECENT POSTS
======================================*/

.recent-posts-list{
    list-style: none;
    margin:0;
    padding:0;
}

.recent-posts-list h2 a{
    color:#333;
    text-decoration: none;
}


.recent-posts-list h2 a:hover{
    text-decoration: underline;
}


/*======================================
    SINGLE PROJECT
======================================*/

.single #main p{
    color:#333;
    padding:0;
}

.single .shadowed{
    margin-left:-5px;
}

.single #main .client-logo{
    display: block;
    width:auto;
}


/*======================================
    BLOG
======================================*/

.content-main .post{
    color:#333;
    display:block;
    line-height: 150%;
    text-decoration: none;
}

.content-main .post:hover h1{
    text-decoration: underline !important;
}


/*======================================
    PAGE
======================================*/

.page #main p{
    color:#333;
    line-height: 150%;
}


/*======================================
    PAGE - ABOUT
======================================*/

.about-photo{
    position: relative;
    text-align: left;
    width:100%;
}

.about-photo img{
    text-align: left;
}

.about-photo h1,
.about-photo h5{
    color:#FFF;
}

.about-photo-description{
    position: absolute;
    text-align: center;
}

.bar-wrapper{
    float:left;
    text-align: center;
}

.bar-wrapper p{
    font-weight: 500;
    width:100%;
}

.bar{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:10px;
    width:100%;
}

.bar-black .bar{
    background: #000;
}

.bar-midgrey .bar{
    background: #666;
}


.bar-lightgrey .bar{
    background: #999;
}

.twenty{
    width:20%;
}

.twentyfive{
    width:25%;
}

.thirty{
    width:30%;
}

.fifty{
    width:50%;
}

.seventy{
    width:70%;
}


/*======================================
    CONTACT
======================================*/

.contact-form label{
    color:#999;
    display: block;
    font-weight:500;
    line-height: 150%;
    text-transform: uppercase;
}

.contact-form input[type="text"]{
    margin-bottom:20px;
    padding:7px 42px 7px 10px;
    width:208px;
}

.contact-form input:focus,
.contact-form textarea:focus{
    background: #FFF;
}

.contact-form .textarea-wrapper textarea{
    background: #eee;
    border-top: 1px solid #d4d4d4;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    border-bottom:0;
    display: block;
    font-size: 15px;
    height:160px;
    padding:10px;
    overflow: auto;
    resize:none;
    width:100%;
    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
}


/*======================================
    SIDENOTE SHORTCODE
======================================*/

.breakpoint{
    position: relative;
    width:1140px;
}

.breakpoint .breakpoint-note{
    color:#999999;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    position: absolute;
    right:0;
    width:200px;
    padding-left:80px;
}

.note{
    color: #999999;
    display: none;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.note a{
    color:#333;
}

.caption{
    border:1px solid #CCC;
    float:right;
    max-width:33.3%;
    margin-top:0;
}