/*  
Theme Name: Grid Focus Public
Theme URI: http://5thirtyone.com/
Description: Grid aligned left w/ full content + images
Version: 1.0
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.
*/

/***
	colors: 
	yellowish #FFBE00
	blueish #00A9FF
***/


#twittermessage { background-color:#000000; color:#FFFFFF; }


*{
  margin:0;
  padding:0;
}
html,body
{
  background:#fbfbfb;
/*  background: url(http://www.pixelnerve.com/images/bg_repeat.png) repeat #FFF; */
/*  background: url(http://www.pixelnerve.com/images/bigbig.jpg) no-repeat fixed center center #FFF; */
  text-align:center;
} 
body
{
/*font-size: 62.5%;*/
font-family: "",Arial,Sans-Serif;
font-size: 11px;
/*letter-spacing: .25px;*/
line-height: 15px;
/*font:11px arial,helvetica,tahoma,sans-serif;*/
margin-top:30px;
}

/* title */
h1{font-size:21px;}
/* post title */
h2{font-size:18px;}
/* second column titles */
h3{font-size:15px;}
h4{font-size:13px;}
a{
	color:#111;
	text-decoration:none;
}

a:hover{ background:#333; color:#eee; }
/*** a:hover{ color:#999; } ***/

/* holds total size of the wrapper. left col + right col + margin */
#wrapper{border-top:0px solid #EEE; margin:5px auto;text-align:left; width:918px;} 

/* masthead / footer - navigation and categories */
#masthead{padding:0px 0;}
#masthead h1 a{text-transform:uppercase;width:400px;float:left;margin:12px 0 0 0;}
#masthead h1 a em{font-style:normal;color:#555;}
#authorBlurb img{float:right;width:42px;height:42px;border:3px solid #EEE;}
#authorIntro a{font-weight:bold;} 
#authorIntro{line-height:0.4em;width:400px;float:right;margin:8px 0 0 0;}
ul.nav{list-style:none;background:#EEE;}
.nav li{border-right:1px solid #DDD;float:left;display:block;width:100px;}
.nav li a{font-size:11px;outline:none;color:#333;text-decoration:none;display:block;padding:5px 0 12px 5px;width:99px;text-transform:uppercase;}
.nav li a span{font-size:11px;color:#777;text-transform:lowercase;}
.nav li a:hover{background:#FFBE00; color:#333 !important; width:95px;}
/**.nav li a:hover{background:#333; color:#eee!important; width:95px;}***/
* html .nav li a:hover{background:#333; width:99px;}
.nav li.skip{border-left:1px solid #DDD;float:right;display:block width:100px;}
.nav li.skip a{width:100px;}
li.top{border-left:1px solid #DDD;float:right;display:block width:100px;}
li.top a{width:100px;}
.nav li.skip a:hover, li.top a:hover { background:#FFBE00; color: #333 !important;}
/***.nav li.skip a:hover, li.top a:hover { background: transparent; color: #333 !important;}***/
#archives{background:#333;}
#archives ul{list-style:none;padding:5px 0 3px 0;}
#archives li{float:left;display:block;width:101px;}
#archives li a{font-weight:bold;color:#7F7F7F;width:99px;display:block;padding:2px 0 4px 5px;}
#archives li a:hover{color:#fffEEE;}

/* main - middle content and columns */
#mid{}#mainCol{float:left;margin:26px 0 0 0;width:641px;}

/* style individual sidebars */
#midCol a{font-weight:normal;}
#midCol{color:#444;float:left;margin:25px 0 0 33px;width:244px;line-height:1.5em;}
#midCol p{color:#777;}
#searchWrap,
.middle_links{margin-bottom:20px;}
#searchWrap input{vertical-align:middle;}
#searchWrap #s{font-size:1.1em;border:1px solid #BBB;padding:1px 2px;margin-right:3px;width:215px; background-color:#fafafa;}
.middle_links h3{margin-bottom:7px;}
#midCol ul{list-style:none;margin:8px 0 4px;}
.middle_links ul li{background:url(images/li.gif) no-repeat 0 3px;color:#7F7F7F;line-height:1.2em;border-top:1px solid #BBB;padding:4px 0 4px 16px;}
#tertCol {float:left;width:155px;margin:23px 0 0 33px;}
#tertCol p{color:#777;}
#elseWhere{margin:0 0 20px 0;}
#elseWhere h3{margin-bottom:7px;}
ul#imgLinks{list-style:none;margin:7px 0;}
#imgLinks li{color:#7F7F7F;line-height:1.2em;padding:0 0 1px;}
#imgLinks li a img{border:3px solid #EEE;width:150px;height:60px;color:#333;font-weight:bold;}
#imgLinks li a:hover img{border-color:#DDD;}

/* wordpress entries styling - main content column */
.postMeta{background:url(images/dot.gif) repeat-x left center;text-transform:uppercase;font-size:11px;text-align:right;margin-bottom:5px;}
.postMeta span.date{ background:#f9f9f9; color:#7F7F7F; padding:0 2px 0 4px; }
/*** .postMeta span.date{background:#FFF;color:#7F7F7F;padding:0 2px 0 4px;} ***/
.postMeta span.comments{background:#f9f9f9 url(images/chat_grey.gif) no-repeat left center;padding-left:15px;margin-left:2px;}
/*** .postMeta span.comments{background:#FFF url(images/chat_grey.gif) no-repeat left center;padding-left:15px;margin-left:2px;} ***/
.postMeta span.comments a,
.postMeta span.date a{color:#555;}
.post{margin:0 0 15px 0;}
.post h2{line-height:1.2em;margin-bottom:7px;}
.post h2 a{width:100%;display:block;outline:none;}
.entry h3{margin:1em 0;}
.post .entry{ line-height:1.5em;}
/* this is links in the posts */
.post .entry p{ margin:1em 0; }
.post .entry p a{ background:#ededed; color: #333; text-decoration:none; font-weight:bold; }
.post .entry p a:hover{ background:#333; color: #eee; text-decoration:none; font-weight:bold; }
.entry blockquote{ margin:0 1.3em 0; }
.entry ul{ margin:0 1.3em 0;list-style:none; }
.entry li a{ color:#333; font-weight:bold; }
.entry ul li{ background:url(images/li.gif) no-repeat 0 1px;padding-left:18px;margin-bottom:7px; }
.entry ol{margin:0 1em 0 3em;}
.entry ol li{margin:0 0 7px 0;}
.entry img,.entry a img{ border:1px solid #EEE; }
.entry a:hover img{ border-color:#DFDFDF; }
.entry table tr { padding: 15px 0; }
.entry table tr.alt { background: #eee; }

/* style pagination buttons */
#more_reading { color: #7F7F7F; font-size: 11px; text-transform: uppercase; margin-bottom: 25px; text-align: right; }
#more_reading p, #more_reading img { vertical-align: middle; }
#more_reading a img { border: none; margin:0 0 3px 2px; }

/* style me some comments and inputs */
#comments{width:435px;padding:12px 0 0 0;}
#comments h3,
h3#respond{color:#555;margin-bottom:7px;}
ol.commentslist{list-style:none;margin:5px 0 12px;}
.commentslist li{background:#FFF url(images/lgrey_diag.gif) repeat top left;border:1px solid #BBB;margin-bottom:7px;padding:7px 0;}
.commentslist li a{font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}
.commentslist li.alt{background:#FFF;}
.commentslist li:hover{border-color:#888;}
.commentslist .comment_text{margin:0 7px;line-height:1.4em;overflow:hidden;}
.comment_text p,
.comment_text ul,
.comment_text ol,
.comment_text blockquote{margin:1em 0;}
.comment_text ul,
.comment_text ol,
.comment_text blockquote{margin:0 1em;}p.author_meta{font-weight:bold;text-transform:uppercase;margin:0 0 0 7px;}
p.post_meta{font-size:11px;text-transform:uppercase;text-align:right;margin:0 7px 0 0;}
.commentslist li.author{background:#333;color:#CCC;}
.commentslist li.author a{color:#DDD;}
.commentslist li.author a:hover{color:#FFF;}
#comments_closed{background:#333;color:#ccc;padding:7px 0;margin-top:12px;line-height: 1.5em;}
p.nocomments{margin:0 12px 0 7px;}
p.nocomments a{color:#ddd;font-weight:bold;text-decoration:underline;}
p.nocomments a:hover{color:#FFF;}
ol.pingslist{margin:1.5em 2em;font-size:12px;}
.pingslist li{color:#7F7F7F;margin:0 0 7px 0;}
.pingslist li a{font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}
#commentform p{margin:1em 0;}
#commentform p a{font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}
#author,
#email,
#url,
#comment{font:1.1em arial,helvetica,verdana,sans-serif;border:1px solid #BBB;padding:2px;}
#comment{width:429px;overflow:auto;}
#commentform p small{font-size:10px;color:#7F7F7F;}
.commentslist code{background:transparent;}

/* footer - text string and links */
#footer p {padding-top: 7px; }
#footer p a{font-weight:bold;color:#333;}

/* float rules */
.floatleft{float:left;margin:3px 7px 0 0;}
.floatright{float:right;margin:3px 0 0 7px;}
.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}



/* fffooter */
#fffooter {
    position: fixed;
    width: 100%;
    min-width: 960px;
    background: #191919; /*#0f0f0f;*/ /*#e6e6e6;*/
    top: 0px;
    left: 0;
    color: #a7a7a7;
    z-index: 500;
    line-height: .8em;
}

#fffooter a {
    color: #a7a7a7;
}

#fffooter a:hover {
    color: #a7a7a7;
}

#fffooter a#close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: url(../images/close.png) no-repeat;
    z-index: 510;
}

#fffooter a#close:hover {
    background-position: 0 -15px;
}

#fffooter .visible {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
}

#fffooter .visible .left {
    float: left;
    font-family: "",Arial,Sans-Serif;
    font-size: 10px;
    position: fixed;
    right: 5%;
    /*width: 300px;*/
    height: 30px;
    line-height: 30px;
    background: #191919; /*#0f0f0f;*/ /*#e6e6e6;*/
    overflow: hidden;
}

#fffooter .visible .dim,
#fffooter .visible .dim a {
    color: #272727;
}

#fffooter .visible .dim a:hover {
    color: #a7a7a7;
}

#fffooter .visible ul {
    margin-top: 9px;
    display: block;
}

#fffooter .visible ul li {
    display: block;
    float: left;
    margin-left: 10px;
}

#fffooter .visible ul li.border {
    padding: 0 10px;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
}

#fffooter .visible ul strong {
    font-size: 22px;
    height: 22px;
    line-height: 18px;
}

#fffooter .visible .right {
    float: right;
    font-family: Arial,Sans-Serif;
    font-size: 10px;
    position: absolute;
    right: 4%;
/*    width: 300px;*/
    height: 30px;
    line-height: 30px;
    background: #191919; /*#0f0f0f;*/ /*#e6e6e6;*/
    overflow: hidden;
}

#fffooter .visible .right a {
    margin-left: 8px;
}

#fffooter a#portfolio-btn.home {
    display: none;
}

#fffooter .collapse {
    font-size: 10px;
    width: 100%;
    height: 161px; /* 162px*/
    border-top: 1px solid #222;
}

#fffooter .collapse-content {
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

#fffooter .collapse a {
    display: block;
    text-transform: uppercase;
    color: #a7a7a7;
    margin-bottom: 5px;
}

#fffooter .collapse a:hover {
    color: #474747;
}

#fffooter .collapse hr {
    border: 0;
    height: 1px;
    background-color: #222;
    margin: 10px -10px;
}
/* fffooter */

/* credits */
#credits {
    display: none;
    height: 161px;
    overflow: hidden;
}

#credits ul {
    display: block;
    width: 960px;
    height: 161px;
    margin: 0 auto;
}

#credits ul li {
    display: block;
    float: left;
    padding: 10px;
    height: 142px; /* 162 */
    border-right: 1px solid #222;
}

#credits ul li.first {
    border-left: 1px solid #222;
}

#credits table td.pad {
    padding-left: 5px;
}
/* credits */

/* story */
#story {
    color: #a7a7a7;
    width: 960px;
    height: 161px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.2em;
    border-left: 0px solid #222;
    border-right: 0px solid #222;
    overflow: hidden;
}

#story .content {
    padding: 20px 20px 0;
}

#story h2 {
    float: left;
    margin-right: 10px;
}

