/*  
Site: Fantasy Blitz
URL: http://www.fantasyblitz.com
Description: CSS file for Fantasy Blitz at http://www.fantasyblitz.com.
Version: 1.0
Author: Shaun B.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#header {
	width: 700px;
	text-align: left;
	margin: 8px auto 10px auto;
	padding: 0;
}

#logo {
	margin: 0 20px 0 0;
}

#top_links {
	float: right;
	color: #444444;
	font-size: 11px;
	margin: 10px 8px 0 0;
}

#top_links a {
	color: #444444;
	padding: 0 2px 0 2px;
	font-weight: normal;
}

#top_links a:hover {
	color: #444444;
}

#top_links a:active {
	color: #444444;
}

#top_links a:visited {
	color: #444444;
}

#bar {
	float: right;
	width: 570px;
	height: 35px;
	margin: 8px 0 0 0;
	background: url(http://www.fantasyblitz.com/images/bar_middle.gif) repeat-x bottom left;
}

#bar_left {
	float: left;
	width: 10px;
	height: 35px;
	background: url(http://www.fantasyblitz.com/images/bar_left.gif) no-repeat bottom left;
}

#bar_right {
	float: right;
	width: 10px;
	height: 35px;
	background: url(http://www.fantasyblitz.com/images/bar_right.gif) no-repeat top right;
}

#bar_links {
	float: left;
	color: #AAAAAA;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 9px 0 0 0;
}

#bar_links a {
	color: #555555;
	padding: 0 10px 0 10px;
}

#middle {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#canvas {
	width: 600px;
	padding: 0 10px 0 0;
}

#canvas_full {
	width: 100%;
	padding: 0 10px 0 0;
}

.top_right_corner_canvas {
	background: url(http://www.fantasyblitz.com/images/canvas_right.gif) no-repeat top right;
	width: 100%;
}

.top_left_corner_canvas {
	background: url(http://www.fantasyblitz.com/images/canvas_left.gif) no-repeat top left;
	margin: 0;
	padding: 7px 7px 3px 12px;
}

.bottom_left_corner_canvas {
	background: url(http://www.fantasyblitz.com/images/canvas_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 0 0 7px;
}

.bottom_right_corner_canvas {
	background: url(http://www.fantasyblitz.com/images/canvas_right.gif) no-repeat bottom right;
	margin: 0;
	padding: 0 7px 0 12px;
	height: 7px;
	font-size: 7px;
}

.heading_bar {
	height: 7px;
	font-size: 7px;
	margin: 0;
	background: url(http://www.fantasyblitz.com/images/heading_bar.gif) repeat-x top left;
}

.top_right_corner_navigation {
	background: url(http://www.fantasyblitz.com/images/navigation_right.gif) no-repeat top right;
	width: 100%;
	margin: 0 0 15px 0;
	background-color: #F3F3F3;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 85%;
}

.top_left_corner_navigation {
	background: url(http://www.fantasyblitz.com/images/navigation_left.gif) no-repeat top left;
	margin: 0;
	padding: 7px 7px 0 12px;
}

.bottom_left_corner_navigation {
	background: url(http://www.fantasyblitz.com/images/navigation_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 0 0 7px;
}

.bottom_right_corner_navigation {
	background: url(http://www.fantasyblitz.com/images/navigation_right.gif) no-repeat bottom right;
	font-size: 7px;
	height: 7px;
}

.navigation_padding {
	padding-left: 5px;
}

.top_right_corner_navigation ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0
}

.top_right_corner_navigation li {
	list-style: none;
	margin: 0;
	padding: 1px 0 3px 1px;
}

.top_right_corner_navigation li a {
	color: #444477;
	font-weight: normal;
}

.top_right_corner_navigation li a:visited {
	color: #444477;
}

h1 {  
    margin: 0 0 2px 0;
	padding: 0;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 180%;
	color:#000000;
}

h2 {  
    margin: 0 0 2px 0;
	padding: 0;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 110%;
	color:#333333;
}

h3 {   
	text-transform: uppercase;  
	font-size: 110%;  
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0; 
	color: #333333;
}

h4 {   
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size: 12px;  
	font-weight: bold;
	margin: 0 0 15px 0; 
	color: #333333;
}

form {
	margin: 0;
}

form label {
	width: 120px;
}

form input {
	width: 120px;
}

#contact_form input {
	width: 150px;
	margin: 0 0 10px 0;
}

#login_form input {
	width: 120px;
}

#login_form_small {
	margin: 0;
	padding: 0 0 10px 0;
}

#login_form_big input {
	width: 184px;
}

#login_submit {
	font-size: 90%;
	width: 60px;
}

#reset_password_form input {
	width: 184px;
}

#change_password_form input {
	width: 150px;
}

#registration_form input {
	width: 184px;
}

#registration_form select {
	width: 188px;
}

#edit_profile_form input {
	width: 184px;
}

#edit_profile_form select {
	width: 188px;
}

#verification_form input {
	width: 202px;
}

#join_league_form input {
	width: 174px;
}

#create_league_form input {
	width: 174px;
}

#radio_button_small input {
	width: 20px;
}

#search_player_form {
	font-size: 12px;
	text-align: right;
	margin: 10px 10px 10px 0
}

#search_player_form input {
	font-size: 12px;
}

#invite_form input {
	width: 230px;
}

#trash_talk_form {
	margin: 20px 0 20px 0;
}

#trash_talk_form input {
	width: 194px;
	margin: 0 0 5px 0;
}

#trash_talk_form label {
	font-size: 12px;
	color: #333333;
}

#trash_talk_message {
	display: none;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}

cite {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 80%;
}

a {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #993333;
	text-decoration: none;
}

a:hover	{
	color: #993333;
	text-decoration: underline;
}

.blitz_table {
	width: 390px;
	margin: 10px auto 20px auto;
}

.blitz_table th {
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	background-color: #f0f0f0;
	padding: 2px 0 2px 6px;
	text-align: left;
}

.blitz_table td {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #CCCCCC;
	font-size: 95%;
}

.canvas_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-size: 11px;
	margin: 0 0 20px 0;
}

.canvas_links a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

.canvas_links a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

.canvas_links a:hover {
	color: #993333;
	text-decoration: none;
}

.week_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 12px 0 0 0;
	color: #333333;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

.week_links a {
	color: #993333;
	font-weight: bold;
}

.week_links a:hover {
	text-decoration: underline;
}

.week_links a:visited {
	color: #993333;
}

.alt_row {
	background-color: #F6F6F6;
}

.divider {
	border-left: 1px solid #CCCCCC;
}

.canvas_padding {
	margin: 0 15px 0 8px;
}

p {
	margin: 0 0 10px 0;
}

.canvas_content {
	margin: 0 5px 10px 5px;
}

.center {
	text-align: center;
	width: 100%;
}

.center_block {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.small {
	font-size: 85%;
}

#footer {
	margin: 0;
	padding: 5px 0 10px 0;
}

blockquote {  
	background: url(http://www.fantasyblitz.com/blog/wp-content/themes/blitz/images/quote.gif) no-repeat;   
	margin: 0 0 10px 0px;
	padding: 3px 15px 0 22px;
	color:#444444;
}

.weekly_point_total {
	text-align: right;
	margin: 0 80px 10px 0;
}