/*  
Theme Name: Commit First
Theme URI: 
Description: A Custom WordPress Theme
Version: 1.0
Author: W3Lift
Author URI: http://www.w3lift.com/
*/

/* Global Style Settings */
body
{
	background: url(images/bodybg.png) repeat-x #482D07;
	color: #0E0E0E;
	font: normal 11px Tahoma,sans-serif;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

strong { font-weight: bold; }

input
{
	margin-bottom: 5px;
	border: 1px solid #6F6F6F;
}

.button
{
	margin: 0;
	border: 0;
}

.clear { clear: both; }

/* wrappers */
#wrapper1
{
	background: url(images/banner.png) top center no-repeat;
	width: 100%;
	height: 418px;
	margin: 0 auto;
}

#wrapper2
{
	background: url(images/mainbg.png) repeat-y;
	width: 776px;
	margin: 0 auto;
}

/* header */
#header
{
	width: 776px;
	height: 418px;
	margin: 0 auto;
}

#navbar
{
	background: url(images/navbar.gif) repeat-x;
	height: 36px;
	padding: 0 25px;
	margin: 0;
	float: right;
}

#navbar ul
{
	padding: 0;
	margin: 0;
	float: left;
}

#navbar ul li { display: inline; }

#navbar ul li a
{
	background-color: inherit;
	color: #0E0E0E;
	font-size: 13px;
	font-weight: bold;
	line-height: 2.2em;
	text-align: left;
	text-decoration: none;
	padding: 0 10px;
}

#logo
{
	background: url(images/logo.gif) no-repeat;
	width: 200px;
	height: 100px;
	padding: 0;
	float: left;
}

#logo a
{
	width: 200px;
	height: 100px;
	display: block;
}

#logo h1 { display: none; }

#search
{
	width: 500px;
	text-align: right;
	padding: 10px;
	margin: 280px 0 0 0;
	float: left;
}

/* sidebar */
#sidebar
{
	width: 185px;
	text-align: left;
	position: relative;
	margin: -125px 0 0 0;
	padding: 5px 0;
	float: left;
}

#sidebar h1
{
	background-color: inherit;
	color: #333;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 50px;
}

#sidebar ul
{
	width: 110px;
	list-style: none;
	border-bottom: 1px dotted #333;
	padding: 0 0 20px 30px;
	margin: 0 0 0 20px;
}

#sidebar ul li
{
	background: url(images/sidebar-arw.gif) 0 50% no-repeat;
	background-color: inherit;
	color: #FFF;
	text-align: left;
	font-size: 11px;
	padding: 2px 0 2px 10px;
}

#sidebar a
{
	background-color: inherit;
	color: #FFF;
	text-decoration: none;
}

/* content area */
#content
{
	background: url(images/contentbg.png) repeat-y;
	background-color: inherit;
	color: #330;
	width: 485px;
	text-align: left;
	position: relative;
	padding: 10px 10px 0 10px;
	margin: -60px 0 0 34px;
	float: left;
}

#content a
{
	background-color: inherit;
	color: #7C200C;
	text-decoration: underline;
}

#content h1
{
	background-color: inherit;
	color: #7C200C;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#content h2
{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

#content p
{
	font-size: 10px;
	font-weight: bold;
	clear: both;
}

#content .header
{
	background-color: #DAB27C;
	color: inherit;
	width: 300px;	
	padding: 10px 10px 10px 10px;
	margin: 25px 0 5px 0;
	float: left;
}

#content .item
{
	width: 460px;
	text-align: left;
	margin: 0 0 10px 20px;
}

#content .date
{
	background-color: inherit;
	color: #7C200C;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 5px;
	margin: 25px 0 0 15px;
	float: left;
}

#content .comments
{
	background: url(images/content-arw.gif) 0 50% no-repeat;
	color: #7C200C;
	width: 175px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding-left: 12px;
	float: right;
}

#content .border
{
	height: 2px;
	border-bottom: 1px dotted #333;
	margin: 0 0 5px 0;
	clear: both;
}

/* footer */
#abovefooter {
	clear: both;
	height: 10px;
}

#footer
{
	background-color: #6f6f6f;
	color: #B4B3B3;
	text-align: left;
	padding: 10px;
	margin: 0px -10px 0 -10px;
}

#footer a
{
	background-color: inherit;
	color: #B4B3B3;
	text-decoration: underline;
}

.alignleft { float: left; }
.alignright { float: right; }


#content h2.pagetitle {
	font-size: 1.4em;

}