/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 0; }

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =============================================================================
   Font-Face
   ========================================================================== */
@font-face {
    font-family: 'FrancoisOneRegular';
    src: url('fonts/FrancoisOne-webfont.eot');
    src: url('fonts/FrancoisOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FrancoisOne-webfont.woff') format('woff'),
         url('fonts/FrancoisOne-webfont.ttf') format('truetype'),
         url('fonts/FrancoisOne-webfont.svg#FrancoisOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =============================================================================
   Global
   ========================================================================== */
#Body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: #2f2f2f;
	color: #333;
	font-size: 12px; }

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px; }

hr {
	/*border-top:1px solid #777;*/
	border-bottom:none;
	border-right:none;
	border-left:none;
	color:#999;
	height:1px;
}
/* Typography */
h1, h2, h3 {
	font-weight: normal;
	margin: 0 0 0px 0;
	color: #111;
	font-family: 'FrancoisOneRegular'; }

h1 {
	font-size: 28px; }
h2 {
	font-size: 22px; }

h2.listtitle a {
	color:#000;
}

h2.listtitle a:hover {
	color:#942D2F;
	text-decoration:none;
}

h3 {
	color: #648EA4;
	font-size: 16px; }


.Head {
	font-family: inherit;
	color: inherit;
	font-size: auto; }

/* Lists */

ul, ol {
	padding: 0;
	margin: 0; }

/* Links */
a:link, a:visited, a:active {
    text-decoration: none;
	color: #942D2F; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* =============================================================================
   Template Structure
   ========================================================================== */
#page {
	padding: 20px 0 0 0;
	background: #fff;
	float:left;
	clear:both;
	width:100%; }
#page-container {
	width: 930px;
	margin: 0 auto; }
#main {
	width: 590px;
	margin-right: 40px;
	float: left; }
#extras {
	width: 300px;
	float: left; }
#dnn_FullPane {
	width:930px;
	clear:both;
}
#dnn_ContentPane {
	margin-bottom: 20px;
	 }
#dnn_BtmLeft, #dnn_BtmRight, #dnn_BtmLeft2, #dnn_BtmRight2 {
	width: 280px;
	float: left; }
#dnn_BtmLeft, #dnn_BtmLeft2 {
	margin-right: 30px; }

#dnn_BlwLeft, #dnn_BlwCenter1, #dnn_BlwCenter2, #dnn_BlwRight{
	float:left;
	width:150px;
	margin-right:5px;
	text-align:left;
}



/* =============================================================================
   Header
   ========================================================================== */

#site {
	background: #2f2f2f;
	padding-bottom: 10px;
	border-top: 3px solid #000;
	float:left;
	clear:both;
	width:100%;
	height:100px; }
#header-container {
	width: 930px;
	margin: 0 auto; }
#branding {
	width: 420px;
	float: left; }
#site-menu {
	position: relative;
	width: 510px;
	float: left; }
.links {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 1;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #000;
	overflow: hidden;
	padding: 10px;
	color:#999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 }
.links a{
	display: inline-block;
	color: #ccc;
}
.links .piping-right{
	border-right:thin solid #999; margin:2px 15px 0 0; padding:5px 15px 5px 0;
}
.toplinks, .social-links{
	display: block;
}
.toplinks{
	padding-bottom: 10px;
}
.mhsaa-twitter, .mhsaa-facebook, .mhsaa-instagram, .mhsaa-youtube{
	display: inline-block;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background: url(images/header-social-icons.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background-size: 140px 35px;
}
.mhsaa-twitter{
	background-position: -70px 0 ;
}
.mhsaa-facebook{
}
.mhsaa-instagram{
	background-position: -35px 0;
}
.mhsaa-youtube{
	background-position: -105px 0;
}
#branding a {
	width: 420px;
	height: 98px;
	position: relative;
	display: block;	 }
#dnn_ScoresPane {
	float:right;
	width:500px;
	margin:46px 0 0 0; }

#dnn_SearchPane {
	float:right;
	width:300px;
	margin:-4px 0 0 0; }

/* =============================================================================
   Main Menu
   ========================================================================== */

#access {
	width: 100%;
	float:left;
	clear:both;
	height: 46px;
	background: #cd191f; /* Old browsers */
	background: -moz-linear-gradient(top,  #cd191f 0%, #861812 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd191f), color-stop(100%,#861812)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cd191f 0%,#861812 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cd191f 0%,#861812 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cd191f 0%,#861812 100%); /* IE10+ */
	background: linear-gradient(top,  #cd191f 0%,#861812 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd191f', endColorstr='#861812',GradientType=0 ); /* IE6-9 */ }
#access-container {
	width: 930px;
	margin: auto; }
#primary ul li {
	float: left;
	list-style-type: none; }
