/*  
Theme Name: Sports Blog
Author URI: http://www.nathanrice.net/
Version: 1.0
Author: Nathan Rice
Description: Sports Blog 3 Column is a clean and simple theme designed for sports fans.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html, body { margin: 0; padding: 0; }

body { 
	background: #ffffff url(images/main_bg.jpg) ;
       background-repeat: repeat-y;
background-position: top center;
background-attachment: fixed;





	font-family: Arial, Georgia, "Times New Roman", Serif;
	font-size: 12px;
	text-align: center;
	padding: 0px 0px;
}

body * {margin: 5px 0px 0px 10px; padding: 0px;}


/*********************************************
		Link Styles
*********************************************/
a {
	color: #bc3434;
	text-decoration: none;
	font-size: 15px;
}
a:hover { color: #000; text-decoration: none;
font-weight: bold; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #000;
font-size: 15px;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666;
	border-left: 1px dotted #cccccc;
}
img { border: 0px; background: none; }
p {
	padding: 10px 10px;
	margin: 0px;
	line-height: 18px;
}
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	color: #215b68;
	font-size: 20px;
	font-family: Arial, Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	font-weight:bold;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
}
h2 { /* This style used as header in the sidebars */
	color: #348193;
	background: #fff;
        font-size: 12px;
	font-family: Arial, Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	text-transform: uppercase;
text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;


	
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #555555;
	font-size: 22px;
	font-family: Arial Bold, Helvetica Bold, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
}
h3 a {
	color: #0d6870;
	text-decoration: none;
font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;

}
h3 a:hover {
	color: #000;
	text-decoration: none;
background: #fff;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 25px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}

/*********************************************
		Container Div
*********************************************/
#container {
		background: transparent url(images/container.jpg) ;
background-repeat: repeat-y;


	border: 0px dotted #bc3434;
	text-align: left;
    margin: 0px  auto;
    width: 1000px;
    padding: 0px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
background: transparent url(images/header.jpg);
height: 302px;
width:970px;
	margin: 0px;  padding: 0px 0px 0px 25px;
	display: block;
	position: relative;

	




	

	
}
#header #title {
	color: #fff;
	font-size: 46px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: -3px;
	}
#header #title a {
	color: #fff;
	text-decoration: none;
	}
#header #title a:hover {
	color: #ccc;
	text-decoration: none;
	}
#header #desc {
	color: #ccc;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding-left: 20px;
	}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu { 
background: transparent ;


	color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 30px 0px; padding: 265px 30px 10px 25px;
	text-align: center;
	
	
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px ;
	}
#menu ul {
	margin: 0px;
	padding: 0px ;
	}

#menu ul li a {
	color: #fff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 25px 6px 25px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}
#menu ul li a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
	}
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;

background: #fff;
	display: block;
 margin-left: auto;
    margin-right: auto ;
	
}
#content .post, #content .page {
	clear: both;
	
        width:530px;
	
	margin: 0px 0px 0px 0px; padding: 5px;
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 5px 0px; padding: 5px;
	text-align: center;
	background: #f3cdcd;
	border-top: 1px dotted #bc3434;
	border-bottom: 1px dotted #bc3434;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 10px 0px; padding: 5px;
	text-align: center;
	border-top: 1px dotted #bc3434;
	border-bottom: 1px dotted #bc3434;
}
.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;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	border: 0px dotted #bc3434;
	width: 200px;

	margin: 0px; padding: 0px 15px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p, #l_sidebar .textwidget {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	margin: 0px 0px 15px 0px; padding: 0px 0px 10px 0px;
	border: 0px dotted #bc3434;
	background: transparent;

}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 5px;
	list-style-type: none;
color: red;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
	border: none;
}
#l_sidebar ul li ul li a {
	color: #215b68;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 0px 10px 5px 5px;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	border: 0px dotted #bc3434;
	width: 200px;
	margin: 0px; padding: 0px 15px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar p, #r_sidebar .textwidget {
	padding: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
background: #fff;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	margin: 0px 0px 15px 0px; padding: 0px 0px 10px 0px;
	border: 0px dotted #bc3434;
	background: transparent;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
	border: none;
}
#r_sidebar ul li ul li a {
	color: #215b68;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0px; padding: 0px;
}
#comments .even {
	clear: both;
	background: #F5F4F0;
	border: 1px solid #bc3434;
	margin: 0px 0px 15px 0px; padding: 10px;
	overflow: hidden;
}
#comments .odd {
	clear: both;
	background: #F5F4F0;
	border: 1px solid #bc3434;
	margin: 0px 0px 15px 0px; padding: 10px;
	overflow: hidden;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 15px 0px 0px 0px;
	padding: 20px;
	clear: both;
	background: #F5F4F0;
	border-top: 0px solid #bc3434;
	text-align: center;
width:953px;
}
#header #title {display: none;}
#header #desc {display: none;}

/*********************************************
		Horizontal Navigaion Styles in Footer
*********************************************/
#menu2 { 
background: transparent ;


	color: #bc3434;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px; padding: 0px 20px 10px 20px;
	text-align: center;
	
	
	}
#menu2 li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px ;
	}
#menu2 ul {
	margin: 0px;
	padding: 0px ;
	}

#menu2 ul li a {
	color: #bc3434;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 20px 6px 20px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}
#menu2 ul li a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
	}


 #wpcf {
font-size: 14px;
}
#adv-blogroll-467993381 .widgettitle{
display:none;}

#linkcat-4 .widgettitle{
display: none;
}

li.widget_wp_shopping_cart ul{
font-size: 10px;
}
 #shoppingcartcontents a{
font-size: 10px;}

.aligncenter {
	display: block;
	margin-left:auto;
	margin-right: auto;
}
.alignleft {
	float: left;
margin: 10px;
}
.alignright {
	float: right;
margin: 10px;
}
