/*
-----------------------------------------------------------------------------------
DEFAULT SCREEN STYLESHEET FOR: www.contactfootball.com
-----------------------------------------------------------------------------------
CSS Document Author: Terry Evans - OptiSite
XHTML Document Author: Terry Evans - OptiSite
Modified 2/17/09 by OptiSite.com
-----------------------------------------------------------------------------------

----------------------------------------------------------------------------------- */

/*  Globals
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
html {
	background:#fff url(../gfx/bg_mid.jpg) repeat-y 0 0;
}
body {
	text-align: left;
	font: 11px/1.4em Arial, Helvetica, Sans-Serif;
	color:#000;
   	position:relative;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
	margin: 0px 2px -4px 0px;
	font-size: 11px;
}
.news {
	float:right;
	margin: 10px 12px 0px 0px;
	font-size: 11px;
}
.clear {
	clear:both;
}
img.right {
	float:right;
	clear:right;
	margin:0 0 10px 10px;
}
img.left {
	float:left;
	clear:left;
	margin:0 10px 10px 0;
}
a img {
	border:none;
	outline: none;
}
a {
	color:#376DC1;
	outline: none;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}

/* NEW ---------------------------------------------------------------------------- */


.pro1 {
	background: #F4F4F4;
	padding: 10px; 
	margin: 0px;
}
.pro2 {
	padding: 10px; 
	margin: 0px;
}
.say1 {
	background: #F4F4F4;
	border: solid #CCC 1px;
	padding: 12px 12px 14px 12px; 
	margin: 0px 0px 20px 0px;
}
.say2 {
	padding: 10px; 
	margin: 0px 0px 20px 0px;
}
#thumb {
	float: right;
	width: 80px;
	margin: 0px 0px 15px 12px;
	text-align: center;
}
#thumb a {
	font-size: 10px;
}
.who {
	margin: 5px 5px 0px 20px;
	font-size: 11px;
	color:#777;
}
.quicknav {
	float: right; 
	height: 48px;
	width: 80px;
	margin: 0px 0px 12px 12px;
	}
.quicknav a {
	display:block;
	height:21px;
	text-indent:-9999px;
	border:none;
	outline: none;
}
#but1,
#but2 {
	width:80px;
	padding: 0px 0px 5px 0px;
}
#but1 a {
	background: url(../gfx/but1.gif) no-repeat 0 0;
}
#but2 a {
	background: url(../gfx/but2.gif) no-repeat 0 0;
}
#but1 a:hover,
#but2 a:hover {
	background-position: -80px;
}   
#content dl.next {
	margin: 0;
	padding: 20px 0 0 0;
	width: 400px;
}
#content  dl.next dt {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	margin: 0 0 2px 0px;
	padding: 20px 0 5px 0;
}

#content dl.next dd a 
{
	display: block;
	height: 22px;
	line-height: 22px;
	width: 240px;
	color:#376DC1;
	font-weight: bold;
	font-style: italic;	
	text-indent: 20px;
}

.play {font-size: 10px; margin: 2px 10px 0px 2px; float: right;}

#maincontent a {
	font-weight: normal;
}

#maincontent ul li {
    margin: 0 0 11px 0;
    padding: 0 0 0 18px;
    list-style: none;
    background: url(http://www.ussportscamps.com/camps/gfx/arrow.gif) no-repeat 0 1px;
}

#maincontent ul {
    margin: 15px 15px 20px;
}

#maincontent ul li {
    line-height: 1.3em;
    margin: 0 0 8px 0;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	background:  url(../gfx/bg.jpg) repeat-x 0 0;
}
#container {
	margin:0; 
	padding:0;
	text-align:left;
	width: 792px;
	position:relative;
}
#top {
	height: 110px;
}
#logo {
	height:110px;
	width:436px;
	margin:0;
	padding:0;
	float: left;
	background: url(../gfx/logo.jpg) no-repeat 0 0;
}
#logo a {
	height:110px;
	width:420px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
}
#slogan {
	float: right;
	width: 356px;
	height: 110px;
	text-indent: -9999px;
	background: url(../gfx/slogan.jpg) no-repeat 0 0;
}
#contentarea {
	margin:0; 
	padding:0;
	text-align: left;
	background: url(../gfx/bg_mid_vline.jpg) repeat-y 0 0;
}
#contentwrap {
	margin: 0; 
	padding:0;
	text-align: left;
	background: url(../gfx/bg_top.jpg) no-repeat 0 0;
}

