/*
WholeHogSports - Base Styles
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
#disqus_thread html { overflow: visible !important; }
body {
	background: #fff url(../img/grain-bg.jpg) repeat-x top;
	color: #444;
	font: normal 100% helvetica, arial, sans-serif;
	line-height: 100%;
	margin: 0px auto 0px;
	padding: 0px;
}
#story_body .flowplayer .fp-elapsed {
    left: 50px !important;
}
embed,
object,
iframe {
    margin: auto;
    max-width: 100%;
}
iframe.relatedstories {
	border: none;
	height: 290px;
	overflow: hidden;
	}
.hideonWHS {
	display: none;
}
.relatedstories { width: 275px;}
.relatedstories h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    width: 270px;
}

.relatedstories p {
	line-height: 14px; font-size: 12px; 
    -webkit-margin-before: 7px;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
    width: 270px;
	}
.whslist {
	border-top: 1px solid #FFFFFF; margin-top: 5px;
	}
img,
video {
	//height: auto;
	max-width: 100%;
}

.img-story img {
	padding: 0 !important;
	display: block;
}

.img-shadow {
	display: block;
	position: relative;
}

.img-shadow:before {
	content: '';
	-ms-box-shadow: 0 0 5px 0px #000 inset;
	-moz-box-shadow: 0 0 5px 0px #000 inset;
	-webkit-box-shadow: 0 0 5px 0px #000 inset;
	-o-box-shadow: 0 0 5px 0px #000 inset;
	box-shadow: 0 0 5px 0px #000 inset;
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
}
	
.widget-ad img {
    max-height: 600px;
}

@-moz-document url-prefix() {
	#site img {
		//width: 100%;
    }
}


/************************************************
	Hyperlinks
************************************************/

a, a:visited {
	color: #BC1717;
	text-decoration: none;
	transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
}

a:hover {
	color: #f00;
}

a:active,
a:focus {
	outline: none;
}

a.whs-button {
    background: #B90506;
    background: -moz-linear-gradient(top, #B90506, #940304);
    background: -ms-linear-gradient(top, #B90506, #940304);
    background: -o-linear-gradient(top, #B90506, #940304);
    background: -webkit-linear-gradient(top, #B90506, #940304);
    border-radius: 12px;
    box-shadow: 0px 1px 3px #000;
    color: #FFF;
    display: inline;
    font: 18px/20px 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    padding: 5px 10px;
}

#carousel a.subscriber:before,
.author-box a.subscriber:before,
.widget a.subscriber:before,
.home-headlines a.subscriber:before {
    background-size: 8px 8px;
    height: 8px;
    margin: 5px 3px 0px 0px;
    width: 8px;
}

#carousel a.subscriber:before,
.author-box a.subscriber:before,
.widget a.subscriber:before {
    margin: 3px 3px 0px 0px;
}


/************************************************
	Layout
************************************************/

#site {
	width: 100%;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#wrapper-inner {
	background: #fff;
	-ms-box-shadow: 0 0 170px 3px #888;
	-moz-box-shadow: 0 0 170px 3px #888;
	-webkit-box-shadow: 0 0 170px 3px #888;
	-o-box-shadow: 0 0 170px 3px #888;
	box-shadow: 0 0 170px 3px #888;
	float: left;
	position: relative;
	width: 100%;
}

.breaker {
	clear: both;
}

.float_right, .right, .alignright {
	float: right;
}

.float_left, .left, .alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.spacer25 {
	float: left;
	height: 75px;
}

.right_item_margin {
    margin-right: 7px;
}

.left_item_margin {
    margin-left: 7px;
}

.top_item_margin {
    margin-top: 5px;
}


/************************************************
	Header
************************************************/

#header-top-wrapper {
	background: #111;
	float: left;
	position: relative;
	width: 100%;
	z-index: 3000;
}

#header-top {
	margin: 0px auto;
	width: 980px;
}

#header-top-logo {
    background: url(../img/adg-header.png) 0px -4px no-repeat;
    float: left;
    height: 40px;
    text-indent: -9999px;
    width: 239px;
}

#header-top-left {
    color: #888888;
    clear: both;
	float: left;
	font: bold 9px/9px helvetica, arial, sans-serif;
	padding: 8px 20px;
}

#header-top-left a {
	color: #888;
}

#header-top-left a:hover {
	color: #fff;
}

#header-top-left ul {
    float: left;
	text-transform: uppercase;
}

#header-top-left li {
	border-right: 1px solid #000;
	display: inline;
	float: left;
	padding: 0 10px;
}

#header-top-left li:last-child {
	border-right: none;
	padding-right: 0px;
}

#header-top-left li:first-child {
	padding-left: 0px;
}

#breaking-news {
    clear: both;
	font: 11px/11px helvetica, arial, sans-serif;
	padding: 6px 10px;
}

#breaking-news .breaking_title {
    color: #FFCC00;
    text-transform: uppercase;
}

#breaking-news .breaking_link a {
    color: #FFF;
}

#breaking-news .breaking_date {
    color: #888;
    font-size: 10px;
}

#header-top-right {
	float: right;
	height: 24px;
	padding: 0;
}

#header-top-right ul {
	float: left;
}

#header-top-right li {
	display: inline;
	float: left;
	padding: 4px 3px;
}

#header-top-right li img {
	width: auto;
}

