@charset "utf-8";
/*
Theme Name: Gridiron Guru
Theme URI: http://www.gridiron-guru.com/
Description: Theme for http://www.gridiron-guru.com/
Version: 1.0
*/


/* ============================== GENERAL */

body {
	background: url(http://www.gridiron-guru.com/media/images/page_bg.jpg) top center no-repeat #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
	}

.clearfix {clear: both;}


/* ============================== TEXT STYLES */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	}

.the_content {
	font-size: 12px;
	}

.the_content p {
	font-size: 12px;
	margin-bottom: 18px;
	line-height: 18px;
	}

.the_content a:hover {
	text-decoration: underline;
	}

#content_left {color: #333333;}

.the_content h1 {
	background: url("http://www.gridiron-guru.com/media/images/post_heading_border.png") repeat-x scroll left bottom transparent;
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 15px;
    padding: 0;
	}

.the_content h2 {
	background: url("http://www.gridiron-guru.com/media/images/post_heading_border.png") repeat-x scroll center bottom transparent;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 4px;
	}

.the_content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	}

.the_content h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
	}

.the_content h5 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
	}

.the_content h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
	}

.the_content ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
	}
	
.the_content ul li {
	list-style: inherit;
	margin: 5px 0px;
	}
	
.the_content ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
	}

.the_content ol li {
	list-style: inherit;
	margin: 5px 0px;
	}

.the_content ol ol {
	list-style: upper-alpha;
	}

.the_content ol ol ol {
	list-style: lower-roman;
	}
	
.the_content ol ol ol ol {
	list-style: lower-alpha;
	}
	
.the_content ul ul,
.the_content ol ol,
.the_content ul ol,
.the_content ol ul {
	margin-bottom: 0;
	}
	
.the_content dl {
	margin: 0 0 24px 0;
	}
	
.the_content dt {
	font-weight: bold;
	}
	
.the_content dd {
	margin-bottom: 18px;
	}
	
.the_content strong {
	font-weight: bold;
	}
	
.the_content cite,
.the_content em,
.the_content i {
	font-style: italic;
	}
	
.the_content big {
	font-size: 131.25%;
	}
	
.the_content ins {
	background: #ffc;
	text-decoration: none;
	}
	
.the_content blockquote {
	font-style: normal;
	padding: 0 50px 0px 60px;
	margin: 25px 0px;
	background: url(http://www.gridiron-guru.com/media/images/quotes.png) 10px 0px no-repeat;
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif;
	}

.the_content blockquote .quotesource {
	display:block;
	text-align: left;
	font-style: normal;
	font-size: 12px;
	color: #666666 !important;
	margin: 5px 0px;
	}
	
.the_content blockquote cite,
.the_content blockquote em,
.the_content blockquote i {
	font-style: normal;
	}
	
.the_content pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	}
	
.the_content abbr,
.the_content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	}

.the_content sup,
.the_content sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	}
	
.the_content sup {
	bottom: 1ex;
	}
	
.the_content sub {
	top: .5ex;
	}
	
.the_content a:link {
	color: #CE2029;
	text-decoration: none;
	}
	
.the_content a:visited {
	color: #CE2029;
	text-decoration: none;
	}
	
.the_content a:active,
.the_content a:hover {
	text-decoration: underline;
	}

/* ============================== LAYOUT */

body {
	text-align: center;
	}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(http://www.gridiron-guru.com/media/images/content_bg.png) top repeat-x #FFFFFF;
	}

#header {
	height: 171px;
	position: relative;
	}

#header_top_bar {
	height: 28px;
	padding-top: 2px;
	padding-right: 154px;
	position: relative;
	top: 0px;
	left: 0px;
	}

#content {
	padding: 22px 10px;
	}

#content_left {
	width: 570px;
	float: left;
	}

#sidebar {
	width: 300px;
	float: right;
	}

#footer {
	background: #333333;
	padding: 20px;
	}


/* ================================ HEADER */

#logo a {
	width: 560px;
	height: 89px;
	background: url(http://www.gridiron-guru.com/media/images/logo.png) 0px 0px no-repeat;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	left: 14px;
	top: 33px;
	overflow: hidden;
	}

