/* 
Title:		thewilltoplay.com screen styles
Author: 	gordon@slickfishstudios.com
*/
@charset "UTF-8";
/* CSS Document */




/*============================================================
GLOBALS
============================================================*/
body {
	font: 14px Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.5em; 
	color: #666;
	background: #fff;
}
body#about {
	background: url(../images/slides/lacrosse_mens_subtle.jpg) no-repeat fixed center top;
}
body#services {
	background: url(../images/slides/soccer_girls_subtle.jpg) no-repeat fixed center top;
}
body#resources {
	background: url(../images/slides/field-hockey_subtle.jpg) no-repeat fixed center top;
}
body#results {
	background: url(../images/slides/basketball_mens_subtle.jpg) no-repeat fixed center top;
}
body#contact {
	background: url(../images/slides/cross_country_womens_subtle.jpg) no-repeat fixed center top;
}
body#blog {
	background: url(../images/slides/soccer_mens_subtle.jpg) no-repeat fixed center top;
}

/*============================================================
TYPEKIT
============================================================*/

.trajan {
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.trajan-bold {
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.serif {
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.serif-bold {
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.serif-fun {
	font-family: Georgia, 'trajan-pro', serif;
	font-style: italic;
	font-weight: bold;
}

/*============================================================
MISC STYLES
============================================================*/
a:link, a:hover, a:visited, a:active {
	outline: none;
	text-decoration: none;
	color: #1f7ec4; /* bright-blue */
}
a:hover {
	text-decoration: none;
	color: #60b5f4; /* brightest-blue */
}

a.backtotop {
	color: #7f9db9;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: .85em;
	margin-bottom: 10px;
}
a.backtotop:hover {
	color: #355a7c;
	text-decoration: underline;
}

h1 {
	color: #005596; /* blue */
	color: #999;
	color: #d06f1a; /* orange */
	font-size: 1.5em; 

	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;

	display: block;
	padding-bottom: 1em;
	padding-top: 1em;
	text-transform: uppercase;
}
.quote {
	font-family: Georgia, 'trajan-pro', sans-serif;
	font-style: italic; 
	color: #488cc0; /* light-blue */
	font-size: 1.2em;
	padding: 1em 2em;
	line-height: 150%;
	display: block;
}

h2 {
	color: #d06f1a; /* orange */
	color: #005596; /* blue */
	color: #488cc0; /* light-blue */
	font-size: 1.3em; /* 20px */
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	padding-top: 1em;
	padding-bottom: 7px;
	letter-spacing: .1em;
}
	


.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.tight {
	padding-bottom: 0px;
	margin: 0;
}

.under {
	text-decoration: underline;
}
.centerit {
	text-align: center;
	display: block; 
}

.red {
	color: #cb3131;
}
.white {
	color: #fff;
}

.green {
	color: #0b4d1a;
}
.gray {
	color: #666;
}
.orange {
	color: #d06f1a; /* orange */
}
.blue {
	color: #005596; /* blue */
}
.dark-blue {
	color: #052944; /* dark-blue */
}
.light-blue {
	color: #488cc0; /* light-blue */
}
.soft-blue {
	color: #4270ac; /* soft blue */
}
.nada {
	padding: 0;
	margin: 0;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px; 
	border: 0;
	margin: 15px 0 10px 0;
}
.clear, .clearit {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.small {
	font-size: .9em; 
	font-weight: normal;
	text-transform: none;
}
.big {
	font-size: 1.2em; 
}
.medium {
	font-size: 1.1em; 
}
.left_side {
	float: left;
	padding: 0;
	margin: 0 15px 3px 0;
	text-align: left;
	line-height: normal;
}
.right_side {
	float: right;
	padding: 0;
	margin: 0 0 0 15px;
	text-align: right;
}
.right_side img {
	display: block;	
	margin 0;
	padding: 0;
}
.lefty {
	display: block;
	text-align: left;
}
.righty {
	display: block;
	text-align: right;
}
.justify {
	text-align: justify;
	display: block;
}


/* LISTS */
ul, ol {
	list-style-type: circle;

	padding-left: 25px;
}
ul.def li {
	margin-bottom: 1em;	
}
.shadowit {
	-webkit-box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
	box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
}
.borderit {
	border: 1px solid #a8a8a8;
}
.caption {
	color: #488cc0; /* light-blue */
	font-size: .8em;
	line-height: normal;
}
#home .fourcol .caption {
	font-size: .85em;
}
.pad50 {
	padding-top: 50px;
}
.pad40 {
	padding-top: 40px;
}
.pad25 {
	padding-top: 25px;
}
.pad15 {
	padding-top: 15px;
}
.pad10 {
	padding-top: 10px;
}
.pad5 {
	padding-top: 5px;
}

ul.listLinks {
	font-size: 1.3em;
	color: #999;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul.listLinks li {

}
ul.listLinks li a {
	background: url(../images/white50.png);
	padding: .5em;
	display: block;
	margin-bottom: .5em;
	color: #4b667f;
}
ul.listLinks li a:hover {
	background: #fff;
}
ul.listLinks li a span {
	color: #1f7ec4; /* bright-blue */
}
ul.listLinks li a em {
	color: #666;
}


/*============================================================
CONTAINER
============================================================*/
.container {
	margin-left: auto;
	margin-right: auto;
}


/*============================================================
HEADER
============================================================*/

.header {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/nav_bkg.png) repeat-x left 70px; 
	min-height: 120px;
	position: relative;
}
.header .twocol {
	min-height: 155px; /* all inside pages */
}
#home .header .twocol {
	min-height: 220px; /* homepage */
}



.header .twocol .logo {
	width: 175px;
	height: 220px;
	position: absolute;
	z-index: 4;

	top: 15px;
}

.header .twocol .logo a {
	display: block;
	background: url(../images/the-will-to-play-logo.png) no-repeat left top;
	width: 175px;
	height: 220px;

	overflow: hidden;
	outline: none;
	border: 0;
	text-decoration: none;
}
.header .twocol .logo a:hover {
	background-position: left -220px;
}
.header .twocol .logo a span {
	display: block;	
	text-indent: -10000px;
}
.header .twocol .logo .logo_btn_print {
	display: none;
}



/*============================================================
NAVBAR
============================================================*/
.navBar {
	margin: 0;
	padding: 0;

	min-height: 64px;
	line-height: 64px;
}
.navBar ul#nav {
	float: left;
	padding: 0;
	list-style: none;
	margin: 70px 0 0 0;
	min-height: 64px;

}
.navBar ul#nav li {
	float: left;
	display: block;
	background: none;
	padding: 0;
	margin: 0;
}
.navBar ul#nav li a {
	display: block;
	height: 64px;
	line-height: 64px;

	font-size: 1.28em; /* 18/14 = 1.28em */
	text-decoration: none;

	color: #005596; /* blue */

	outline: none;
	border: 0;

	text-transform: uppercase;
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;

	margin-right: 70px;
}

