/*  
Theme Name: Instyle Green
Theme URI: http://wordpress.org/
Description: The Instyle Green theme.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#FFFFFF;
}

a img{
	border:0px;
}

form{
	margin:0px;
	padding:0px;
}

#page{
	width:850px;
	margin:0px auto;
}

/*---------------------------------------------------------------------------------------------*/

/* HEADER */

#header{
	width:100%;
	text-align:center;
}

#header #header_banner{
	width:100%;
	padding-top:10px;
}

#header #header_top{
	width:100%;
	height:62px;
	background:url(images/header_top_bg.gif) no-repeat bottom center;
}

#header #header_center{
	width:100%;
	height:135px;
	background:url(images/header_center_bg.gif) no-repeat bottom center;
}

#header #header_end{
	width:100%;
	height:36px;
	background:url(images/header_end_bg.gif) no-repeat bottom center;
}

#header #header_center #header_center_left{
	float:left;
	padding-left:60px;
	position:relative;
	top:82px;
}

#header #header_center #header_center_center{
	float:left;
	padding-left:75px;
	position:relative;
	top:-5px;
}

#header #header_center #header_center_right{
	float:right;
	padding-right:130px;
	padding-top:85px;
}

#header #header_center #header_center_left a{
	color:#006837;
	text-decoration:none;
}

#header #header_center #header_center_left a img{
	padding-top:4px;
	padding-right:5px;
}

#header #header_center #header_center_left a:hover{
	color:#03cb6d;
	text-decoration:none;
}

#header #header_center #header_center_right{
	color:#006837;
}

#header #header_center #header_center_right select {
	color:#006837;
	border:1px solid #006837;
}

/* header menu */

#header #header_end #header_menu{
	width:755px;
	padding-top:10px;
	margin:0px auto;
}

#header #header_end #header_menu ul{
	margin:0px;
	padding:0px;
	background:url(images/header_menu_ul_bg.gif) repeat-x bottom center;
	width:100%;
	height:25px;
}

#header #header_end #header_menu ul li{
	list-style:none;
	display:inline;
	background:url(images/header_menu_ul_li_bg.gif) no-repeat right bottom;
	padding-right:12px;
	padding-left:5px;
}

#header #header_end #header_menu ul li a{
	text-decoration:none;
	color:#004b23;
	font-size:13px;
}

#header #header_end #header_menu ul li a:hover{
	color:#03cb6d;
}

/*---------------------------------------------------------------------------------------------*/

/* BODY */

#body{
	width:100%;
	background:url(images/body_bg.gif) repeat-y top center;
	float:left;
}

#body #body_top{
	width:100%;
	height:5px;
	background:url(images/body_top_bg.gif) no-repeat top center;
	float:left;
}

#body #body_center{
	width:100%;
	min-height:674px;
	background:url(images/body_center_bg.gif) no-repeat top center;
	float:left;
}

#body #body_end{
	width:100%;
	height:10px;
	background:url(images/body_end_bg.gif) no-repeat bottom center;
	float:left;
}

#body #body_center #body_center_pad{
	width:736px;
	margin:0px auto;
}

/* body left */

#body_left{
	float:left;
	width:415px;
	_width:414px;
	padding-top:20px;
}

#body_left .narrowcolumn{
	border:1px dashed #FFFFFF;
	margin-right:13px;
	margin-bottom:10px;
	margin-left:2px;
	padding-top:15px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#body_left .narrowcolumn a{
	color:#000000;
}

#body_left .narrowcolumn h2, #body_left .narrowcolumn h3{
	margin:0px;
	padding:0px;
}

#body_left .narrowcolumn h2{
	color:#FFFFFF;
}

#body_left .narrowcolumn h3{
	font-size:15px;
}

#body_left .narrowcolumn .commentlist{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#body_left .narrowcolumn ol.commentlist li{
	margin-bottom:10px;
	padding:5px;
}

#body_left .narrowcolumn ol.commentlist li.alt{
	background:#c1cea3; 
}

#body_left .narrowcolumn ol.commentlist li li{
	background:none; 
	margin-bottom:0px;
	padding:0px;
}

#body_left .narrowcolumn .commentlist cite{
	font-weight:bold;
}

#body_left .narrowcolumn .commentlist cite a{
	text-decoration:none;
}

#body_left .narrowcolumn .commentlist .commentmetadata a{
}

#body_left .narrowcolumn .commentlist .commentmetadata a:hover{
	color:#666666;
}

#body_left .narrowcolumn .commentlist .commentmetadata_text{
	margin-top:10px;
}

#body_left .item_post{
	border:1px dashed #FFFFFF;
	margin-right:13px;
	margin-bottom:10px;
	margin-left:2px;
	padding-top:15px;
	padding-left:15px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#body_left .banner_post{
	margin-bottom:10px;
	margin-left:2px;
}

#body_left .item_post h2{
	padding:0px;
	margin:0px;
}

#body_left .item_post h2 a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

#body_left .item_post .item_post_date{
	font-weight:bold;
	margin-bottom:4px;
}

