/* ProFootballTalk.com Stylesheet */
/* Copyright (c) 2006. */
/* an xnyc studios production */
/* xnylived@gmail.com */
body {
	background-color: #424242;
	margin-top: 0px;
	margin-bottom: 0px;
	font: Georgia;
}
/* This is for the table */
.table {
		width: 85%;
}
/* This is for the 720x90 Sprint ad at top */
.sprintad {
		padding-top: 5px;
		padding-bottom: 5px;
		height: 92px;
}
/* This is for the top bar that displays the date */
.top1 {
		background-color: #000000;
		background-repeat: no-repeat;
		color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 19px;
		padding-top: 3px;
		padding-left: 6px;
		padding-right: 3px;
		padding-bottom: 3px;
		background-image: url(newsiteimages/tagline.jpg);
		background-position: right;
		background-repeat: no-repeat;
}
/* This is for the second top bar that displays ads */
.top2 {
        padding: 2px;
}		
/* This is for the part that displays the banner */
.top3 {
		background-color: #000000;
		background-repeat: no-repeat;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		height: 159px;
		background-image: url(newsiteimages/newbanner.jpg);
		background-position: center;
}
/* This is for the navigation bar that displays the links to the message boards, etc... */
.navi {
		background-color: #b40707;
		background-repeat: no-repeat;
		height: 25px;
		padding-right: 25px;
		background-image: url(newsiteimages/scoop.jpg);
		background-position: left;
		background-repeat: no-repeat;
}		
/* This is for the left bar */
.left {
		background-color: #000000;
		border-top: 1px solid #000000;
		padding-top: 3px;
		padding-bottom: 3px;
		width: 174px;
		font-family: Times New Roman, Times, serif;
		font-size: 80%;
		color: #ffffff;
}
/* This is for the lefthand button navigation */
.button {
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 100%;
		font-weight: bold;
}
/* Quick Links style */
.quick {
		font-size: 100%;
		color: #ffffff;
		padding-left: 5px;
}
/* This is for any part that needs some padding */
.padding {
		padding-top: 3px;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 3px;
}
/* This is for the middle, content part */
.middle {
		background-color: #ffffff;
		border-top: 1px solid #000000;
		padding-top: 5px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 5px;
		font: Georgia;
}
/* This is for the right bar */
.right {
		background-color: #000000;
		color: #ffffff;
		border-top: 1px solid #000000;
		padding-top: 3px;
		padding-bottom: 3px;
		width: 174px;
		font-family: Times New Roman, Times, serif;
		font-size: 70%;
}
/* This is for the bottom bar */
.bottom {
    	font-family: Georgia;
		background-color: #b7b7b7;
		border-top: 1px solid #000000;
		background-repeat: no-repeat;
		height: 13px;
}
/* Footer */
.footer {
		color: #b7b7b7;
}
/* This is for the color of the links (except for the ones on the left side and footer) */
a, a:link, a:active, a:visited {
		color: #b40707;
		text-decoration: underline;
}
a:hover {
		color: #7e0e00;
		text-decoration: underline;
}
/* This is for the color of the links on the left side in the buttons */
.button_link, .button_link:link, .button_link:active, .button_link:visited {
		color: #232323;
		text-decoration: underline;
}
.button_link:hover {
		color: #000000;
		text-decoration: underline;
}
/* This is for the color of the links on the left side */
.left_link, .left_link:link, .left_link:active, .left_link:visited {
		color: #ffffff;
		text-decoration: underline;
}
.left_link:hover {
		color: #b7b7b7;
		text-decoration: underline;
}
/* CSS Navigation from spoono.com */
#nav a, #nav a:link {
	background: #b40707;
	color: #ffffff;
	display: inline;
	font: bold 12px arial, sans-serif;
	text-decoration: none;
	padding-left: 15px;
}
#nav a:hover {
	background: #b7b7b7;
	color: #000000;
	padding-left: 15px;
	padding-right: 3px;
	padding-top: 10px;
}
#nav a.active, #nav a:active, #nav a:hover {
	background: #ffffff;
	padding-left: 15px;
	padding-right: 3px;
	padding-top: 10px;
	color: #000000;
}
#nav {
	display: inline;
	float: none;
	height: 25px;
	margin: 0;
	padding: 0px;
	text-align: center
}
#nav ul, #nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

/* band-aid stuff */
.style2 {color: #B7B7B7}
.style7 {color: #b40707;font-weight: bold;}
.style8 {color: #333333}
.style4 {color: #004C92;font-weight: bold;}
.style5 {color: #257BB4;font-style: italic;font-weight: bold;}
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #FFFF33;}
.adText:hover {font: normal 8pt Arial; text-decoration: underline; color: red}
.adText:visited {font: normal 8pt Arial; text-decoration: none; color: #999999;}
.adText:link {font: normal 8pt Arial; text-decoration: none; color: #999999;}
a:adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #FFCC33;}

/* The End */
