body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:#124b7d url(../images/gui/body_bg_repeat.jpg) repeat-y center;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

a {
	color:#0072bc;
	outline:none;
}

h1, h2, h3, .wordpress_entry a.title, .post h2 a {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#9e0b0f;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
}

h3 {
	margin-top:20px;
	font-size:16px;
}

.box_wide h2 {
border-bottom: dotted 1px #9e0b0f;
padding-bottom: 6px;
}

.wordpress_entry a.title, .post h2 a {
	text-decoration:underline;
}

.wordpress_entry .date, .post small {
	color:#0072bc;
}

.wordpress_entry .abstract {
	padding-bottom:5px;
}

#wrap {
	background:url(../images/gui/body_bg_top.jpg) no-repeat top center;
}

#inner_wrap {
	width:940px;
	margin:0 auto;
	background:url(../images/gui/main_bg.jpg) repeat-y;
}

#header {
	background:url(../images/gui/header_bg.jpg) no-repeat;
	position:relative;
}

#home_button {
	position:absolute;
	top:15px;
	left:22px;
}

#home_button a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	font-size:16px;
	font-weight: bold;
}

#tagline {
	position:absolute;
	top:15px;
	right:20px;
	font-size:29px;
	color:#FFF;
	font-weight:bold;
font-family: "comic sans ms";
}

#phone {
	position:absolute;
	top:100px;
	right:20px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

#phone small {
	font-size:14px;
}

#menus {
	height:188px;
}

#menus #menu_top_left {
	float:left;
	padding-top:154px;
	padding-left:10px;
}

#menus #menu_top_right {
	float:left;
	margin-left:190px;
	padding-top:154px;
}

#menus .top_menu a {
	font-size:20px;
	font-weight:bold;
	color:#b2e3f7;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}

#menus .top_menu a:hover {
	color:#FFF;
}

.top_menu ul {
	background:#aa0e0e;
	padding:10px 15px;
	width:160px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.top_menu ul li {
}

#menus .top_menu ul a {
	color:#FFF;
	font-size:14px;
	padding:4px 0;
	margin-bottom:7px;
}

#menus .top_menu ul a:hover {
}

#logo {
	position:absolute;
	top:50px;
	left:365px;
	z-index:10;
}


.layout_2col_left {
	float:left;
	width:592px;	
}

.layout_2col_right {
	float:right;
	width:274px;	
}

#slideshow {
height:230px;
width:873px;
overflow:hidden;
margin: 16px auto 5px auto;
}

#slideshow ul {
	list-style:none;
	margin:0;
	padding:0;
}

#slideshow li img {
	border:5px solid #aa0e0e;
}

#main {
	padding:0 20px 10px 20px;
}

.box_wide {
	float:left;
	width:592px;
	margin-left:10px;
	margin-top:10px;
	line-height:18px;
	background:url(../images/gui/box_middle_wide.jpg) repeat-y;
}

.box_wide .outter {
	background:url(../images/gui/box_top_wide.jpg) no-repeat top;
}

.box_wide .inner {
	background:url(../images/gui/box_bottom_wide.jpg) no-repeat bottom;
	padding:10px 15px 20px 15px;
}

.box_wide_one_column {
	float:none;
	width:890px;
	margin-left:10px;
	margin-top:10px;
	line-height:18px;
	background:url(../images/gui/box_middle_full.jpg) repeat-y;
}
.box_wide_one_column .outter {
	background:url(../images/gui/box_top_full.jpg) no-repeat top;
}

.box_wide_one_column .inner {
	background:url(../images/gui/box_bottom_full.jpg) no-repeat bottom;
	padding:10px 15px 20px 15px;
}

.box_narrow {
	float:right;
	clear:right;
	width:274px;
	margin-right:10px;
	margin-top:10px;
	background:url(../images/gui/box_middle_narrow.jpg) repeat-y;
}

.box_narrow .outter {
	background:url(../images/gui/box_top_narrow.jpg) no-repeat top;
}

