/*
Theme Name:		FoxFootballPicks
Theme URI:		http://www.foxfootballpicks.com
Description:	FoxFootballPicks Wordpress Theme custom CSS by The Lime Design.
Version:		1.0
Author:			ShahZ @ TheLimeDesign
Author URI:		http://www.thelimedesign.com
*/

body {
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #cbcbcb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(images/site_bg.png);
}
a, a:active, a:visited {
	color: #060;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #093;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0px; 
	padding:0px; 
	border:0px;
} 
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
ol, ul {
	list-style-position: inside;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
	height: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tealtext {
	color: #70bfc3;
}
.greentext {
	color: #060;
}
#container {
	width: 960px;
	margin: 25px auto;
	background-color: #fff;
}
#header {
	height: 113px;
	background-image: url(images/header_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
#logo {
	width: 426px;
	height: 50px;
	margin: 30px 0px 0px 18px;
}
#headimg {
	width: 492px;
	height: 113px;
}
#navcontainer {
	background-image: url(images/nav_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 44px;
}
#navbar {
	list-style: none;
	height: 44px;
	color: #fff;
	margin-left: 5px;
}
#navbar li {
	display: block;
	height: 44px;
	line-height: 44px;
	float: left;
	font-weight: bold;
	background-image: url(images/navseparator.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#navbar li a, #navbar li a:active, #navbar li a:visited {
	color: #fff;
	display: block;
	height: 44px;
	padding: 0px 7px;
}
#navbar li a:hover {
	background-image: url(images/nav_bg_hover.png);
	background-position: center top;
	background-repeat: repeat-x;
	display: block;
	padding: 0px 5px 0px 7px;
	margin-right: 2px;
}
#loginbox {
	height: 44px;
	padding-right: 5px;
}
.loginfield {
	width: 115px;
	height: 27px;
	color: #727272;
	margin-top: 8px;
	padding: 0px 3px;
}
#loginbutton {
}
#maincontent {
	padding: 25px 18px 0px 21px;
}
#sitecontent {
	width: 627px;
	float: left;
}
.post {
	margin-bottom: 22px;
}
.post h1 {
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
.post p {
	margin-bottom: 15px;
}
.signaturebox {
	margin-left: 245px;
	width: 145px;
}
.pendingbox {
	width: 213px;
	height: 35px;
	margin: 5px auto;
	background-image: url(images/pending_field.png);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 35px;
	font-weight: bold;
}
#newsletterSignUpBox {
	background-color: #FFF;
	background-image: url(images/letterimg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 139px;
	border: 1px solid #85bf54;
	padding-left: 170px;
	margin-bottom: 22px;
}
#SignUpBoxHolder {
	background-image: url(images/no_spam.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top: 22px;
}
.signupfield {
	background-image: url(images/newsletter_field.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 442px;
	height: 35px;
	margin-top: 15px;
}
.signupinput {
	width: 434px;
	height: 35px;
	background-color: transparent;
	-moz-padding-top: 5px;
	padding: 7px 4px 0px 4px;
}
.HLBox {
	border: 1px solid #85bf54;
	margin-bottom: 22px;
	height: 267px;
}
.HLTitle {
	background-image: url(images/post_title.png);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 37px;
	line-height: 37px;
	padding: 0px 5px;
	font-size: 16px;
}
.HLContent {
	background-color: #d9f9bc;
	padding: 5px 5px 5px 195px;
	background-image: url(images/olman2.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 220px;
}
.HLContent ul {
	margin-top: 12px;
	list-style-position: outside;
	list-style: none;
}
.HLContent ul li {
	margin-bottom: 13px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(images/bullet_arrow.png);
	padding-left: 18px;
}
#navigator {
	margin-bottom: 22px;
}
#nextpost , #prevpost{
	width: 40%;
}
#sidebar {
	width: 274px;
	float: right;
}
.widget {
	border: 1px solid #d9d9d9;
	margin-bottom: 22px;
}
.widgetTitle {
	color: #fff;
	background-color: #295800;
	padding: 10px;
	text-transform: capitalize;
}
.widget ul {
	list-style: none;
}
.widget ul li {
	display: block;
	border-bottom: 1px solid #d9d9d9;
}
.widget ul li a, .widget ul li a:active, .widget ul li a:visited {
	display: block;
	padding: 5px;
}
.widget ul li a:hover {
	background-color: #f6f6f6;
	text-decoration: underline;
}
.spacer {
	padding: 5px;
}
#footer {
	background-image: url(images/footer_bottom_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 51px;
}
#footerTop {
	height: 65px;
	background-image: url(images/footerbgtop.png);
	background-position: center top;
	background-repeat: repeat-x;
	list-style: none;
}
#footerTop li {
	display: block;
	line-height: 65px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
#footerTop li a, #footerTop li a:active, #footerTop li a:visited {
	display: block;
	padding: 0px 11px;
}
#footerTop li a:hover {
	text-decoration: underline;
}
#footerBottom {
	background-image: url(images/footerbgbottom.png);
	height: 35px;
	background-position: center top;
	background-repeat: repeat-x;
	line-height: 35px;
	color: #fff;
	padding: 0px 7px;
	list-style: none;
	font-size: 12px;
}
#footerBottom li {
	float: left;
	display: block;
	padding: 0px 7px;
}
#footerBottom a, #footerBottom a:active, #footerBottom a:visited {
	color: #fff;
	text-decoration: underline;
}
#footerBottom a:hover {
	text-decoration: none;
}

