/*  
Theme Name: Man Bytes Blog
Theme URI: http://www.manningproductions.com/
Description: Man Bytes Blog is a two column layout created for use by Manning Productions a production company Chicago, IL 
Version: 2.0
Author: Manning Productions 
Author URI: http://www.manningproductions.com/

This theme was designed and built by Manning Productions of <a href="http://www.manningproductions.com/">Manning Productions</a>
*/

/* STANDARDS */
/* text */
.nine {
	font-size:9px;
}
.ten {
	font-size:10px;
}
.eleven {
	font-size:11px;
}
.twelve {
	font-size:12px;
}
.thirteen {
	font-size:13px;
}
.fourteen {
	font-size:14px;
}
.twenty-one {
	font-size:21px;
}
.black {
	color:#000000;
}
.very-dark-gray {
	color:#1A1A1A;
}
.gray {
	color:#333333;
}
.dark-gray {
	color:#666666;
}
.medium-gray {
	color:#808080;
}
.green {
	color:#89C544;
}

/* misc */
h1, h2, h3 {
	padding:0;
	margin:0;
	font-weight:bold;
}
h1 {
	font-size:45px;
	line-height:45px;
}
h3 {
	font-size:18px;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul.non-bulleted {
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.non-bulleted li {
	padding:0.2em 0;
	margin:0;
}

body {
	font-size:10px;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

/* HEADER */
#wrapper {
	z-index:-1;
	width:96em;
	margin:0 auto;
	padding:0;
}
#header {
	background:url(images/header.gif) top left no-repeat #333333;
	height:8.8em;
	/*margin-bottom:2em;*/
}
	#logo {
		float:left;
		margin: 12px 10px 10px 22px;
	}
	#client-login {
		margin-left:86.4em;
		padding-top:1.4em;
	}
		#client-login a {
			color:#FFFFFF;
		}
	#search {
		border:0;
		font-size:10px;
		/*position:absolute;*/
		float:right;
		margin-top:2.8em;
		/*
		margin-left:57.4em;
		*/
		width:17.3em;
		margin-right:2.3em;
		border:none;
		color:#333333;
		/* background-color:#FF0000; */
	}
	#header-nav {
		padding-left:7em;
	}
		#header-nav a {
			float:left;
			margin-left:4em;
			margin-top:2.8em;
			color:#89C544;
		}
		
/* BREADCRUMB */
#bread_crumb {
	float:right;
	margin-right:16px;
	height:22px;
}
	#bcright {
		float:right;
		width:12px;
		height:22px;
		background: transparent url(images/bread_crumb_right.gif) top left no-repeat;
	}
	#bccenter {
		float:right;
		height:17px;
		padding-top:5px;
		background-color:#EBEBEB;
		font-family:Arial, Helvetica, sans-serif;
	}
		#bccenter a {
			text-decoration:underline;
		}
	#bcleft {
		float:right;
		width:12px;
		height:22px;
		background: transparent url(images/bread_crumb_left.gif) top left no-repeat;
	}

/* SIDEBAR */
#sidebar {
	float:right;
	clear:right;
	width:320px;
	margin-top:16px;
}
	div.plugin-content {
		padding-bottom:2em;
	}
		#sidebar div.plugin-header {
			height:30px;
			width:100%;
			border-top:4px solid #303030;
			border-bottom:1px solid #303030;
		}
			#sidebar div.plugin-header img {
				margin:4px 0 0 6px;
			}
		
/* POSTS */
	#content .post-container {
		padding-top:29px;
	}
		#content .post-container .blog-post-date {
			padding:0;
			float:left;
			padding-right:20px;
		}
		#content .post-container .author a {
			color:#89C544;
		}
		#content .post-container .blog-post {
			float:left;
			width:490px;
		}
		#content .post-container .blog-post-single {
			float:left;
			width:606px;
		}
		#content #post_body {
			width:600px;
			padding:32px 0 48px;
		}
	#post_meta {
		padding:4px;
	}
		#post_meta h3 {
			margin:0;
			padding:0;
		}

/* FOOTER */

#footer {
	height:4.2em;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
	#footer-nav {
		padding-top:1.4em;
	}
		#footer-nav a {
			float:left;
			margin-left:3.8em;
			color:#333333;
		}
#copyright {
	margin:1.4em auto;
	width:22.2em;
	font-weight:bold;
}