#header-wrapper {
	background: #000 url(../img/light-bg.png);
	-ms-box-shadow: 0 0 8px 0 #000;
	-moz-box-shadow: 0 0 8px 0 #000;
	-webkit-box-shadow: 0 0 8px 0 #000;
	-o-box-shadow: 0 0 8px 0 #000;
	box-shadow: 0 0 8px 0 #000;
	float: left;
	position: relative;
	width: 100%;
	z-index: 2000;
}

#header {
	margin: 0px auto;
	width: 980px;
}

#header-contain, #leaderboard {
	float: left;
	width: 940px;
}

#header-contain {
	background: url(../img/header-bg.png) no-repeat center;
	padding: 10px 20px 0;
	position: relative;
}

#header-bottom {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

#logo {
	float: left;
	position: relative;
}

#share_links {
    float: right;
    /*margin-right: 15px;*/
    margin-top: 13px;
    position: relative;
}

#site_links {
    float: right;
    margin-top: 15px;
    position: relative;
}

#site_links a {
    float: left;
    /*clear: both;*/
}

#share_links a {
    float: left;
}

#share_links a, #site_links a {
    display: block;
    text-indent: -9999px;
}

#share_links .facebook {
    background: url(../img/facebook.png) no-repeat 0px 0px;
    background-size: 40px;
    height: 40px;
    width: 40px;
    margin: 0 8px 0 0;
}

#share_links .facebook:hover {
    background: url(../img/facebook-hover.png) no-repeat 0px 0px;
    background-size: 40px;
}

#share_links .twitter {
    background: url(../img/twitter.png) no-repeat 0px 0px;
    background-size: 40px;
    height: 40px;
    width: 40px;
    margin: 0 8px 0 0;
}

#share_links .twitter:hover {
    background: url(../img/twitter-hover.png) no-repeat 0px 0px;
    background-size: 40px;
}

#share_links .instagram {
    background: url(../img/SOUND_circle_WHT.png) no-repeat 0px 0px;
    background-size: 40px;
    height: 40px;
    width: 40px;
    margin: 0 8px 0 0;
}

#share_links .instagram:hover {
    background: url(../img/SOUND_circle_COLOR.png) no-repeat 0px 0px;
    background-size: 40px;
}

#share_links .rss {
    background: url(../img/rss.png) no-repeat 0px 0px;
    background-size: 40px;
    height: 40px;
    width: 40px;
    margin: 0 8px 0 0;
}

#share_links .rss:hover {
    background: url(../img/rss-hover.png) no-repeat 0px 0px;
    background-size: 40px;
}

#site_links .nwaonline {
    background: url(../img/nwadg.png) no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    margin: 0 8px 0 0;
}

#site_links .nwaonline:hover {
    background: url(../img/nwadg-hover.png) no-repeat;
    background-size: 40px;
}

#site_links .hipressreader {
    background: url(../img/HI_circle_white.png) no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    margin: 0 8px 0 0;
}

#site_links .hipressreader:hover {
    background: url(../img/HI_circle_red.png) no-repeat;
    background-size: 40px;
}

#site_links .arkonline {
    background: url(../img/arkansasonline.png) no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    margin: 0 8px 0 0;
}

#site_links .arkonline:hover {
    background: url(../img/arkansasonline-hover.png) no-repeat;
    background-size: 40px;
}

#news-ticker {
	background: url(../img/latest.png) no-repeat left center;
	color: #fff;
	float: left;
	font: 12px/12px helvetica, arial, sans-serif;
	margin-top: 8px;
	padding-left: 70px;
	padding-top: 6px;
	position: relative;
}

ul#ticker {
	width: 535px;
	height: 14px;
	overflow: hidden;
}

ul#ticker li {
	height: 14px;
}

ul#ticker li a {
	color: #ddd;
}

ul#ticker li a:hover {
	text-decoration: underline;
}

#searchform {
	float: left;
	position: relative;
}

#searchform input {
	background: #333 url(../img/search-icon.png) no-repeat right;
	border: 0;
	-ms-box-shadow: 1px 1px 0px #000 inset;
	-moz-box-shadow: 1px 1px 0px #000 inset;
	-webkit-box-shadow: 1px 1px 0px #000 inset;
	-o-box-shadow: 1px 1px 0px #000 inset;
	box-shadow: 1px 1px 0px #000 inset;
	color: #ddd;
	float: left;
	font: 11px/11px helvetica, arial, sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
	height: 25px;
}

#searchform #search-button {
	border: none;
	float: left;
}

#searchform #s:focus {
	outline: none;
}

#leaderboard {
	background: #fff url(../img/leader-bg.gif);
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
	text-align: center;
}

#leaderboard img {
	width: auto;
}

#BAP-holder { /* hide AdChoices logo */
    display: none;
}

#nav-main {
	background: url(../img/nav-bg.png) no-repeat top left;
	clear:both;
	color: #fff;
	float: left;
	position: relative;
	width: 940px;
}

#nav-main ul li {
	float: left;
	position: relative;
}

#nav-main ul li a {
	-ms-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	display: block;
	font: 16px/16px 'Open Sans Condensed', sans-serif;
	margin-top: 8px;
	padding: 7px 12px;
	text-transform: uppercase;
}

#nav-main ul li:hover a {
	background: #fff url(../img/tab-bg2.gif) repeat-x top;
	color: #222;
	text-decoration: none;
}

