/*   
Theme Name: CBC-Alvatron
Theme URI: http://alvatron.org/wordpress
Description: Columbus Baptist Church - 2007 Refresh
Author: Alvaro Rivera, Jr
Author URI: http://alvatron.com
Version: 1.0
.
General comments/License Statement if any.
.
*/
body
{
	background: #aaa url(images/page_bg_1080grey.jpg) repeat-x;
	background-attachment: fixed;
	/** background-position: 0px -3px; **/
	margin: 0;
	padding: 0;
	border: 0;
}

#logobar
	{
		padding: 0;
		background: #ffffff url(images/CBCBuilding_661x150.jpg) no-repeat left top;
/**		background: #183169 url(images/springbanner_661.jpg) no-repeat left top; **/
/**		background: #183169 url(images/CBC_Fall_795x150.jpg) no-repeat left top; **/
		border: 1px solid #000;
		height: 145px;
		margin: auto;
		margin-top: 16px;
		margin-bottom: 6px;
		/** Should do no less than 640, no more than 840 **/
		width: 1000px;
		}
	
#logobar img
	{
		float: right;
		width: 305px;
		height: 145px;
        border: 0;
		/** border-left: 1px solid #000; **/
	}
	
.clear
	{
		height: 0px;
		clear: both;
	}

#wrapper
	{
		padding: 0;
		background: url(images/page_bg_newblue1506.jpg) left top;
		background-position: 0px 0px;
		border: 1px solid #000;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		/** Should do no less than 640, no more than 840 **/
		width: 1000px;
	}
	
#navbar
	{
		float: left;
		width: 225px; 
/** Changed from 195 on 2/8/08 **/
		padding: 0;
		margin: 0;
		margin-top: 6px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
                font-style: normal;
		}

#navbar ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 1em;
                font-style: normal;
		}


#navbar li a 
	{
		display: block;
		margin: 0;
		padding: 5px 0px 5px 10px;
		color: #fff;
		text-decoration: none;
		width: 100%;
	}

	html>body #button li a {
		width: auto;
		}

#navbar li a:hover 
	{
		border: 0;
		border-left: 7px solid #1c64d1;
		padding: 5px 0px 5px 3px;
		background-color: #2586d7;
                font-style: normal;
	}

#navbar li.current_page_item>a
{
    /** Added 1/24/08, only for the selected or drill down one. **/
    font-style: italic;
    color: #ffff00;
}

#navbar li.current_page_item>ul li>a
{
    /** Added 1/27/08, for the drilled down subitems. **/
    font-size: .7em;
}

#navbar li.current_page_item>ul
{
    /** Added 1/27/08, for the drilled down subitems. **/
    border: solid #aaa;
    border-width: 1px 0px 1px 0px;
}
	
#content
	{
		padding: 0px 10px 9px 10px;
		background: #fff;
		border: solid #000;
		border-width: 0px 1px 1px 1px;
		margin: 5px 5px 5px 0px;
		float: right;
		width: 709px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#content #slogan
	{
		margin: 0px 0px 3px 0px;
		padding: 3px 0px 0px 0px;
		text-align: center;
	}

h2.pagetitle
{
	border: 1px solid #000;
	background: #ffffdc;
	padding-left: 5px;
	margin-top: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.datatable
{
    border-style: solid; 
	border-color: #000000; 
	border-width: 1px;
	font-size: 0.9em;
	width: 100%;
}

.datatable th
{
     background: #9FcCe8;
     color: #000;
     vertical-align: top;
}

.datatable .oddrow
{
    background: #e3e3e3
}
.datatable .evenrow
{
    background: #f7f7f7
}
	
#footer
	{
		border: 1px solid #000;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: auto;
		margin-top: 6px;
		width: 990px;
		background: #6FACD8;
		color: #fff;
		height: 25px;
		padding: 8px 5px 5px 5px;
		font-weight: bold;
	}

#footer a
{
	text-decoration: none;
	color: #fff;
}

#topnews h4
{
	margin-bottom: 5px;
	padding-bottom: 0;
}
	
#topnews ul
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#topnews li a 
	{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

#gallery .thumbs img
{
	border: 0;
	text-decoration: none;
}

#podPress_footer *
{
	display: none;
}

.postPhoto
{
    /**Usually one photo on the page just to provide visual interest.
    I want this displayed with a bit of padding, no border, and float right  **/
    float: right;
    border: 0;
    margin-left: 10px;
}
.postDate
{
 font-size: 9pt;
 color: #333;
}

.rssLinks
{
  font-size: 10pt;
}