/* Import the style sheet that resets all browsers. */
@import url("reset.css");
/* Colors:
	Purple: #2e3192
	Red-Orange: #ef3e23
*/

h2 {
	font-weight: normal;
	color: #ef3e23;
	font-size: 24px;
	margin: 0px 0px 5px;
}

h3, h4 {
	font-weight: normal;
	color: #ef3e23;
	font-size: 14px;
	margin: 0px;
}

h3 {
	text-transform: uppercase;
	margin-top: 25px;
}

ul {
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

a:link,
a:visited,
a:active {
	color: #2e3192;
	background-color: transparent;
}

a:hover {
	color: #2e3192;
	background-color: transparent;
	text-decoration: underline;
}

table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 5px 0px;
}

body {
	color: #2e3192;
	font: 12px/16px Helvetica, Arial, Geneva, sans-serif;
	background: #caf1fa url(../images/bg.jpg) repeat-y center top;
	text-align: center;
}

div#wrap {
	text-align: left;
	width: 908px;
	margin: 20px auto;	
}

/* @group Header */

div#header {
	background: url(../images/header_bg.png) no-repeat left top;
	height: 320px;
	padding: 4px 4px 0px;
}

div#header a {
	width: 350px;
	height: 175px;
	/*background: #f0f;*/
	margin-left: 80px;
	margin-top: 15px;
}

/* @end */

div#main {
	background: url(../images/main_bg.png) repeat-y left top;
	padding: 0px 5px;
}

/* @group Content */

div#main div#content {
	width: 500px;
	margin-left: 50px;
	float: left;
	position: relative;
	top: -60px;
}

div#main div#content p a{
	border-bottom: 1px dotted #2e3192;
}

div#main div#content p a:hover{
	text-decoration: none;
	border-bottom: 1px solid #2e3192;
}

div#main div#content p.editLink a{
	font-size: 11px;
}

/* @end */

/* @group Sidebar */

div#main div#sidebar {
	width: 270px;
	float: right;
	text-align: center;
	position: relative;
	top: -60px;
}

div#main div#sidebar a.downloadBrochure {
	width: 253px;
	height: 77px;
	background-image: url(../images/downloadBrochure_btn.jpg);
	margin: 0px auto;
}

div#main div#sidebar a.registerNow {
	width: 252px;
	height: 74px;
	background-image: url(../images/registerNow_btn.jpg);
	margin: 0px auto;
}

div#main div#sidebar div {
	background: #e5f4fa;
	border-bottom: 4px solid;
	padding: 7px 10px;
	margin-top: 20px;
	text-align: left;
}

div#main div#sidebar div h3{
	margin: 0px;
}

/* @group Menu */

div#main div#sidebar div.menu {
	border-color: #fff200;
	padding: 5px 0px;
	margin-top: 0px;
}

div#sidebar div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#sidebar div.menu ul li a{
	display: block;
	padding-left:10px;
	height: 26px;
}

div#sidebar div.menu ul li a:hover, 
div#sidebar div.menu ul li a.selected{
	background: url(../images/menu_hover.jpg) repeat-x left top;
}

div#sidebar div.menu ul li a span {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

div#sidebar div.menu ul li a:hover span, 
div#sidebar div.menu ul li a.selected span {
	background-position: left bottom;
}

div#sidebar div.menu ul li.home a span {
	background-image: url(../images/menu_home.jpg);
}

div#sidebar div.menu ul li.aboutCamp a span {
	background-image: url(../images/menu_aboutCamp.jpg);
}

div#sidebar div.menu ul li.fieldPlayers a span {
	background-image: url(../images/menu_fieldPlayers.jpg);
}

div#sidebar div.menu ul li.highCorners a span {
	background-image: url(../images/menu_highCorners.jpg);
}

div#sidebar div.menu ul li.goalies a span {
	background-image: url(../images/menu_goalies.jpg);
}

div#sidebar div.menu ul li.coaches a span {
	background-image: url(../images/menu_coaches.jpg);
}

div#sidebar div.menu ul li.campDetails a span {
	background-image: url(../images/menu_campDetails.jpg);
}

div#sidebar div.menu ul li.contact a span {
	background-image: url(../images/menu_contact.jpg);
}

/* @end */

div#main div#sidebar div.hosts {
	border-color: #f7941d;
}

div#main div#sidebar div.highCorners {
	border-color: #2e3192;
	position: relative;
}

div.highCorners a.btn {
	width: 54px;
	height: 25px;
	background: url(../images/highCorners_icons.jpg) no-repeat;
	position: absolute;
	top: 3px;
	left: 125px;
}

div#main div#sidebar div.sponsors {
	border-color: #21bee4;
}

div#main div#sidebar div.sponsors a {
	height: 52px;
	width: 251px;
}

div#main div#sidebar div.sponsors a.mikasa {
	background-image: url(../images/mikasa_btn.jpg);
}

div#main div#sidebar div.sponsors a.truwest {
	background-image: url(../images/truwest_btn.jpg);
}

div#main div#sidebar div.sponsors a.californiaDesigns {
	background-image: url(../images/californiaDesigns_btn.jpg);
}

/* @end */

div#footer {
	background: url(../images/footer_bg.png) no-repeat left top;
	height: 93px;
	padding: 0px 4px;
}



/* @group Classes */

.btn {
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}

.btn:hover {
	background-position: left bottom;
	background-color: transparent;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

td.right {
	text-align: right;
}

table.stripe tr {
	background: #cfeaf5;
}

table.stripe tr.odd {
	background: #e5f4fa;
}

table.stripe td {
	padding-left: 10px;
}

.left {
	float: left;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

div.largeRule {
	height: 10px;
	background: #fff url(../images/lrg_rule.gif) repeat-x left top;
}

div.smallRule {
	height: 2px;
	background: #fff url(../images/sml_rule.gif) repeat-x left top;
}

form.wpcf7-form {
	background: #e5f4fa;
	padding: 20px 20px 10px;
	border-bottom: 4px solid #21bee4;
	margin-top: 35px;
}

form.wpcf7-form div input, form.wpcf7-form div textarea {
	border: 0px;
	background: #fff;
	padding: 3px 6px;
	width: 450px;
}

/* @end */