#primary {
	width: 630px;
	float: left; }
#primary a:link, #primary a:visited {
	font-family: 'FrancoisOneRegular';
	font-size: 16px;
	line-height: 1;
	padding: 15px;
	display: inline-block;
	color: #fff; }

.SelectedTab {
	font-weight: normal;
	font-size: inherit;
	color: #fff;
	background: #63160A;
	font-family: inherit;
	text-decoration: none;
}

#search input {
	padding: 5px;
	width: 180px;
	border: 1px solid #111;
	margin: 10px 10px 0 0; }

#search .NormalTextBox {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal; }

/* =============================================================================
   Footer
   ========================================================================== */

#colophon {
	background: #2f2f2f;
	padding: 12px 0;
	border-top: 5px solid #000;
	float:left;
	clear: both;
	width:100%; }
#footer-container {
	width: 930px;
	color: #ccc;
	overflow: hidden;
	margin: 0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

#colophon a:link, #colophon a:visited {
	color: #fff; }
#colophon hr {
	margin: 8px 0;
	border: none;
	border-top: 1px solid #666;
	width:100%;
	float:left;
	clear:both; }

.footer-left, .footer-right {
	width: 45%;
	float: left;
	margin-bottom:4px; }
.footer-left {
	margin-right: 10%; }
.footer-right {
	text-align: right; }
.smallfoot {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888; }
#colophon .smallfoot a:link, #colophon .smallfoot a:visited, #colophon .smallfoot a:active {
	color:#aaa; }
#colophon .smallfoot a:hover {
	color:#fff; }



/* =============================================================================
   News Module Styling
   ========================================================================== */


   .categorytitlestyle{
	   font-family: 'FrancoisOneRegular';
	   font-size:15px;
	   color:#648EA4;
   }

   .mainarticletitle a, mainarticletitle a:hover{
	     font-family: 'FrancoisOneRegular';
	   font-size:16px;
	   color:#000;
	   text-decoration:none;
	   text-transform:capitalize;
	   margin-bottom:10px;
   }

   .article-image {
       position: relative;
       margin: 0 0 5px 0;
   }

