/*
Theme Name: Olinka Broadfoot
Theme URI: http://platypus-theme.com/themes/platypus/
Description: Customized version of the Platypus Theme for Olinka Broadfoot.
Author: Michael Fields
Author URI: http://mfields.org/
Version: 0.1
*/

/* Typography: Size + Whitespace
--------------------------------------- */
	*{ position:relative; z-index:0; color:#7a7a7a }
	body { position:relative; z-index:0; margin: 0; padding: 0; font-size: 75%; } /* Resets all text so that 1em is equal to approx. 12px */
	h1 { font-size: 2.00em; margin: 0 0 0.21em; } /* 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 */
	p,ul,ol,dl,pre,table,address,blockquote,fieldset,form,
	.wp-caption{
		margin: .21em 0 1.2em;
		}
	p,ul,ol,dl,pre,table,address,blockquote,fieldset,form{
		line-height: 1.8em;
		}
	ul,ol{ padding-left: 2.5em; }
	ul ul,ol ol,ul ol,ol ul{ padding-top:0; padding-bottom:0; margin: 0;}
	dt,dd{ margin-left:0; padding:0; }
	pre,fieldset,blockquote{ padding: 0 1em; }
	pre{ font-size: 1.25em; }
	
	/* Small Font Size */
	#allowed_html{ font-size: 0.83em; } /* 10px */
	small { font-size: 0.9em; line-height: 1.5em; }
	
	pre{
		width: 96%; /* For IE6 */
		background:#efefef;
		color:#333;
		border: 1px solid #666;
		overflow: auto;
		}
	
	
	a{ color:#7a7a7a; outline:none; }
	a:link{}
	a:visted{ color:#777; }
	a:hover{ text-decoration:none; }
	
	
/* Typography: Style + Color
--------------------------------------- */
body { font-family:'Lucida Grande', Verdana, Arial, Sans-Serif; color:#333; }
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: bold;
	text-decoration: none;
	color: #7a7a7a;
	}
dt{ font-weight:bold; }
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dotted #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
cite, blockquote cite { margin: .4em 0 0; display: block; }



/* Tables
--------------------------------------- */
table{
	border:1px solid #999;
	border-collapse:collapse;
	}
tr{
	margin:0;
	}
td,th{
	margin:0;
	border-width:0;
	padding:.4em .6em;
	}
th{
	border:0;
	color:#fff;
	}
tr.stripe-even{
	}

/* 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: #7a7a7a;
	border: none;
	margin:0;
	background: #fff;
	font-weight:bold;
	}

/* Border Radius */
.wp-caption,
.widget_platypus_recent_comments ul,
textarea,
fieldset,
pre,
input[type=text],
input[type=password] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

	
/* WordPress Contact Form 7 Plugin
====================================== */	
.wpcf7 input,
.wpcf7 textarea{
	margin-top:.3em;
	}
.wpcf7 p {
	margin: 0;
	padding: 0;
	line-height: 1em;
	}



/* Platypus Classes
=============================== */
.h1_tagline{ display:block; font-size: .5em; font-weight:normal; }
.edit-this{ font-size: 0.5em; font-weight:normal; }
.clear { clear: both; }



/* WordPress Classes
=============================== */
.sticky {}
.post { margin: 0 0 2em; }


/* Begin Images */
p img {
	padding: 0;
	}
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; }
.center { text-align: center; }
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em; }
a img { border: none; }

/* WordPress Captions
============================== */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	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;
}
	
/* 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 {}
.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: #7a7a7a; }
.sf-menu li li a { color: #7a7a7a; }
.sf-menu .current_page_ancestor > a,
.sf-menu .current_page_item > a,
.sf-menu a:hover { color: #7a7a7a; }

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

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #fff;
	outline: 0;
	}
	


/* Platypus Recent Comments Widget
------------------------------------------- */
.widget_platypus_recent_comments ul { }
.widget_platypus_recent_comments li { padding:.5em 0; }
.sidebar li.widget_platypus_recent_comments li:before{ content: ''; }
.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;
	line-height: 0;
	}
	
/* WordPress Calendar
=============================== */
#calendar_wrap {
	}
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	empty-cells: show;
	margin: 10px auto 0;
	}
#wp-calendar tbody { background: #ccc; }
#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;
	}


/* Catalog
============================ */
#portfolio_window{
	position:relative;
	}
#portfolio_left{
	float:left;
	width: 450px;
	}
#portfolio_nav{
	float:right;
	width:75px;
	}
.piece-single-detail{
	position:relative;
	display:block;
	width:75px;
	height:75px;
	z-index:0;
	margin-bottom:10px;
	}
.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; }
	
.platypus-catalog_category {
	float: left;
	text-align: center;
	height: 200px;
	/*border: 1px solid #ccc; */
	}
	.col_1,
	.col_2{ margin: 0 10px 10px 0px; }
	.col_0{ margin: 0 0 10px 0px; } /* This is the LAST column */
	
.platypus-catalog_category h2{
	font-weight: normal;
	font-style: italic;
	width: 160px;
	height: 3em;
	font-size: 0.9em;
	overflow: hidden;
	margin:0;
	padding:0;
	}
.platypus-catalog_category .piece-thumb{ margin:5px; }
.platypus-catalog_category .piece-thumb img { /*border:1px solid #ddd;*/ }
.platypus-catalog_category .piece-thumb .tool img { border:0; }
	
	
/* Post Views
=============================== */
.platypus-search_result h2, 
.platypus-search_result h2 a{
	font-size: 1.15em;
	font-weight:normal;
	text-decoration: underline;
	}