#nav-main ul li:hover a:hover {
	color: #222;
}

#nav-main ul li ul {
	display: none;
}

#nav-main ul li:hover ul {
	background: #fff url(../img/tab-bg3.gif) repeat-x bottom;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-ms-box-shadow: 0 7px 10px 0 #333;
	-moz-box-shadow: 0 7px 10px 0 #333;
	-webkit-box-shadow: 0 7px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 7px 10px 0 #333;
	box-shadow: 0 4px 5px rgba(0,0,0,0.3);
	display: block;
	padding: 5px 10px;
	position: absolute;
		left: 0px;
		top: 38px;
	width: 150px;
	z-index: 999;
}

#nav-main ul li:hover:last-child ul {
	left: auto;
	right: 0px;
}

#nav-main ul li:hover ul li a {
	background: none !important;
	border-bottom: 1px solid #efefef;
	color: #222;
	display: block;
	float: left;
	font: 10px/14px helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 5px  0 5px;
	position: relative;
	width: 150px;
}

#nav-main ul li:hover ul li:last-child a {
	border-bottom: none;
}

#nav-main ul li:hover ul li a:hover {
	color: #f00;
}

#nav-main ul li:hover ul li ul {
	display: none;
}

#nav-mobi {
	background: #444 url(../img/mobi-bg.png) no-repeat right top;
	border: 1px solid #222;
	clear: both;
	color: #fff;
	display: none;
	float: left;
	font: bold 16px/16px Arial, Verdana, Sans-Serif;
	margin-top: 10px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 940px;
	height: 36px;
}

#nav-mobi a {
	color: #fff;
}

#nav-mobi a:hover,
#nav-mobi a:active {
	background: #fff;
	color: #f00;
	text-decoration: none;
}

#nav-mobi ul {
	background: #444;
	display: block;
	position: absolute;
		top: 37px;
		left: -1px;
}

#nav-mobi ul li a {
	background: #444;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	display: block;
	float: left;
	font: 16px/16px Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px 12px;
	position: relative;
	width: 916px;
}

#nav-mobi ul li ul {
	display: block;
	position: relative;
        top: 0px;
        left: 0px;
}

#nav-mobi ul li ul li a {
	padding-left: 30px;
	width: 898px;
}

.flip {
	float: left;
	padding: 10px 12px;
	width: 916px;
	height: 36px;
}

.panel {
	display: none;
}


/************************************************
	Content
************************************************/

#main {
	border-top: 1px #ddd solid;
	float: left;
	padding: 20px;
	position: relative;
	width: 940px;
}

body.no_rails #content,
body.no_rails #post-area {
    width: 940px;
    padding-right: 0px;
}

#content {
	float: left;
	padding-right: 20px;
	position: relative;
	width: 610px;
}

.emp-content {
	font: 18px/18px 'Open Sans Condensed', sans-serif;
}

h2.section {
	background: url(../img/heading-bg.gif) repeat-x;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}

span.section {
	background: #fff;
	color: #aaa;
	float: left;
	font: 20px/20px 'Open Sans Condensed', sans-serif;
	padding-right: 15px;
	text-transform: uppercase;
}

span.section a {
	color: #666;
}

span.section a:hover {
	color: #f00;
	text-decoration: none;
}

.small-cat {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	width: 610px;
}

.small-cat .small-cat-story {
	float: left;
	position: relative;
	height: 160px;
	overflow: none;
}

.small-cat .small-cat-story a {
	color: #333;
	font: bold 12px/14px helvetica, arial, sans-serif;
}

.small-cat .small-cat-story a:hover {
	color: #f00;
}

.small-cat li {
	float: left;
	margin: 0 0 10px 10px;
    height: 160px;
	width: 145px;
}

.small-cat li:first-child {
	margin-left: 0px;
}


/************************************************

	Posts

************************************************/

.page-content,
#post-area {
	color: #333;
	float: left;
	font: 12px/17px Verdana, Arial, Sans-Serif;
	overflow: hidden;
	position: relative;
	width: 610px;
}

#post-area img {
	width: auto;
	height: auto;
	padding-bottom: 10px;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#post-area .vertical_photo {
    float: left;
    margin: 0px 15px 0px 0px;
    max-width: 300px;
}

#post-area img:hover {
	opacity: 0.5;
}

h1.page-title,
#post-area h1 {
	color: #333;
	font: 32px/36px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
}

#post-area h2 {
	color: #333;
	font: 28px/32px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
}

#sidebar-container h3,
#post-area h3 {
	color: #333;
	font: 24px/28px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
}

#sidebar-container h3.widget,
#post-area h3.widget {
    margin: 0 0 10px 0;
}

#sidebar-container h3 {
    color: #888;
}

#post-area h4 {
	color: #333;
	font: 20px/24px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
}
	
#post-area h4.kicker {
    margin: 0px;
}

#post-area h5 {
	color: #333;
	font: 16px/20px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
}

#post-area h6 {
	color: #333;
	font: 12px/16px 'Open Sans Condensed', sans-serif;
	margin: 10px 0;
}

h1.headline {
	border-bottom: 1px #ccc dotted;
	margin-top: 0px !important;
	padding-bottom: 10px;
}

