@charset "utf-8";
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	text-decoration: none;
} 
.thrColFixHdr #header a img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thrColFixHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #F00;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar1 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #sidebar1 h2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 h1 {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #sidebar2 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #sidebar2  h1 a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}
.thrColFixHdr #sidebar2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.thrColFixHdr #sidebar2 h2 a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00F;
	background-color: #FF9;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
}
.thrColFixHdr #sidebar2 #Videoclips h1 strong a {
	color: #306;
	font-size: 20px;
}
 
.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #06C;
	margin-left: 230px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #06C;
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#photofeature {
	color: #309;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	float: right;
	padding-bottom: 1px;
	padding-left: 1px;
	margin: 3px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
	font-size: 0.8em;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #footer p a {
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #header ul {
	margin: 0px;
	padding: 0px;
	width: 900px;
	list-style-type: none;
}
.thrColFixHdr #header ul li {
	display: inline;
}
.thrColFixHdr #header ul li a {
	text-decoration: none;
	padding: 0px;
	color: #000;
	background-color: #FFF;
	float: left;
	text-align: center;
}
.latestfightclips {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: none;
	background-color: #CCC;
	padding: 3px;
	border: thin solid #999;
}
.home {
	color: #39C;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.home:hover {
	background-color:#39C;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.schedule {
	color: #C30;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.schedule:hover {
	background-color:#C30;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.archivebutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: none;
	background-color: #CCC;
	border: thin solid #999;
	padding: 3px;
}
.archivebuttonhover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C0C;
	text-decoration: none;
	background-color: #0FF;
	border: medium solid #3FF;
}

.results {
	color: #390;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.results:hover {
	background-color:#390;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ratings {
	color: #C6C;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ratings:hover {
	background-color:#C6C;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.previews {
	color: #339;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.previews:hover {
	background-color:#339;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.interviews {
	color: #63C;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.interviews:hover {
	background-color:#63C;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fighters {
	color: #933;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fighters:hover {
	background-color:#933;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.latestnews {
	color: #03F;
	background-color: #FFF;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.latestnews:hover {
	background-color:#03F;
	color:#FFF;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fightclips {
	color:#666;
	background-color:#FFF;
	padding: 5px;
	display:block;
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color:#999;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.fightclips:hover {
	background-color:#666;
	color:#FFF;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#Videoclips {
	background-color: #CCC;
	padding: 1px;
	float: left;
	font-size: 12px;
	color: #306;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 #Videoclips p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #306;
	text-decoration: none;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.thrColFixHdr #container #mainContent p a {
	color: #00C;
}
.thrColFixHdr #container #mainContent h2 a {
	color: #666;
	text-decoration:none
}
#breadcrumb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.thrColFixHdr #breadcrumb a {
	color: #666;
}
.thrColFixHdr #container #sidebar1 h1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}
