/* 
Theme Name: BizPunk
Version: 1.0
Author: Fuzzco
Author URI: http://www.fuzzco.com
*/

/* $typography & colors
------------------------------------------------

"futura-pt"			Bold (700)
"adobe-caslon-pro"	Regular (400)	Bold (700)
	
orange	#F58466
blue	#3E72A2
green	#539163
aqua	#00B0AC
purple	#9B5BA5
											  */

/* $reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* $global
--------------------------------------------- */
body {	
	font: normal 16px/24px "adobe-caslon-pro", Georgia, Times, serif;
	background: #FFF;
	color: #414042;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: 600;
	}
a {
	outline: none;
	}
a:link,
a:visited {
	text-decoration: none;
	color: #414042;
	}
a:hover {
	color: #777;
	}
p {
	margin-bottom: 10px;
	}
h1 {
	font: normal 64px/74px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .04em;
	text-transform: uppercase;
	}
@media (max-width: 420px) {
	h1 {
		font: normal 58px/74px "futura-pt", Helvetica, Arial, sans-serif;
	}
}	
h1 span {
	font: 700 12px/12px "adobe-caslon-pro", Georgia, Times, serif;
	letter-spacing: .2em;
	padding-left: 3px;
	display: block;
	}
h2 {
	font-size: 36px;
	line-height: 44px;
	}
h3 {
	font-size: 32px;
	line-height: 40px;
	}
h4 {
	font-size: 27px;
	line-height: 35px;
	}
h5 {
	font-size: 24px;
	line-height: 32px;
	}
h6 {
	font-size: 18px;
	line-height: 26px;
	}
::selection {
	background: #333;
	color: #E5E5E5;
	}
::-moz-selection {
	background: #333;
	color: #E5E5E5;
	}
*:focus {
	outline: none
	}
.clear:before,
.clear:after {
    content: "";
    display: table;
	}
.clear:after {
    clear: both;
	}
.clear {
    zoom:1;
	}
::-webkit-input-placeholder {
	font: normal 11px/14px "adobe-caslon-pro", Georgia, Times, serif;
	letter-spacing: .1em;
	color: #414042;
	}
:-moz-placeholder {
	font: normal 11px/14px "adobe-caslon-pro", Georgia, Times, serif;
	letter-spacing: .1em;
	color: #414042;
	}
input[type=text],
input[type=submit] {
	-webkit-appearance: none;
	}
.tame {
	max-width: 992px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	}
@media (max-width: 1050px) {
	.tame {
		padding: 0 25px;
	}
}	
.content .post {
	margin-bottom: 50px;
	}