#post-area blockquote {
	border-left: 1px #ccc solid;
	color: #777;
	font: italic 14px/22px Verdana, Arial, Sans-Serif;;
	margin: 10px;
	padding-left: 20px;
}

#post-area p {
	display: block;
	padding-bottom: 10px;
}

#post-area .video {
    clear: both;
}

#content-area ul {
	list-style: disc outside;
	margin: 10px 0;
}

#content-area ol {
	list-style: decimal outside;
	margin: 10px 0;
}

#content-area ul li,
#content-area ol li {
	margin-left: 50px;
	padding: 5px 0px;
}

#post-404 {
	color: #999;
	margin: 100px 0;
	text-align: center;
}

#post-404 h1 {
	font: 80px/80px 'Open Sans Condensed', sans-serif;
	border-bottom: none;
}

#post-404 p {
	text-align: center;
}

#post-info {
	clear: both;
	color: #aaa;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
	position: relative;
	width: 610px;
}

#post-info .author_twitter {
    vertical-align: middle;
}

#post-info .author_twitter img {
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

#post-info-left {
	float: left;
}


#social-box {
	display: none;
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 610px;
}

#social-box-vert {
	background: #fff;
	-ms-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-o-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-ms-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-o-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	float: left;
	margin-left: -95px;
	padding: 5px 10px;
	position: fixed;
		top: 166px;
	width: 55px;
}

.post-social-horz {
	float: left;
	padding-right: 10px;
}

#social-box .post-social-horz:nth-child(1) {
	width: 68px !important;
}

#social-box .post-social-horz:nth-child(2) {
	width: 61px !important;
}

.post-social-vert {
	clear: both;
	float: left;
	padding: 5px 0;
}

#post-area .post-social-horz img, #post-area .post-social-vert img {
    padding-bottom: 0px;
}

.page-header {
	color: #666 !important;
	font: 50px/50px 'Open Sans Condensed', sans-serif !important;
	margin-bottom: 20px !important;
}

table td {
    vertical-align: top;
}





/************************************************
	Nonsubscriber Box
************************************************/

#nonsubscriber {
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    float: left;
    margin: 20px 0px;
    position: relative;
    width: 100%;
}

#nonsubscriber h2 {
    margin: 0px 0px 10px 0px;
}

#nonsubscriber a.whs-button {
    display: block;
    text-align: center;
}

#nonsubscriber .ns-login {
    border-right: 1px solid #EEE;
    float: left;
    width: 45%;
	margin: 10px 0px;
	margin-right: 3%;
	padding-right: 3%;
}

#nonsubscriber .ns-subscribe {
    float: left;
	margin: 10px 0px;
	width: 45%;
}

#nonsubscriber .ns-login p, #nonsubscriber .ns-subscribe p {
    min-height: 70px;
}

#ns-overlay {
    display: none;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

#ns-wrapper {
    background: url(../img/modal_bg.png) no-repeat;
    display: block;
    height: 250px;
    margin: auto;
    margin-top: 100px;
    position: relative;
    width: 300px;
    z-index: 9998;
}

#ns-zip {
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    color: #666666;
    font-size: 20px;
    height: 35px;
    position: absolute;
        bottom: 20px;
        left: 20px;
    text-indent: 10px;
    width: 150px;
    z-index: 9999;
}
    
#ns-submit {
    position: absolute;
        bottom: 24px;
        right: 20px;
    z-index: 9999;
}

#ns-close {
    height: 29px;
    width: 29px;
    position: absolute;
        top: -12px;
        right: -12px;
    z-index: 9999;
}

#ns-close img {
    height: 29px;
    width: 29px;
}


/************************************************
	Comments
************************************************/

h2.comments {
	background: url(../img/heading-bg.gif) repeat-x;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}

span.comments {
	background: #fff;
	color: #aaa;
	float: left;
	font: 20px/20px 'Open Sans Condensed', sans-serif;
	padding-right: 15px;
	text-transform: uppercase;
}

a.dsq-widget-thread {
    font-weight: bold;
}


/************************************************
	SportsDirect
************************************************/

.sdi-so { clear: both; }

.sdi-so-title { display: none; }

table.sdi-data-wide {
    border-collapse: separate;
    text-align: center;
    width: 100%;
}

td.sdi-datahead-sub,
td.sdi-datahead-sub-nb {
    background: #EEEEEE;
    color: #333333;
    font-size: 14px;
    padding: 2px;
}

td.sdi-datahead-sub {
    font-weight: bold;
    text-align: left !Important;
}

td.sdi-datacell {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 11px;
    padding: 4px 2px;
}

.sdi-so tr[align=left] td,
.sdi-so td[align=left] td { text-align: left; }

.sdi-so td[align=left] { text-align: left !important; }

.sdi-so td[align=right] { text-align: right !important; }