#body_left .item_post .item_post_date a{
	color:#000000;
	text-decoration:none;
}

#body_left .item_post .item_post_date a:hover{
	color:#666666;
	border-bottom:1px dashed #666666;
}

#body_left .item_post .item_post_text{
	color:#0c0c0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#body_left .item_post .item_post_text a{
	color:#0c0c0c;
	font-style:italic;
}

#body_left .item_post .item_post_text a:hover{
	color:#666666;
}

#body_left .item_post .postmetadata{
	color:#0c0c0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}

#body_left .item_post .postmetadata a{
	color:#0c0c0c;
	font-size:10px;
	font-weight:bold;
}

#body_left .item_post .postmetadata a:hover{
	color:#666666;
}

#body_left .item_post .postmetadata span a{
	color:#666666;
	font-size:10px;
	font-weight:bold;
}

#body_left .navigation{
	border:1px dashed #FFFFFF;
	margin-right:13px;
	margin-bottom:5px;
	margin-left:2px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#body_left .navigation ul{
	padding:0px;
	margin:0px;
	text-align:center;
}

#body_left .navigation li{
	list-style:none;
	display:inline;
}

#body_left .navigation li.navigation_li_w{
	padding-left:120px;
	padding-right:120px;
}

#body_left .navigation li a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#body_left .navigation li a:hover{
	color:#666666;
	text-decoration:underline;
}

/* body right */

#body_right{
	float:left;
	width:321px;
}

#body_right #body_right_pad{
	float:left;
	width:310px;
	_width:309px;
	margin-left:9px;
	_margin-left:5px;
	margin-top:3px;
	_margin-top:0px;
}

#body_right #body_right_box_top{
	background:#cee6bf;
	border:1px dashed #FFFFFF;
	padding:10px;
}

#body_right #right_bars
{
}

#body_right #right_bars #adv_sidebar
{
	float:left;
	width:130px;
	background:#b8c698;
	border:1px solid #96a877;
	margin-top:8px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:60px;
}

#body_right #right_bars #sidebar
{
	float:left;
	margin-left:13px;
	width:149px;
}

/* sidebar*/


#body_right #right_bars #sidebar ul{
	padding:0px;
	margin:0px;
}

#body_right #right_bars #sidebar li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#body_right #right_bars #sidebar h2{
	color:#ffffff;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding-top:2px;
	padding-left:7px;
	font-weight:normal;
	background:url(images/sidebar_h2_li.gif) no-repeat top center;
	height:22px;
	width:134px;
	position:relative;
	top:8px;
	left:4px;
}

#body_right #right_bars #sidebar ul li{
	color:#616c76;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#body_right #right_bars #sidebar li a{
	color:#616c76;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	line-height:19px;
}

#body_right #right_bars #sidebar li a:hover{
	color:#999999;
	border-bottom:1px dotted #999999;
}

#body_right #right_bars #sidebar ul li ul li{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:10px;
}
#body_right #right_bars #sidebar ul li ul li ul li{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#616c76;
	padding-bottom:0px;
	padding-left:0px;
}
#body_right #right_bars #sidebar ul li ul li ul li a{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#616c76;
}

#body_right #right_bars #sidebar ul li.widget_categories ul li ul li{
	border-bottom:0;
	background: none;
}

#body_right #right_bars #sidebar ul li ul{
	background:#cee6bf;
	border:1px dashed #FFFFFF;
	padding-top:10px;
	margin-bottom:10px;
}

#body_right #right_bars #sidebar ul li .textwidget{
	background:#cee6bf;
	border:1px dashed #FFFFFF;
	padding-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

#body_right #right_bars #sidebar ul li .textwidget{
	background:#cee6bf;
	border:1px dashed #FFFFFF;
	padding-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

#body_right #right_bars #sidebar ul li.widget_search{
	background:#cee6bf;
	border:1px dashed #FFFFFF;
	padding-top:5px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	margin-top:8px;
}

#body_right #right_bars #sidebar ul li.widget_search .input_text{
	width:75px;
	background:url(images/search_bg.gif) no-repeat center center;
	border:0px;
	height:25px;
	padding-top:7px;
	padding-left:5px;
	padding-right:5px;
}

#body_right #right_bars #sidebar ul li.widget_search .go{
	position:relative;
	top:5px;
	_top:-5px;
	left:-2px;
}

#body_right #right_bars #sidebar ul li #wp-calendar caption{
	padding-top:8px;
	padding-bottom:4px;
	background:#cee6bf;
	border:1px dashed #FFFFFF;
	border-bottom:0px;
}

#body_right #right_bars #sidebar ul li ul li ul{
	padding-left:10px;
	padding-top:0px;
	margin-bottom:0px;
	background:none;
	border:0px;
}

#body_right #right_bars #sidebar ul li.widget_categories ul li ul li a{
	background: url(images/line_li.gif) left top no-repeat;
	padding-left:9px;
}

/*---------------------------------------------------------------------------------------------*/

/* FOOTER */

#footer{
	width:100%;
	height:74px;
	float:left;
}