/*
Athletics Style Sheet
*/

* {
	border:1 solid #333333;
	margin:0;
	padding: 0;
}

/********** general **********/
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #c00b10;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/********** body **********/
body {
	background:#fff url('../image/page_components/background_body.jpg') repeat-x top;
	color:#666;
	font:0.7em Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/********** header **********/
#header {
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
	background-image: url(../image/);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:40px;
	font-weight:400;
	left:41px;
	letter-spacing:-2px;
	position:absolute;
	top:237px;
}
#header p {
	bottom:8px;
	color:#000;
	font-size:small;
	position:absolute;
	right:81px;
	width: 505px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}
#header ul li a:hover {
	background:#ededed;
	color:#eee;
	text-decoration:none;
}

/********** content **********/
#content {
	height:auto;
	margin:0 auto;
	width:760px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/******** sidebar_left *********/
#sidebar_left {
	float:left;
	width:130px;
}
#sidebar_left h1 {
	border-bottom:2px solid #c00b10;
	color:#000000;
	font-size:155%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar_left input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar_left p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar_left p a.more {
	display:block;
	text-align:right;
}
#sidebar_left ul {
	margin:10px;
}
#sidebar_left ul li {
	border-bottom:1px solid #000;
	list-style:none;
	padding:1px 2px;
}
#sidebar_left ul li a {
	color:#c00b10;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	text-decoration:none;
	font-weight: bold;
}
#sidebar_left ul li a:hover {
	color:#FF0000;
}
/********* sidebar on right side of screen **********/
#sidebar_right {
	float:right;
	width:130px;
}
#sidebar_right h1 {
	border-bottom:2px solid #c00b10;
	color:#000000;
	font-size:155%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar_right input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar_right p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar_right p a.more {
	display:block;
	text-align:right;
}
#sidebar_right ul {
	margin:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00B10;
}
#sidebar_right ul li {
	border-bottom:1px solid #000;
	list-style:none;
	padding:1px 2px;
}
#sidebar_right ul li a {
	color:#C00B10;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	text-decoration:none;
	font-weight: bold;
}
#sidebar_right ul li a:hover {
	color:#FF0000;
}
/********** Main content on sport pages **********/
#main {
	float:left;
	width:auto;
	padding-right: 10px;
	padding-left: 10px;
}
#main p {
	color:#555;
	line-height:20px;
	padding:5px;
}
#main h1 {
	border-bottom:2px solid #c00b10;
	color:#444;
	font-size:200%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

/********** Main sport content *********/
#main_sport {
	float:left;
	width:610px;
	padding-right: 10px;
	padding-left: 10px;
}
#main_sport p {
	color:#555;
	line-height:20px;
	padding:5px;
}
#main_sport h1 {
	border-bottom:2px solid #c00b10;
	color:#444;
	font-size:200%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

/********** One Cloumn content *********/
#main_one {
	float:left;
	width:740px;
	padding-right: 10px;
	padding-left: 10px;
}
#main_one p {
	color:#555;
	line-height:20px;
	padding:5px;
}
#main_one h1 {
	border-bottom:2px solid #c00b10;
	color:#444;
	font-size:200%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

/********** Footer *********/
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #c00b10;
	color:#555;
	font-size:90%;
	line-height:15px;
	padding:10px;
	text-align:center;
}

/********** Print Setup **********/
#print_header {
	height:155px;
	margin:0 auto;
	position:relative;
	width:760px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#print_button {
	margin:0 auto;
	width:610px;
	padding-top: 1px;
}
.printbutton {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	border:1px solid #C0C0C0;
	color:#666666;
	background-color: #DDDDDD;
	width: 110px;
	padding: 3px;
    }
.printbutton:hover {
	cursor:pointer;
	border:1px solid #666666;
	color:#666666;
	background-color: #CCCCCC;
}
@media print  { .noprint  { display: none; } }
@media screen { .noscreen { display: none; } }