.sdi-so tr:nth-child(2) {
	 text-transform: uppercase;
}
.sdi-so tr:nth-child(2) td {
	background-color: #d60a0a !important;
	color: #FFFFFF !important;
	padding-top: 4px !Important;
	padding-bottom: 4px !Important;
}
.sdi-so table { border: 1px solid #000 !important; }
.sdi-so table td { border: 1px solid #ccc !important; }
/************************************************
	Photo Grid
************************************************/

.photo_grid .photo_item {
    border: 1px solid #D5D5D5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px 0 #D5D5D5;
    float: left;
    margin: 0px 5px 10px 5px;
    padding: 5px;
}

#post-area .photo_grid .photo_item p,
#post-area .photo_grid .photo_item img {
    padding: 0px;
}

.photo_grid .photo_vertical {
    width: 166px;
}

.photo_grid .photo_horizontal {
    width: 354px;
}


/************************************************
	Polls
************************************************/


.poll_results .progress {
    border: 1px solid #333333;
    height: 20px;
    width: 80%;
}

.poll_results .bar {
    background: #3377FF;
    display: block;
    height: 20px;
}

.poll_results .vote_total {
    margin-bottom: 10px;
    padding-top: 10px;
}
#feedbackSurvey {
    background: none repeat scroll 0 0 transparent;
    border: medium none;bottom: 0;
    height: 62px;
    left: 50%;
    margin-left: -218px;
    position: fixed;
    width: 426px;
    z-index: 800;
}
#feedbackSurvey #feedbackCloseButton {
    position:absolute;
    right:0;
    top:-5px;
}

/************************************************
	Sidebar
************************************************/

#sidebar-container {
	float: left;
	padding-left: 0;
	position: relative;
	width: 310px;
}

#sidebar-container .game-day .widget-list {
    width: 290px;
}

#sidebar-container .game-day table td {
    padding: 1px 0px;
}

#sidebar-container .game-day table th {
    border: 1px solid #FFF;
    padding: 5px 0px;
    text-align: center;
}

#sidebar-container .game-day table th.TSN2 {
    background: #BA1616;
    background-image: -moz-linear-gradient(top, #BA1616, #960808);
    background-image: -webkit-linear-gradient(top, #BA1616, #960808);
    background-image: -ms-linear-gradient(top, #BA1616, #960808);
    background-image: -o-linear-gradient(top, #BA1616, #960808);
    color: #FFF;
}

#sidebar-container .game-day table td.TSN5 {
    
}

.tabs-wrapper {
	float: left;
	position: relative;
	width: 310px;
}

ul.tabs {
	display: inline;
	float: left;
	position: absolute;
		top: 1px;
		left: 0px;
	width: 300px;
}

ul.tabs li {
	background: #fff url(../img/tab-bg.gif) repeat-x bottom;
	border: 1px solid #d5d5d5;
	border-bottom: none;
	float: left;
	height: 16px;
	line-height: 11px;
	padding: 5px 10px;
	text-shadow: 1px 1px 0px #fff;
}

ul.tabs li:hover {
	background: #fff url(../img/tab-bg2.gif) repeat-x bottom;
	border-bottom: none;
	float: left;
	text-shadow: 1px 1px 0px #fff;
}

ul.tabs li:first-child {
	border-right: none;
	border-top-left-radius: 5px;
}

ul.tabs li:last-child {
	border-left: none;
	border-top-right-radius: 5px;
}

ul.tabs li.active {
	background: #fff url(../img/tab-bg2.gif) repeat-x bottom;
	border-bottom: none;
	float: left;
	text-shadow: 1px 1px 0px #fff;
}

ul.tabs li a {
	color: #777;
	font: bold 11px/11px helvetica, arial, sans-serif;
}

ul.tabs li.active a {
	color: #444;
}

#tab1,
#tab2,
#tab3,
#tab4 {
	background: #fff;
	border: 1px solid #d5d5d5;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-ms-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-moz-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-webkit-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-o-box-shadow: 0px 2px 2px 0px #d5d5d5;
	box-shadow: 0px 2px 2px 0px #d5d5d5;
	float: left;
	margin-top: 27px;
	padding: 10px 10px;
	width: 290px;
}

.side-story,
.side-ad {
	float: left;
	position: relative;
	width: 100%;
}

#tab1 a,
#tab2 a,
#tab3 a,
#tab4 a {
	font: 13px/16px helvetica, arial, sans-serif;
}

#tab2,
#tab3,
#tab4 {
    display: none;
}

#popularthreads li.dsq-widget-item {
    margin: 0px 0px 10px 0px;
}

#popularthreads li.dsq-widget-item:last-child {
    margin: 0px;
}

#twitter {
    font: 12px/17px helvetica,arial,sans-serif
}

#twitter img {
    height: 32px !important;
    width: 32px !important;
    float: left;
    margin: 0px 10px 5px 0px;
}

#twitter .tweet_text {
    display: block;
}

ul.headlines {
	float: left;
}

ul.headlines li {
	border-bottom: 1px dotted #ccc;
	display: block;
	float: left;
	padding: 3px 0;
	width: 100%;
}

ul.headlines li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

ul.headlines li a {
	color: #BC1717;
	font: 13px/14px helvetica, arial, sans-serif;
}

ul.headlines li a:hover {
	color: #f00;
}

ul.latest-comments {
	float: left;
	width: 100%;
}

ul.latest-comments li {
	display: block;
	float: left;
	font: 11px/14px helvetica, arial, sans-serif;
	padding: 5px 0;
	width: 100%;
}