#logo a:hover {
	background-position: 0px -89px;
	}

#header_top_bar #facebook_like_button {
	position: absolute;
	left:16px;
	top: 4px;
	}

#newsletter_signup {
	float: right;
	width: 123px;
	position: relative;
	z-index: 10;
	}

#newsletter_signup #newsletter_button {
	display: block;
	background: url(http://www.gridiron-guru.com/media/images/newsletter_button.png) no-repeat 0px 0px #333333;
	height: 23px;
	width: 111px;
	color: #dadada;
	padding-left: 12px;
	line-height: 23px;
	font-size: 12px;
	text-decoration: none;
	}

#newsletter_signup #newsletter_button:hover {
	background-position: 0px -23px;
	color: #FFFFFF;
	}

#newsletter_signup #newsletter_signup_popdown {
	width: 204px;
	border: 1px solid #bfbfbf;
	background: #FFFFFF;
	padding: 17px 20px 20px 20px;
	position: absolute;
	right: 0px;
	top: 28px;
	display: none;
	}

#newsletter_signup #newsletter_email {
	float: left;
	background: url(http://www.gridiron-guru.com/media/images/newsletter_field_bg.png) repeat-x;
	border: 1px solid #999999;
	color: #000000;
	font-size: 12px;
	height: 22px;
	width: 130px;
	padding-left: 9px;
	}

#newsletter_signup #newsletter_submit {
	float: left;
	margin-left: 13px;
	}

#social_links {
	float: right;
	padding-top: 2px;
	margin-right: 14px;
	}

#social_links img {
	float: right;
	margin-left: 6px;
	}

#header_right {
	background: #000000;
	width: 150px;
	height: 95px;
	float: right;
	position: relative;
	z-index: 1;
	}

#signin_signup {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 16px;
	}

#signin_signup a {
	text-decoration: none;
	color: #DADADA;
	}

#signin_signup a:hover {
	color: #FFFFFF;
	}

#facebook_connect_button {
	display: block;
	text-align: center;
	}

#header_search {
	width: 208px;
	height: 27px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	position: absolute;
	right: 5px;
	bottom: 13px;
	z-index: 100;
	}

#header_search input#header_search_field {
	width: 142px;
	height: 27px;
	background: url(http://www.gridiron-guru.com/media/images/header_search_field.png) no-repeat;
	float: left;
	border: none;
	padding-left: 10px;
	font-size: 11px;
	color: #000000;
	line-height: 27px;
	}

#header_search input#header_search_button {
	width: 56px;
	height: 27px;
	float: left;
	border: none;
	}

#header_search #header_search_filter_button {
	position: absolute;
	right: 60px;
	top: 0px;
	display: block;
	height: 19px;
	padding-top: 6px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 7px;
	background: url(http://www.gridiron-guru.com/media/images/header_search_filter_dots.png) 0px 9px no-repeat;
	outline: none;
	}

#header_search #header_search_filter_button:hover {
	color: #999999;
	}

#header_search #header_search_filter_popdown {
	padding: 5px;
	border: 1px solid #bfbfbf;
	width: 140px;
	background: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 28px;
	display: none;
	}

#header_search #header_search_filter_popdown label {
	display: block;
	background: #f5f5f5;
	padding: 6px 7px;
	margin-bottom: 1px;
	font-size: 11px;
	color: #000000;
	}

#header_search #header_search_filter_popdown label input {
	float: left;
	margin-right: 6px;
	}
	

/* ============================== MAIN MENU */

ul#main_menu {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 46px;
	width: 900px;
	}
	
/* FIRST LEVEL */

ul#main_menu li {
	display: block;
	float: left;
	background: url(http://www.gridiron-guru.com/media/images/main_menu_divider.png) right 4px no-repeat;
	padding-right: 2px;
	}

ul#main_menu li a {
	display: block;
	float: left;
	height: 46px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-shadow: #590e12 1px 1px 1px;
	text-decoration: none;
	padding: 0px 17px;	
	}

