/* CSS Document */

*{margin: 0; padding: 0;}

body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bababa;
	background: #333 url(../images/bg.jpg) repeat;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #888888;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
}

h2, h2 a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dbc04c;
	font-weight: bold;
	padding: 5px;
}

p, p a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bababa;
	padding: 5px 0px;
}

img, img a {
	border: 0;
}

/******* General containers and what-have-you *******/

#main_container {
	margin: 0 auto 0 auto;
	padding: 0px;
}

#wrapper {
	margin: 0 auto 0 auto;
	padding: 0px 10px;
	background: #111;
	width: 880px;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	background: #030303;
	width: 880px;
}

#banner {
	width: 880px;
	height: 188px;
	background: url(../images/banner.jpg) no-repeat;
}

#ticker, #ticker a, #tx {
	height: 12px;
	background: #050505;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #656565;
	text-align: right;
}

/******* Navigation stuffs *******/

#nav_container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 880px;
	height: 50px;
	background: #000 url(../images/nav_bg.jpg) repeat-x;
}

#nav {
	margin: 0 auto 0 auto;
	width: 725px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#home a {
	background: url(../images/nav_home.jpg) no-repeat;
	height: 50px;
	width: 108px;
	float: left;
	margin: 0;
	padding: 0;
}

#home a:hover, #home.active a {
	background: url(../images/nav_home.jpg) -108px no-repeat;
}

#sched a {
	background: url(../images/nav_sched.jpg) no-repeat;
	height: 50px;
	width: 138px;
	float: left;
	margin: 0;
	padding: 0;
}

#sched a:hover, #sched.active a {
	background: url(../images/nav_sched.jpg) -138px no-repeat;
}

#teams a {
	background: url(../images/nav_teams.jpg) no-repeat;
	height: 50px;
	width: 112px;
	float: left;
	margin: 0;
	padding: 0;
}

#teams a:hover, #teams.active a {
	background: url(../images/nav_teams.jpg) -112px no-repeat;
}

#photos a {
	background: url(../images/nav_photos.jpg) no-repeat;
	height: 50px;
	width: 123px;
	float: left;
	margin: 0;
	padding: 0;
}

#photos a:hover, #photos.active a {
	background: url(../images/nav_photos.jpg) -123px no-repeat;
}

#about a {
	background: url(../images/nav_about.jpg) no-repeat;
	height: 50px;
	width: 125px;
	float: left;
	margin: 0;
	padding: 0;
}

#about a:hover, #about.active a {
	background: url(../images/nav_about.jpg) -125px no-repeat;
}

#contact a {
	background: url(../images/nav_contact.jpg) no-repeat;
	height: 50px;
	width: 119px;
	float: left;
	margin: 0;
	padding: 0;
}

#contact a:hover, #contact.active a {
	background: url(../images/nav_contact.jpg) -119px no-repeat;
}

/******* Content starts here *******/

#content {
	background: #030303;
	padding: 10px 10px 0px 10px;
	float: left;
	width: 860px;
	overflow: auto;
}

#left_wide {
	background: #111111;
	float: left;
	width: 570px;
	/*height: 520px;*/
	border-top: solid 1px #1d1d1d;
	margin: 0px 10px 10px 0px;
}

#left_column, #center_column, #right_column {
	background: #111111;
	float: left;
	width: 280px;
	height: 650px;
	border-top: solid 1px #1d1d1d;
}

#left_column, #center_column {
	margin-right: 10px;
}

#left_column_content, #center_column_content, #right_column_content, .right_column_content {
	padding: 10px;
}

#center_column_content img {
	padding: 10px 0px;
}

#right_column ul, #right_column ul a, #center_column ul, #center_column ul a {
	margin-top: 10px;
	list-style-type: none;
	text-decoration: none;
	color: #bababa;
}

#right_column a:hover, #center_column a:hover {
	color: #eee;
}

#right_column #event_list li, #center_column #event_list li {
	display: block;
	background: url(../images/events_bg.jpg);
	height: 31px;
	padding: 5px;
	text-transform: uppercase;
}

#right_column #email_list li, #right_column #phone_list li, #right_column #mail_list li {
	padding: 5px 0px;
	font-size: 10px;
}

#right_column #email_list, #right_column #phone_list, #right_column #mail_list {
	margin-bottom: 25px;
}

#announce_list li {
	margin: 0 0 0 10px;
	padding: 0 0 4px 0;
	font-size: 10px;
}

#team_list li, #photo_list li {
	padding: 5px;
	font-size: 14px;
	background: #131313;
	border-top: solid 1px #171717;
	border-bottom: solid 1px #070707;
}

#team_list li:hover, #photo_list li:hover {
	background: #161616;
	border-top: solid 1px #191919;
	border-bottom: solid 1px #090909;
}

#photo_list li {
	font-size: 12px;
}

#service_panel {
	margin-bottom: 20px;
}

.service {
	float: left;
	padding: 10px 0 0 10px;
}

#about_panel {
	float: none;
	margin: 0 auto 0 auto;
}

.about_list {
	float: left;
	margin: 0 0 0 20px;
	padding: 3px;
}

.about_list li {
	font-size: 14px;
	font-style: italic;
	color: #dbc04c;
}

#forms .form {
	float: left;
	margin: 10px 10px 10px 50px;
	text-align: center;
}

#forms .form a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dbc04c;
	font-weight: bold;
	text-decoration: none;
}

.team_container, .event_container {
	width: 100%;
	padding-bottom: 10px;
	background: #191919;
}

