/*  
Theme Name: Shalom Community Center
Author URI: http://www.mikemadison.net
Author: Mike Madison
Description: Shalom Custom Theme

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

*/


body {
	background-image: url(images/bgr.png);
}

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

img {
	padding: 3px;
}

#header {
	width: 800px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/logo.jpg) no-repeat;
	background-color: #ffffff;
}

#sidebar {
	float: left;
	width: 190px;
	margin-top: 5px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-left: 3px solid white;
	border-bottom: 3px solid white;

}

#sidebar ul{
	float: left;
	width: 180px;
	margin-top: 20px;
}
#sidebar ul li {
	background:  url(images/menu_bgr.png) repeat;
	list-style: none;
	text-indent: 15px;
	width: 160px;
	border-bottom: 1px solid #ffffff;
	margin-left: -20px;
	height: 15px;
}

#sidebar ul li a {
	color:  #ffffff;
	text-decoration: none;
	font-weight: bold;
	
}

#sidebar ul li a:hover {
color:#000000;
}

#blogbar {
	float: left;
	width: 190px;
	margin-top: 5px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-left: 3px solid white;
	border-bottom: 3px solid white;

}

#blogbar a {
	font-weight: bold;
	font-size: 12px;
}

#blogbar li {
	list-style: none;
}

#content {
	float: right;
	width: 600px;
	position: relative;
	margin-top: 4px;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

#title {
	float: left;
	width: 600px;
	height: 25px;
	color: #000000;
	font:  10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 10px;
}

#main {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	float: left;
	overflow: auto;
}

h2 {
	color:#FF9900;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;

}

#footer {
	width: 800px;
	height: 50px;
	background-color: #999999;
	float: left;
	color:  #ffffff;
	text-align: center;
	font-size: 13px;
}

#footer a{
	color: #000000;
}

a {
	color: #019e93;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}	
.postmetadata {
	color: #a7a7a6;
	font-weight: bold;
	font-size: 11px;
}