ul#main_menu li a:hover, ul#main_menu li.sfHover a {
	background: #FFFFFF;
	color: #000000;
	text-shadow: none;
	} 
	
/* SECOND LEVEL */

ul#main_menu ul {
	height: 187px;
	width: 900px;
	background: url(http://www.gridiron-guru.com/media/images/main_menu_panel_bg.png) bottom repeat-x;
	}

ul#main_menu ul li {
	background: none;
	}

ul#main_menu div.menu_column {
	width: 273px;
	float: left;
	margin-left: 20px;
	padding-top: 18px;
	}

ul#main_menu div.menu_column ul {
	background: none;
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
	padding: 0px;
	margin: 0px;
	}

ul#main_menu div.menu_column ul li {
	display: block;
	float: none;
	padding: 0px;
	margin: 0px;
	}

ul#main_menu div.menu_column ul li a {
	display: block;
	float: none;
	color: #000000;
	font-size: 11px;
	text-align: left;
	height: 20px;
	line-height: 20px;
	text-shadow: none;
	background: #f7f7f7;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	}

ul#main_menu div.menu_column ul li a:hover {
	background: #CCCCCC;
	}

ul#main_menu div.menu_column div.main_menu_callout {
	background: #f7f7f7;
	height: 70px;
	}

/* =========================== HOME PAGE FEATURED SLIDES */

#featured_stories {
	width: 570px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-bottom: 11px;
	}

#featured_stories_slides {
	width: 570px;
	height: 300px;
	position: relative;
	z-index: 1;
	}

.featured_slide {
	width: 570px;
	height: 300px;
	position: relative;
	}

.featured_slide_player_stats {
	position: absolute;
	left: 0px;
	top: 0px;
	}

.featured_slide_fb_like {
	position: absolute;
	right: 9px;
	top: 8px;
	}

.featured_slide_caption {
	position: absolute;
	width: 530px;
	padding: 15px 20px;
	bottom: 0px;
	left: 0px;
	background: url(http://www.gridiron-guru.com/media/images/featured_slide_caption_bg.png);
	color: #f4f5f5;
	}

.featured_slide_caption a.feautred_rss_link {
	position: absolute;
	right: 7px;
	top: 8px;
	display: block;
	}

.featured_slide_caption h2 {
	font-size: 18px;
	color: #f4f5f5;
	font-weight: bold;
	margin-bottom: 2px;
	}

.featured_slide_caption h2 a {
	font-size: 18px;
	color: #f4f5f5;
	font-weight: bold;
	text-decoration: none;
	}

.featured_slide_caption p {
	font-size: 12px;
	color: #f4f5f5;
	line-height: 14px;
	margin-bottom: 6px;
	}

.featured_slide_caption span.post_author {
	display: block;
	height: 11px;
	background: url(http://www.gridiron-guru.com/media/images/author_arrow_green.png) left no-repeat;
	padding-left: 28px;
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	color: #b8b8b8;
	}

#featured_stories_pager {
	position: absolute;
	right: 10px;
	bottom: 9px;
	z-index: 2;
	}

#featured_stories_pager a {
	display: block;
	width: 12px;
	height: 12px;
	background: #99999a;
	text-indent: -9999px;
	outline: none;
	float: left;
	margin-left: 5px;
	}

#featured_stories_pager a.activeSlide, #featured_stories_pager a:hover {
	background: #FFFFFF;
	} 
	
/* ============================== SECTION HEADING */

.section_heading {
	background: #deddde;
	padding: 10px;
	position: relative;
	}

.section_heading h3 {
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	}

.section_heading a.view_all {
	display: block;
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
	position: absolute;
	right: 10px;
	top: 10px;
	}

.section_heading a.view_all:hover {
	text-decoration: none;
	}


/* =============================== CATEGORY HEADING */

