/*
Theme Name: Black Market Culture
Theme URI: null
Description: Child Theme for Platypus.
Author: Michael Fields
Author URI: http://mfields.org/
Template: platypus
Version: 0
*/


body {
	margin: 0 0 20px 0;
	padding: 0;
	}
#page {
	text-align: left;
	}
#navigation {
	width: 100%;
	margin:0 auto;
	}
	
#content_wrap {
	margin: 0 auto;
	width: 800px;
	}
#content {
	float: left;
	padding: 1em 0 0 1em;
	width: 540px;
	}
	body.piece #content {
		width: 550px;
		}
#sidebar {
	float:right;
	padding: 0;
	width: 223px;
	}
	
#footer {
	border: none;
	padding: 0;
	margin: 0 auto;
	clear: both;
	}
	#footer p {
		margin: 0;
		padding: 20px 0;
		text-align: center;
		}

/* Typography: Size + Whitespace
--------------------------------------- */
	/* Resets all elements so that 1em is equal to 12px */
	body { font-size: 75%; }
	
	/* Font-size + margin for all headings */
	h1 { font-size: 2.00em; margin: 0 0 0.50em; } /* 24px */
	h2 { font-size: 1.67em; margin: 0 0 0.25em; } /* 20px */
	h3 { font-size: 1.42em; margin: 0 0 0.29em; } /* 17px */
	h4 { font-size: 1.25em; margin: 0 0 0.33em; } /* 15px */
	h5 { font-size: 1.00em; margin: 0 0 0.42em; } /* 12px */
	h6 { font-size: 0.83em; margin: 0 0 0.50em; } /* 10px */
	h1,h2,h3,h4,h5,h6{ padding:0; line-height:1.2em; }
	
	/* margin for all blocks. */
	p,ul,ol,dl,pre,table,address,blockquote,fieldset,form,
	.wp-caption{
		margin: .21em 0 1.2em;
		}
	/* white-space for most blocks. */
	p,ul,ol,dl,pre,table,address,blockquote,fieldset {
		line-height: 1.8em;
	}
	
	/* Lists */
	ul,ol{ padding-left: 2.5em; }
	ul ul,ol ol,ul ol,ol ul{ padding-top:0; padding-bottom:0; }
	dt,dd{ margin-left:0; padding:0; }
	
	/* Blocks that need padding */
	pre,fieldset,blockquote{
		text-align:left;
		padding:1em;
		}
		
	/* Small Font Size */
	#sidebar,
	#allowed_html{ font-size: 0.83em; } /* 10px */
	
	
	
	pre{
		width: 96%; /* For IE6 */
		background:#efefef;
		color:#333;
		border: 1px solid #666;
		overflow: auto;
		}
	small {
		font-size: 0.9em;
		line-height: 1.5em;
		}
	
