﻿  /*

  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.
  	
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
    height: 0.1%;
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
  	height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
    
  
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }
  
  #footer {
    clear: both;
  }
  
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv6 {
    display: none;
  }
  
  #extraDiv5 {
    display: none;
  }
  
  #extraDiv4 {
    display: none;
  }
  
  #extraDiv3 {
    display: none;
  }
  
  #extraDiv2 {
    display: none;
  }
  
  #extraDiv1 {
    display: none;
  }
  
  :visited img {border: none;}

  :link img {border: none;}

  a img {border: none;}

  body {
    text-align: center;
  }
  #container {
    width: 838px;
    text-align: left;
    margin: 0 auto;
  }
  #main-content {
    float: left;
    display: inline; /* for IE */
    width: 565px  !important; 
  }
  #sidebar {
		float: right;
		display: inline; /* for IE */;
		width: 240px;
		margin-top: 8px;
		margin-right: 8px;
}
  #footer {
    clear: both;
  } 
  /** BEGIN CUSTOM SKIN **/
  /*

  	-- -- -- -- -- -- --
  	Base CSS
  	-- -- -- -- -- -- --
  	
  	This file simply removes default styling on most HTML elements in 
  	order to reduce the need to later override them.
  	
  */

  p {font-size: 1em;}
  
  code {font-size: 1em;}
  
  pre {font-size: 1em;}
  
  h6 {font-size: 1em;}
  
  h4 {font-size: 1em;}
  
  h3 {font-size: 1em;}
  
  h2 {
	font-size: 1em;
}
  
  h1 {font-size: 1em;}
  input {margin: 0; padding: 0;}
  fieldset {margin: 0; padding: 0;}
  blockquote {margin: 0; padding: 0;}
  p {margin: 0; padding: 0;}
  html {margin: 0; padding: 0;}
  body {margin: 0; padding: 0;}
  form {margin: 0; padding: 0;}
  pre {margin: 0; padding: 0;}
  h6 {margin: 0; padding: 0;}
  h5 {margin: 0; padding: 0;}
  h4 {margin: 0; padding: 0;}
  h3 {margin: 0; padding: 0;}
  h2 {
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}
  h1 {margin: 0; padding: 0;}
  dd {margin: 0; padding: 0;}
  dt {margin: 0; padding: 0;}
  li {margin: 0; padding: 0;}
  dl {margin: 0; padding: 0;}
  :visited img {border: none;}
  :link img {border: none;}
  :hover img {border: none;}
  a img {border: none;}
  address {font-style: normal;}/*

  	-- -- -- -- -- -- --
  	Type Scheme: Deco
  	-- -- -- -- -- -- --
  	
  */

  body {
  	font: 76% Verdana, sans-serif;
  }	

  p.description {
	font-family: Susanne, "Trebuchet MS", Trebuchet, sans-serif;
}
  
  h6 {
	font-family: Susanne, "Trebuchet MS", Trebuchet, sans-serif;
}
  
  h5 {
	font-family: Susanne, "Trebuchet MS", Trebuchet, sans-serif;
}
  
  h4 {
	font-family: Susanne, "Trebuchet MS", Trebuchet, sans-serif;
}
  
  h3 {
	font-family: Susanne, "Trebuchet MS", Trebuchet, sans-serif;
}
  
  h2 {
	font-family: Susanne, "Trebuchet MS", Trebuchet, sans-serif;
}
  
  h1 {
	font-family: Susanne, "Trebuchet MS", Trebuchet, sans-serif;
}
  
  h1 {
  	font-size: 3em;
  	font-weight: bold;
  	letter-spacing: 2px;
  }
  h2 {
	font-size: 2em;
	font-weight: bold;
}
  h3 {
  	font-size: 1.5em;
  }
  h4 {
  	font-size: 1.2em;
  	letter-spacing: 0.2em;
  }
  h5 {
	font-size: small;
}
  h6 {
  	font-size: 1em;
  	font-weight: bold;
  }

  td {
  	line-height: 1.8em;
  }
  
  p {
  	line-height: 1.8em;
  }
  kbd {
  	font-size: 1.25em;
  }
  code {
  	font-size: 1.25em;
  }/*

  	-- -- -- -- -- -- --
  	STYLE: Micro
  	-- -- -- -- -- -- --

  */




  /* ie6win */

  /* IE/Win fixes for various layouts
  ----------------------------------------------- */
  * html #onecolumn #header {
  	margin-right: -3px;
  }
  * html #twocolumn-liquid-right #header {
  	padding-bottom: 1px;
  }
  * html #twocolumn-liquid-left #header {
  	padding-bottom: 1px;
  }
  * html #twocolumn-right #header {
  	padding-bottom: 1px;
  }
  * html #twocolumn-left #header {
  	padding-bottom: 1px;
  }
  * html #onecolumn #header {
  	padding-bottom: 1px;
  }
  * html #twocolumn-right #main-content {
  	width: 459px;
  }
  * html #twocolumn-left #main-content {
  	width: 459px;
  }
  * html #threecolumn #main-content {
  	width: 409px;
  }

  /* ie5mac */

  /*\*//*/
  /* Undoing IE/Win fixes
  ----------------------------------------------- */
  * html #onecolumn #header {
  	margin-right: 0;
  }
  * html #twocolumn-liquid-right #header {
  	padding-bottom: 0;
  }
  * html #twocolumn-liquid-left #header {
  	padding-bottom: 0;
  }
  * html #twocolumn-right #header {
  	padding-bottom: 0;
  }
  * html #twocolumn-left #header {
  	padding-bottom: 0;
  }
  * html #twocolumn-right #main-content {
  	width: 479px;
  }
  * html #twocolumn-left #main-content {
  	width: 479px;
  }
  * html #threecolumn #main-content {
  	width: 429px;
  }
  /**/

  @media tty {
   i{content:"\";/*" "*/}} td { font-size: 0.8em; } /*";}
  }/* */



  /* Basic HTML style
  ----------------------------------------------- */
  body {
  	font: 76% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  	color: #000;
  	background: #fff;
  	margin: 0;
  	padding: 0;
  }
  blockquote {
  	margin: 1em 2em;
  	font-style: italic;
  }
  caption {
  	font-weight: bold;
  	color: #444;
  	background: #ccc;
  	border-bottom: 0;
  	padding: 0.3em 1em;
  }
  dd {
  	margin: 1em 2em;
  }
  dl {
  	margin: 2em 0;
  }
  dt {
  	font-weight: bold;
  }
  hr {
  	margin: 2em 0;
  	color: #C7C7C7;
   	border-style: none;
  	height: 1px;
  }
  li {
  	margin: 1em 0;
  	text-align:left
  }
  table {
  	border: solid 1px #ccc;
  }
  td {
	vertical-align: top;
	padding: 0.5em;
	font-size: inherit;
}
  th {
  	text-align: left;
  	color: #fff;
  	background: #777;
  	padding: 0.5em;
  }
  ul {
  	margin: 2em 0;
  	padding-left: 1em;
  }



  ol {
  	margin: 2em 0;
  	padding-left: 1em;
  }



  /* Nested HTML elements, and basic classes
  ----------------------------------------------- */
  ol li {
  	list-style-type: decimal;
  	margin-left: 2em;
  }
  ul li {
  	margin-left: 2em;
  	list-style-type: square;
  }
  td p {
  	margin-top: 0;
  }



  /* Set the stage with main layout tweaks
  ----------------------------------------------- */
  #container {
	border: solid 7px green;
	border-left: 0;
	border-right: 0;
	padding-top: 1px;
	margin-top: 3px;
}
#header {
	color: #04172D;
	border-top: solid 3px green;
	padding: 0;
	margin: 0em 0 1.5em 0;
}
#main-content .wrapper {
	margin: 0;
	text-align: justify;
}
.content-item {
	margin-bottom: 50px;
}
  .description {
		font: normal 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
		color: #444;
		background: #C6C6C6;
		padding: 1px;
		margin: 0;
		line-height: 1;
		width: 70%;
}
  #footer {
  	clear: both;
  	color: #999;
  	padding: 0 1em 1em 1em;
  	border-bottom: solid 3px green;
  	margin-bottom: 1px;
  }