.category_heading {
	background: url(http://www.gridiron-guru.com/media/images/striped_background.png);
	display: block;
	border: 5px solid #f2f2f2;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	}


/* ============================== TAB LINKS */

ul.tab_links {
	display: block;
	border-bottom: #f2f2f2 1px solid;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0;
	overflow: auto;
	}

ul.tab_links li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	}

ul.tab_links a {
	display: block;
	float: left;
	width: 150px;
	background: #f2f2f2;
	margin: 0px 1px 0px 0px;
	padding: 6px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	}

ul.tab_links a:hover {
	background: #666666;
	color: #FFFFFF;
	}

/* ============================== TOP STORIES */

#top_stories {
	margin-bottom: 10px;
	}

#top_stories .section_heading {
	margin-bottom: 6px;
	}

.top_story_post {
	height: 90px;
	margin-bottom: 15px;
	}

#top_stories .odd .top_story_teaser {
	background: url(http://www.gridiron-guru.com/media/images/top_story_post_odd_bg.png) no-repeat;
	}

.top_story_post_thumbnail {
	width: 125px;
	height: 80px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 3px;
	}

.top_story_post_thumbnail span.top_story_thumbnail_number_overlay {
	display: block;
	background: #bb0e1e;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.top_story_teaser {
	width: 422px;
	height: 68px;
	float: left;
	padding: 5px 10px;
	position: relative;
	}

.top_story_teaser h4 {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 1px;
	line-height: 18px;
	}

.top_story_teaser h4 a {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	}

.top_story_teaser p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
	}

.top_story_teaser span.post_author {
	display: block;
	height: 11px;
	background: url(http://www.gridiron-guru.com/media/images/author_arrow_green.png) left no-repeat;
	padding-left: 22px;
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	color: #b8b8b8;
	position: relative;
	left: -2px;
	}

.top_story_teaser div.top_story_more_comments {
	position: relative;
	right: 5px;
	bottom: 12px;
	}

.top_story_teaser div.top_story_more_comments a.comments_bubble_left {
	float: right;
	background: #f5f5f5 url(http://www.gridiron-guru.com/media/images/comment_bubble_left_bg.png) left no-repeat;
	display: block;
	height: 18px;
	line-height: 18px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	padding: 0px 10px 0px 13px;
	text-decoration: none;
	}

.top_story_teaser div.top_story_more_comments a.read_more {
	float: right;
	margin-right: 3px;
	width: 46px;
	height: 17px;
	line-height: 17px;
	background: url(http://www.gridiron-guru.com/media/images/more_button_bg.png) no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	}

/* ================================ HIGHEST RATED PLAYERS */

#highest_rated_players {
	margin-bottom: 10px;
	}

#highest_rated_players .section_heading {
	background: #333333;
	color: #FFFFFF;
	}

#highest_rated_players .section_heading h3, 
#highest_rated_players .section_heading a {
	color: #FFFFFF;
	}


/* =============================== SIDEBAR WIDGETS */

.widget {
	width: 300px;
	background: url(http://www.gridiron-guru.com/media/images/widget_top.png) top no-repeat;
	padding-top: 53px;
	position: relative;
	margin-bottom: 10px;
	}

.widget_inner {
	background: url(http://www.gridiron-guru.com/media/images/widget_bottom.png) bottom no-repeat;
	padding-bottom: 14px;
	}

.widget_content {
	background: url(http://www.gridiron-guru.com/media/images/widget_middle.png) repeat-y #787878;
	}

.widget_content_inner {
	background: url(http://www.gridiron-guru.com/media/images/widget_middle_bottom.png) bottom no-repeat;
	min-height: 185px;
	height: auto !important;
	height: 185px;
	padding: 1px 20px;
	color: #FFFFFF;
	}

.widget h3.widget_heading {
	position: absolute;
	left: 37px;
	top: 10px;
	width: 253px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	}

.interal_ad_block {
	margin-bottom: 10px;
	}

.interal_ad_block a {
	display: block;
	}

.interal_ad_block img {
	display: block;
	margin-bottom: 3px;
	}

.rumors_widget {
	background: url(http://www.gridiron-guru.com/media/images/rumors_widget_top.png) top no-repeat;
	padding-top: 5px;
	}

.rumors_widget_inner {
	background: url(http://www.gridiron-guru.com/media/images/rumors_widget_bottom.png) bottom no-repeat;
	padding-bottom: 5px;
	}

.rumors_widget_content {
	background: url(http://www.gridiron-guru.com/media/images/rumors_widget_middle.png) repeat-y;
	padding: 5px 10px;
	}

.rumors_graphic {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	}

.rumors_widget_content h3 {
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
	text-transform: uppercase;
	}

.rumors_widget_content h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

.rumors_widget_content h5 {
	clear: both;
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;
	}

.rumors_widget_content h5 a:hover {
	text-decoration: underline;
	}

#sidebar .adblock {
	margin-bottom: 10px;
	}

#sidebar .adblock img {
	display: block;
	}

#sidebar .adblock a {
	display: block;
	}

#sidebar .adblock div.adblock_caption {
	text-align: center;
	background: #000000;
	padding: 12px 5px;
	}

#sidebar .adblock div.adblock_caption a {
	font-size: 19px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	}

#sidebar .adblock div.adblock_caption a span {
	color: #FF0000;
	}

/* ===================================== BREADCRUMBS */

#breadcrumbs {
	background: #e8e8e8;
	height: 30px;
	font-size: 11px;
	color: #5e5e5e;
	padding-left: 9px;
	margin-bottom: 20px;
	}

