/*  
Theme Name: production unit
Theme URL: http://www.productionunit.org
Description: Custom theme constructed for productionunit.org.  Designed by members of productionunit.org.
Version: 1.0
Author: Christopher Yerkes
Author URL: http://www.chrisyerkes.com/
*/

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

a,
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

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

#wrapper {
	width: 100%;
	text-align: center;
}

#container {
	width: 1024px;
	margin: 0 auto;
}

#thecontent {
	width: 1024px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
	padding: 25px;
	float: left;
}

#contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}

#posts {
	float: right;
	background-color: black;
	width: 67%;
}

#posttext {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 16px;
	/*height: 689px;*/
}

#sidebar {
	float: left;
	width: 30%;
	background-color: black;
}

#sidebartext {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 55px;
	line-height: 16px;
}

#navigation {
	height: 530px;
	width: 229px;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-bottom: 55px;
	padding-top: 6px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: right;
	margin-bottom: -13px;
	padding-top: 13px;
	background-color: white;
}