.content .post h2 {
	font: 700 22px/28px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
.content .post h3 {
	font: 700 13px/22px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
.content .post h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 5px;
	}
.content .post h3.continue {
	display: none;
	}
.content .post a:hover h3.continue {
	display: block;
	}
@media (max-width: 770px) {
	.content .post a h3.continue {
		display: block;
	}
}	
.content .post.cat-item-7 h3,
.content .post.cat-item-7 h4,
.content .post.cat-item-7 h3 a:link,
.content .post.cat-item-7 h3 a:visited {
	color: #F58466;
	}
.content .post.cat-item-7 a:hover h2,
.content .post.cat-item-7 a:hover p {
	color: #888;
	}
.content .post.cat-item-6 h3,
.content .post.cat-item-6 h4,
.content .post.cat-item-6 h3 a:link,
.content .post.cat-item-6 h3 a:visited {
	color: #3E72A2;
	}
.content .post.cat-item-6 a:hover h2,
.content .post.cat-item-6 a:hover p {
	color: #888;
	}
.content .post.cat-item-5 h3,
.content .post.cat-item-5 h4,
.content .post.cat-item-5 h3 a:link,
.content .post.cat-item-5 h3 a:visited {
	color: #539163;
	}
.content .post.cat-item-5 a:hover h2,
.content .post.cat-item-5 a:hover p {
	color: #888;
	}
.content .post.cat-item-4 h3,
.content .post.cat-item-4 h4,
.content .post.cat-item-4 h3 a:link,
.content .post.cat-item-4 h3 a:visited {
	color: #00B0AC;
	}
.content .post.cat-item-4 a:hover h2,
.content .post.cat-item-4 a:hover p {
	color: #888;
	}
.content .post.cat-item-3 h3,
.content .post.cat-item-3 h4,
.content .post.cat-item-3 h3 a:link,
.content .post.cat-item-3 h3 a:visited {
	color: #9B5BA5;
	}
.content .post.cat-item-3 a:hover h2,
.content .post.cat-item-3 a:hover p {
	color: #888;
	}

/* $header
--------------------------------------------- */
body {
	background: transparent url('-/img/stripe-orange.png') repeat-x 0 0;
	}
body.category-6 {
	background: transparent url('-/img/stripe-blue.png') repeat-x 0 0;
	}
body.category-5 {
	background: transparent url('-/img/stripe-green.png') repeat-x 0 0;
	}
body.category-4 {
	background: transparent url('-/img/stripe-aqua.png') repeat-x 0 0;
	}
body.category-3 {
	background: transparent url('-/img/stripe-purple.png') repeat-x 0 0;
	}
.header {
	margin-top: 80px;
	background: transparent url('-/img/stripe-grey.png') repeat-x 0 100%;
	margin-bottom: 50px;
	}
/*.header h1 a:hover {
	color: #F58466;
	}*/
.header .left {
	width: 50%;
	float: left;
	margin-bottom: 25px;
	}
@media (max-width: 900px) {
	.header .left {
		width: 100%;
		float: none;
		text-align: center;
	}
}	
.header .right {
	width: 50%;
	float: right;
	text-align: right;
	}
@media (max-width: 900px) {
	.header .right {
		width: 100%;
		float: none;
		text-align: center;
	}
}		
.header .nav {
	float: right;
	font: 700 13px/22px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	}
@media (max-width: 900px) {
	.header .nav {
		float: none;
		margin: 20px;
	}	
}
.nav li {
	display: inline;
	margin-left: 1.6em;
	}
@media (max-width: 976px) {
	.nav li {
		margin-left: 1.3em;
	}
}	
@media (max-width: 937px) {
	.nav li {
		margin-left: 1em;
	}
}
.nav li.cat-item-7 a:link,
.nav li.cat-item-7 a:visited {
	color: #F58466;
	}
.nav li.cat-item-7 a:hover,
.nav li.cat-item-7.current-cat a:link,
.nav li.cat-item-7.current-cat a:visited,
.category-7 .nav li.cat-item-7 a:link,
.category-7 .nav li.cat-item-7 a:visited {
	color: #F58466;
	border-bottom: 2px solid #F58466;
	}
.nav li.cat-item-6 a:link,
.nav li.cat-item-6 a:visited {
	color: #3E72A2;
	}
.nav li.cat-item-6 a:hover,
.nav li.cat-item-6.current-cat a:link,
.nav li.cat-item-6.current-cat a:visited,
.category-6 .nav li.cat-item-6 a:link,
.category-6 .nav li.cat-item-6 a:visited {
	color: #3E72A2;
	border-bottom: 2px solid #3E72A2;
	}
.nav li.cat-item-5 a:link,
.nav li.cat-item-5 a:visited {
	color: #539163;
	}
.nav li.cat-item-5 a:hover,
.nav li.cat-item-5.current-cat a:link,
.nav li.cat-item-5.current-cat a:visited,
.category-5 .nav li.cat-item-5 a:link,
.category-5 .nav li.cat-item-5 a:visited {
	color: #539163;
	border-bottom: 2px solid #539163;
	}
.nav li.cat-item-4 a:link,
.nav li.cat-item-4 a:visited {
	color: #00B0AC;
	}
.nav li.cat-item-4 a:hover,
.nav li.cat-item-4.current-cat a:link,
.nav li.cat-item-4.current-cat a:visited,
.category-4 .nav li.cat-item-4 a:link,
.category-4 .nav li.cat-item-4 a:visited {
	color: #00B0AC;
	border-bottom: 2px solid #00B0AC;
	}
.nav li.cat-item-3 a:link,
.nav li.cat-item-3 a:visited {
	color: #9B5BA5;
	}
.nav li.cat-item-3 a:hover,
.nav li.cat-item-3.current-cat a:link,
.nav li.cat-item-3.current-cat a:visited,
.category-3 .nav li.cat-item-3 a:link,
.category-3 .nav li.cat-item-3 a:visited {
	color: #9B5BA5;
	border-bottom: 2px solid #9B5BA5;
	}
.search-form {
	width: 100%;
	float: right;
	}
.search-form input[type=text] {
	border: none;
	font: normal 11px/11px "adobe-caslon-pro", Georgia, Times, serif;
	letter-spacing: .1em;
	color: #414042;
	padding: 4px 4px 4px 20px;
	margin: 0;
	width: 120px;
	border: 1px solid #414042;
	margin: 10px 0 30px 0;
	background: transparent url('-/img/search.png') no-repeat 2px 4px;
	}
.search-form input[type=submit] {
	display: none;		
}

/* $footer
--------------------------------------------- */
.footer-wrap {
	background: transparent url('-/img/shadow-white.png') repeat-x 0 0;
	padding-top: 80px;
	position: fixed;
	bottom: -200px;
	width: 96%;
  max-width: 100%;
  margin-left: 2%;
}
@media (max-width: 675px) {
	.footer-wrap {
		display: none;
	}
}
.footer {
	padding: 5px 0 0 0;
	font-size: 14px;
	min-height: 260px;
	background: #fff;
	padding-top: 20px;
	}
.footer .column {
	float: left;
	}
.footer h3 {
	font: 700 13px/22px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding-bottom: 5px;
	}
@media (max-width: 760px) {
	.footer h3 {
		font: 700 10px/22px "futura-pt", Helvetica, Arial, sans-serif;
	}
}		
.footer .top {
	border-top: 1px solid #E6E7E8;
	border-bottom: 1px solid #E6E7E8;
	padding: 5px 0;
	margin-bottom: 5px;
	}
.footer .bottom {
	display: none;
	}
.footer .bottom .column {
	padding-top: 10px;
	}		
.footer .profile {
	border-right: 1px solid #E6E7E8;
	width: 20%;
	padding-right: 20px;
	}
.footer .archive {
	border-right: 1px solid #E6E7E8;
	width: 20%;
	padding: 0 20px;
	}
.footer .playlist {
	border-right: 1px solid #E6E7E8;
	width: 20%;
	padding: 0 20px;
	}
.footer .twitter {
	width: 20%;
	padding-left: 20px;
	}
.footer .twitter span {
	/* float: right; */
	}
.footer .twitter .tweet {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E7E8;
	}
.footer .twitter .tweet a:link,
.footer .twitter .tweet a:visited {
	color: #b5b5b5;
	}
.footer .twitter .tweet a:hover {
	color: #414042;
	}
.footer .archive ul li,
.footer .playlist ul li {
	background: transparent url('-/img/arrow.png') no-repeat 0 4px;
	padding-left: 20px;
	}


/* $punk (home)
--------------------------------------------- */

/* $search
--------------------------------------------- */
.search .content > h3 {
	font: 700 22px/28px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #b5b5b5;
	border-bottom: 3px solid #b5b5b5;
	display: inline-block;
	}
	
/* $single-post
--------------------------------------------- */
.single-post p {
	margin-bottom: 20px;
	}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
	margin-bottom: 10px;
	}
