/*************************************************************************
	Title:		Master stylesheet for CanbyVolleyballClub.com
	Author:		420 Design
*************************************************************************/
@import url(tables.css);
@import url(forms.css);

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 13px/1.75em Helvetica, Arial, Geneva, sans-serif;
	background: #b2d3eb url(/assets/images/bg.png) repeat 0 0;
	color: #404040;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 775px;
	background: url(/assets/images/bg-bodyContainer.png) repeat-y 0 0;
	
}




/*	COMMON
--------------------------------------------------------------*/
img {
	border: 0;
}

#mainbody img {
	margin: 0 12px 0 0;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

h1 {
	color: #7fbe00;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: -10px;
}

h2 {
	color: #0065a4;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 40px 0 -10px 0;
}

h2 a {
	color: #0065a5;
	text-decoration: none;
	border-bottom: 1px dotted #0065a5;
}

h2 a:hover {
	border: 0;
}

p.error {
	color: #ff0000;
}



/*	MASTHEAD
-------------------------------------------------------------*/
#masthead {
	width: 100%;
	height: 154px;
	background: #b2d3eb;
}

#masthead img {
	float: left;
}

/*** hide from screen display ***/
#mastheadLogoPrint {
	display: none;
}




/*	SIDEBAR + NAVIGATION
-----------------------------------------------------------*/
#sidebar {
	background: #0065a4;
	width: 255px;
	float: left;
	margin: 0 0 0 15px;
}

/*** navigation ***/
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
	margin: 0 0 -5px 0;
	padding: 5px 0 12px 60px;
	background: url(/assets/images/bg-navlinkNormal.png) no-repeat 0 0;
	color: #7fbe00;
	font-weight: bold;
}

#sidebar li a {
	color: #c6def0;
	text-decoration: none;
	font-weight: normal;
}

#sidebar li a:hover {
	color: #fff;
	font-weight: normal;
}

#sidebar li.current {
	background: url(/assets/images/bg-navlinkCurrent.png) no-repeat 0 0;
}

#sidebar ul li .subdiv {
	display: none;
	background: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li.current .subdiv {
	display: block;
}

#sidebar ul li.current .subdiv ul {
	margin: 13px 0 0 0;
}

#sidebar ul li.current .subdiv li {
	background: none;
	margin: 0;
	padding: 0;
}




/*	MAIN BODY/CONTENT
-----------------------------------------------------------*/
#mainbody {
	margin: 0 25px 0 0;
	background: #fff;
	float: right;
	width: 445px;
	padding: 015px;
}

#mainbody p a,
#mainbody ul a,
#mainbody td a {
	color: #5177ac;
	text-decoration: none;
	border: 1px dotted #5177ac;
	border-width: 0 0 1px 0;
}

#mainbody p a:hover,
#mainbody ul a:hover,
#mainbody td a:hover {
	color: #7fbe00;
	border: 1px dotted #7fbe00;
	border-width: 0 0 1px 0;
}



/*	FOOTER (includes sticky footer)
-----------------------------------------------------------*/
#footer {
	height: 30px;
	background: url(/assets/images/bg-footer2.png) repeat-y 0 0;
	width: 775px;
	margin: 0 auto;
	padding: 0 25px;
	clear: both;
	font-size: 80%;
	color: #fff;
}

#footer p {
	padding-top: 3px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer span {
	color: #7dadcf;
	padding-left: 5px;
}

#footer span a {
	color: #7dadcf;
	text-decoration: none;
}

