/*
Theme Name: lb
Theme URI: http://logicalbinary.com/
Description: Logical Binary custom theme
Version: 1.0
Author: Tammie Lister
Author URI: http://logicalbinary.com/
*/


*{
	margin: 0px;
	padding: 0px;
}

body{ 
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: normal;
	background-color: #f4f3ef;
	background-image: url('images/background.jpg');
}

#header{
	background-color: #000000;
	height: 50px;
	width: 950px;
}

#header_inner{
	padding: 0px 50px 0px 50px;
	width: 850px;
}

#header img{
	float: left;
}

.breaker{	
	width: 950px;
	height: 5px;
	background-color: #ffffff;
}

#strapline{
	width: 950px;
	background-color: #ffffff;
	background-image: url("images/strapline.jpg");
	background-repeat: no-repeat;
}

/* per post ones*/
#strapline_coffee{
	width: 1050px;
	height: 300px;
	background-color: #ffffff;
	background-image: url("images/strapline.jpg");
	background-repeat: no-repeat;
}

.strap_text_coffee{
	background-color: #111111;
	opacity: 0.8;
	padding: 12px 12px 0px 12px;
	margin-bottom: 10px;
}

#strapline_leaf{
	width: 1050px;
	background-color: #ffffff;
	background-image: url("images/strapline_leaf.jpg");
	background-repeat: no-repeat;
}

.strap_text_leaf{
	background-color: #5E7C00;
	opacity: 0.8;
	padding: 12px 12px 0px 12px;
	margin-bottom: 10px;
}

/* ******** */

#strapline_about{
	width: 1050px;
	background-color: #ffffff;
	background-image: url("images/strapline2.jpg");
	background-repeat: no-repeat;
}

#strapline_inner{
	margin: 0px 50px 0px 50px;	
	padding: 20px 0px 10px 0px;
}

#strapline_inner p{
	padding: 0px;
}

#strapline_inner_inner{
	margin: 0px 50px 0px 50px;	
	padding: 210px 0px 20px 0px;
}

#search{
	width: 950px;
	background-color: #000000;
	height: 50px;
}

#search_inner{
	margin: 0px 50px 0px 50px;
	padding-top: 10px;
}

#content{
	width: 950px;
	background-color: #e5e5e5;
}

#content_inner{
	margin: 0px 50px 0px 50px;
	padding: 25px 0px;
}

#content_wrap{
	background-color: #ffffff;
	padding: 25px;
}

.content_wide{
	width: 550px;
	margin-left: 300px;
}

.content_wide_comments{
	margin-left: 275px;
	padding-bottom: 15px;
}

.content_post p{
	padding-bottom: 10px;
}

.content_side{
	float: left;
	width: 275px;
	padding-top: 35px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-style: italic;
}

.content_side_comments{
	float: left;
	width: 275px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	font-style: italic;
}

.content_side a, .content_side a:link, .content_side a:visited, .content_side a:hover{
	color: #666666;
}

.content_section{
	width: 250px;
	float: left;
	margin-right: 25px;
}

.content_section_end{
	width: 250px;
	float: left;
}

.clear{
	clear: both;
}

#portfolio{
	clear: both;
	width: 950px;
	background-color: #f4f4f4;
	padding-bottom: 20px;
}

#portfolio_inner{
	margin: 0px 50px 0px 50px;
	padding: 25px 0px 0px 0px;
}

#portfolio_section{
	background-color: #ffffff;
	padding: 25px;
}

#footer{
	width: 950px;
	background-color: #000000;
}

#footer_inner{
	margin: 0px 50px 0px 50px;
	padding: 25px 25px 25px 25px;
}

h3{
	font-size: 18px;
	padding-bottom: 15px;
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited{
	color: #111111;
}

p{
	font-size: 12px;
	line-height: 18px;
}

/* test parts */
.portfolio_item{
	background-color: #cccccc;
	width: 250px;
	height: 100px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	border: 5px solid #e5e5e5;
}

.portfolio_item_end{
	background-color: #cccccc;
	width: 250px;
	height: 100px;
	margin-bottom: 20px;
	float: left;
	border: 5px solid #e5e5e5;
}

#MainMenu 
{
	height:31px;
	border:0;
	margin:0;
	padding-top: 10px;
	float: right;
	text-align: right;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#tab a 
{
	background:#000 url(images/bright_099.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(images/bleft_099.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	font-weight:700;
	line-height:31px;
	padding:0 13px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}

.strap_text{
	background-color: #7BAC00;
	opacity: 0.9;
	padding: 12px 12px 0px 12px;
	margin-bottom: 10px;
	margin-top: 220px;
}

h1{
	color: #ffffff;
	font-size: 20px;
	padding-bottom: 15px;
	font-weight: normal;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover{
	color: #ffffff;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover, #strapline_inner .post-teaser a, #strapline_inner .post-teaser a:link, #strapline_inner .post-teaser a:visited, #strapline_inner .post-teaser a:hover{
	color: #ffffff;
	padding: 5px 0px;
	font-size: 16px;
}

h2, #strapline_inner p{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	padding-bottom: 15px;
	font-weight: normal;
}

#strapline_inner .post-teaser{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	font-weight: normal;
}

.footer_menu{
	float: left;
	width: 245px;
	margin-right: 25px;
}

.footer_menu_end{
	float: left;
	width: 245px;
}

h4{
	color: #707070;
	font-size: 14px;
	padding-bottom: 15px;
}

.content_wide h4{
	
	color: #707070;
	font-size: 14px;
	padding-bottom: 15px;
}

.navlist, .wp-tag-cloud
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 250px;
}

.navlist li, .wp-tag-cloud li
{
list-style: none;
margin: 0;
padding: 5px;
border-top: 1px solid #707070;
font-size: 12px;
}

.navlist li a, .wp-tag-cloud li a { text-decoration: none; color: #707070;}
.navlist li a:hover, .wp-tag-cloud li a:hover { text-decoration: none; color: #cccccc;}

.navlist_end
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 250px;
}

.navlist_end li
{
list-style: none;
margin: 0;
padding: 5px;
border-top: 1px solid #707070;
font-size: 12px;
}

.navlist_end li a { text-decoration: none; color: #707070;}
.navlist_end li a:hover { text-decoration: none; color: #cccccc;}

.search_section{
	width: 250px;
	float: left;
	text-align: left;
	padding: 5px 0px;
	color: #ffffff;
}

.search_section_img{
	width: 200px;
	float: left;
	text-align: left;
	color: #ffffff;
}

.search_section_img img{
	float: left;
	outline: none;
	border: none;
	margin-right: 25px;
}

input{
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #eeeeee;
}

.submit{
	background-color: #768B0F;
	color: #ffffff;
	padding: 1px;
	border: 1px solid #768B0F;
}

.full_width{
	width: 99%;
	padding: 2px;
	background-color: #ffffff;	border: 1px solid #eeeeee;
}

#content a, #content a:link, #content a:visited, #content a:hover{
	color: #111111;
}


#content .meta a, #content .meta a:link, #content .meta a:visited, #content .meta a:hover{
	color: #666666;
}

.meta{
	padding-top: 10px;
	color: #666666;
}

.comment_text{
	padding-top: 10px;
}


.content_wide ul, li{
	margin: 15px;
	font-size: 14px;
	color: #333333;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover{
	color: #707070;
}

hr{
	margin: 15px 0px 15px 0px;
	color: #cccccc;
	background-color: #cccccc;
}

img{
	outline: none;
	border: none;
}

.post-teaser{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

.content_wide_comments input{
	float: right;
}