/* Typography: Style + Color
--------------------------------------- */
body { font-family:'Lucida Grande', Verdana, Arial, Sans-Serif; color: #666; }
pre,tt,code,samp,kbd,var{ font-family: "Courier New", Courier, monospace; }
var{ color:#003560; font-weight:bold; font-style:normal; }
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	font-weight: normal;
	text-decoration: none;
	color: #666;
	}
dt{ font-weight:bold; }

.search-result h2, 
.search-result h2 a{
	font-size: 1.15em;
	font-weight:normal;
	text-decoration: underline;
	}
.search-result .permalink {
	color:green;
	}
.search-result img{
	padding-top: .45em;
	}
.search-result p{
	line-height:1.4em;
	}
/* Tables
--------------------------------------- */
table{
	border:1px solid #999;
	background:red;
	border-collapse:collapse;
	}
tr{
	margin:0;
	background:#ecf6ff;
	}
td,th{
	margin:0;
	border-width:0;
	padding:.4em .6em;
	}
th{
	border:0;
	background: #435360;
	color:#fff;
	}
tr.stripe-even{
	background:#daeeff;
	}

/* Forms
--------------------------------------- */
fieldset{
	padding:1em;
	border: 1px solid #999;
	}
select, textarea, input[type=text], input[type=password] {
	margin:0 0 1em;
	padding:0;
	border: 1px solid #999;
	}
select{
	border-radius-topleft: .4em;
	-moz-border-radius-topleft: .4em;
	-webkit-border-top-left-radius: .4em;
	-khtml-border-top-left-radius: .4em;
	border-radius-bottomleft: .4em;
	-moz-border-radius-bottomleft: .4em;
	-webkit-border-bottom-left-radius: .4em;
	-khtml-border-bottom-left-radius: .4em;
	}
select,
textarea {
	padding:.1em;
	}
input[type=text],
input[type=password]{	
	padding:.2em;
	}
optgroup,
option{
	margin:.3em;
	}
input[type=submit],
input[type=reset]{
	color:#fff;
	border: 0px solid #444;
	background: #222 url( 'img/nav-tile.png' ) 0 50% repeat-x;
	margin:0;
	padding: .2em .6em;
	}

/* Border Radius */
.wp-caption,
.widget_platypus_recent_comments ul,
textarea,
fieldset,
pre,
input[type=submit],
input[type=reset],
input[type=text],
input[type=password] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}
.even, .alt {
	border-left: 1px solid #ddd;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


/* End Typography & Colors */

.post {
	margin: 0 0 2em;
	}

.postmetadata,
.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright { float: right; }

.alignleft { float: left; }
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}


html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

	
/* Crop Extension
------------------------- */
#crop_full_image {
	float:left;
	padding-right:10px;
	}
#mf_crop_thumb_column {
	float:left;
	width:170px;
	}
#crop_original_thumb {
	
	}
#crop_preview_thumb {
	
	}
.crop-button {
	width:100px;
	}

	
/* Navigation Menu
------------------------- */
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.sf-menu {
	position:relative;
	line-height: 1.0;
	width: 800px;
	margin:0 auto;
	}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}
.sf-menu ul li {
	width: 100%;
	}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.sf-menu li {
	float: left;
	position: relative;
	}
.sf-menu a {
	display: block;
	position: relative;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
	}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu li {
	background: #000 url( 'img/nav-tile.png' ) 0 50% repeat-x;
	}
.sf-menu a {
	text-decoration:none;
	}
.sf-menu a {
	padding: .75em 1em;
	}
.sf-menu li li a {
	padding: .7em 1em;
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Text Colors */
.sf-menu a{ color: #fff; }
.sf-menu li li a { color: #fff; }
.sf-menu .current_page_ancestor > a,
.sf-menu .current_page_item > a,
.sf-menu a:hover { color: #3af; }


/* Background Colors */
.sf-menu li { background:	transparent; } /* Base Navigation - non dropdowns */
.sf-menu li li { background: #222; } /* First Children */
.sf-menu .current_page_item a  { background: #444 }

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #222;
	outline: 0;
	}
	
#sidebar{
	color: #666;
	}
#sidebar h2 {
	margin:5px 0;
	padding:0;
	color:#333;
	}
#sidebar h3 {
	margin:0;
	padding:0;
	color:#666;
	line-height:1em;
	}
#sidebar a{
	color: #444;
	}
#sidebar ul,
#sidebar ol,
#sidebar ul ul {
	margin:0;
	padding:0;
	}
#sidebar ul ul ul {
	padding-left: 1em;
	}
#sidebar li {
	list-style-type:none;
	list-style-image:none;
	}
ol li, #sidebar ol li {
	list-style: decimal outside;
	}
#sidebar form {
	margin: 0;
	}
	
.widget{
	padding:10px;
	}
#piece_navigation {
	position:relative;
	width:200px;
	height:106px;
	margin:0 auto;
	background: transparent url( img/piece-navigation-bg.gif ) 0 0 no-repeat scroll;
	}
#piece_navigation img{
	position:absolute;
	height:75px;
	width:75px;
	top: 12px;
	}
	#piece_navigation img.next { left: 21px; }
	#piece_navigation img.prev{ left: 103px; }

