@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;}
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#444444;
	text-align:center;
	background: #fdce68 url(../images/bg_body.gif) repeat-x top right;
	background-attachment:fixed;
}

a {
	color:#aa281b;
	text-decoration:none;
}

a:hover {
	color:#fb7933;
	text-decoration:none;
}

p {margin-bottom:15px; display:block;}

h1, h2, h3, .box h2 {color:#df6422;}
h1 {
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	border-bottom:1px solid #fdc54e;
}

.box h1 {
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 25px 0px;
	border:none;
}

.box h2 {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #fdc54e;
}

h2 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:2px 0px 10px 0px;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#444444;
}

ul, ol {display:block; margin:10px 0px 15px 0px;}

li {
	margin-left:30px;
}

hr {margin-bottom:15px; border-top:1px solid #cccccc; border-bottom:none; border-left:none; border-right:none;}

img {
	border:none;
	display:block;
}

fieldset {border:none;}
label {display:block;}
.mc-field-group {margin-bottom:12px;}

.email, .name {
	width:273px;
	display:block;
}

.reg_input {width:383px;}

input.submit {
	width:65px;
	padding-bottom:15px;
	height:22px;
}

.photo_upload {
	padding-bottom:15px;
	height:22px;
	width: 200px;
}

textarea {
	margin-bottom:10px;
	border:1px solid #999999;
}

.textarea_contact {
	margin-bottom:10px;
	border:1px solid #999999;
}

.no_margin {margin:0px;}
.button {background:url('../images/bg_button.jpg') repeat-x top left;}
.small {font-size:11px; line-height:16px; font-weight:normal;}
p.small {margin:0px;}
.clear_both {clear:both}
.float_left {float:left; margin-right:5px;}
object {margin:10px 20px 10px 0px;}
div.mce_inline_error{display:block; background-color:#FFEEEE;}
.response {background-color:#FFEEEE;}
.indicate-required {text-align:right; font-style:italic; font-size:11px;}

/*layout
===============================================================*/
#wrapper {
	width:950px;
	margin:0 auto;
}

#header {
	width:950px;
	height:131px;
	text-align:left;
	position:relative;
	top:0px;
}

#logo {display:block; width:261px; height:131px}

#navbar {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	position:absolute;
	top:40px;
	left:245px;
	width:600px;
}

#navbar li {
	float:left;
	list-style:none;
}

#navbar li a {
	color:#fdc54e;
	list-style:none;
	margin:0px;
	padding:4px;
	display:block;
}

#navbar li a:hover {
	color:#ffffff;
}

#title_box {
	font-size:75px;
	width:950px;
	height:75px;
	display:block;
	background-color:#ffffff;
	position:absolute;
	top:-1px;
	left:0px;
}

.page_heading {
	font-size:75px;
	line-height:57px;
	font-weight:bold;
	text-align:left;
	color:#fce6b0;
	display:block;
	margin-left:-5px;
}

.page_subheading {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#fb7933;
	margin-left:10px;
}

#content {
	padding:100px 30px 30px 30px;
	text-align:left;
	overflow:hidden;
	position:relative;
	width:890px;
	background-color:#ffffff;
}

#left_column {
	width:560px;
	float:left;
	position:relative;
}

#right_column {
	width:300px;
	float:left;
	margin-left:30px;
	position:relative;
}

.box {
	border:1px solid #cccccc;
	padding:3px 10px 15px 10px;
	margin-bottom:15px;
	background: url(../images/bg_box_header.gif) repeat-x;
	position:relative;
	display:block;
	overflow:hidden;
}
	

.announcement {
	display:block;
	border-bottom:1px dotted #fdc54e;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#444444;
}

.tournaments {
	display:block;
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:3px solid #cccccc;
}

.archive {
	display:block;
	clear:both;
	overflow:hidden;
}

.archive_year {
	display:block;
	border:1px solid #aaaaaa;
	padding:5px;
	margin-bottom:20px;
}

.club_players {
	float:left;
	width:200px;
	margin-right:25px;
}

.players {
	float:left;
}

.thumbnail_container {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
}

.thumbnail {
	float:left;
	margin-right:20px;
	font-size:12px;
	display:block;
}

.thumbnail img {
	margin-bottom:3px;
	padding: 2px;
}

.thumbnail a img {
	border:1px solid #cccccc;
}

.thumbnail a:hover img {
	border:3px solid #fdc54e;
	padding:0px;
}

.arhive .info {float:left; width:345px; font-size:11px; line-height:120%;}
div.archive p {font-size:11px; line-height:120%;}
	
#footer {
	background:url(../images/bg_content.jpg) no-repeat;
	text-align:center;
	color:#ffffff;
	padding:30px 0px 10px 0px;
	clear:both;
	position:relative;
}
#footer a {color:#FFFF00;}
#footer a:hover {color:#FF9900;}

/*======Button=======*/

a.universal_button{
background: transparent url('../images/bg_but_left.jpg') no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 12px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 24px; /* Height of button background height */
padding-left: 14px; /* Width of left menu image */
text-decoration: none;
}

a:link.universal_button, a:visited.universal_button, a:active.universal_button{
color: #ffffff; /*button text color*/
}

a.universal_button span{
background: transparent url('../images/bg_but_right.jpg') no-repeat top right;
display: block;
padding: 4px 14px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.universal_button:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.universal_button:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #ffffff;
}

.button_wrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
margin:10px 0px;
}

/*Misc
========================================================*/

.js-kit-comments {padding:0px; margin:0px;}

.js-kit-poll {width:275px; padding:0px; margin:0px;}

#clock {
	position:absolute;
	top:10px;
	right:30px;
	color:#666666;
	font-size:16px;
	height:16px;
	line-height:100%;
}

#sitemeter {position:absolute; bottom:0px; right:0px;}
