body
{
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
    font: 100.1% Arial,Verdana,Geneva,sans-serif;
	background: #4B4B4B url(../img/body_bg.png) repeat center top;
}
#wrapper
{
    font-size: 80%;
    text-align: left;
}

/*** Generic styles ***/
a
{
    color: #900;
	font-weight: bold;
}
a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.clr
{
	clear: both;
}
table
,td
,th
{
	border-color: #CCC;
}
.highlight
{
	background: yellow;
}
h1
{
    color: #900;
}

/* make form buttons look nicer */
.textInput
,.textBox
,textarea
,select
{
	background-color: #fff;
	border: 1px solid #969696;
	vertical-align: baseline;
}
.textInput
,.textbox
,.textBox
,textarea
{
	padding: 0 2px;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

/* Subscriber dot */
.subscriberDot
{
    float: none !important;
    vertical-align: bottom;
}

/* Subscriber Tease */
.subscriberTease
{
    margin: 1em 0;
}
.subscriberTease .legend
,.subscriberTease .login
{
    display: inline;
    margin: 0 5em 0 0;
}

/*** Hide navigation anchor links and labels ***/
a.skip
,#header #siteNav h3
{
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
}

/*** CMS helper classes ***/
.articleRight
{
	float: right;
	clear: right;
}
.articleLeft
{
	float: left;
	clear: left;
}

/*** Hide Omniture Img ***/
#omniture img
{
    position: absolute;
}
.ps-inline-gallery-holder { display: none; }

/***** Main Layout *****/
#wrapper
{
    margin:0 auto;
    padding:0 21px 0 20px;
    width:990px;
    background: url(../img/main_bg.png) repeat-y left top;
}
#content
{
    position: relative;
    width: 988px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

/***** Header *****/
#header
{
    position: relative;
    z-index: 1000;
    background: #860000 url(../img/header_bg.png) repeat-x right top;
    color: #fff;
}
#header h2
{
    position: relative;
    display: block;
    width: 442px;
    height: 124px;
    overflow: hidden;
    font-size: 1.5em;
    font-family: "CenturyGothic Bold", "Arial Black", sans-serif;
    color: #fff;
}
#header h2 a
{
    display: block;
    color: #fff;
}
#header h2 a em
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/header_logo.png) no-repeat 0 0;
}
#header h2 a .hog
{
    color: #e50707;
}