.newscategory{color:#fff;margin-bottom:6px;clear:both;float:left;	} /* Hides comma between categories */

	.newscategory a, .newscategory a:hover{
		padding:6px 8px 6px 8px;
		font-weight:600;
		background:#7FA1B3;
		text-decoration:none;
		color:#fff;
		font-size:8pt;
		text-transform:uppercase;
		margin:0 5px 5px 0;
		line-height:250%;
		 }


	.newstime{font-size:8pt;color:#666666; font-weight:600; clear:both; float:left; margin:0 0 5px 0;}
	.listnewstime {font-size:8pt;color:#666666; font-weight:600; clear:both; float:left; margin:0 0 5px 0;}
	.featurenewstime{font-size:8pt;color:#666666; font-weight:600; float:right;}

	.newssummary{font-size:12px;clear:both;margin:5px 0 0 0;}

	.mainfeature .newssummary{font-size:14px;}

	.newcontinue, newcontinue a, newcontinue a:hover{
		text-transform:uppercase;
		font-size:11pt;
		background:url(images/arrow.png) no-repeat;
		background-position:right;
		padding-right:20px;

	}

	.mainfeature {
		border-bottom: 3px solid #999;
		padding:0 0 8px 0;
	}

	.featureimg {
	}

	.featureimg img {
		margin:0 0 -61px 0;
		width:590px!important;
	}

	.newstitle{
	color:#fff;
	font-size:10pt;
	width:260px;
	text-transform:capitalize;
	background:#000;
	background:rgba(0, 0, 0, 0.6);
	filter:alpha(opacity=75);
	padding:6px 10px;
	margin: 0;
	font-family: 'FrancoisOneRegular';
	position: absolute;
	z-index:8;
	bottom: 0;
	}
	.newstitle a, .newstitle a:hover{
	color:#fff;
	text-transform:capitalize;
	font-size:15px;
	}

	.bignewstitle {
	color:#fff;
	font-size:24px;
	width:570px;
	text-transform:capitalize;
	background:#000;
	background:rgba(0, 0, 0, 0.6);
	filter:alpha(opacity=75);
	padding:10px;
	margin:0px 0 8px 0;
	font-family: 'FrancoisOneRegular';
	position:relative;
	z-index:8;

	}
	.bignewstitle a, .bignewstitle a:hover{
	color:#fff;
	text-transform:capitalize;
	padding:10px;
	}

	.newssubhead {
		font-family:"FrancoisOneRegular";
		font-size:17px;
		color:#444;
		margin:12px 0 0 0;
		clear:both;
	}

	.latestwrapper {
		 height:450px;
		 overflow-y:scroll;
		 padding:0 4px 0 8px;
	}

	.latestbox {
		float:left;
		clear:both;
	}

	.latestcategory {
		margin:4px 0 5px 0;
		line-height:100%!important;
	}

	.latestcategory a, .latestcategory a:hover{
		font-size:9px;
		text-transform:uppercase;
		color:#3F6E96;
		font-weight:600;
	}

	.latesttitle {
	}

	.latestleft {
		width:130px;
		float:left;
	}

	.latestright {
		width:139px;
		float:left;
	}

	.latesttitle a {
	font-family: 'FrancoisOneRegular';
	font-size:14px;
	color:#000;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	position:relative;
	line-height:1;
	}

	.latesttitle a:hover {
		color:#942D2F;
	}

	.latesttime{
		font-size:8pt;
		color:#666;
		font-weight:normal;
		display:block;
		position:relative;
		line-height:1;
		margin:-12px 0 4px 0;
	}


	.latestimage{
		float:left;
	}

	.latestimage img {
		margin:7px 8px 6px 0px;
	}

	.latestline{
		padding:0 0px 4px 0px;
		height:0px;
		margin: 0;
		clear:both;
	}

	.latestline hr{
		height:1px;
		border:0;
		background:#ccc;
		display:block;
		position:relative;
		margin:0px;
		padding:0;
	}

	.morearticles {
    background: rgb(173,173,173); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(114,114,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(114,114,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
    padding: 0.5em 0.5em 0.5em 12px;
    text-decoration: none;
    font-family: 'FrancoisOneRegular';
	font-size:14px;
	margin:-4px -4px 0 -8px;
}

	.morearticles a {
		color:#444;
	}

	.morearticles a:hover {
		color:#000;
		text-decoration:none!important;
	}

	.categorychild a, .categorychild a:hover{
		font-size:13px;
		color:#666;
		font-weight:none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.articleEntry {
		margin: 10px 0px!important;
	}

	#lightbox-container-image-details-caption {
		display:none!important;
	}

.UVGPlayer .social, .UVGPlayer .header, .DnnModule-UVG_VideoPlayer .social, .DnnModule-UVG_VideoPlayer .header {
display:none;
}

	/**** NEW secondary features *****/

	.secondary-feature {
		float:left;
		width:280px;
		margin:0 15px 20px 0;
	}

	/**** Daily accordion ****/

	.dailytitle a {
		color:#000;
		background:none;
		font-size:16px;
		width:251px;
		text-transform:capitalize;
		padding:10px 0;
		font-family: 'FrancoisOneRegular';
	}

	.dailytitle a:hover {
		color:#942D2F;
	}

	.dailyimage {
		float:left;
	}

	.dailyimage img {
		margin:0 10px 4px 0;
	}

	.listright {
		float:left;
		width:380px;
	}

	.listright .dailysummary {
		clear:both;
	}

	/**** Search Button Style ***/

#access-container .NormalTextBox{margin-top:11px; border:thin solid #000; width:178px; padding:2px; margin-left:70px;}

.searchbutton{background:#000; padding:1px 15px; border:thin solid #000; border-radius:4px; -moz-border-radius:4px;
background:url(images/searchImage.png) no-repeat center;

}
.searchbox-container {
  position: relative;
  top: 10px;
}


#primary li{
	border-right:solid thin #7D1E01;
}

	/**** Sponsor rotator ****/

.slide p {
	margin:0;
 }


/*Submit an idea Styling */

.ideaTextBox {
	border:solid thin black;
	width:300px;
	padding:4px;
	margin-bottom:10px;}
.SubHead{
	color:#000;
	text-transform:uppercase;}


/*Category Styling */

.sports1{
	float:left;
	width:200px;
	padding-top:6px;
}

.sports2{
	float:left;
	width:200px;
	padding-top:6px;
}

.sports3{
	float:left;
	width:100px;
	padding-top:6px;
}

.extracats{
	float:left;
	width:190px;
	padding-top:10px;
}

.catrow{
	clear:both;
	overflow:auto;
	width:590px;
}

.catrow a {
	color:#666; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px;
}

/***** ADD THIS ******/

.addthis_toolbox {
	float:right;
}

/***** SCORES ******/

#scoreBoardMainDiv {
	background:#444;
	border:1px solid #000;
	border-radius:3px;
	color:#ccc;
	float:right;
	clear:both;
	height:50px;
	width:380px;

}

.scoreBoardContainer {
	width: 272px;
	float: left;
}

.recent-score {
	font-size: 11px;
	letter-spacing: 2px;
	color: #888;
	display: none;
}

.sportCode {
	width: 23px;
	padding: 14px 10px 10px;
	height: 26px;
	margin-right: 10px;
	border-right:1px solid #111;
	float: left;
}

.teams {
	width:210px;
	padding:6px 0 4px 0px;
	height:40px;
	border-right:1px solid #000;
	float:left;
}

.AwayTeam {
	width:190px;
	float:left;
}

.HomeTeam {
	width:190px;
	float:left;
}

.TeamScore {
	width: 20px;
	font-weight:bold;
	float: left;
}

.AwayTeamScore {
	position: relative;
	top: 9px;
}
.HomeTeamScore {
	position: relative;
}

.AwayScore {
	padding-top: 8px;
}
.Winner {
	font-weight:bold;
	color:#fff;
}

.more-scores {
	width: 94px;
	float: right;
	margin:0px 8px 0 0;
	height: 42px;
	padding: 4px 0 4px 0;
}
.score-ticker-area {
	width: 270px;
	float: left;
}
a.more-scores-button:link, a.more-scores-button:visited {
	color: #fff;
	line-height: 1;
	display: inline-block;
	margin: 0;
	padding: 7px 10px;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	border: 1px solid #260c0c;
	font-family: 'FrancoisOneRegular', Trebuchet, Arial;
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #222222 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #222222 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #222222 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 rgba(255,255,255, .2) inset,
				0 1px 3px rgba(0,0,0,.4);
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
}

a.more-scores-button:hover {
	color: #fff;
	text-decoration: underline;
}

.morescores a, a.ideaBtn {
	color:#fff;
	font-family: 'FrancoisOneRegular', Trebuchet, Arial;
	font-size:13px;
	padding:4px 9px;
	border-radius:3px;
	border:1px solid #000;
	width:68px;
	float:right;
	background:#000;
	background: -moz-linear-gradient(top, #333 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333) 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333) 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333) 0%,#000 100%); /* IE10+ */
	background: linear-gradient(top, #333) 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

a.ideaBtn {
	font-size:15px;
	float:left;
	width:76px;
	padding:4px 9px 5px 9px;
	margin:10px 0 5px 0;
}

/*Daily Dish */
.liveaccdefaultdefault .ui-accordion .ui-accordion-header{border-radius:0;  -moz-border-radius:0;}
.liveaccdefaultdefault .ui-accordion .ui-accordion-content-active{border-radius:0; -moz-border-radius:0;}
.liveaccdefaultdefault .ui-accordion .ui-accordion-header .ui-icon{display:none;}
.liveaccdefaultdefault .ui-accordion .ui-accordion-header{color:#333; font-size:16px;font-family: 'FrancoisOneRegular';
background: rgb(173,173,173); /* Old browsers */
background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(114,114,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(114,114,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
}
.liveaccdefaultdefault .ui-accordion .ui-accordion-header a{margin-left:-20px; margin-top:0; margin-bottom:-3px;font-family: 'FrancoisOneRegular'; color:#444!important; }
.liveaccdefaultdefault .ui-accordion .ui-accordion-header a:hover {color:#000!important; }
.liveaccdefaultdefault .ui-state-default, .liveaccdefaultdefault .ui-widget-content .ui-state-default{border:none;}
.liveaccdefaultdefault .ui-accordion .ui-accordion-content{margin-bottom:-2px;}
#LiveAccordionWrapper3561, #LiveAccordionWrapper3589{margin-top:-1px;}



#LiveAccordionWrapper3589 table{width:250px; float:left;}
#LiveAccordionWrapper3589 hr{display:none;}
.ui-accordion-content .ui-helper-reset .ui-widget-content .ui-corner-bottom .ui-accordion-content-active{width:550px; padding:19px;}

#LiveAccordionWrapper3589 .liveaccdefaultdefault .ui-accordion .ui-accordion-content{width:550px; padding:19px;}



.liveacctopicdefaulttopicdefault .ui-accordion .ui-accordion-header{border-radius:0;  -moz-border-radius:0;}
.liveacctopicdefaulttopicdefault .ui-accordion .ui-accordion-content-active{border-radius:0; -moz-border-radius:0;}
.liveacctopicdefaulttopicdefault .ui-accordion .ui-accordion-header .ui-icon{display:none;}
.liveacctopicdefaulttopicdefault .ui-accordion .ui-accordion-header{color:#333; font-size:16px;font-family: 'FrancoisOneRegular';
background: rgb(173,173,173); /* Old browsers */
background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(114,114,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(114,114,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(173,173,173,1) 0%,rgba(114,114,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
}
.liveacctopicdefaulttopicdefault .ui-accordion .ui-accordion-header a{margin-left:-20px; margin-top:0; margin-bottom:-3px;font-family: 'FrancoisOneRegular';}
.liveacctopicdefaulttopicdefault .ui-state-default, .liveaccdefaultdefault .ui-widget-content .ui-state-default{border:none;}
.liveacctopicdefaulttopicdefault .ui-accordion .ui-accordion-content{margin-bottom:-2px;}

@media all and (max-width:480px) {

	img {
		max-width:100%!important;
	}

	.DNNEmptyPane {
		display:none;
	}

	#page {
		padding:1px 0 0 0;
	}

	#page-container {
		width:100%;
	}

	#site {
    padding-bottom: 0px;
	}

	#header-container {
		width:100%;
		margin: 0 auto;
	}
	#branding {
		width: 100%;
		margin:0 0 4px 0;
	}

	#branding a {
    height: 98px;
    position: relative;
    width: 100%;
	text-align:center;
	}

	#site-menu {
    float: left;
    width: 100%;
	clear:both;
	min-height:30px;
	}

	.links {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    text-align: center;
    position: relative;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}

	.toplinks {
    padding-bottom: 0;
	}
	.social-links{
	display: none;
	}
	#dnn_ScoresPane {
	display:none;
    float: left;
	clear:both;
    margin: 0px 0 0;
    width: 100%;
	}

	#dnn_SearchPane {
		display:none;
	}

	#scoreBoardMainDiv {
    border-radius: 0px;
	width:100%;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}

	#access {
		height:38px;
		margin-top: 46px;
	}

	#primary {
		width:auto;
	}

	#primary a:link, #primary a:visited {
    font-size: 14px;
	padding:12px 7px;
	}

	#main {
		width: 100%;
		margin-right: 0px;
		float: left;
	}

	.bignewstitle {
		width:100%;
		font-size:18px;
		margin:10px 0;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

	.bignewstitle a, .bignewstitle a:hover {
		padding:0;
	}

	.mainfeature .newscategory, .article .newscategory, .newstime {
	margin-left: 6px;
	}

	.articleEntry {
		margin:6px!important;
	}

	.featurenewstime {
		margin-right:6px;
	}

	.newssubhead {
		margin:12px 6px 0 6px;
	}

	.mainfeature .newssummary p, .mainfeature .newcontinue {
		margin:6px;
	}

	.related span, .articleComments span {
		margin:6px;
	}

	#dnn_ctr3536_NewsArticles_ViewArticle_ctl24_txtComment {
		width:100%!important;
	}

	.secondary-feature {
		width:100%;
		padding:0 6px 10px 6px;
		min-height:0;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

	#dnn_BtmFull {
		margin:0 0 0 6px;
	}

	.sports1, .sports2 {
		width:50%;
	}

	.catrow {
		width:100%;
	}

	.extracats {
    float: left;
	clear:both;
    padding-top: 10px;
    width: 190px;
	}

	#extras {
	width: 100%;
	float: left;
	clear:both;
	}

	#slides_3771, #dnn_ctr3524_HtmlModule_lblContent {
		margin-left:10px;
	}

	#footer-container {
		width:100%;
	}

	.footer-left {
    margin-right: 4%;
    margin-left: 3%;
	width:40%
	}

	.footer-right {
    margin-right: 3%;
	width:50%;
	}

	.ideaTextBox {
	width:300px!important;
	}

	.plain {
	margin: 8px 8px 15px 8px!important;
	}


}

@media all and (max-width:380px) {

	#primary a:link, #primary a:visited {
    font-size: 12px;
	padding:12px 6px;
	}

}

.Settings img[src="/Images/Spacer.gif"] {
    display: none;
}