/* Three Column Layout
--------------------------------------------------------------------------------------------------- */

#content {
	float: left;
	width: 610px;
	font-size: 12px;
}

/* -- Main Column --*/
#maincontent {
	float: right;
	width: 400px;
	padding: 60px 0 60px 0;
}
/* -- Main Column - Homepage --*/
#homecontent {
	float: right;
	width: 400px;
	padding: 60px 0 45px 0;
}
/* -- Left Column --*/
#subcontent {
	float: left;
	width: 210px;
	background: url(../gfx/bg_left_nav.jpg) no-repeat 0 0;
}
/* -- Right Column --*/
#sidebar {
	float: right;
	width: 150px;
	padding: 60px 0 0 0;
	position: relative;
}
body#interior #sidebar {
	padding: 40px 0 0 0;
}

/* Two Column Layout
--------------------------------------------------------------------------------------------------- */
body.two_column #contentarea {
	background:#fff url(../gfx/bg_mid.jpg) repeat-y 0 0;
}
body.two_column #content {
	float: left;
	width: 760px;
	font-size: 12px;
}

/* -- Main Column --*/
body.two_column #maincontent {
	float: right;
	width: 550px;
	padding: 60px 0 75px 0;
}

/* -- Foot--*/
#footer {
	clear: both;
	background: url(../gfx/bg_foot_blue.gif) repeat-x 0 0;
}
#footwrap {
	padding: 0 0 25px 0;
	background: url(../gfx/bg_foot.jpg) no-repeat 0 0;
}

/* Absolute Layout Elements
--------------------------------------------------------------------------------------------------- */

#breadcrumbs {
	position: absolute;
	top: 164px;
	left: 210px;
	font-size: 12px;
}

#registration_packet {
	position: absolute;
	top:110px;
	left: 180px;
	background: url(../gfx/registration_packet.gif) no-repeat 0 0;
	text-indent:-9999px;
	z-index: 20;
}
#registration_packet a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 190px;
}
#header {
	position: absolute;
	top:110px;
	left:210px;
	z-index:10;
	height:30px;
	line-height:30px;
	width: 572px
}
#header ul {
	float: right;
	width: 500px;
	text-align: right;
}
#header ul li {
	display: inline;
	padding: 0 12px 0 10px;
	border-right: 2px solid #fff;
	font-weight: bold;
	font-size: 12px;
}
#header ul li.last {
	border: none;
	padding: 0 0 0 10px;
}
#header ul li a {
	color:#fff;
}
#header ul li a:hover {
	color:#FFCC00;
}
#news {
	position: absolute;
	top:110px;
	left:210px;
	z-index:10;
	height:30px;
	line-height:30px;
	width: 572px
}
#news ul {
	float: left;
	width: 500px;
	text-align: left;
}
#news ul li.first {
	display: inline;
	padding: 0 12px 0 10px;
	border-right: 2px solid #fff;
	font-weight: bold;
	font-size: 12px;
}
#news ul li {
	display: inline;
	border: none;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px; margin: 0;
}
#news ul li.first a {
	color:#fff;
}
#news ul li.first a:hover {
	color:#FFCC00;
}
#news ul li a {
	color:#FFCC00;
}
#news ul li a:hover {
	color:#FFF;
}

/* Left Column
--------------------------------------------------------------------------------------------------- */