.widget {
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.widget-home {
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

#gallery-info-wrap,
.widget-list,
.widget-fb {
	background: #fff;
	border: 1px solid #d5d5d5;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-ms-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-moz-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-webkit-box-shadow: 0px 2px 2px 0px #d5d5d5;
	-o-box-shadow: 0px 2px 2px 0px #d5d5d5;
	box-shadow: 0px 2px 2px 0px #d5d5d5;
	float: left;
	padding: 10px;
	position: relative;
}

.widget-fb iframe {
	margin: 0 -5px;
}

.widget-list .contain,
#tab1 .contain,
#tab2 .contain,
#tab3 .contain,
#tab4 .contain {
	float: left;
	margin-right: 10px;
	position: relative;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	width: 95px;
}
	
.widget-list.author-box .contain {
    width: 90px;
    border: 1px solid #C0C0C0;
}

.widget-list .contain:hover,
#tab1 .contain:hover,
#tab2 .contain:hover,
#tab3 .contain,
#tab4 .contain:hover {
	opacity: 0.5;
}

.widget-list .contain img,
#tab1 .contain img,
#tab2 .contain img,
#tab3 .contain,
#tab4 .contain img {
	padding-bottom: 0px !important;
	display: block;
}

.widget-list .text,
#tab1 .text,
#tab2 .text,
#tab3 .text,
#tab4 .text {
	float: right;
	font: 12px/17px helvetica, arial, sans-serif;
	width: 183px;
}
	
.widget-list.author-box .text {
    width: 166px;
}

.widget-list .text-noimg,
#tab1 .text-noimg,
#tab2 .text-noimg,
#tab3 .text,
#tab4 .text-noimg {
	float: right;
	font: 12px/17px helvetica, arial, sans-serif;
	width: 288px;
}

.widget-list.author-box .text-noimg {
    width: 100%;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.tabs-wrapper #popularthreads a,
.widget-list .text a,
#tab1 .text a,
#tab2 .text a,
#tab3 .text,
#tab4 .text a {
	font-weight: bold;
}

.widget-list .text-noimg a,
#tab1 .text-noimg a,
#tab2 .text-noimg a,
#tab3 .text,
#tab4 .text-noimg a {
	font-weight: bold;
}

.widget-list ul,
#tab1 ul,
#tab2 ul,
#tab3 ul,
#tab4 {
	display: block;
}

.widget-list li,
#tab1 li,
#tab2 li,
#tab3 li,
#tab4 li {
	float: left;
	margin-bottom: 10px;
}

.widget-list li:last-child,
#tab1 li:last-child,
#tab2 li:last-child,
#tab3 li:last-child,
#tab4 li:last-child {
	margin-bottom: 0;
}

.widget-ad {
	background: #d5d5d5;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.widget-text {
	float: left;
	font: 12px/17px helvetica, arial, sans-serif;
	width: 288px;
}
	
.widget .inline_video_embed h4 {
    font: 18px/16px 'Open Sans Condensed', sans-serif;
    margin: 0px 0px 7px 0px;
}

.widget .inline_video_embed p {
    display: none;
}

.widget .inline_video_embed {
    float: left;
}

.widget .inline_video_embed a.morelink,
.widget .inline_video_embed .video_player_full:after {
    clear: both;
}

.widget a.morelink {
    color: #555;
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    float: right;
    margin-top: 5px;
}

.avatar {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 40px;
}

body.users .avatar {
    width: 120px;
}

body.users #sidebar-container h3 {
    clear: both;
}

h3.widget {
	background: url(../img/heading-bg.gif) repeat-x;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}

span.widget {
	background: #fff;
	color: #aaa;
	float: left;
	font: 20px/20px 'Open Sans Condensed', sans-serif;
	padding-right: 15px;
	text-transform: uppercase;
	width: auto;
}

span.widget a {
	color: #666;
}

span.widget a:hover {
	color: #f00;
	text-decoration: none;
}


/************************************************

	Footer

************************************************/

#footer {
	background: #444;
	-ms-box-shadow: 0 0 5px 5px #222 inset;
	-moz-box-shadow: 0 0 5px 5px #000 inset;
	-webkit-box-shadow: 0 0 8px 5px #363636 inset;
	-o-box-shadow: 0 0 5px 5px #000 inset;
	box-shadow: 0 0 8px 5px #363636 inset;
	color: #999;
	float: left;
	font: 12px/20px helvetica , arial, sans-serif;
	padding: 20px;
	position: relative;
	width: 940px;
}

#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #fff;
}

#footer-info {
	font: italic 11px/11px helvetica , arial, sans-serif;
}


/************************************************
	Media Queries
************************************************/

@media screen and (min-width: 1141px) {
    #breaking-news {
        clear: none;
    }
    #header-top-left {
        clear: none;
    }
}