#breadcrumbs a {
	color: #5e5e5e;
	text-decoration: none;
	padding: 0px 19px 0px 9px;
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	background: url(http://www.gridiron-guru.com/media/images/breadcrumb_divider.png) right no-repeat;
	}

#breadcrumbs a:hover {
	text-decoration: underline;
	}

#breadcrumbs span.current {
	padding: 0px 9px;
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	}

/* ============================== POST LISTING (ex. news page, archives, etc.) */

.post_listing {
	margin-bottom: 10px;
	}

.post_listing .section_heading {
	margin-bottom: 6px;
	}

.post_excerpt {
	height: 90px;
	margin-bottom: 15px;
	}

.post_listing .odd .post_excerpt_teaser {
	background: url(http://www.gridiron-guru.com/media/images/top_story_post_odd_bg.png) no-repeat;
	}

.post_excerpt_post_thumbnail {
	width: 125px;
	height: 80px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 3px;
	}

.post_excerpt_post_thumbnail span.post_excerpt_thumbnail_number_overlay {
	display: block;
	background: #bb0e1e;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.post_excerpt_teaser {
	width: 422px;
	height: 68px;
	float: left;
	padding: 5px 10px;
	position: relative;
	}

.post_excerpt_teaser h4 {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 1px;
	line-height: 18px;
	}

.post_excerpt_teaser h4 a {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	}

.post_excerpt_teaser p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
	}