#content #subcontent h3 {
	text-indent: -9999px;
	background: url(../gfx/explore_a_sport.jpg) no-repeat 0 0;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
}
body#interior #content #subcontent h3 {
	background: url(../gfx/explore_a_sport.jpg) no-repeat 0 0;
}
body#interior #content #subcontent {
	padding: 0px 0 0 0;
}
#content p.button2 a {
	display: block;
	text-indent: -9999px;
	height: 35px;
	line-height: 35px;
	width: 229px;
	background: url(../gfx/get_into_camp.gif) no-repeat 0 0;
}
#content p.button2 a:hover {
	background-position: -229px;
}
#subnav {
	padding: 15px 0;
}
#subnav li a {
	display: block;
	height: 22px;
	line-height: 22px;
	width: 180px;
	color:#015197;
	font-weight: bold;
	background: url(../gfx/bg_subnav.gif) no-repeat 0 50%;
	text-indent: 20px;
}
#subnav li a:hover {
	color:#FF6A00;
	text-decoration: none;
	background-position: -180px 50%;
}
#subnav li.active a {
	color:#333;
	background: url(../gfx/bg_subnav_dark.gif) no-repeat -180px 50%;
}
#official_sponsor {
	width: 180px;
	text-align: right;
	padding: 40px 0 0 0;
}
#official_sponsor_2 {
	width: 180px;
	text-align: right;
	padding: 20px 0 0 0;
}
#official_sponsor_3 {
	width: 180px;
	text-align: right;
	padding: 20px 0 0 0;
}

/* Main Column
--------------------------------------------------------------------------------------------------- */

#content p {
	line-height: 1.4em;
	margin: 0 0 15px 0;
}
#content h2 {
	padding: 14px 0 16px 0;
	font-size: 18px;
	line-height: 1.2em;
}
#content h3 {
	margin: 0 0 15px 0;
	font-size: 14px;
}
#content h4 {
	margin: 3px 0 15px 0;
	color:#FF990B;
	font-size: 14px;
}
#maincontent img {
	margin: 0 0 15px 0;
}

#content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 11px 0;
	padding: 0;
}
#maincontent a {
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: underline;
}
#homecontent a {
	text-decoration: none;
}
#homecontent a:hover {
	text-decoration: underline;
}
#schedule {
	background: #F4F4F4;
	border: solid #CCC 1px;
	padding: 16px 5px; 
	margin: 0px 0px 20px 0px;
}
#schedule .time {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color:#777;
}
#schedule .time {
	display: block;
	width: 80px;
	text-align: right;
	padding: 2px 12px 2px 0;
}
#schedule .activity {
	display: block;
	text-align: left;
	padding: 2px 0px 2px 20px;
}
div.pullphoto {float: right; width: 150px;
   margin: 4px;}
   
div.pullquote {float: right; width: 160px; color: #426CA6;
   border: solid #CCCCCC; border-width: 2px 0;
   font: 11px Arial, Helvetica, Verdana, sans-serif;
   padding: 7px 7px; margin: 12px 12px; background: #F4F4F4;}
   
.pullquote a {
	color:#426CA6 !important;
	text-decoration: none;
}
.pullquote a:hover {
	color:#0000DD !important;
}

/* Right Column
--------------------------------------------------------------------------------------------------- */

#reg_btn {
	margin: 0;
	padding: 0;
	height: 110px;
	width: 140px;
	display: block;
	text-indent:-9999px;
}
#reg_btn a {
	height: 92px;
	width: 140px;
	display: block;
	background: url(../gfx/reg_btn.gif) no-repeat 0 0;
}
#reg_btn a:hover {
	background-position: -140px 0;
}

#sidebar #testimonial {
	padding: 20px 0px 15px 0;
}
#sidebar blockquote {
	margin: 0;
	padding: 0;
}
#sidebar blockquote p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#sidebar blockquote p.cite {
	padding: 10px 8px;
}

#sidebar hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 11px 0;
	padding: 0;
}

#sponsor img {
	margin: 0 0 20px 0;
}
#camper img {
	margin: 20px 0 20px 0;
}
/* Footer
--------------------------------------------------------------------------------------------------- */
#footer ul {
	padding: 11px 0 0 200px;
	margin: 0 0 8px 0;
}
#footer p {
	padding: 0 0 0 210px;
}
#footer ul li {
	display: inline;
	padding: 0 12px 0 10px;
	border-right: 1px solid #fff;
	font-size: 12px;
}
#footer ul li.last {
	border: none;
	padding: 0 0 0 10px;
}
#footer ul li a {
	color:#fff;
}
#footer ul li a:hover {
	color:#000;
}
#footer p a {
	color:#89B0CB;
}
#footer p a:hover {
	color:#000;
}

/* Helpers and Hacks
--------------------------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
