/*
Theme Name: Old City Building Center
Theme URI: http://www.ocbcnola.org
Description: Adapted from LiveLife Template <a href="http://www.unodesignstudio.com></a>
Version: 1.0
Author: Erik Wahl
Author URI: http://www.ocbcnola.org
Template: LiveLife
Tags: dark, fixed width, 2 columns, widgets, adsense enabled

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #6b6b6b;
	background: #663c24 url(images/body-bg.jpg) left top repeat;
	font-family: Verdana, Tahoma;
	font-size: 13px;
	font-weight: normal;
/*	line-height: 18px;*/
	text-align: left;
}

#header
{
	width: 890px;
	margin: 70px auto 0px auto;
	padding: 0px;
	height: 267px;
	background: #321c10 url(images/header-bg.jpg) left top no-repeat;
}

#header-text
{
	float: left;
	font-family: Georgia, 'Times New Roman',sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 30px;
	font-size: 36px;
}

#header-text a
{
	color: #FFFFFF !important;
}

#header-desc
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 100px;
	color: #bcda2c;
	font-size: 14px;
}

#header-nav
{
	width: 890px;
	height: 62px;
	margin: 5px auto 5px auto;
	padding: 0px;
	background: #000000 url(images/header-nav-bg.jpg) left top no-repeat;
}

#header-search
{
	float: left;
	width: 308px;
	margin-right: 3px;
	padding: 15px 0px 0px 25px;
}

#header-menu
{
	float: left;
	width: 530px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}

.header-menu a
{
	padding: 0px 5px 0px 20px;
	color: #313E05 !important;
	background: url(images/menu-bg.gif) 0px 2px no-repeat;
	font-family: Georgia, 'Times New Roman',sans-serif;
	font-size: 14px; 
	font-weight: bold;
}

.header-menu div
{
	float: left;
	padding-top: 20px;
}

#page
{
	clear: both;
	width: 890px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}

#content
{
	float: left;
	width: 735px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(images/content-bg-bottom.png) center bottom no-repeat;
}

#contentheader
{
	background: #FFFFFF url(images/content-bg-top.png) center top no-repeat;
}

.postheader
{
	width: 532px;
	height: 102px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background: url(images/post-bg.png) center top no-repeat;
	overflow: hidden;
}

.posttitle
{
	margin: 0px;
	padding: 10px 0px 15px 15px;
	color: #FFFFFF;
}

.posttitle a
{
	color: #FFFFFF !important;
	font-family: Georgia, 'Times New Roman',sans-serif;
	font-weight: bold !important;
	font-size: 22px;
}

.postmeta
{
	margin: 0px;
	padding: 0px 0px 6px 15px;
	color: #646262;
	font-size: 12px;
	font-weight: normal;
}

.postmetacat
{
	float: left;
}

.postmetadate
{
	float: right;
	margin-right: 5px;
}

.postmeta a
{
	color: #88a307 !important;
	font-weight: bold;
}

.postcontent
{
	width: 650px;
	margin: 0px;
	padding: 10px 30px 30px;
	overflow: hidden;
}

.postcontent img
{
	display: block;
	margin: 10px 0px;
}

.postfooter
{
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 30px;
	color: #88a307;
	overflow: hidden;
}

blockquote
{
	width: 80%;
	margin: 0px auto 10px auto;
	padding: 30px 10px;
	border: 1px solid #bcda2c;
	background-color: #FFFFFF;
	text-align: center;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 10px 15px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 10px 15px;
}

#sidebar
{
	float: left;
	width: 150px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #718821 center;
}

#sidebarheader
{
	background:center;
}

.sidebar-header
{
	width: 110px;
	height: 30px;
	margin: 0px 0px 15px 15px;
	padding: 15px 0px 0px 10px;
	color: #FFFFFF;
	background: url(images/sidebar-header-bg.png) center top no-repeat;
	font-family: Georgia, 'Times New Roman',sans-serif;
	font-size: 14px; 
	font-weight: bold;
}

.sidebar-widget
{
	width: 140px;
}

.sidebar-widget ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-widget li
{
	list-style: none;
	margin: 0px 0px 15px 30px;
	padding: 0px 0px 0px 10px;
	color: #7A7C7D;
	background: url(images/sidebar-li-bg.png) 0px 10px no-repeat;
}

#sidebar a:link, #sidebar a:visited
{
	color: #ffffff;
}


#footer
{
	clear: both;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 50px;
	color: #313e05;
	text-align: center;
	overflow: hidden;
	font: Verdana, Tahoma;
	font-weight: bold; 
}

#footer a
{
	color: #FFFFFF;
}



a, a:link, a:visited
{
	color: #a4ce17;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #bcda2c !important;
	outline: thin;
}

a img
{
	border: none;
}


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

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #bcda2c;
	background: #f5f5f5;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	padding: 2px 5px;
	border: thin;
	color: #bcda2c;
	background: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

input.submit-search
{
	width: 70px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(images/search-button-bg.png) center center no-repeat;
	cursor: pointer;
}