.post_excerpt_teaser span.post_author {
	display: block;
	height: 11px;
	background: url(http://www.gridiron-guru.com/media/images/author_arrow_green.png) left no-repeat;
	padding-left: 22px;
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	color: #b8b8b8;
	position: relative;
	left: -2px;
	}

.post_excerpt_teaser div.post_excerpt_more_comments {
	position: relative;
	right: 5px;
	bottom: 12px;
	}

.post_excerpt_teaser div.post_excerpt_more_comments a.comments_bubble_left {
	float: right;
	background: #f5f5f5 url(http://www.gridiron-guru.com/media/images/comment_bubble_left_bg.png) left no-repeat;
	display: block;
	height: 18px;
	line-height: 18px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	padding: 0px 10px 0px 13px;
	text-decoration: none;
	}

.post_excerpt_teaser div.post_excerpt_more_comments a.read_more {
	float: right;
	margin-right: 3px;
	width: 46px;
	height: 17px;
	line-height: 17px;
	background: url(http://www.gridiron-guru.com/media/images/more_button_bg.png) no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	}


/* ======================================== PAGE / POST NAVIGATION */

div.wp-pagenavi {
	float: right;
	margin: 20px 0px;
	clear: both;
	font-size: 11px;
	}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 4px solid #b1b1b1;
	padding: 3px 7px;
	margin: 2px;
	color: #000000;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #b5b5b5;
}

.wp-pagenavi span.current {
	background: #bfbfbf;
}


/* ======================================= SINGLE POST */

.post_featured_image {
	width: 570px;
	height: 300px;
	position: relative;
	margin-bottom: 13px;
	}

.post_featured_image_player_stats {
	position: absolute;
	left: 0px;
	top: 0px;
	}

.post_featured_image_caption {
	position: absolute;
	width: 530px;
	padding: 8px 20px;
	bottom: 0px;
	left: 0px;
	background: url(http://www.gridiron-guru.com/media/images/featured_slide_caption_bg.png);
	color: #f4f5f5;
	}

.post_featured_image_caption p {
	font-size: 12px;
	color: #f4f5f5;
	line-height: 14px;
	}

.post_meta {
	overflow: auto;
	margin-bottom: 15px;
	}

.post_date_time {
	float: left;
	width: 270px;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	}

.post_meta .post_fb_like {
	float: right;
	}

.post_meta .post_twitter {
	float: right;
	}

h1.post_title {
	font-size: 21px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	line-height: 32px;
	background: url(http://www.gridiron-guru.com/media/images/post_heading_border.png) bottom left repeat-x;
	} 

#content_left div.the_content {
	padding: 0px 10px;
	margin-bottom: 20px;
	}

div.post_meta_additional {
	position: relative;
	color: #b8b8b8;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 15px;
	}

div.post_meta_additional a {
	color: inherit;
	text-decoration: underline;
	}

div.post_meta_additional a:hover {
	text-decoration: none;
	}

div.post_meta_additional span.post_author {
	display: block;
	height: 11px;
	background: url(http://www.gridiron-guru.com/media/images/author_arrow_green.png) left no-repeat;
	padding-left: 22px;
	font-style: italic;
	margin-bottom: 8px;
	}

div.post_meta_additional span.post_source {
	display: block;
	}

span.post_ffi {
	position: absolute;
	right: 0px;
	top: 0px;
	}

/* ====================================== COMMENTS */

div#comments {
	padding: 0px 10px;
	font-size: 12px;
	}

div#comments h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
	margin-bottom: 10px;
	background: url(http://www.gridiron-guru.com/media/images/post_heading_border.png) bottom repeat-x;
	}

div#comments textarea#comment {
	width: 473px;
	height: 123px;
	float: right;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	margin-bottom: 15px;
	}

form#commentform img.avatar {
	float: left;
	}

form#commentform #submit {
	display: block;
	clear: both;
	float: right;
	width: 46px;
	height: 18px;
	background: url(http://www.gridiron-guru.com/media/images/post_button.png) no-repeat;
	text-indent: -9999px;
	outline: none;
	border: none;
	}

div#comments div.navigation {
	clear: both;
	display: block;
	}

div#comments li.comment {
	margin-bottom: 30px;
	}

div#comments li.comment img.avatar {
	float: left;
	margin-right: 10px;
	}

div#comments li.comment div.comment_right {
	float: left;
	display: block;
	width: 474px;
	}

div#comments div.comment_top {
	padding-bottom: 3px;
	margin-bottom: 4px;
	background: url(http://www.gridiron-guru.com/media/images/post_heading_border.png) bottom repeat-x;
	overflow: auto;
	color: #000000;
	}

div#comments div.comment_top a {
	color: #000000;
	}

div#comments div.comment_top span.says {
	font-size: 12px;
	font-weight:bold;
	width: 300px;
	float: left;
	}

div#comments #commentform {
	overflow: auto;
	margin-bottom: 10px;
	}

div#comments #commentform input#author,
div#comments #commentform input#email,
div#comments #commentform input#url {
	margin-bottom: 10px;
	}

div#comments div.comment_top div.comment_top_right {
	width: 170px;
	float: right;
	text-align: right;
	font-size: 11px;
	}

div#comments div.comment_top span.says cite {
	font-weight: inherit;
	font-size: inherit;
	}

div#comments div.comment_right p {
	margin-bottom: 5px;
	}

div#comments div.comment_right div.reply a {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 4px;
	}
	