.navBar ul#nav li a:hover {
	border: 0;
	outline: none;
	text-decoration: none;

	color: #488cc0; /* light-blue */
	color: #d06f1a; /* orange */
}
.navBar ul#nav li a.last {
	margin-right: 0;
}
.navBar ul#nav li a span {
	margin: 0 auto;
}

.navBar ul li ul {
	display: none; /* until I set up drop menu */
}

/*============================================================
BODY Linking Current classes
============================================================*/
body#home .navBar ul#nav li#home-nav a,
body#about .navBar ul#nav li#about-nav a,
body#services .navBar ul#nav li#services-nav a,
body#resources .navBar ul#nav li#resources-nav a,
body#results .navBar ul#nav li#results-nav a,
body#contact .navBar ul#nav li#contact-nav a,
body#blog .navBar ul#nav li#blog-nav a
{
	color: #d06f1a; /* orange */
	color: #488cc0; /* light-blue */
}
body#home .navBar ul#nav li#home-nav a:hover,
body#about .navBar ul#nav li#about-nav a:hover,
body#services .navBar ul#nav li#services-nav a:hover,
body#resources .navBar ul#nav li#resources-nav a:hover,
body#results .navBar ul#nav li#results-nav a:hover,
body#contact .navBar ul#nav li#contact-nav a:hover,
body#blog .navBar ul#nav li#blog-nav a:hover
{
	color: #488cc0; /* light-blue */
}


/*============================================================
TIDBITS 
============================================================*/
.tidbits {
	margin-top: 70px;
	min-height: 440px;
}
.tidbits p {
	margin-bottom: 2em;
}
.tidbits p:last-child {
	margin-bottom: 0em;
}

.tidbits .threecol {
	color: #005596;
	letter-spacing: .1em;
	line-height: 145%;
	font-size: .9285714em; /* 13px / 14px = .9285714em; */
}

.tidbits a.more-icon {
	width: 14px;
	height: 14px;


	display: inline-block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	outline: none;
	border: 0;
	
	background: url(../images/more-icon.png) no-repeat left top;
	
}
.tidbits a.more-icon:hover {
	background-position: left -14px;
}
.tidbits a.more-icon span {
	display: block;	
	text-indent: -10000px;
}


/*============================================================
SLIDER NIVO
============================================================*/
#slider {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	
	margin-left: -570px;

	width: 1140px;

	
	background: #fff;
	overflow: hidden;
}
/*============================================================
SUBTLE
============================================================*/
#subtle {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	
	margin-left: -570px;

	width: 1140px;

	
	background: #fff;
	overflow: hidden;
}
/*============================================================
MAIN 
============================================================*/
.main {
	min-height: 575px;
}

/*============================================================
PAYMENT/PURCHASE  
============================================================*/

.payment_tier a.buy_now {
	background: #005596; 
	color: #eee;

	font-size: 1.1em;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	height: 24px;
	line-height: 24px;
	outline: none;
	border: 0;	
	display: block;
	text-decoration: none;
	float: right;

	margin: 0 1em 0 0;
	padding: .3em 1em;
}
.payment_tier a.buy_now:hover {
	background: #d06f1a; 
	color: #fff;
	text-decoration: none;
}