h1 h2 h3 h4 h5 h6{
text-align:left;
}

#sidebar .wrapper {
	text-align: justify;
}

/* undo the above text alignment for headers */
#sidebar .wrapper h1 {
	text-align: left;
}
#sidebar .wrapper h2 {
	text-align: left;
}
#sidebar .wrapper h3 {
	text-align: left;
}
#sidebar .wrapper h4 {
	text-align: left;
}
#sidebar .wrapper h5 {
	text-align: left;
}
span.red { color: #660000
;}
     
#sidebar .wrapper h6 {
	text-align: left;
}


  /* Content area offset
  ----------------------------------------------- */
  #main-content .wrapper {
	background-position: 0px 0px;
		padding: 0px 25px 0 25px;
		background-repeat: repeat;
		background-attachment: scroll;
}

  #main-content td p {
  	margin: 0 0 1em 0;
  }



  /* Custom font definitions
  ----------------------------------------------- */
  p {
  	margin: 1em 0;
  	line-height: 1.5;
  }
  h6 {
  	font-family: Susanne, "Trebuchet MS", arial, sans-serif;
  }
  h5 {
  	font-family: Susanne, "Trebuchet MS", arial, sans-serif;
  }
  h4 {
  	font-family: Susanne, "Trebuchet MS", arial, sans-serif;
  }
  h3 {
  	font-family: Susanne, "Trebuchet MS", arial, sans-serif;
  }
  h2 {
  	font-family: Susanne, "Trebuchet MS", arial, sans-serif;
  }
  h1 {
  	font-family: Susanne, "Trebuchet MS", arial, sans-serif;
  }
  h1 {
  	color: #B2B2B2;
  	font-size: 2.4em;
  	letter-spacing: 0.2em;
  	font-weight: normal;
  	padding: 1em 25px 0 25px;
  }
  h2 {
		margin: 0 0 0.5em 0;
		color: #777;
		font-size: 1.4em;
		font-weight: bold;
		border-bottom: double 3px #660000
;
		padding: 0 0 0.4em 0;
		border-bottom-color: #660000
;
}
  h3 {
	font-size: 1.2em;
	background: #eee;
	border: dotted 1px #C7C7C7;
	padding: 0.2em;
	margin-top: 15px;
}
  h4 {
  	font-size: 1.2em;
  	padding: 0 0 0.2em 0;
  	margin: 0.6em 0 0 0.4em;
  	color: #777;
  }
  h5 {
  	border-bottom: dotted 1px #C7C7C7;
  }
  h6 {
		color: #660000
;
		border-left: solid 1.2em #777;
		padding-left: 0.6em;
		border-left-color: #660000
;
}
a:link {
		color: #430003;
}