/* Platypus Recent Comments Widget
------------------------------------------- */
.widget_platypus_recent_comments ul { }
.widget_platypus_recent_comments li { padding:.5em 0; }
.widget_platypus_recent_comments li.stripe_even{  }
.widget_platypus_recent_comments img { float:left;}
.widget_platypus_recent_comments h3 {
	font-size:1em;
	margin:0;
	padding:0;
	}
.widget_platypus_recent_comments p {
	margin:0;
	padding:0;
	}
	
/* Begin Calendar */
.widget_calendar h2{
	display:none;
	}
#calendar_wrap {
	}
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	empty-cells: show;
	margin: 10px auto 0;
	}

#wp-calendar tbody {
	background: #ccc;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright:  3px;
	-webkit-border-bottom-right-radius:  3px;
	border-bottom-left-radius:  3px;
	-moz-border-radius-bottomleft:  3px;
	-webkit-border-bottom-left-radius:  3px;
	}
#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #777;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	background: #555;
	color: #eee;
	}
#wp-calendar td {
	text-align: center
	}
#wp-calendar tbody a{
	text-decoration:none;
	border-bottom: 1px dashed #999;
	}

#wp-calendar #next a {
	font-size: 9px;
	text-align: right;
	display: block;
	}
#wp-calendar #prev a {
	font-size: 9px;
	text-align: left;
	display: block;
	}


	
/* Tools */
post a.tool,h1 a.tool,h2 a.tool{ float:right; }

/* Platypus
============================ */
#portfolio_window{
	position:relative;
	width:545px;
	}
#portfolio_left{
	float:left;
	width: 450px;
	}
#portfolio_nav{
	float:right;
	width:75px;
	}
#portfolio_nav a.tool{
	line-height: 30px;
	}
.piece-single-detail{
	position:relative;
	display:block;
	width:75px;
	height:75px;
	z-index:0;
	}
.piece-single-detail:focus { outline:0; }
.piece-single-detail.selected img{ opacity: 0.4; filter: alpha( opacity=40 ); }
.piece-single-detail img{
	width:75px;
	height:75px;
	border:1px solid #ccc;
	}
	
#detail_loading{
	position:absolute;
	top:0;
	left:0;
	display: block;
	width: 75px;
	height: 75px;
	background: transparent url( 'img/loading.gif' ) 50% 50%  no-repeat scroll;
	z-index: 10;
	}
.article  img{
	width: 160px;
	float: left;
	margin-right: 5px;
	}
.portfolio-post-grid  {
	float: left;
	/*border: 1px solid #ccc; */
	}
	.col_1,
	.col_2{
		margin: 0 10px 10px 0px;
		}
	.col_0{ /* This is the LAST column */
		margin: 0 0 10px 0px;
		}
.portfolio-post-grid  h2 {
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	width: 160px;
	overflow: hidden;
	margin:0;
	padding:0;
	}
.portfolio-post-grid  .portfolio-post-thumb{
	margin:5px; 
	}
.portfolio-post-thumb img {
	border:1px solid #ddd;
	}
.portfolio-post-thumb .tool img {
	border:0;
	}
.post-content-thin {
	float:left;
	width: 450px;
	}
.attachment {
	border: 1px solid #ccc;
	}
	
/* Post Templates */
.piece-mixed h2{ margin:0; }
.piece-mixed p{ line-height:1.5em; padding:0; margin:0; }
.piece-mixed h2, .piece-mixed p{ margin-left:85px; }

.mf_resume { background:#fff; border:0; }
.mf_resume  tr{ background:#fff; border:0; }
.mf_resume td{ background:#fff; border:0; }



body{ color: #999; }
#page { background: #fff; }
#navigation { background: #000; }
#header { background: #fff; }
#content_wrap { background: #fff; }
#content { background: #fff; }
#sidebar{ background: #fff; }
#footer{ background: #fff; }
h1,h2,h3,h4,h5,h6{ color: #333; }

#sidebar img{ border:1px solid #ccc; }
#footer{ font-size: .83em }