.payment_tier {
	min-height: 70px;
	padding: 1em 0;
	margin: 1.5em 0;
	clear: both;
	border-bottom: 1px solid #ccc;

}
.payment_tier:last-child {
	border-bottom: 0;

}

.tier_btn {
	float: right;
	display: inline-block;
}

input[type=image].tier-buttons {
	cursor: pointer;
	color : transparent;
	border-style:none;
	width: 80px;
	height: 30px;
	outline: none;
	border: 0;	
	text-decoration: none;


	padding: 0;
	background: transparent;
	background: url(../images/buy_now.png) no-repeat left top !important;
}
input[type=image].tier-buttons:hover {
	background: url(../images/buy_now_over.png) no-repeat left top !important;
}

.payment_tier a.tier {
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.3em;
	text-transform: uppercase;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: .3em 0;
}
.payment_tier i {
	color: #d06f1a; /* orange */
}

.payment_tier .blue {
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	text-transform: uppercase;
	display: block;
	margin-top: .5em;
	clear: both;
}



/*============================================================
MISC More
============================================================*/
.resume-post {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.resume-post .headtext {
	color: #005596; /* blue */
	font-size: 1.2em;
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.resume-post .subtext {
	color: #4270ac; /* soft blue */
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
}
.resume-post ul {
	color: #787878;
}


.testimonial {
	font-family: Georgia, 'trajan-pro', sans-serif;
	font-style: italic; 
	color: #488cc0; /* light-blue */

	width: 90%;
	margin: 0 0 2em 2em;
	text-align: left;
	font-size: 1.2em;
	line-height: 150%;
	

}
.testimonial .who {
	line-height: normal;
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal; 
	font-size: .85em;
	display: block;	
	float: right; 
	color: #d06f1a; /* orange */
	text-align: right; 
}
.testimonial .gray {
	font-size: 1em;
	color: #888;
}


.listGroup {
	margin-bottom: 2em;
}
.listGroup .header {
	font-family: "trajan-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1em;
}



.funBox {
	width: 90%;
	padding: 2em;
	border: 1px solid #ccc;
	background: url(../images/white.png);
	margin: 1em 0;
	text-align: center;
}
.funBoxSmall {
	width: 90%;
	padding: 1em;
	border: 1px solid #005596; /* blue */
	background: url(../images/white.png);
	margin: 1em 0;
	text-align: center;
}


/*============================================================
CONTAINER > footer
============================================================*/
.footer { 
	min-height: 85px;

	font-size: .85em;
	color: #b3b3b3;
	line-height: 150%;

	overflow: auto;

	margin-top: 5em;
}
.footer p {

}
.footer p.left {
	padding-left: 0em;
	text-align: left;
}
.footer p.middle {
	text-align: center;
	padding-top: 10px;
}
.footer p.right {
	padding-right: 0em;
	text-align: right;
	padding-top: 10px;
}
.footer a {
	color: #4270ac; /* soft blue */
}
.footer a.gray {
	color: #b3b3b3;
}
.footer a:hover {
	color: #d06f19; /* orange */
}

.footer a.slickfish {
	height: 24px;
	display: inline-block;
	line-height: 24px;

}
.footer a.slickfish span {
	display: inline-block;
	background: url(../images/slickfish-btn.png) no-repeat left top;
	
	width: 44px;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	overflow: hidden;
}
.footer a.slickfish:hover span {
	background: url(../images/slickfish-btn.png) no-repeat left -124px;
}	

/*============================================================
CONTAINER > footer > SOCIAL MEDIA BOX
============================================================*/
#social-media-box {



}
#social-media-box a.social-media {
	width: 100px;
	height: 30px;
	overflow: hidden;
	display: block;
	float: right;
	margin: 3px 0px 0 3px;
	border: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#social-media-box span {
	display: none;
}
#social-media-box a.social-media:hover {
	background-position: left -30px;
}
#social-media-box .facebook {
	background: url(../images/facebook_btn.png) no-repeat left top;
}
#social-media-box .twitter {
	background: url(../images/twitter_btn.jpg) no-repeat left top;
}
#social-media-box .blog {
	background: url(../images/blog_btn.jpg) no-repeat left top;
}






/*============================================================
MEDIA CALLS
============================================================*/

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&       1023       &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* Smaller screens */

@media only screen and (max-width: 1023px) {




	
}



/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&       767       &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	.footer {
		height: 200px;
	}
	
	.footer p.left {
		padding: 35px 0 0 0;
	}
	.footer p.middle,
	.footer p.right
	{
		padding-top: 0px;
	}
	.footer p.left,
	.footer p.middle,
	.footer p.right
	{
		margin: 0 0 1em 0;
		text-align: left;
	}
	#social-media-box {
		margin-top: 0px;
	}
	#social-media-box a.social-media {
		float: left;
		margin: 3px 0px 0 3px;
	}


}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&       500       &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* Tiny */

@media only screen and (max-width: 500px) {



	.navBar ul#nav li a {
		font-size: 1em; 
		padding-right: 20px;
	}










}









