/*  
	Theme Name: Church League Champs
	Author URI: http://thebqhaps.com
	Version: 1.0
	Author: The B.Q. Happenings
	Description: Micro Site

	Changelog:
		v1.0 - 07.16.09
		First Release of Notepad
*/

html, body { margin: 0; padding: 0; }

body {
	background: url(images/clc_bg.jpg);
	color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	margin: 0px; padding: 0px 0px 0px 0px;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #fb0300;
	text-decoration: underline;
}

a:hover { color: #fff; text-decoration: none; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #fff;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; padding: 0px 10px 5px 0px; }
p {
	padding: 10px 0px;
	margin: 0px;
	line-height: 20px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #fb0300;
	font-size: 26px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
h1 a {
	color: #fb0300;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #fff;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid #C0C0C0;
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #fff;
	font-size: 24px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}
h3 a {
	color: #fb0300;
	text-decoration: none;
}
h3 a:hover {
	color: #fff;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	clear: both;
}
h5 { /* This style used as header in the sidebars */
	color: #fff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	text-align: center;
}

/*********************************************
		Header Div Styles
*********************************************/
#header {
	display: block;
	width: 875px;
	margin: 0px auto; padding: 20px 0px 0px 0px;
	text-align: right;
}
#header #title {
	color: #fff;
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	color: #666;
	text-decoration: none;
	text-align: right;
}
#header #title a {
	color: #fff;
	text-decoration: none;
}
#header #title a:hover {
	color: #333;
	text-decoration: none;
}
#header #tagline { 
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #333;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#menu {
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; padding: 0px;
}
#menu li {
	margin: 0px; padding: 7px 7px;
	display: inline;
}
#menu li a {
	color: #FFF;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu li.current_page_item a, #menu li.current_page_item a:visited {
	color: #fb0300;
	text-decoration: none;
}
#menu li a:hover {
	color: #702a0e;
	text-decoration: none;
}

#header #left {
	color: #fff;
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: -80px 0px 0px -40px;
	color: #666;
	text-decoration: none;
	text-align: left;
}

/*********************************************
		Container Div / Wrap Div
*********************************************/
#container_home {
	background: url(images/container_home_bg.png); 
	background-repeat:no-repeat;
    background-position: top center;
	text-align: justify;
    margin: 0px auto;
    width: 1000px;
	height: 680px;
    padding: 0px;
}

#container_about {
	background: url(images/container_about_bg.png); 
	background-repeat:no-repeat;
    background-position: top center;
	text-align: justify;
    margin: 0px auto;
    width: 1000px;
	height: 680px;
    padding: 0px;
}
#container {
	background: url(images/container_bg.png); 
	background-repeat:no-repeat;
    background-position: top center;
	text-align: justify;
    margin: 0px auto;
    width: 1000px;
	height: 680px;
    padding: 0px;
}
#wrap {
    margin: 0px; padding: 0px;
    width: 940px;
}

/*********************************************
		Content Div
*********************************************/
#content {
	background: tansparent;
	float: right;
	margin: 36px 0px 0px 20px;
	padding: 15px;
    width: 853px;
	border: 0px solid #fff;
	display: block;
}
#content img.featureimg {
	float: left;
	margin: 0px; padding: 0px 10px 10px 0px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px;
	margin: 0px;
}

.meta-top p {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px; padding: 0px;
	text-align: center;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px; margin: 0px;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #ffffff;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}



/*********************************************
		Footer Styles
*********************************************/
#footer {
	width: 875px;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
#footer a {
	color: #fb0300;
	text-decoration: none;
}
#footer a:hover {
	color: #702a0e;
	text-decoration: underline;
}
#footer .left {
	width: 50%;
	float: left;
	margin: 0px 0px 0px 0px;
}
#footer .right {
	width: 50%;
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;	
}