@media screen and (max-width: 1140px) and (min-width: 1024px) {
    #breaking-news {
        clear: none;
    }
    #header-top-left {
        clear: none;
    }
	#social-box {
		display: inline;
		}

	#social-box-vert {
		display: none;
		}
	}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    #nav-main ul li a {
        font: 14px/14px 'Open Sans Condensed',sans-serif;
    }
	#wrapper,
	#header-top,
	#header {
		width: 740px;
		}

    body.no_rails #content,
    body.no_rails #post-area,
	#nav-main {
		width: 720px;
		}

	#leaderboard,
	#main,
	#footer,
	#footer-bottom {
		padding: 10px 10px;
		width: 720px;
		}

	#footer-about,
	.footer-twitter {
		width: 230px;
		}

	.footer-links {
		width: 100px;
		}

	#header-contain {
		background: none;
		padding: 10px 10px 0;
		width: 720px;
		}

	#header-top-left {
		padding: 8px 10px;
		}

	#content,
	.home-category1,
	.home-story1,
	#home-feature,
	#home-feature-main,
	#home-top,
	#headlines,
	#post-area,
	#post-info,
	.small-cat,
	.small-cat-home,
	.es-carousel-wrapper,
	.recent,
	.story-text-noimg {
		width: 470px;
		}

	.es-nav span {
		top: 16px;
		}

	#content {
		padding-right: 0px;
		}

	.home-category2 {
		width: 450px;
		}

	#home-feature-box {
		width: 440px;
		}

	.home-feature-box h1 a {
		font: 32px/32px 'Open Sans Condensed', helvetica, arial, sans-serif;
		}

	#headlines,
	.home-story1-links {
		padding: 10px 0;
		}

	.story-text {
		width: 305px;
		}

	#social-box {
		display: inline;
		}

    .large-widget,
    .widget-video,
	#social-box-vert,
	.home-category2,
	.side-facebook,
	.widget-fb,
	.contain,
	#news-ticker {
		display: none;
		}

	#sidebar-container {
		padding-left: 10px;
		width: 240px;
		}
		
    .tabs-wrapper ul.tabs li {
        padding: 5px 7px;
    }
		
    .widget-ad iframe {
        max-height: 191px !important;
    }

	#tab1,
	#tab2,
	#tab3,
	#tab4,
	.widget-list,
	.widget-list .text,
	#tab1 .text,
	#tab2 .text,
    #tab3 .text,
	#tab4 .text,
	.widget-list .text-noimg,
	#tab1 .text-noimg,
	#tab2 .text-noimg,
	#tab3 .text,
	#tab4 .text-noimg,
	.widget-text {
		width: 220px;
		}
		
    .author-box {
        width: 204px;
    }
    
    .photo_grid .photo_vertical {
        width: 122px;
    }
    
    .photo_grid .photo_horizontal {
        width: 266px;
    }

	.widget {
		margin-bottom: 10px;
		}
	}

@media screen and (max-width: 767px) and (min-width: 600px) {
    #nav-main ul li a {
        font: 12px/12px 'Open Sans Condensed',sans-serif;
        padding: 2px 7px;
    }
	#wrapper,
	#header-top,
	#header {
		width: 580px;
		}
		
    #header-contain {
        width: 600px;
        margin-left: -20px;
    }
    
    body.no_rails #content,
    body.no_rails #post-area {
        width: 560px;
    }

	#leaderboard,
	#main,
	#footer,
	#footer-bottom {
		padding: 10px;
		width: 560px;
		}
	
	#footer-about {
		width: 300px;
		}

	.footer-links {
		width: 110px
		}

	.footer-navbox {
		margin: 10px 0 0;
		}

	#header-contain {
		background: none;
		padding: 10px 10px 0;
		}

	#main {
		background: none;
		}

	#header-top-left {
		padding: 8px 10px;
		}

	#content,
	#nav-main,
	#home-feature,
	#home-feature-main,
	#home-top,
	#headlines,
	#post-area,
	#post-info,
	#footer-info,
	.small-cat-home,
	.es-carousel-wrapper,
	.recent,
	.story-text-noimg {
		width: 560px;
		}

    .widget-list.author-box .contain {
        width: 75px;
    }
    
    .widget-list.author-box .text {
        width: 155px;
    }

	.story-text {
		width: 405px;
		}

	.small-cat {
		width: 570px;
		}

	#news-ticker {
		display: none;
		}

	#home-feature-box {
		width: 440px;
		}

	#content {
		padding-right: 0;
		}

	.home-feature-box h1 a {
		font: 39px/39px 'Open Sans Condensed', helvetica, arial, sans-serif;
		}

	#headlines,
	.home-story1-links {
		padding: 10px 0;
		}

	#social-box {
		display: inline;
		}
    
    .photo_grid .photo_vertical {
        width: 118px;
    }
    
    .photo_grid .photo_horizontal {
        width: 258px;
    }

    .large-widget,
	#search-wrap,
	#social-box-vert,
	.home-category2,
	#sidebar-container,
	.footer-twitter {
		display: none;
		}
	}

