/**********************************************************
GENERAL STYLES
**********************************************************/

body {
	font-size: 62.5%;
	font-family: verdana, tahoma, arial, sans-serif;
	background: #333333 url(../images/charcoal_BG.png) repeat top left;
	color: #333;
	}
	
p, blockquote, dt, dd, li {
	font-size: 1.1em;
	}

blockquote p {
	font-size: 1em;
	}

a {
	color: #114273;
	}
	
a:hover {
	color: #637BAD;
	}
	
h2 {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #336699;
	}

h3 {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 1.4em;
	color: #333;
	clear: both;
	}
	
h4 {
	font-size: 1.1em;
	font-weight: bold;
	}
	
#links {
	margin: 20px 0 20px 25px;
	}
	
#links a {
	line-height: 1.8em;
	}

dt {
	margin-left: 15px;
	margin-top: 1.4em;
	text-indent: 0;
	}

dd {
	margin-bottom: 1.4em;
	text-indent: 0;
	}
	
.back {
	font-size: 1em;
	margin-left: 20px;
	}
	
.video {
	float: left;
	margin: 0 20px;
	}
	
img {
	border: none;
	}

.clear {
	clear: both;
	}
	
.question_closed {
	background: #fff url(../images/expand.gif) no-repeat top left;
	padding-left: 25px;
	text-decoration:underline;
	}
	
.question_open {
	background: #fff url(../images/contract.gif) no-repeat top left;
	padding-left: 25px;
	text-decoration:underline;
	}
	
.answer {
	margin-left: 25px;
	}
	
.img_left {
	float: left;
	margin: 5px;
	}

.img_right {
	float: right;
	margin: 5px;
	}
	
#media_page .img_left {
	margin-bottom: 25px;
	}

/**********************************************************
STRUCTURAL ELEMENTS OF PAGE
**********************************************************/

#main {
	width: 781px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	}
	
#mast {
	background: #669999 url(../images/mast_1.jpg) no-repeat top left;
	height: 188px;
	}
	
#mast h1 {
	position: absolute;
	left: -1000px;
	}

#nav {
	/* border: 1px solid #cccccc; */
	margin: 0;
	padding: 0;
	height: 30px;
	background-color: #6699cc;
	}	
	
#content {
	margin-top: 15px;
	float: left;
	width: 500px;
	margin-right: 15px;
	margin-left: 10px;
	/* border: 1px dashed #3300cc; */
	}
	
#content h2 {
	margin-top: 0;
	}

/* Make content area wider on media page to hold more content. 
This page will not have a sidebar. */	
#media_page #content {
	width: 755px;
	/* border: 1px dashed #ff0000; */
	}
	
#sidebar {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	/* border: 1px solid #6699cc; */
	background: #e9e9e9 url(../images/news_bottom.png) no-repeat bottom left;
	width: 234px;
	padding: 0px;
	}
	
#sidebar h1 {
	background: url(../images/latest_news.png) no-repeat top left;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	}
	
#sidebar h2 {
	margin: 10px;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	}
	
#sidebar p {
	margin: 10px;
	}
	
#side_image {
	float: right;
	margin-top: 85px;
	margin-right: 10px;
	/* border: 1px solid #6699cc; 
	background: #e9e9e9 url(../images/news_bottom.png) no-repeat bottom left;*/
	width: 234px;
	padding: 0;
	}

#footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 40px 0 0 0;
	font-size: .9em;
	background: #cccccc url(../images/footer.png) no-repeat top left;
	height: 55px;
	/* border: 1px dashed #ff0000; */
	}
	
#footer a {
	color: #000;
	}
	
#footer a:hover {
	color: #FF6600;
	}
	
/*************************************************
NAVIGATION
*************************************************/

#nav {
	height: 35px;
	background: url(../images/nav_BG.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	}
	
#nav a {
	color: #333333;
	text-decoration: none;
	outline: none;
	}
	
#nav li a:hover {
	color: #ffffff;
	}

#nav ul {
	/* border: 1px solid #333333; */
	}
	
#nav li {
	list-style: none;
	display: block;
	float: left;
	font-family: "Trebuchet MS", trebuchet, tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	/* margin-right: 55px; */
	line-height: 30px;
	text-indent: -5000px;
	}

#nav li#home a {
	/* border-right: 1px solid #0D3154; */
	background: #003366 url(../images/home.png) no-repeat top left;
	width: 72px;
	height: 30px;
	display: block;
	}
	
#nav li#home a:hover, #home_page li#home a {
	background: #003366 url(../images/home.png) no-repeat 0 -30px;
	}	
	
#nav li#where_we_play a {
	/* border-right: 1px solid #0D3154; */
	background: #003366 url(../images/where_when.png) no-repeat top left;
	width: 154px;
	height: 30px;
	display: block;
	}
	