a:visited {
        color:navy;
}
  a:hover {
    text-decoration: none;
  	border-bottom: 1px dotted #bb242d;
  	background-color: #e0e0e0;
   }


  /* Sidebar
  ----------------------------------------------- */
  #sidebar-alternate h3 {
  	margin: 0;
  	color: #777;
  	background: none;
  	font-size: 1.4em;
  	font-weight: normal;
  	border: none;
  	padding: 0;
  }

  #sidebar h3 {
  	margin: 0;
  	color: #777;
  	background: none;
  	font-size: 1.4em;
  	font-weight: normal;
  	border: none;
  	padding: 0;
  }

  #sidebar-alternate blockquote p {
  	margin-left: 0;
  	margin-right: 0;
  }
  
  #sidebar-alternate blockquote {
  	margin-left: 0;
  	margin-right: 0;
  }
  
  #sidebar blockquote p {
  	margin-left: 0;
  	margin-right: 0;
  }
  
  #sidebar blockquote {
  	margin-left: 0;
  	margin-right: 0;
  }
  #sidebar blockquote {
  	margin: 1em 0;
  	padding: 0;
  }
  


  .editable {
  	border: dashed 1px #c33;
  }




  /* Tweaks for Two-column Right layout
  ----------------------------------------------- */
  #twocolumn-right #sidebar .wrapper {
	margin: 0 2px;
}



  /* Tweaks for Two-column Left layout
  ----------------------------------------------- */
  #twocolumn-left #sidebar .wrapper {
  	margin: 0 10px;
  }


  /* Tweaks for Three-column layout
  ----------------------------------------------- */
  #threecolumn #sidebar .wrapper {
  	margin: 0 10px;
  }
  #threecolumn #sidebar-alternate .wrapper {
  	margin: 0 10px;
  }
  /*

  	-- -- -- -- -- -- --
  	COLOR SCHEME: Sport
  	-- -- -- -- -- -- --

  */


  /* Basic HTML style
  ----------------------------------------------- */
  body {
		color: #000;
		background: #C0C0C0;
}
  caption {
  	color: #444;
  	background: #ccc;
  }
  table {
  	border-color: #ccc;
  }
  th {
		color: #fff;
		background: #430003 ;
}



  /* Set the stage with main layout tweaks
  ----------------------------------------------- */
  #container {
		border-color: #660000