.platypus-search_result .permalink {
	color:green;
	}
.platypus-search_result img{
	padding-top: .45em;
	}
.platypus-search_result p{
	line-height:1.4em;
	}
	
	
/* WordPress Comment Form
=========================== */
#commentform { /* TODO */ }
#commentform p{ margin:0; }
	
	
/* WordPress Comments
=========================== */
.commentlist {
	margin:0;
	padding:0;
	overflow:hidden;
	}
.commentlist li {
	margin:0;
	padding:.7em;
	list-style-type:none;
	}
.commentlist li ul.children{
	margin:0;
	padding:0;
	}
.commentlist li ul.children li{
	margin:0;
	border:1px solid #ccc;
	}
.commentlist li p{
	clear:both;
	}
.commentlist li.depth-1{
	border:1px solid #ccc;
	margin-bottom:1.5em;
	}
.commentlist li.thread-even{ background-color: #fff; }
.commentlist li.thread-even ul.children li{ background-color: #f6f6f6; }
.commentlist li.thread-even ul.children li.even{ background-color: #fff; }
.commentlist li.thread-odd{ background-color: #f6f6f6; }
.commentlist li.thread-odd ul.children li{ background-color: #fff; }
.commentlist li.thread-odd ul.children li.even{ background-color: #f6f6f6; }
.commentlist .avatar { 
	float: left;
	border: 1px solid #f6f6f6;
	padding: 2px;
	background: #fff;
	margin-right: .3em;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentlist .commentmetadata {
	margin: 0;
	display: block;
	}
	
/* Breadcrumbs
================================= */
.breadcrumb ul{
	font-size:.83em;
	list-style: none;
	margin:0 0 .6em;
	padding:0;
	color:#999;
	}
.breadcrumb li{ display:inline; }
.breadcrumb a{ color:#666;text-decoration:none; }
	
/* Shortcodes
================================= */	
.notice {
	padding:1em;
	background:#ff9;
	border: 1px solid #990;
	}
.notice a { color: #f00; }
table.mf_resume { width: 100%;}
.mf_resume,
.mf_resume  th,
.mf_resume  tr,
.mf_resume td{
	color: #7a7a7a;
	background:#fff;
	border:0;
	vertical-align:top;
	padding: 0 .3em;
	}
.mf_resume_year {
	font-weight:bold;
	color:#555;
	white-space:nowrap; /* Important - for webkit */
	padding-right: 1em;
	}

/* Global Layout Elements
=============================== */
#navigation {
	width: 100%;
	margin:0 auto;
	background: #fff;
	clear: both;
	}
#header {
	position: relative;
	padding: 3px 0 1.3em 10px;
	background: #fff url( "olinka/header-tile.png" ) 0 51px repeat-x scroll;
	}
	#header .edit-this {
		position:absolute;
		left: 395px;
		top: 18px;
		}
#header .searchform { float:right; margin:0; position:absolute; top:.5em; right: .5em; }
#header_artboard { /* Future Feature */ }
#header_image { /* Future Feature */ }
#blog_name { font-size:2em; }
#tagline { }
#footer {
	color: #7a7a7a;
	position: relative;
	background: #fff url( "olinka/header-tile.png" ) 0 0 repeat-x scroll;
	margin: 30px 0 0;
	padding: .5em 10px 1em;
	text-align: center;
	clear: both;
	}
#footer p{
	font-size: 0.9em;
	line-height: 1.2em;
	float: left;
	text-align: left;
	padding-right: 3em;
	}
#footer p#social_media {
	clear:both;
	float:left;
	padding: 0;
	}
#footer p.address{
	width: 12em;
	}
#footer a{
	text-decoration:none;
	}
/* Page Layouts
======================= */

#page {
	position: relative;
	left: 10px;
	background: #fff;
	border-width: 0;
	text-align: left;
	width: 830px;
	}
#content{
	float:right;
	width: 590px;
	min-height: 400px; 
	height:auto;
	}
	/*\*/
	* html #content {
		height: 400px;
		}
		/**/

#sidebar_1{
	float: left;
	width: 230px;
	}

.sidebar a{
	text-decoration: none;
	}
.sidebar h2{
	border-bottom: 1px dotted #ccc;
	}
.sidebar ul{
	list-style: none outside;
	margin:0;
	padding:0;	
	}
.sidebar li li{
	list-style: none outside;
	margin:0 0 0 1em;
	padding:0;
	}

.sidebar li.current_page_item li a,
.sidebar li.current-cat li a{
	color: #7a7a7a;
	font-weight:normal;
	}
.sidebar li.current_page_item a,
.sidebar li.current-cat a,
a.active_category{
	color:#333;
	font-weight:bold;
	}	

/*.sidebar ul li{ padding:10px; }*/
.sidebar ul li li{ padding:0; }

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

/* Catalog Navigation Widget
====================================== 
ul.catalog_navigation {
	background: #ccc;
	position:relative;
	width:200px;
	height:106px;
	margin:0 auto;
	}
.sidebar li ul.catalog_navigation li:before{ content: ''; }
ul.catalog_navigation img{
	position:absolute;
	height:75px;
	width:75px;
	top: 12px;
	}
ul.catalog_navigation img.next { left: 21px; }
ul.catalog_navigation img.prev{ left: 103px; }
*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #fff;
}
#wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #333;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #7a7a7a;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#wp_page_numbers li.active_page a:hover  {
	color: #7a7a7a; /* IE fix */
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #7a7a7a;
	display: block;
	padding: 3px;
	padding-right: 1em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}