#nav li#where_we_play a:hover, #where_page li#where_we_play a {
	background: #003366 url(../images/where_when.png) no-repeat 0 -31px;
	}
	
#nav li#news a {
	/* border-right: 1px solid #0D3154; */
	background: #003366 url(../images/news.png) no-repeat top left;
	width: 76px;
	height: 30px;
	display: block;
	}
	
#nav li#news a:hover, #news_page li#news a {
	background: #003366 url(../images/news.png) no-repeat 0 -31px;
	}

	
#nav li#media a {
	/* border-right: 1px solid #0D3154; */
	background: #003366 url(../images/media.png) no-repeat top left;
	width: 167px;
	height: 30px;
	display: block;
	}
	
#nav li#media a:hover, #media_page li#media a {
	background: #003366 url(../images/media.png) no-repeat 0 -31px;
	}
	
#nav li#resources a {
	/* border-right: 1px solid #0D3154; */
	background: #003366 url(../images/resources.png) no-repeat top left;
	width: 126px;
	height: 30px;
	display: block;
	}
	
#nav li#resources a:hover, #resources_page li#resources a {
	background: #003366 url(../images/resources.png) no-repeat 0 -30px;
	}

	
#nav li#faqs a {
	/* border-right: 1px solid #0D3154; */
	background: #003366 url(../images/faqs.png) no-repeat top left;
	width: 80px;
	height: 30px;
	display: block;
	}
	
#nav li#faqs a:hover, #faqs_page li#faqs a {
	background: #003366 url(../images/faqs.png) no-repeat 0 -31px;
	}

	
#nav li#contact a {
	background: #003366 url(../images/contact.png) no-repeat top left;
	width: 106px;
	height: 30px;
	display: block;
	}
	
#nav li#contact a:hover, #contact_page li#contact a  {
	background: #003366 url(../images/contact.png) no-repeat 0 -30px;
	}
	
/************************************************************************
PHOTOS
************************************************************************/

.thumb {
	float: left;
	margin: 10px;
	}

/************************************************************************
TOURNAMENT REGISTRATION
************************************************************************/

#regContactInfo th,
#regTeamInfo th,
#regPlayerInfo th,
#regComments th {
	text-align: right;
	width: 175px;
}

#regContactInfo td,
#regTeamInfo td,
#regPlayerInfo td,
#regComments td {
	padding-left: 10px;
}

#regPlayerInfo td p {
	font-size: 1em;
}


input#fname,
input#lname,
input#club_name,
input#email {
	width: 200px;
}

input#phone {
	width: 85px;
}

input#num_teams {
	width: 25px;
}

#regContactInfo .instructions,
#regTeamInfo .instructions,
#regPlayerInfo .instructions,
#regComments .instructions {
	font-style: italic;
	font-weight: normal;
}


.s {
	width: 25px;
}

.ms {
	width: 85px;
}

.m {
	width: 175px;
}

.l {
	width: 300px;
}

/*************************************************
PAGE-SPECIFIC STYLES
**************************************************/

#news_page h3 {
	margin-bottom: 0;
}

#news_page h4 {
	margin-top: 0;
}

#camp_2011_page table {
	width: 450px;
	border-collapse: collapse;
	margin-left: 15px;
}

#camp_2011_page th,
#camp_2011_page td {
	font-size: 1.1em;
	vertical-align: top;
	padding: 5px;
}

#camp_2011_page th {
	width: 80px;
	text-align: left;
}


/*************************************************
ERROR HANDLING
*************************************************/

/* Light red error block that appears at the top of the page when a page fails validation */
#errorblock {
	width: 450px;
	border: solid 2px #f33;
	color: #000;
	background: #ffecec;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
	/* the below two rules center the error block. */
	margin-left: auto;
	margin-right: auto; 
}

#errorblock h3 {
	font-size: 14px;
	color: #f33;
	background: transparent;
	margin: 0 0 10px 0;
	padding-left: 50px;
	border: none;
}

#errorblock p,#errorblock li {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
}

#errorblock p {
	color: #f33;
	background: transparent;
}

#errorblock ul {
	text-align: left;
	margin: 0 16px;
	padding: 0 26px 0 56px;
}

/* This controls the appearance of the error messages that appear below field names when a user triggers validations.  */
.error {
	color: #f33;
	background: transparent;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}
	
/* tr.errorbold th {
	font-weight: bold;
	background: transparent url(../images/errortriangle.gif) no-repeat top left;
	text-align: right;
	} */

/* Use this to outline the table cell itself (which will put a red box around all the fields with errors) 
tr.errorbold td {
	border: 1px solid #ff0000;
	}*/

.errorRow th {
	color: #FF0000;
}

/* Use this to outline the field itself in red 	*/
tr.errorRow input, tr.errorRow select, tr.errorRow textarea {
	border: 1px solid #ff0000;
	/* border: 1px solid #cccccc;*/
	background-color: #ffcbcb; 
}