#story .col {
    width: 375px;
    float: left;
    margin-left: 12px;
}
/* story */

/* home */
#home h1#logo {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#home h1#logo a {
    border-bottom: 1px solid #151515;
}

#home h1#logo a:hover {
    border-bottom: 1px solid #c0c0c0;

    /* retarded overrides */
    color: #151515;
    border-bottom: 1px solid #151515;
    cursor: default;
}

#home img#circle {
    display: block;
    margin: 0 auto 50px;
    padding-top: 50px;
}

#home #description {
    width: 450px;
    text-align: center;
    margin: 0 auto 20px;
}

table#dates {
    bottom: 200px;
    width: 650px;
    margin: 0 auto ;
    text-align: center;
    color: #c0c0c0;
    font-size: 11px;
}

#dates a {
    font-size: 14px;
}

a#intel-btn {
    float: left;
    margin-left: 20px;
    width: 36px;
    height: 23px;
    background: url(../images/btn/intel.png) no-repeat;
    text-indent: -9999px;
}

a#intel-btn:hover {
    background-position: 0 -23px;
}

a#vice-btn {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    width: 37px;
    height: 13px;
    background: url(../images/btn/vice.png) no-repeat;
    text-indent: -9999px;
}

a#vice-btn:hover {
    background-position: 0 -13px;
}

a#creators-btn {
    position: relative;
    top: -5px;
    display: block;
    width: 122px;
    height: 28px;
    background: url(../images/btn/creators.png) no-repeat;
    text-indent: -9999px;
}

a#creators-btn:hover {
    background-position: 0 -28px;
}

p.experience {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
