/*  
Theme Name: TheUnstandard
Theme URI: http://5thirtyone.com/
Description: Farewell to the standard blog format
Version: 1.2.1
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/
Image sizes: Main hero image for latest post is 593 x 225, secondary 293 x 150.
Files must be hosted on your own domain in order for timthumb script to work
properly re: thumbnailing / caching.
*/

body { 
   background: #efefef; 
/*   background-image:url('http://www.pixelnerve.com/images/bg.jpg');
   background-repeat:no-repeat;*/
   color: #333;
   font-family: verdana, arial, sans-serif; 
   font-size: 11px;
   font-weight: lighter;
   margin-top: 30px;
}

/* = main structure */
#main-wrapper { margin: 0; padding: 10px 37px; width:91%; }
/*** #main-wrapper { margin: 0 auto; padding: 0 17px; width: 1000px; }  ***/



/* = basic reused style rules */
h1, h2, h3, h4, h5 { font-weight: normal; }
/** h1, h2, h3, h4, h5 { font-weight: bold; } **/
h1 { font-size: 1.0em; }
h2 { font-size: 1.0em; }
/*   post title's size */
h3 { font-size: 1.4em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }



/* links stuff */
a { border-bottom: 0px solid #fff; color: #333333; text-decoration: none; }
a:hover { background: #FF004E /*#00BBE4*/ /*#00EEBE*/ /*#FF00BE*/; border: 0px solid #ddd; border-color: #acacac; color: #fff; }


ul li { list-style: circle; }



/* = css3 border radius link */
#main-nav li { background: #dfdfdf; list-style: none; }
#main-nav li a, 
.radius-link a { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #dfdfdf; border-radius: 3px; border: 0px solid #ddd; color: #888; display: block; font-size: 11px; padding: 7px 15px; text-decoration: none; text-transform: uppercase; }
#main-nav li a:hover, 
.radius-link a:hover { background: #FF004E /*#333*/; border-color: #000; color: #fff; }



/* = search box text input */
.text-input { background: #efefef; border: 1px solid #cccccc; font-family: arial, tahoma, sans-serif; font-size: 0.9em; padding: 2px; }
/***.text-input { background: #fff; border-left-color: #aaa; border-top-color: #999; border: 1px solid #eee; /*font-family: arial, tahoma, sans-serif;*/ font-size: 0.9em; padding: 2px; }***/



/* = masthead */
#leaderboard { padding: 0px; position: relative; }
/* #leaderboard { padding: 20px 0 50px; position: relative; } */
#site-name 
{ 
-moz-border-radius: 3px; -webkit-border-radius: 3px; background: #efefef; border-radius: 3px;
display: block;
background: #DEDEDE; text-decoration: none; border: 0px; float: left;
}
/*** #site-name { text-decoration: none; border: 0px; float: left; width: 535px; } ***/
#site-name h4 { background: none; text-decoration: none; border: 0px; font-size: 1.6em; margin: 15px; }
/* #site-name h4 { background: none; text-decoration: none; border: 0px; font-size: 1.6em; margin-top: 15px; }  **/
#site-name a img { background-color:#fff; text-decoration: none; margin-top: 0px; margin-bottom: 0px; border: 0px solid #fff; color: #fff; }



/* = plain text logo option */
#site-name a { color: #fefefe; border: 0px; }
/* #site-name a { color: #fff; border: 0px; width:400px; }*/
#site-name a:hover 
{ 
background: #ff004e; border: 0px; color: #fff; text-decoration: none;
}



/* = main navigation top of page */
.nav-container { float: right; margin: 10px 0 0 0; width: 400px; }
#main-nav { font-weight: light; text-align: center; text-transform: uppercase; }
#main-nav li { float: left; margin-left: 0px; }



/* = home posts */
.recent-leads2 { width: 640px; }
.left, 
.recent-leads { width: 99%; }
/*** .recent-leads { width: 607px; } ***/
.post-comments { position: absolute; right: 7px; top: -1px; z-index: 1; }
.post-comments a { -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; background: #fff; border: 1px solid #ddd; color: #555; display: block; font-size: 0.8em; padding: 7px; text-align: center; }
.post-comments a:hover { background: #222; border-color: #000; color: #fff; }



/* = post image's title overlay */
.title-insert { -moz-opacity: .8; background: #000; bottom: 0; filter: alpha(opacity=80); left: 0; opacity: .8; position: absolute; right: 0; width: 100%; z-index: 1; text-transform: uppercase; text-align: left; }
.title-insert a { border: 0; color: #eee; display: block; font-size: 0.6em; line-height: 1.4em; padding: 9px 10px; }
.title-insert a:hover { color: #fff; }

.main-post-bg, 
/**.secondary-post-bg { background: #222; display: block; overflow: hidden; overflow: hidden; position: relative; width: 640px; } **/
.secondary-post-bg 
{ 
background: #222; display: block; overflow: hidden; position: relative; 
}

.main-post-bg { border: 0px solid #ccc; height: 225px; margin: 0px; width: 640px; }
/*** .main-post-bg { height: 225px; margin: 0 0 10px 0; width: 593px; } ***/
.main-post-bg.showhero { margin-top: 0px; margin-left: 0px; }

.secondary-post-bg {
/*-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;*/
background: #FF004E; 
margin-bottom: 10px;
margin: 0px 8px 0px 0px;
border: 2px solid #fefefe;
width: 150px;
height: 225px;
}

/*** .secondary-post-bg { width: 150px; height: 250px; border: 0px solid #ccc; margin: 0 8px 10px 0; } ***/
/*** .secondary-post-bg { height: 150px; margin: 0 7px 10px 0; width: 293px; }  ***/


/* = single entry style */
.home.is-single { border-top: 0px solid #ccc; }
.post.single { line-height: 1.4em; padding-top: 0px; width: 650px; }
/*** .home.is-single { border-top: 1px solid #ccc; }
.post.single { line-height: 1.4em; padding-top: 15px; }   ***/
	.post.single h2, 
	.post.single h2 a { text-decoration:none; border: 0; color: #333; font-size: 1.1em; line-height: 1.8em; }
	.post.single h2 a:hover { text-decoration:none; color: #3c6c92; }
	.post.single .showhero h2 a { color: #ddd; }
	.post.single .showhero h2 a:hover { color: #fff; }
	.post.single .entry { border-top: 0px solid #ccc; padding: 0px 10px 0 0px; clear: both; }
/***	.post.single .entry { border-top: 1px solid #ccc; padding: 10px 10px 0 10px; clear: both; } ***/
	.post.single .meta { font-size: 0.8em; overflow: hidden; margin: 10px 0 20px 7px; padding: 0; }
	.post.single .meta li { list-style: none; float: left; margin: 0 0px 0 0; padding: 0px 0px; }
	.post.single .meta li.first { background: #eee; border: 1px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 2px 7px; }
	.post.single p { line-height: 1.4em; margin: 1.5em 0; }
	.post.single p a, 
        .post.single li a { font-weight: bold; }
	.post.single h3 { margin-top: 20px; }
	.post.single blockquote, 
	.post.single ul, 
	.post.single ol { color: #555; margin: 0 15px; }
	.post.single ul li { margin: 0 20px; }
	.post.single ol li { list-style: decimal; margin: 0 20px; }
	.post.single blockquote { border-left: 1px solid #ccc; font-style: italic; margin-left: 20px; padding-left: 10px; }
	.post.single img.floatleft,
	.post.single img.alignleft { float: left; margin: 4px 10px 0 0; }
	.post.single img.floatright,
	.post.single img.alignright { float: right; margin: 4px 0 0 10px; }
	.post.single .wp-caption-text { color: #888; font-size: 0.8em; text-align: center; text-transform: uppercase; }
.gallery-item a img { border-color: #eee !important; }
.navigation { clear: both; font-weight: bold; padding: 10px 0; }
	.navigation a { float: left; }
	.navigation .left, 
	.navigation .right { width: 120px; }
	.navigation .left { text-align: left; }
	.navigation .right { margin-right: 15px; text-align: right; }
* html .navigation .right { margin-right: 7px; }
.navigation .right a { float: right; }
.for-tags { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #eee; border: 1px solid #ddd; border-radius: 3px; font-size: 0.8em; padding: 7px 10px; }


/* = sidebar and widgets style */
.home .right{ overflow: hidden; width: 300px; }
/*** .home .right { overflow: hidden; width: 300px; }  ***/
.home .right h3 { font-size: 1em; padding: 9px 3px 7px; }
h3.module-title, 
h3.widgetTitle { border-bottom: 1px solid #eee; border-top: 0px solid #eee; font-size: 1em; margin: 0 0 10px; padding: 9px 3px 7px; }
h3.module-title a, 
h3.widgetTitle a { border: 0; }
.widgetContainer { margin: 0 0 20px 0; }
	.widgetContainer .textwidget { font-size: 0.8em; line-height: 1.4em; margin: 0 7px; }
ul.module-list, 
.widgetContainer ul { margin: 0 0 20px 0; }
.module-list li, 
.widgetContainer li { font-size: 0.9em; line-height: 1.4em; margin: 0 3px 7px 21px; }
.sidebar-nextprev { overflow: hidden; width: 320px; }
	.sidebar-nextprev li { border-left: 1px solid #ccc; float: left; height: 40px; list-style: none; width: 159px; }
		.sidebar-nextprev li.previous { border-right: 1px solid #ccc; }
		.sidebar-nextprev li.next { border-left: 1px solid #ccc; float: right; margin-left: -1px; }
		.sidebar-nextprev li a { border-left: 1px solid #ccc; border: 0; color: #ccc; display: block; font-size: 0.9em; font-weight: bold; height: 40px; margin-left: -1px; }
			.sidebar-nextprev li a:hover { border-color: #3c6c92; color: #3c6c92; }
			.sidebar-nextprev li a span { cursor: pointer; display: block; padding: 15px 0 0 10px; }
.widgetContainer #wp-calendar { border-collapse: collapse; width: 100%; }
#wp-calendar caption { font-weight: bold; margin-bottom: 7px; }
#wp-calendar thead th { border-width: 1px 0; border: 1px solid #ccc; padding: 4px 0 4px 3px; }
#wp-calendar td { color: #777; padding: 3px 0 7px 3px; }
	#wp-calendar td a { font-weight: bold; }
#middle-widgets { width: 970px; }
	#middle-widgets .widgetContainer { clear: top; float: left; margin: 0 11px 15px 0; width: 312px; }
.sidebar-desc { font-size: 0.9em; line-height: 1.4em; margin: 0 4px; }


/* = legacy comments style support */
.legacy .commentlist li { border-top: 1px solid #ccc; margin: 0; padding: 7px 0 15px 80px; }
.legacy img.avatar { float: right; margin: 0 7px 0 0; }
.legacy cite { font-style: normal; }
.legacy .commentlist li p { margin: 1em 0; }
.legacy .commentlist li ul, 
.legacy .commentlist li ol, 
.legacy .commentlist li blockquote { margin: 1em 15px; }
.legacy .commentlist li ul li, 
.legacy .commentlist li ol li { border: 0 !important; margin: 0 15px !important; padding: 0 !important; }
.legacy .commentlist ol li { list-style: decimal; }
.legacy #respondform { margin-left: 80px; padding: 10px 0 0 0; }
.nocomments { background: #ffffcc; border: 1px solid #BEBE3C; font-size: 0.8em; font-weight: bold; padding: 10px 0; text-align: center; }


/* = style support for threaded comments */
#comments-wrapper, 
#comments-wrapper-form {}
#comments-wrapper p { margin: 15px 0; }
#comments-wrapper .navigation { margin: 0 0 25px 80px; }
h3#comments { clear: both; margin: 20px 0 20px 80px; }
.commentlist { font-size: 0.9em; line-height: 1.4em; }
	.commentlist li.comment, 
	.commentlist li.pingback { border-top: 1px solid #ccc; margin: 0; padding: 7px 0 15px 80px; }
	.commentlist li.comment-author-admin { border-color: #3c6c92; }
	.commentlist li.comment ul, 
	.commentlist li.comment ol, 
	.commentlist li.comment blockquote { margin: 0 15px; }
	.commentlist li.comment blockquote { border-left: 1px solid #ccc; color: #777; font-style: italic; padding-left: 10px; }
	.commentlist ul.children { margin: 0 !important; padding: 0; }
	.commentlist .children li.comment { list-style: none; margin: 15px 0 0 0; padding: 7px 0 0 45px; }
.comment-author img.avatar { float: right; margin: 0 7px 0 0; }
.comment-author cite { font-style: normal; }
.comment-meta { font-size: 0.8em; }
#respond { clear: both; margin-left: 80px; padding: 10px 0 0 0; }
li.comment #respond { margin-left: 0; }
#respond h3 { margin: 0 0 15px 0; }
#respond .text-input { font-size: 12px; margin-right: 4px; width: 160px; }
#respond textarea.text-input, 
#respondform textarea.text-input { margin-right: 0; overflow: auto; width: 97%; }


/* = categories */
#categories { margin: 35px 0 45px; padding: 10px 0; }
	#categories h3 { margin-bottom: 10px; }
	#categories ul { color: #ccc; font-size: 0.9em; line-height: 1.2em; }
	#categories li { display: block; float: left; margin: 0 8px 0 7px; text-align: right; width: 145px; }
		#categories li li { width: 138px; }
		#categories li li li { width: 131px; }
		#categories li li li li { width: 124px; }
		#categories li li li li li { width: 117px; }
		#categories li a { float: left; text-decoration: none; margin: 3px 0;}


/* = search */
#searchForm { margin: 0; }
#searchWrap span { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #dedede; border-radius: 0px; border: 0px solid #eee; display: block; padding: 3px 3px 3px 3px; width: 637px; }
/*#searchWrap { }span { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #131313; border-radius: 1px; border: 0px solid #eee; display: block; padding: 2px; }*/
#searchWrap input { color: #777; width: 631px; }


/* = footer */
#footer { font-size:9px; border-top: 1px solid #ccc; margin-top: 15px; padding: 20px 0 72px; width: 100%; }
#footer a { font-weight: lighter; }



/* BOTTOM FFFOOTER */
.clear { 
    display: block;
    clear: both;
}
.float-right { float: right; }
.float-left { float: left; }
.align-right { text-align: right; }
.align-left { text-align: left; }

a {
    color: #151515;
    text-decoration: none;
}

a:hover {
    color: #c0c0c0;
}

h1 {
    margin-bottom: 1.5em;
}

h2 {
    font-size: 16px;
    font-weight: normal;
}

p {
    margin-bottom: 1.5em;
}

#container {
	position: relative;
	width: 100%;
    min-width: 960px;
    min-height: 100%;
}

#experience #container {
    background: #000;
}


#content {
	width: 960px;
    margin: 0 auto;
    padding-bottom: 197px; /* I am not sure why 200px is off */
}

/* 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;
}