.single-post .footer-wrap {
	background: none;
	padding-top: 0px;
	position: relative;
	bottom: auto;
	left: auto;
	margin: 0 auto;
	width: 96%;
  max-width: 100%;
  margin-left: 2%;
	}
.single-post .footer .bottom {
	display: block;
	}
.single-post .content .left {
	width: 30%;
	float: left;
	margin-right: 10%;
	}
@media (max-width: 740px) {
	.single-post .content .left {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
}	
.single-post .content .right {
	width: 60%;
	float: left;
	}
@media (max-width: 740px) {
	.single-post .content .right {
		width: 100%;
		margin: 0 auto;
		margin-top: 25px;
		float: none;
	}
}		
.single-post .content .post {
	margin-bottom: 0;
	}
.single-post .post h2 {
	margin-bottom: 20px;
	}
.single-post .post h3 {
	font: italic normal 14px/14px "adobe-caslon-pro", Georgia, Times, serif;
	text-transform: none;
	color: #fff;
	background: #999;
	width: 90px;
	margin-bottom: 10px;
	padding: 4px 0 0 6px;
	}
.single-post .post.cat-item-7 h3 {
	background: #F58466;
	color: #fff;
	}
.single-post .post.cat-item-6 h3 {
	background: #3E72A2;
	color: #fff;
	}
.single-post .post.cat-item-5 h3 {
	background: #539163;
	color: #fff;
	}
.single-post .post.cat-item-4 h3 {
	background: #00B0AC;
	color: #fff;
	}
.single-post .post.cat-item-3 h3 {
	background: #9B5BA5;
	color: #fff;
	}
.share {
	width: 100px;
	position: relative;
	overflow: hidden;
	}
.share h5 {
	font: 700 12px/14px "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #fff;
	width: 90px;
	margin-bottom: 1px;
	position: relative;
	z-index: 2;
	}
.share h5 a:link,
.share h5 a:visited {
	color: #fff;
	display: block;
	width: 90px;
	padding: 10px;
	background: #BCBEC0;
	}
.share h6 {
	font: italic normal 14px/14px "adobe-caslon-pro", Georgia, Times, serif;
	text-transform: none;
	width: 90px;
	margin-bottom: 1px;
	position: absolute;
	top: -1;
	left: 0;
	z-index: 1;
	}
.share h6 a:link,
.share h6 a:visited {
	display: block;
	width: 90px;
	padding: 10px;
	}
.share h6 a.twitter {
	background: #D1D3D4;
	}
.share h6 a.facebook {
	background: #E6E7E8;
	}
.share h6 a.google {
	background: #F1F2F2;
	}
.comments {
	margin: 0 auto;
	max-width: 992px;
	}

@media (max-width: 1050px) {
	.comments {
		padding: 0 25px;
	}
}		
.comments .underline {
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: transparent url('-/img/stripe-grey-small.png') repeat-x 0 100%;
	}
.comments .comments-title,
.comments .comment-author,
.comments .reply-title,
.comments label {
	font: 700 13px/22px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-top: 5px;
	}
.comments .comment-author {
	margin-bottom: 10px;
	}
.comments .comment-meta,
.comments .required {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	}
.comments .comment {
	padding: 20px 0;
	border-bottom: 1px solid #E6E7E8;
	}
.comments input[type=text],
.comments textarea {
	background: transparent;
	font: 700 13px/18px "futura-pt", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #1F1F1F;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #BEBEBE;
	display: block;
	}
.comments input[type=text]:focus,
.comments textarea:focus {
	border: 1px solid #000;
	}
.comments input[type=submit] {
	background: #BEBEBE;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 auto;
	-webkit-appearance: none;
	border: none;
	font: 700 13px/18px "futura-pt", Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	}
.comments input[type=submit]:hover {
	cursor: pointer;
	background: #000;
	}
.comments textarea {
	border: 1px solid #BEBEBE;
	resize: none;
	width: 100%;
	padding: 10px;
	}
.comments input[type=text] {
	line-height: 30px;
	}

.category .nav li a:link,
.category .nav li a:visited {
	color: #D1D3D4;
	}
.category-7 .comments .comments-title,
.category-7 .comments .reply-title,
.category-7 .comments a:link,
.category-7 .comments a:visited {
	color: #F58466;
	}
.category-7 .comments a:hover {
	color: #777;
	}
.category-7 .comments input[type=text],
.category-7 .comments textarea {
	border-color: #F58466;
	}
.category-7 .comments input[type=text]:focus,
.category-7 .comments textarea:focus {
	border-color: #414042;
	}
.category-7 .comments input[type=submit] {
	background: #F58466;
	}
.category-7 .comments input[type=submit]:hover {
	background: #414042;
	}
	
.category-6 .comments .comments-title,
.category-6 .comments .reply-title,
.category-6 .comments a:link,
.category-6 .comments a:visited {
	color: #3E72A2;
	}
.category-6 .comments a:hover {
	color: #666;
	}
.category-6 .comments input[type=text],
.category-6 .comments textarea {
	border-color: #3E72A2;
	}
.category-6 .comments input[type=text]:focus,
.category-6 .comments textarea:focus {
	border-color: #414042;
	}
.category-6 .comments input[type=submit] {
	background: #3E72A2;
	}
.category-6 .comments input[type=submit]:hover {
	background: #414042;
	}
	
.category-5 .comments .comments-title,
.category-5 .comments .reply-title,
.category-5 .comments a:link,
.category-5 .comments a:visited {
	color: #539163;
	}
.category-5 .comments a:hover {
	color: #555;
	}
.category-5 .comments input[type=text],
.category-5 .comments textarea {
	border-color: #539163;
	}
.category-5 .comments input[type=text]:focus,
.category-5 .comments textarea:focus {
	border-color: #414042;
	}
.category-5 .comments input[type=submit] {
	background: #539163;
	}
.category-5 .comments input[type=submit]:hover {
	background: #414042;
	}
	
.category-4 .comments .comments-title,
.category-4 .comments .reply-title,
.category-4 .comments a:link,
.category-4 .comments a:visited {
	color: #00B0AC;
	}
.category-4 .comments a:hover {
	color: #444;
	}
.category-4 .comments input[type=text],
.category-4 .comments textarea {
	border-color: #00B0AC;
	}
.category-4 .comments input[type=text]:focus,
.category-4 .comments textarea:focus {
	border-color: #414042;
	}
.category-4 .comments input[type=submit] {
	background: #00B0AC;
	}
.category-4 .comments input[type=submit]:hover {
	background: #414042;
	}
	
.category-3 .comments .comments-title,
.category-3 .comments .reply-title,
.category-3 .comments a:link,
.category-3 .comments a:visited {
	color: #9B5BA5;
	}
.category-3 .comments a:hover {
	color: #333;
	}
.category-3 .comments input[type=text],
.category-3 .comments textarea {
	border-color: #9B5BA5;
	}
.category-3 .comments input[type=text]:focus,
.category-3 .comments textarea:focus {
	border-color: #414042;
	}
.category-3 .comments input[type=submit] {
	background: #9B5BA5;
	}
.category-3 .comments input[type=submit]:hover {
	background: #414042;
	}
	
.single-post .content .right p a:link,
.single-post .content .right p a:visited {
	color: #000;
	border-bottom: 1px dashed;
	height: 18px;
	display: inline-block;
	}
.single-post .post {
	width: auto;
}	
	
/* $404
--------------------------------------------- */
.error404 h1 {
	margin-bottom: 20px;
	}
.error404 h2 {
	margin-bottom: 50px;
	}
.error404 .content a:link,
.error404 .content a:visited {
	text-decoration: underline;
	}

.grid-sizer,
.post { 
	width: 30%; 
}
.gutter-sizer {
	width: 2%;
}
@media (max-width: 740px) {
	.grid-sizer,
	.post {
		width: 46%;
	}
	.gutter-sizer {
		width: 1%;
	}
}
@media (max-width: 580px) {
	.grid-sizer,
	.post {
		width: 100%;
	}
}