;
		background-color: #FFFFFF;
}
  #header {
  	color: #04172D;
  	border-top-color: #660000
;
  }
  .description {
		color: #444;
		background: #FFFFFF;
		width: auto;
		margin-right: 8px;
		margin-left: 8px;
		font-size: 1px;
		display: none;
}
  #footer {
  	color: #999;
  	border-bottom-color: #660000
;
  }



  /* Custom font definitions
  ----------------------------------------------- */
  h1 {
  	color: #B2B2B2;
  }
  h2 {
		color: #00184D


;
		border-bottom-color: #660000
;
}
  h3 {
  	background: #eee;
  	border-color: #C7C7C7;
  }
  h4 {
  	border-bottom-color: #C7C7C7;
  	color: #00184D


;
  }
  h5 {
  	border-bottom-color: #C7C7C7;
  }
  h6 {
  	color: #00184D


;
  	border-left-color: #00184D


;
  }





  /* Sidebar
  ----------------------------------------------- */
  #sidebar-alternate h3 {
  	color: #00184D


;
  	background: none;
  }

  #sidebar h3 {
  	color: #00184D


;
  	background: none;
  }

  /** END CUSTOM SKIN **/
  #page-title {
		background-position: 6px center;
		font-family: "Berlin Sans FB";
		font-size: x-large;
		font-weight: normal;
		color: #808080;
		background-image: url('web_elements/images/mspw_player_title.jpg');
		height: 60px;
		background-repeat: no-repeat;
		margin-top: 8px;
}

   
  
.pagelinks {
	color: #C7C7C7;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px;
    font-size:x-small;
}

  
a.pagelinks {
		padding: 0px 0px 0px 10px;
		color: #430003;
}
td.header {
	color: #660000
;
	font-weight: bolder;
}
.comment {
	font-size: x-small;
	font-style: italic;
}


.captioned {
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		background-color: #430003 ;
		font-weight: bold;
		color: #FFFFFF;
}


.scores {
		font-weight: bold;
		text-align: center;
		border: 1px solid #FFFF00;
		padding-right: 15px;
		padding-left: 15px;
		font-size: x-small;
		font-variant: normal;
}

div.sponsor {
	height: 110px;
	margin: 15px;
}
.inline {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
img.para_lead {
	float: left;
	margin-right: 15px;
}
img.header {
		padding: 0px;
		margin: 0px;
		float: right;
}
#main-content-single {
		float: left;
		display: inline; /* for IE */;
		width: auto;
}
a.topLink {
		padding: 10px 5px 5px 10px;
}
.hide {
		visibility: hidden;
		display: none;
}
.paraLead {
		font-weight: bolder;
		font-size: xx-large;
		color: #660000
;
		text-transform: capitalize;
		bottom: inherit;
		height: inherit;
		vertical-align: 0%;
}
#page-title span {
		background-position: left;
		font-family: "Berlin Sans FB";
		font-size: 1px;
		font-weight: normal;
		color: #808080;
		text-align: left;
		line-height: 1px;
		padding-top: 100px;
		display: none;
}
#g_description {
		text-indent: 25px;
		font-size: small;
		font-style: oblique;
}
td.home {
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		background-color: #660000;
		font-weight: bold;
		color: #FFFFFF;
}
td.away {
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		background-color: #C0C0C0 ;
		font-weight: bold;
		color: #000000;
}
td.home a:link {
		color: #FFFFFF;
}
