/*
Theme Name: Columbia Cascades
Theme URI: http://www.columbiacascasdesbasketball.com
Description: Default for the Columbia Cascades Website
Version: 1.0
Author: Logan Thompson
Author URI: http://www.blinksource.com
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	font-family: segoe ui, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #051981;
}

a:hover {
	color: #c40001;
}

#wrapper {
	background: url(images/wrapperbg.png) repeat-y;
	width: 864px;
	margin: auto;
	padding: 0px 10px;
}

#header {
	height: 102px;
	background: url(images/headerbg2.gif) no-repeat;
	margin-bottom: 7px;
}

#header h1 {
	display: none;
}

#header ul {
	margin: 70px 10px 0px;
	padding: 0px;
	float: right;
}

#header li {
	display: inline;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	font-size: 11px;
	text-transform:uppercase;
}

#header li a {
	color: #051981;
	text-decoration: none;
}

#header li a:hover {
	color: #c40001;
}

#leftnavigation {
	clear: both;
	float: left;
	width: 230px;
}

#leftnavigation ul, #leftnavigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftnavigation ul li ul {
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#leftnavigation ul li ul li {
	list-style-type:none;
	margin: 4px 0px 0px 4px;
	padding: 6px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #c40001;
}

#leftnavigation ul li ul li a {
	color: #051981;
	text-decoration: none;
	font-weight: bold;
}

#leftnavigation ul li ul li a:hover {
	color: #c40001;
}

#leftnavigation p {
	margin: 10px 0px 5px 3px;
}

#content {
	float: left;
	width: 621px;
	padding-bottom: 10px;
	margin-left: 5px;
}

#content p.welcome {
	margin: 0px;
	text-align:right;
}

#content h2 {
	color: #020d4d;
	font-size:24px;
	weight: bold;
}

#content h3 {
	margin: 0px;
	padding: 4px;
	background-color: #020d4d;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px #ccbb8f solid;
}

#content p.coach {
	float: right;
	width: 110px;
	text-align:center;
	margin: 0px 0px 10px 10px;
}

#footer {
	clear: both;
	background-color: #e2e2e2;
	font-size: 10px;
	padding: 10px 10px;
	color: #666666;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #999999;
}

table.playertable img {border: 2px solid #000;}

/* Cascades */

.page-id-478 .playername {
	font-weight: bold;
	font-size: 1.5em;
}
.page-id-478 table.playertable {
	border-bottom: 2px #000 solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Reign */

.page-id-486 .playername {
	font-weight: bold;
	font-size: 1.5em;
}
.page-id-486 table.playertable {
	border-bottom: 2px #000 solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Waves */



.page-id-484 .playername {
	font-weight: bold;
	font-size: 1.5em;
}
.page-id-484 table.playertable {
	border-bottom: 2px #000 solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