.box_narrow .inner {
	background:url(../images/gui/box_bottom_narrow.jpg) no-repeat bottom;
	padding:10px 15px 20px 15px;
}

#newsletter_box {
	position:relative;
}

#newsletter_box label {
	margin-bottom:10px;
}

#newsletter_signup_form_messages {
	display:none;
	position:absolute;
	background:#FFF;
	top:51px;
	right:5px;

	border: 1px solid #0072bc;
	color:#0072bc;
	font-weight:bold;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px 8px;
	z-index:1000;
}

#newsletter_box .bag {
	position:absolute;
	top:-20px;
	right:0;
	z-index:1000;
}

#newsletter_box .description {
	width:170px;
	margin:0;
	padding:0;
}

#newsletter_box #EMAIL {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #999;
	width:236px;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
}

#newsletter_box #submit {
	float:right;
	background:#124b7d;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:3px 12px;
	
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
}

#sidebar ul ul {
	margin-bottom:10px;
	margin-left:10px;
}

#sidebar ul ul li {
	margin-bottom:5px;
}

#sidebar #s {
	float:left;
	width:105px;
	display:block;
}

#sidebar #searchsubmit {
	float:right;
	width:60px;
	background:#124b7d;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:3px 4px;
}

#sidebar #searchform label {
	float:left;
	padding-top:2px;
	padding-right:5px;
}

.event_list_item {
	padding-top:5px;
	border-top:1px dotted #ccc;
	margin-top:5px;
}

.event_list_item .title {
	float:left;
	width:160px;
	margin-right:10px;
}

.event_list_item .date {
	float:left;
	margin-right:10px;
}

.event_list_item .time {
	float:left;
	width:140px;
	margin-right:10px;
}

.box_narrow .event_list_item .time {
	width:auto;
}

.event_list_item .ages {
	float:left;
	width:90px;
}

.event_list_item .price {
	float:left;
	width:60px;
	text-align:right;
}

.event_list_item .rsvp {
	float:right;
	width:90px;
}

.overbook_message {
	background:#FF0;
	padding:5px;
}

#footer {
	width:940px;
	margin:0 auto;
	background:url(../images/gui/main_bg_bottom.jpg) no-repeat;
	padding:25px 0;
	color:#FFF;
}

#footer a {
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
}

#footer .left {
	float:left;
	padding-left:10px;
}

#footer .right {
	float:right;
	padding-right:10px;
}



form.style {
	margin: 10px 0px;
	padding: 0;
}

form.style label {
	font-weight: normal;
	margin: 5px 6px 0 0;
	width: 140px;
	text-align: right;
	float: left;
	line-height:normal;
	border-bottom:solid 1px #ccc;
	padding:3px;
}

form.style legend {
	font-size: 1.2em;
	padding: 0 12px;
	font-weight: 900;
	background-color: #F9F9F9;
}

form.style fieldset fieldset legend {
	font-size: 1em;
	color: #1a2129;
	padding: 0 18px;
	margin-left: 75px;
}

form.style input[type="text"], form.style input[type="password"], form.style select {
	padding: 3px;
	margin: 4px 0;
	border: 1px solid #777;
	font: normal 1em Verdana, sans-serif;
	width:400px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

form.style br {
	clear:both;
}

form.style textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #777;
	height: 100px;
	display: block;
}