/*** Site Nav ***/
#header #siteNav
{
    position: relative;
    height: 31px;
    border: 2px solid #000;
    border-width: 2px 0;
    background: #444 url(../img/site_nav_bg.png) repeat-x 0 0;
    color: #fff;
    z-index: 1000;
}
#header #siteNav ul
{
    display: block;
    width: auto;
}
#header #siteNav li
{
    position: relative;
    float: left;
    display: inline;
    z-index: 1000;
}
#header #siteNav li a
{
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    height: 31px;
    width: auto;
    margin: 0;
    padding: 0 0.8em;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: normal;
    font-family: Arial, sans-serif;
    line-height: 31px;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
}
#header #siteNav li a:link
,#header #siteNav li a:visited
,#header #siteNav li a:active
{
    color: #FFF
}
#header #siteNav li a:hover
,#header #siteNav li.selected a
{
    color: #e50707;
}
#header #siteNav li.firstNonSport
{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

#header #siteNav li.firstIcon
{
	margin-left:60px;
}


#header #siteNav ul ul
{
    position: absolute;
    top: -3000px;
    left: 0.8em;
    z-index: 1000;
    /*
    float: left;
    clear: both;
    display: inline;
    */
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border-top: 2px solid #000;

	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
#header #siteNav ul li:hover ul
,#header #siteNav ul li.sfHover ul
{
    top: 31px;
}
#header #siteNav ul li.firstNonSport ul
{
    left: 1.8em;
}
#header #siteNav li li
{
	float: none;
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#header #siteNav li li a
,#header #siteNav li li a:hover
{
	float: none;
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 4px 13px 5px 13px;
    background: #444;
	text-indent: 0;
	text-align: left;
    line-height: 1.3;
	white-space: nowrap;
	font-size: 0.9em;
	overflow: visible;
	color: #fff;
	vertical-align: top;
}
#header #siteNav li li a:hover
{
	background: #000;
	color: #FCAF40;
	text-decoration: none;
}
#header #siteNav li li a:active
{
	background: #000;
	color: #BDD73C;
	outline: none;
}
#header #siteNav li li:last-child a
{
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

/*** Top Right Nav ***/
#header #loginAndSearch
{
    position: absolute;
    top: 9px;
    right: 14px;
}
/*** Login Nav ***/
#header #loginNav
{
    float: right;
    display: inline;
    text-align: right;
    font-size: 0.9em;
    line-height: 1.8;
    vertical-align: middle;
}
#header #loginNav h3
{
    position: absolute;
    text-indent: -3000em;
    z-index: -1;
}
#header #loginNav li
{
    display: inline;
    padding: 0 1em;
    border: 1px solid #fff;
    border-width: 0 1px 0 0;
}
#header #loginNav li a
{
    color: #fff;
}

/*** Search Nav ***/
#header #searchNav
{
    float: right;
    display: inline;
    text-align: right;
    font-size: 0.9em;
    line-height: 1.8em;
    vertical-align: middle;
}
#header #searchNav h3
{
    display: inline;
    padding: 0 1em;
    font-weight: normal;
    vertical-align: middle;
}
#header #searchNav div
,#header #searchNav fieldset
{
    display: inline;
    vertical-align: middle;
}
#header #searchNav form
{
    display: inline;
    padding: 0 1em 0 0;
}

/*** Ads ***/
#header #headerPayBills
{
    position:absolute;
    right: 8px;
    top: 40px;
    width: 330px;
    height: 72px;
}
#header #headerPayBills .payBill
{
    float: left;
    display: inline;
    width: 140px;
    height: 72px;
    margin: 0 25px 0 0;
}

/***** Footer *****/
#footer
{
    clear: both;
    text-align: left;
    padding: 10px 0 5px;
    background:#ffffff;
    margin:0 auto;
    width:988px;
}
#footer .copyright
{
    display: block;
    margin: 0;
    padding: 5px 20px;
    line-height: 15px;
    vertical-align: middle;
    background: #000 url(../img/footer_bg.png) repeat-x 0 0;
    color: #fff;
    font-size: 0.78em;
    text-align:center;
}
#footer .copyright .reservedNotice
,#footer .copyright .reprintNotice
{
    display: inline;
}
#footer .copyright .reprintNotice
{
    font-size: 0.8em;
}
#footer .wirecopyright
{
    padding: 0 40px;
    font-size: 0.8em;
    color: #000000;
}

/***** Reusable - Right Rail *****/
/*** Standard Widget ***/
#secondarySiteNav .section
{
    margin: 0px 0 15px 0;
}
#secondarySiteNav .section .sectionHeader
{
    padding: 0 10px 0 10px;
    background: #4b0000 url(../img/red_widget_header.png) repeat-x 0 0;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.1em;
    color: #fff;
}
#secondarySiteNav .section .sectionContent li
{
    display: block;
}
#secondarySiteNav .section .sectionContent li a
{
    display: block;
    background: #fff url(../img/list_item_gradient.png) repeat-x left bottom;
}

/*** Multimedia Tease ***/
.multimediatease
{
    clear: both;
    width: 336px;
    margin: 15px 0 0 0;
    background: url(../img/video_bottom_bg.png) no-repeat left bottom;
}
.multimediatease .multimediaTeaseTitle
{
    padding: 0 10px;
    background: url(../img/video_top_bg.png) no-repeat left top;
    color: #fff;
    line-height: 28px;
    vertical-align: middle;
}
.multimediatease .multimediaContainer
{
    clear: left;
    padding: 16px 10px 2px 10px;
}
.multimediatease .multimediaContainer .multimediaThumb
{
    float: left;
    display: inline;
    margin: 0.2em 10px 0 10px;
}
.multimediatease .multimediaContainer .multimediaThumb img
{
    border: 2px solid #000;
}
.multimediatease .multimediaContainer .multimediaThumb a:hover img
{
    border-color: #900;
}
.multimediatease .multimediaContainer .multimediaHeadline
{
    color: #000;
}
.multimediatease .multimediaContainer .multimediaCaption
{
}
.multimediatease .multimediaContainer .multimediaHeadline
,.multimediatease .multimediaContainer .multimediaCaption
{
    margin-left: 10px;
}
.multimediatease .multimediaMore
{
    padding: 10px 10px 10px 20px;
}

/*** Hog Call ad ***/
#secondarySiteNav .hogCall
{
    border: 1px solid #999;
    margin: 10px 0;
    padding: 10px 0;
}
#secondarySiteNav .hogCall .sectionHeader
{
    line-height: 29px;
    background-image: url(../img/red_widget_header_rounded.png);
    display: none;
}
#secondarySiteNav .hogCall .image
{
    text-align: center;
}

#secondarySiteNav .hogCall p {
	margin:0 10px 0 10px;
}


/*** Adspace ***/
#secondarySiteNav .adspace
{
    width: 300px;
    margin: 15px auto 0px auto;
    padding: 0;
}

/*** SportsNetwork Team Schedule ***/
.snTeamSchedule
{
    text-align: center;
}
/* Header */
.snTeamSchedule .TSN2
{
    padding: 0 5px;
    font-size: 1.1em;
    color: #fff;
    background: #4b0000 url(../img/red_widget_header.png) repeat-x 0 0;
    line-height: 28px;
}
.snTeamSchedule .TSN2 br
{
    display: inline;
}
.snTeamSchedule .TSN2 em
{
    display: block;
    font-size: 0.85em;
    line-height: 1.5;
}
.snTeamSchedule .TSN5
{
    text-align: left;
    font-size: 0.9em;
}

.snTeamSchedule .TSN1
{
    text-align: left;
    font-size: 0.9em;
    background:#DDDDDD none repeat scroll 0 0;
}


/*** SportsNetwork Team ScoreBoard ***/
.snTeamScoreBoard
{
    text-align: center;
}
/* Header */
.snTeamScoreBoard .TSN2
{
    padding: 0 5px;
    font-size: 1.1em;
    color: #fff;
    background: #4b0000 url(../img/red_widget_header.png) repeat-x 0 0;
    line-height: 28px;
}
.snTeamScoreBoard .TSN2 br
{
    display: inline;
}
.snTeamScoreBoard .TSN2 em
{
    display: block;
    font-size: 0.85em;
    line-height: 1.5;
}
.snTeamScoreBoard .TSN5
{
    text-align: left;
    font-size: 0.9em;
}

/*** Social Links ***/
.socialLinks
{
	position:absolute;
    margin: 0 0 0 860px;
    padding-top: 5px;
    text-align: center;
    height:30px;
}
.socialLinks ul img {
	width:20px;
	height:20px;
}

.socialLinks ul
{
    display: inline
}
.socialLinks li
{
    display: inline;
}
.socialLinks li a
{
}
.socialLinks .description
{
    clear: left;
}

/*** Right Rail Ads ***/
#secondarySiteNav div.ad_300x250_story
{
    position: relative;
    width: 300px;
    height: 250px;
    margin: 10px auto 0 auto;
}
#secondarySiteNav div.ad_300x250_story a img
{
    width: 300px !important;
    height: 250px !important;
}
#secondarySiteNav div.ad_160x600
{
    position: relative;
    width: 160px;
    height: 600px;
}
#secondarySiteNav div.ad_160x600 a img
{
    width: 160px !important;
    height: 600px !important;
}

/***** Primary Content Styles *****/
#primaryContentTitle h1
{
    font-size: 2.2em;
}

#primaryContent h3.byline {
	font-size:.80em;
}

#primaryContentContent h2.header {
    font-size:1.7em;
    padding-bottom:6px;
}

#primaryContentContent h3.sub_header {
    font-size:1.2em;
    padding-bottom:6px;
}


