/*
Theme Name: Bethel Baptist Church (BuddyPress BuddyPack)
Theme URI: http://bethelbaptistkalamazoo.com
Description: A Theme Custom Created for Bethel Baptist Church, Kalamazoo, MI
Version: 1.0
Author: Kipp Crigger
Author URI: 
Template: bp-default
Tags: 
*/


/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );


/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );



/* > Global Elements
-------------------------------------------------------------- */

 body {
	background: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 170%;
	color: #333;
	width: 960px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 15px 0;
}

h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 20px; margin-bottom: 5px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; margin-bottom: 15px; }
h5 { font-size: 14px; margin-bottom: 0; }
h6 { font-size: 12px; margin-bottom: 0; }

a { color: #0066CC; }
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

.padder { padding: 20px; }
.clear { clear: left; }

p {	margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

hr {
	background-color:#E7E7E7;
	border:0 none;
	clear:both;
	height:1px;
	margin: 20px 0;
}

img.avatar {
	float: left;
	border: 2px solid #eee;
}
#header {
	position: relative;
	color: #fff;
	background: url( ../images/default_header.jpg);
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom: 2px;
	height: 185px;
	padding-top: 25px;
}
#wp-admin-bar .padder {width:960px !important;background: #808080 !important;border: 1px solid #222;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;}


/*---:[ sidebar styles ]:---*/

#rss { 
	width: 20em; 
	height: 70px; 
	margin: 0 0 1.0em 0; 
	background: url('images/rss.gif') 50% 0 no-repeat; 
	text-align: center; }

		#rss a { 
			display: block; 
			width: 48px; 
			height: 48px; 
			margin: 0 auto; }

ul.sidebar_list { 
	list-style: none;
	}

		ul.sidebar_list li.widget, ul.sidebar_list li.linkcat, li.nobullet { 
			width: 16.6667em; 
			margin: 0 0 2.5em 0; 
			font-size: 12px; 
			line-height: 1.6667em; 
			
 }
	
			li.widget p, li.nobullet p { 
				margin: 0 0 1.66667em 0; }
			
			li.widget ul, li.linkcat ul, li.nobullet ul { 
				list-style: none; 
				margin: 0 0 0.8333em 0; }
			
				li.widget li, li.linkcat li { 
					padding: 0 0 0 1.16667em; 
					background: url('images/bullet.gif') 0 0.4167em no-repeat; }
				
				li.nobullet li{ 
					padding: 0;}
						
					li.widget li a:visited, li.linkcat li a:visited { 
						color: #795439; }
					
					li.widget li a:hover, li.linkcat li a:hover { 
						color: #795439; }
						
						/* > Navigation
-------------------------------------------------------------- */

ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	list-style: none;
	bottom: 0;
	max-width: 65%;
}
	ul#nav li {
		float: left;
		margin: 0 5px 0 0;
	}
		ul#nav li a {
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 5px 15px;
			background: #000000;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul#nav li.selected a, ul#nav li.current_page_item a {
				background: #f5f5f5;
				color: #555;
			}
			ul#nav a:focus { outline: none; }
			
	div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
		color: #888;
		font-size: 12px;
		font-family: Georgia, times, serif;
		padding: 3px 0;
		margin: 10px 0;
		border-bottom: 1px solid #999999;
		border-top: 1px solid #999999;}
		
		div#sidebar {
	float: left;
	width: 224px;
	margin-left: -226px;
	margin-top: 1px;
	border-left: 1px solid #999999;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: url( ../images/sidebar_back.gif ) top left repeat-x;}

div#sidebar h3.widgettitle {
background:none repeat scroll 0 0 #EAEAEA;
clear:left;
font-size:12px;
margin:25px -20px 10px -19px;
padding:5px 15px;
}

div#sidebar h2{
background:none repeat scroll 0 0 #EAEAEA;
clear:left;
font-size:14px;
margin:25px -20px 10px 0px;
padding:5px 15px;
}
	

		