.team_container h2 {
	padding: 10px 0px;
}

.event_container h2 {
	padding: 10px 0px 0px 10px;
	text-align: left;
}

.team_container img {
	float: left;
	padding: 10px;
}

.event_container img {
	padding: 10px 3px 0px 3px;
}

.team_content {
	width: 330px;
	float: right;
}

.team_sched {
	width: 100%;
	clear: both;
}

.team_practice, .team_game {
	padding: 5px 0px;
	height: 75px; /*75px*/
	float: left;
	clear: right;
	background: #1f1f1f;
	border-top: solid 1px #101010;
}

.team_practice {
	width: 274px;
	border-right: solid 1px #101010;
}

.team_game {
	width: 275px;
}

.team_sched p {
	padding-left: 5px;
}

.sched_head {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
}

.divider, .divider a {
	margin: 15px 5px;
	padding: 5px 0px 4px 0px;
	clear: both;
	height: 1px;
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: #555;
	text-decoration: none;
}

.divider a:hover {
	color: #777;
}

.header {
	margin-bottom: 0px;
	font-size: 14px; 
}

.quote, .location, .event, .profile, .note {
	font-size: 10px;
	color: #767676;
	text-transform: none;
}

.note, .note a {
	color: #dbc04c;
}

.location {
	padding: 2px 0px;
}

.update {
	background: url(../images/separator.jpg) no-repeat bottom;
	width: 260px;
	padding-bottom: 5px;
}

.update ul {
	margin: 0 10px 10px 5px;
	padding: 0 0 0 5px;
	list-style: disc none;
}

.update li {
	font-size: 10px;
	padding: 0 0 5px 0;
}

#update_list {
	list-style-type: none;
}

#update_list li {
	padding: 5px 0 10px 0;
	font-size: 12px;
	background: url(../images/separator.jpg) no-repeat bottom;
}

/******* Footer stuff, it is here *******/

#footer {
	text-align: center;
	width: 880px;
	height: 90px;
	background: #111;
	border-top: solid 1px #1d1d1d;
	clear: both;
}

#footer_ads {
	background: #030303;
	padding: 0px 10px;
	float: left;
	width: 860px;
	margin-bottom: 10px;
}

#left_footer_ad, #center_footer_ad, #right_footer_ad {
	background: #111111;
	float: left;
	width: 280px;
	text-align: center;
}

#footer_ads img {
	padding: 10px 0px;
}

#left_footer_ad, #center_footer_ad {
	margin-right: 10px;
}

.footer, .footer a, .sub_footer {
	margin: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: none;
}

.footer a:hover {
	color: #777;
}

.sub_footer, .sub_footer a {
	font-size: 10px;
	color: #343434;
	text-decoration: none;
}

.sub_footer a:hover {
	color: #676767;
}

/******* Form layout and styles *******/

#contact_div, #signup_div {
	margin: 10px 0px;
	display: block;
}

#contact_div label, #signup_div label {
	display: inline;
	font-weight: bold;
	float: left;
}

#contact_div .row, #signup_div .row {
	margin-bottom: 2px;
	padding: 10px;
	background: #0d0d0d;
	text-align: right;
}

#contact_div .row label, #signup_div .row label {
	vertical-align: top;
}

#contact_div .contact_field, #contact_div textarea, #signup_div .contact_field {
	background: #ddd;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	height: 20px;
	width: 300px;
	padding: 2px;
	font-size: 12px;
}

#contact_div textarea {
	height: 150px;
	width: 350px;
}

#signup_div #s_state {
	width: 130px;
}

#signup_div #s_phone, #signup_div #s_zip, #signup_div #s_bday, #signup_div #s_grade, #signup_div #s_gender {
	width: 95px;
}

#signup_div #s_feet, #signup_div #s_inches, #signup_div #s_weight {
	width: 65px;
}

#signup_div #s_heard {
	width: 200px;
}

#other {
	margin-top: 10px;
	display: none;
}

.form_error {
	color: #dbc04c;
}

#signup_div {
	display: block;
}

.toggle a {
	color: #dbc04c;
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
}

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

#success {
	margin: 10px 0px;
	padding: 25px;
	font-size: 10px;
	background: #222;
}

#success a {
	color: #dbc04c;
}

#contact_images_container {
	margin: 0 auto 0 auto;
}

#contact_images {
	margin: 0 auto 0 auto;
	width: 450px;
}

#contact_message {
	background: url(../images/contact_message.jpg) no-repeat;
	height: 233px;
	width: 188px;
	float: left;
}

#contact_message:hover {
	background: url(../images/contact_message.jpg) -188px no-repeat;
}

#contact_player {
	background: url(../images/contact_player.jpg) no-repeat;
	height: 233px;
	width: 188px;
	float: right;
}

#contact_player:hover {
	background: url(../images/contact_player.jpg) -188px no-repeat;
}

/******* Team colors for easy reference *******/

.yellow {
	color: #dbc04c;
	text-align: left;
}

a .yellow:hover {
	color: #ddd;
}

.gold {
	color: #e6ac0e;
	font-weight: bold;
}

.bruin, .bruin li {
	color: #007cc2;
}

.week {
	margin: -5px 10px 0 0;
	padding: 0;
	float: left;
}

.new {
	margin: -57px 0 0 0;
	float: left;
	position: relative;
	top: 50px;
	left: 0px;
	display: none;
}

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

.right {
	float: right;
	margin: 0 0 0 10px;
}

.clear {
	clear: both;
}
