/*  
Theme Name: Starting Fantasy Lineup 
Theme URI: http://www.startingfantasylineup.com
Description: Custom theme for Starting Fantasy Lineup.
Version: 1.0
Author: Keith Curreri
Author URI: http://www.keithcurreri.com/

*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	text-align: center;
	font-family: arial;
	padding: 0px;
	margin: 0px;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #5d8141;
	/*font-weight: 600;*/
}
ul li li{
	margin-left: 30px;
}
a img{
	border: none;
}
a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
}
table{
	margin-bottom: 50px;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
}

#bodyContainer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
}

.right{
	float: right;
}	


#footer{
	clear: both;
	float: left;
	margin: 5px 0px 10px 0px;
	text-align: center;
	width: 1000px;
	color: #fff;
}
#footer a{
	color: #fff;
}
.excerpt{
	height: 250px;
}
#logoContainer{
	width: 350px;
	float: left;
}
/*===Main Navigation=====*/
#navigation{
	width: 1014px;
	margin: 0px 0px -4px 0px;
	text-align: left;
	position: relative;
}
#navigation ul{
	width: 1060px;
}
#navigation .noDisplay{
	display: none;
}
#navigation li{
	display: inline;
	margin: 0px -5px 0px 0px;
}
#rankingsNoDisplay{ /* "Width to help Opera out" Taken out, look up if issues */
	display: none; 	
	min-width: 100px;
	text-transform: uppercase;
	font-size: 10pt;
}
#rankingsDisplay {
	display: block;
	position: absolute;
	margin: -4px 0px 0px 2px;
	text-transform: uppercase;
	font-size: 10pt;
	top: 61px;
	left: 0;
}
#navigation ul li ul{
	width: 1000px;
	margin-top: -24px; //positioning for sub nav while on a rankings page
}
#rankingsNoDisplay li{
	margin-right: -27px;
}
#rankingsDisplay li{
	margin-right: -27px;
}
#rankingsDisplay li a{
	color: #fff;
	text-decoration: none;
}
#navigation ul li:hover ul {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	top: 37px;
	left: 2px;	
}
#navigation ul li:hover li {
	float: none; 
}
#navigation ul li:hover li a {
	color: #fff; 
	text-decoration: none;
}
#navigation ul li li{
	padding: 10px 15px 10px 10px;
	margin-bottom: 0px;
}
#navigation ul li li:hover a{
	color: #000;
	font-weight: bold;
}
/*===Post Formating===*/
.wp-pagenavi .pages{
	padding-right: 20px;
}
.wp-pagenavi .page{
	border: 1px solid #D97E1D;
	padding: 2px 5px;
	margin-right: 3px;
}
.wp-pagenavi .current{
	background-color: #D97E1D;
	padding: 2px 5px;
	margin-right: 3px;	
}
#contentContainer{
	background-image: url('images/contentBackgroundSlice.png');
	width: 1014px;
	margin-top: -4px;
}
#container{
	float: left;
	width: 650px;
}
.postBody{
	float: left;
	width: 530px;
}
.postDate{
	float: left;
	width: 75px;
	margin: 0px 20px 0px 20px;
	height: 100px;
	background-color: #d97e1d;
	text-align: center;
}
.postMonth{
	font-size: 18pt;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	user-select: none;
	-moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;	
}
.postDay{
	font-size: 40pt;
	margin: -18px 0px 0px 0px;
	letter-spacing: -3px;
	user-select: none;
	-moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;		
}
.postYear{
	font-size: 16pt;
	margin: -10px 0px 0px 0px;
	user-select: none;
	-moz-user-select: none;
    -khtml-user-select: none;
    cursor: default;		
}
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}
.post ol{
	margin-left: 40px;
}
.post h1{
	font-size: 22px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	color: #000;
}
.post h1 a{
	color: #000;
	text-decoration: none;
}
.post h1 a:hover{
	text-decoration: underline;
}
.postAuthor{
	text-transform: uppercase;
	color: #d97e1d;
	font-size: 14pt;
	margin: -10px 0px 0px 0px;
}
.postAuthor a{
	color: #d97e1d;
}
.entry {
	text-align: left;
}
.entry p{
	line-height: 1.5;
	margin: 10px 0px 20px 0px;
}
.entry img {
	text-align: center;
	border: 1px solid #d97e1d;
	padding: 3px;
}
.wp-caption{
	margin: 20px auto 20px auto;
}
.wp-caption p{
	text-align: center;
	margin: 0px 0px 0px 0px;
	line-height: 1;	
	font-size: 11pt;
	color: #606060;
}
.post{
padding: 10px 0 10px 0;
}

.post h2{
	font-size: 20px;
	color: #D97E1D;
}

.entry{
line-height: 18px;
}

p{
padding: 10px 0 0 0;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}
p.postmetadata a{
	color: #d97e1d;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
text-align: right;
}
.navigation a{
	color: #d97e1d;
}
#bottomBorder{
	background-image: url('images/bottomContentBorder.png');
	height: 12px;
	width: 1014px;
	color: #f00;
}

/*====SIDEBAR====*/
.sidebar{
	float: left;
	width: 323px;
	margin: 5px; 0 0 10px;
	display: inline;
	margin-bottom: 20px;
}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
	margin-left: 21px;
	margin-right: 14px;
	font-size: 11pt;
	line-height: 24px;
	line-height: 1.5;
}
.sidebar ul ul a{
	color: #000;
	text-decoration: none;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}
#search{
	border: none;
	margin-top: 10px;
}
#searchform #s{
	float: left;
}
#searchform #searchsubmit {
	float: left;
	margin: -20px 0 0 161px;
}
	

/*====COMMENTS===*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #d97e1d;
	padding: 10px 0 0;
}
.comments-template a{
	color: #d97e1d;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d97e1d;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/*=====SINGLE_PAGE======*/
.singlePage{
	padding: 0px 0px 0px 30px;
}
.singlePage h1{
	font-size: 22pt;
}
.archivesContainer{
	padding: 0px 0px 0px 30px;
}
.archivesTitle{
	margin-bottom: 20px;
}
.archivesContainer a{
	color: #d97e1d;
	text-decoration: none;
}
.archivesContainer a:hover{
	text-decoration: underline;
}
.archivesMainContainer{
	padding-left: 30px;
}
.error{
	padding-left: 30px;
}
/*=====IMAGE ALIGNMENT======*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


/*====OTHER====*/
#twitter_update_list {
	background-image: url("images/twitter.png");
	width: 200px;
	height: 113px;
	padding-top: 30px;
	padding-left: 50px;
	font-size: 10pt;
	line-height: 1.1;
	color: #fff;
	float: left;
}

#twitter_update_list a{
	color: #fff;
}
#twitter_update_list li {
	list-style: none;
	padding-right: 9px;
	margin-top: -5px;
}
#twitterBird{
	float: left;
}
.tags{
	font-size: 9pt;
	width: 100px;
	margin-left: -13px;
	margin-top: 20px;
}
.tags a{
	color: #d97e1d;
}
.tags a:hover{
	color: #000;
}
.addtoany_list {
	list-style: none;
}
.backtype-tweetcount{
	border: 1px solid #f00;
}