/*** Story ***/
.moreStoriesByStaff
{
    margin: 1em 0;
}
.moreStoriesByStaff p
,.moreStoriesByStaff ul
,.moreStoriesByStaff li
{
    display: inline;
}

.story_lead_photo {
    float:left;
    width:300px;
    margin:0 10px 0 0;
    padding:5px;
    border:1px solid #ccc;
}

.story_lead_photo .byline {
    font-size:.8em;
    text-align:right;
}

/**** section ****/
.sectionLeadPhoto {
    float:right;
    width:300px;
    margin:0 0 6px 6px;
    border:0;
}

.sectionLeadPhoto .caption {
    margin:4px 0;
    font-size:.8em;
}
.sectionLeadPhoto .photocredit {
    text-align:right;
}

/*** video list ***/
.videoBlocks
{
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    padding: 5px 0;
    width: 274px;
}
.videoBlocks .thumb
{
    float: left;
    display: inline;
    margin: 0 5px 5px 0
}
.videoBlocks .thumb img
{
    border: 1px solid #000;
}
.videoBlocks .thumb a:hover img
{
    border-color: #900;
}
.videoBlocks h3
{
    font-size: 1.1em;
}

/***** Comments *****/
#comments
{
    margin: 15px 0 5px 0;
    padding: 5px 0;
    border-top: 1px solid #000;
    clear:left;
}
#comments h2
{
    font-size: 1.5em;
}