@media screen and (max-width: 599px) and (min-width: 480px) {
	#wrapper,
	#header-top,
	#header {
		width: 480px;
		}

    body.no_rails #content,
    body.no_rails #post-area {
        width: 460px;
    }

	#header-contain,
	#leaderboard,
	#main,
	#footer,
	#footer-bottom {
		padding: 10px;
		width: 460px;
		}
		
    #site_links {
        display: none;
    }
    
    #share_links {
        float: right;
        margin-top: 20px;
    }

	#footer-about {
		width: 220px;
		}

	.footer-links {
		width: 100px;
		}

	#header-wrapper {
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		}

	#header-contain,
	#header-bottom {
		background: none;
		text-align: center;
		}

	#header-top-left {
		padding: 8px 10px;
		}

	#main {
		background: none;
		}

	#content,
	#nav-main,
	.home-category1,
	.home-story1,
	#home-feature,
	#home-feature-main,
	#home-top,
	#headlines,
	#post-area,
	#post-info,
	#footer,
	.small-cat-home,
	.es-carousel-wrapper,
	.recent,
	.story-text-noimg {
		width: 460px;
		}
		
    .author-box {
        width: 43%;
    }

    .widget-list.author-box .contain {
        display: none;
    }
    
    .widget-list.author-box .text {
        width: 100%;
    }

	.story-text {
		width: 305px;
		}

	.small-cat {
		width: 470px;
		}

	#content {
		padding-right: 0;
		}

	#nav-mobi {
		display: inline;
		}

	#nav-mobi {
		width: 460px;
		}

	#nav-mobi ul li a,
	.flip {
		width: 436px;
		}

	#nav-mobi ul li ul li a {
		width: 418px;
		}

	#home-feature-box,
	#commentblock {
		width: 440px;
		}

	.home-feature-box h1 a {
		font: 32px/32px 'Open Sans Condensed', helvetica, arial, sans-serif;
		}

	#headlines,
	.home-story1-links {
		padding: 10px 0;
		}
		
    .photo_grid .photo_vertical {
        width: 131px;
    }
    
    .photo_grid .photo_horizontal {
        width: 284px;
    }

    .large-widget,
    .no-mobile,
	#header-top-right,
	#search-wrap,
	#social-box-vert,
	.home-category2,
	#sidebar-container,
	#nav-main,
	#news-ticker,
	.footer-twitter {
		display: none;
		}
	}

@media screen and (max-width: 479px) {
		table.bbsched {
		font-size: 9px;
	}
	#wrapper,
	#header-top,
	#header {
		width: 320px;
		}

    body.no_rails #content,
    body.no_rails #post-area {
        width: 300px;
    }

	#header-contain,
	#leaderboard,
	#main,
	#footer,
	#footer-bottom {
		padding: 10px;
		width: 300px;
		}

	#main {
		background: none;
		}

	#header-wrapper {
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		}

	#header-top-left {
		padding: 8px 10px;
		}

	#header-contain,
	#header-bottom {
		background: none;
		float: left;
		text-align: center;
		}

	#logo {
		margin: 0 auto;
		}
		
    #site_links, #share_links {
        display: none;
    }

	#content,
	#nav-main,
	#header-bottom,
	.home-category1,
	.home-story1,
	#home-feature,
	#home-feature-main,
	#home-top,
	#headlines,
	#post-area,
	#post-info,
	.story-text,
	#nav-mobi,
	.small-cat,
	.small-cat-home,
	.es-carousel-wrapper,
	.recent,
	.story-text-noimg {
		width: 300px;
		}

	.story-text {
		float: left;
		}

	#content {
		padding-right: 0;
		}

	#nav-mobi {
		display: inline;
		}

	#nav-mobi ul li a,
	.flip {
		width: 276px;
		}

	#nav-mobi ul li ul li a {
		width: 258px;
		}

	.home-category2,
	#commentblock {
		width: 280px;
		}
	
	#home-feature-box {
		width: 280px;
		position: absolute;
		}

	#home-feature {
		margin-bottom: 65px;
		}

	.home-feature-box {
		bottom: -30px;
		}

	.flex-control-nav {
		bottom: -45px;
		}

	.home-feature-box h1 a {
		font: 21px/21px 'Open Sans Condensed', helvetica, arial, sans-serif;
		}
		
    .photo_grid .photo_vertical {
        width: 128px;
    }
    
    .photo_grid .photo_horizontal {
        width: 278px;
    }

    .large-widget,
    .no-mobile,
	#header-top-right,
	#home-feature-shade,
	#search-wrap,
	#social-box-vert,
	#sidebar-container,
	.home-category2,
	.home-story-img,
	#nav-main,
	.img-contain,
	#news-ticker {
		display: none;
		}

	#home-feature-box h1 {
		padding-bottom: 5px;
		-ms-text-shadow: 1px 1px 2px #fff;
		-moz-text-shadow: 1px 1px 2px #fff;
		-webkit-text-shadow: 1px 1px 2px #fff;
		-o-text-shadow: 1px 1px 2px #fff;
		text-shadow: 1px 1px 2px #fff;
		}

    #nonsubscriber .ns-login,
    #nonsubscriber .ns-subscribe,
	.home-cat-left,
	.home-cat-right {
		margin-right: 0px;
		width: 300px;
		}
		
    #post-area .vertical_photo {
        float: none;
        margin: 0px;
        width: 100%;
    }
		
    .widget-list.author-box {
        width: 278px;
    }
    
    .pagination .paging {
        display: none;
    }
    
    .pagination a {
        margin: 10px;
    }

	#footer-about,
	.footer-twitter {
		width: 300px;
		}

	.footer-twitter,
	.footer-links {
		margin: 10px 0 0;
		}
	}

/* dfp ads*/

.widget-ad iframe img{
	width: 100%;
	height: 100%;
}

#div-gpt-ad-320x50{
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0px;
  width: 320px; 
  margin: 0 auto;
  z-index: 200;
}

#div-gpt-ad-320x50_close {
  background: url('../img/close.jpg');
  position: absolute;
  top:-2px;
  right:-2px;
  cursor: pointer;
  width: 15px;
  height:15px;
}



.widget-ad{
	display: none;
}

@media (min-width: 1023px) {
	.widget-ad{
		display: block;
	}
}


#post-info-right{
	float: left;
	clear: both;
}
@media (min-width: 1023px) {
	#post-info-right {
		float: right;
		clear: none;
	}
}