form.style input.button {
	margin: 0;
	font: bold 12px Arial, Sans-serif;
	border: 1px solid #999;
	padding: 2px 4px;
	color: #333; /* color: #339900; */
	cursor: pointer;
	width:auto;
	background-color: #006699;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	border: 1px solid #EAEAEA;
	margin: 0 0 0 152px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

form.style input.submit, input.submit {
	margin: 0 0 0 152px;
}

form.style input.submitbutdton {
	background-color: #006699;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	border: 1px solid #EAEAEA;
	margin: 0 0 0 200px;
}

form{position:relative;}
/* Form Errors */
form.style label.error{
	color:red;
	display:block !import;
	width:auto;
	margin-right:25px;
	background:#fff;padding:2px;
	text-align:right;
	float:right;
	border:none;
}


form.style input.error, form.style input[type="password"].error, form.style textarea.error {
	background:#ffffcc;
	border:solid 1px #fff000;
}


/* Link Buttons */
a.button {
	margin: 0;
	font-weight:normal !important;
	border: 1px solid #999;
	padding: 2px 4px;
	cursor: pointer;
	width:auto;
	background-color: #006699;
	color: #FFF !important;
	background-image: none;
	font-weight: 900;
	border: 1px solid #EAEAEA;
	text-decoration:none;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	margin:0 4px;
	white-space:nowrap;
}

a.button_overbook {
	background:#9e0b0f;
}

#profiles_list_wrap .profile_list_item {
margin-bottom:10px;
border-bottom:solid 1px #9e0b0f;
margin-right:10px;
}

#profiles_list_wrap .description{
margin-left:270px;
}

#profiles_list_wrap .picture {
border:solid 1px #000;
float:left;
margin-right:10px;
margin-bottom:10px;
}


#profiles_list_wrap .picture img {
width:260px;
height: auto;
}

.event_list_item .date, .event_detail .date {
font-weight:bold;
}

/* sidebar events */
.event_list_item h4{
margin:0;
margin-bottom:6px;
font-size:1.1em;
}

.event_list_item h4 a{
text-decoration:none;
}

/* PROGRAMS */
.program-wrap{
border-bottom:dotted 2px #ccc;
padding:0 0 10px 0;
margin-bottom:10px;
}

#programWrapSoccerKidsUsa {
background:url(/images/gui/program-logo-soccer.gif) no-repeat left top;
min-height:280px;
padding-left:240px;
}

#programWrapSkusa, #programWrapSummercamp {
background:url(/images/gui/program-logo-skusa.gif) no-repeat left top;
min-height:280px;
padding-left:240px;
}


.testimonial_list_item {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

.testimonial_list_item_name {
	text-align:right;
}

#contactform form label {
	float:left;
	width:90px;
}

#contactform form input, #contactform form textarea {
	float:left;
	width:250px;
	margin-top:1px;
	border:1px solid #666;
}

#contactform br {
	clear:both;
}

.contactFormMessages {
	color:#0072bc;
	font-weight:bold;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#fullcalendar {
	margin-right:10px;
}

.coupon_code {
	margin-top:20px;
	text-align:right;
	margin-right:10px;
}

.coupon_code input {
	margin-left:5px;
	margin-right:5px;
	border:1px solid #d9e5ee;
	width:80px;
}

.coupon_code a {
	font-weight:normal;
}

.coupon_error {
	padding:5px 10px;
	margin-bottom:5px;
}

a.cart_button_empty_cart {
	font-weight:normal;
}

a.cart_button_continue {
	background:#124b7d;
	text-align:center;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	text-decoration:none;
	margin-left:5px;
}

a.cart_button_checkout {
	background:#666;
	text-align:center;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	text-decoration:none;
	margin-left:5px;
}

.cart_buttons {
	text-align:right;
}

#checkOutForm {
	position:relative;
}

.checkout_billing_address {
	float:left;
	width:585px;
}

.checkout_payment_information {
	float:left;
	width:585px;
}

.checkout_cart {
	float:right;
	width:250px;
}

.checkout_cart table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.checkout_cart table th {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}

.checkout_cart table td {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}

.checkout_user_account .left {
	float:left;
	width:355px;
	border-right:1px dotted #666;
}

.checkout_user_account .right {
	float:left;
	width:200px;
	margin-left:20px;	
}

form .checkout_user_account .left input {
	width:170px;
}

span.red {
	color:#9e0b0f;
}

span.blue {
	color:#0072bb;
}

.class-players {
border: solid 1px #0072bb;
padding: 10px;
margin-right: 10px;
}

.cc-icon {
	width: 60px;
	height:20px;
	display:inline-block;
	background:url(/images/gui/cc.png);
}

.social_icons {
	margin-top:10px;
	text-align:center;
}