#comment_form .avatar {
    height:50px;
    margin:6px 0;
}

#comment_form .avatar img {
    float:left;
    margin:0 5px 0 0;
}

#comment_form .avatar .user_info {
    float:left;
    height:45px;
    line-height:.9em;
}

#comment_form span.change_avatar, #comment_form span.change_username {
    clear:left;
    display:block;
    margin:6px 0 0 0;
}

#comment_form .comment_textarea {
    clear:left;
}


/***** Template Specific *****/
/***** Stories Archive *****/
body.t_stories_archive #primaryContent .story
{
    margin: 0 0 20px 0;
}
body.t_stories_archive #primaryContent .story .date
{
    display: inline;
    color: #666;
}
body.t_stories_archive #primaryContent .story .tease
{
    display: inline;
}

/***** VideoDetail Template *****/
body.t_video_detail .videoList
{
    clear: left;
}
body.t_video_detail .videoList .s1m2
{
    clear: both;
}
body.t_video_detail .pager
{
    clear: left;
}

/***** VideoList Template *****/
body.t_video_list .s1m2
{
    clear: both;
}
body.t_video_list .pager
{
    clear: left;
}

/***** Media / Photos *****/
body.t_media_photos .section
{
    clear: left;
    margin: 10px 0 20px 0;
}
body.t_media_photos .sectionHeader
{
    font-size: 1.3em;
}
body.t_media_photos .findByDate li
{
    float: left;
    margin-right: 2em;
}
body.t_media_photos .focusPull .latestVideosTitle
{
    display: none;
}

div.focusPull .row {
    clear:left;
}

body.t_media_photos .latestPhotos
{
    clear: left;
}

#gallery p
{
    float: left;
    display: inline;
    width: 160px;
    margin: 10px 25px 10px 0;
}
#gallery p a img
{
    border: 1px solid #000;
}
#gallery p a:hover img
{
    border-color: #900;
}
#gallery .latestVideosMoreContainer
{
    clear: left;
    margin: 10px 0;
    padding: 10px 0;
    font-size: 1.5em;
    border-bottom: 1px solid #333;
}

.new_row_odd {
	clear:left;
}

.new_row_even {
	clear:left;
}

.pagination {
	clear:left;
	display:block;
}

/******* blogs page *********/
#primaryContentContent .blog_list_tease img {
    margin:0 10px 0 0;
    float:left;
}

#primaryContentContent .blog_list_tease .tease_text {
    float:left;
    width:480px;
}

#primaryContentContent .blog_list_tease {
    margin:5px 0;
    clear:left;
}
h2.imginline {
	font-size: 1.4em;
	}

#primaryContentContent div.upickem_content {width:595px;overflow:hidden;}

/***** Liberty Bowl Div *****/
 #libertybowl { margin: 0 auto; padding: 0; width: 988px; height: 78px; background: url(../images/liberty-back.png) no-repeat; }
 #libertybowltext { padding: 15px 35px 0 100px; }
 #libertybowltext p { float: left; clear: right; font-size: 30px; color: #173d7e; font-weight: bold; margin: 0; }
 #libertybowltext p a.libertytitle { color: #173d7e; }
 #libertybowl ul { list-style: none; margin: 0; padding: 0; font-size: 30px; float: right; }
 #libertybowl ul li { display: inline; }
 #libertybowl ul li a { color: #990000; text-decoration: none; font-size: 25px; font-weight: bold; }
 #libertybowl ul li a:hover { text-decoration: underline; }