div#comments div.cancel-comment-reply {
	margin-bottom: 10px;
	}


/* ============================================ IMAGES */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* ============================== FOOTER */

#footer_logo {
	width: 77px;
	float: left;
	margin-right: 43px;
	}

.footer_menu_column {
	width: 200px;
	float: left;
	margin-right: 20px;
	}

.footer_menu_column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.footer_menu_column ul li {
	list-style: none;
	margin:0px 0px 4px 0px;
	padding:0;
	display: block;
	}

.footer_menu_column ul li a {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
	display: block;
	text-shadow: 0 -1px 0 #111111;
	}

.footer_menu_column ul li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	}

#footer_ads {
	width: 300px;
	float: right;
	}

#footer_ads img {
	display: block;
	margin-bottom: 4px;
	}
.copyright {	
	font-family: Verdana;
	font-size: 10px;
	color: #999;
	margin-bottom: 5px;
}

html {
    background: #000;    
}

#gig-skyscraper {	
    position: relative;
    right: -331px;  
    margin-left: 1px;
    top:-520px;
    height:600px;
    width:100px;
}

#gig-skyscraper-playerpage {	
    position: relative;     
    margin-left: 1px;
    right: -895px;
    top: -820px;
    height:600px;
    width:100px;
}

/* ============================== promo wrapper */

#bottom-promo-wrapper {
	position: relative;
}
#bottom-promo-bar {
	background: url("http://www.gridiron-guru.com/media/images/featured_slide_caption_bg.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #F4F5F5;
    left: 0;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    height: 125px;
    z-index: 999;
    display: none;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
#bottom-promo-close {
	margin-right:30px;
	cursor: pointer;
}
#bottom-promo-content {
	float: left;
    height: 125px;
    margin-right: 25px;
    margin-top: 15px;
    text-align: left;
    width: 60%;
}
.promo-header {
	font-weight:bolder;
	font-size:18px;
	margin-bottom: 2px;
}
.promo-text {
	font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
}
#bottom-promo-logo {
	margin-left: 20px;
	margin-right: 30px;
}
.promo-form {
	margin-top: 45px;
}
button {
    overflow: visible;
    width: auto;
}

button.green {
    background: #49b700;
    background: -moz-linear-gradient(top, #49b700 0%, #49b700 50%, #378900 50%, #378900 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #49b700), color-stop(0.5, #49b700), color-stop(0.5, #378900), color-stop(1, #378900));
    border: 1px solid #2d7300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(165, 230, 120, 0.4), 0 1px 3px #333;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(165, 230, 120, 0.4), 0 1px 3px #333;
    box-shadow: inset 0px 0px 0px 1px rgba(165, 230, 120, 0.4), 0 1px 3px #333;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .4);
    width: 150px;
}

button.green:hover {
    background: #4ec300;
    background: -moz-linear-gradient(top, #4ec300 0%, #4ec300 50%, #3c9500 50%, #3c9500 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #4ec300), color-stop(0.5, #4ec300), color-stop(0.5, #3c9500), color-stop(1, #3c9500));
    cursor: pointer;
}

button.green:active {
    background: #327d00;
    background: -moz-linear-gradient(top, #40a000 0%, #40a000 50%, #2e7200 50%, #2e7200 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #40a000), color-stop(0.5, #40a000), color-stop(0.5, #2e7200), color-stop(1, #2e7200));
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(150, 255, 100, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(150, 255, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(150, 255, 100, 0.4);
}

#bottom-promo-email-field {
	font-size: 12px;
	color: #B8B8B8;
}
/* ============================== end promo wrapper */

#google_plus1_button {
	position:absolute;
	top:4px;
	left: 105px;	
}
.first-footer-item {
	color: #FFF;
	font-weight:bold;
	font-size:12px;
}

.footer_closing_links {
	text-align: center;
	background: #000;
}

.footer_closing_links a {
	color: #999999;
    font-family: Verdana;
    font-size: 10px;
    margin-bottom: 5px;
    text-decoration: none;
}

#gig-skyscraper-kpage {
	position: relative;
	left: 325px;
	top: 10px;	
}