/*-----------------------------------------------------------------------------
author:    www.yakimavalleytourism.com
-----------------------------------------------------------------------------*/


/* =Volleyball Global
-----------------------------------------------------------------------------*/
body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#0f3e52;
	position:relative;
	}

/* =Prosser Memorial Partnership
-----------------------------------------------------------------------------*/
.prosserMemorialPartnership {
	background:#fff;
	padding:1em;
	text-align: center;
	color:#988d85;
	font-size:75%;
	font-style: italic;
	}

.prosserMemorialPartnership img {
	width:300px;
	margin:0 auto;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	padding:0 0 .5em 0;
	}

.prosserMemorialPartnership img:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}

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

	.prosserMemorialPartnership img {
	width:250px;
	}
			
}

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

	.prosserMemorialPartnership img {
	width:150px;
	}
			
}
	
/* Header */

header {
	background:url(../img/headerBg.jpg) #0f3e52 top center no-repeat fixed;
	-ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	max-width:2500px;
	}
	
.headerInner {
	width:46%;
	margin:0 auto;
	position:relative;
	padding:5em 0 10em 0;
	}
    
.presentingSponsor {
    margin: 0 auto 1em auto;
    width:60%;
    }
    
.headerInner p {
	text-align: center;
    color:#fff;
    font-weight: bold;
    font-style: italic;
	}
    
.logo {
    margin: 0 auto;
    padding: 0 0 1em 0;
    width:100%;
    }
	
.date {
	text-align:center;
	margin:0;
	padding:.3em 5% .4em 5%;
	color:#ffffff;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;  
	font-size:3.25em;
	margin:0 0 0 0;
	font-weight:normal;
	line-height:90%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e02f50+0,8d182d+100 */
	background: #e02f50; /* Old browsers */
	background: -moz-linear-gradient(top,  #e02f50 0%, #8d182d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e02f50), color-stop(100%,#8d182d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e02f50 0%,#8d182d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e02f50 0%,#8d182d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e02f50 0%,#8d182d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e02f50 0%,#8d182d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02f50', endColorstr='#8d182d',GradientType=0 ); /* IE6-9 */
	}
	
.upper {
	background:url(../img/wineBg.jpg) #8c182d top center no-repeat fixed;
	-ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	max-width:2500px;
	
	}
	
.mainTitle {
	width:40%;
	float:left;
	padding:5%;
	color:#ffffff;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;  
	font-size:2.5em;
	margin:0 0 0 0;
	font-weight:normal;
	line-height:90%;
	text-align:center;
	}
	
.sponsors {
	margin:0 auto;
	}
	
@media screen and (max-width: 1500px) {
	
.date {
	font-size:3em;
	}
		
}
	

	
@media screen and (max-width: 1400px) {
	
.date {
	font-size:2.75em;
	}
		
}

@media screen and (max-width: 1350px) {
	
.mainTitle {
	font-size:2em;
	}
		
}

@media screen and (max-width: 1300px) {
	
.headerInner {
	width:50%;
	padding:8em 0;
	}
		
}

@media screen and (max-width: 1200px) {
	
.headerInner {
	width:50%;
	padding:7em 0;
	}
	
.date {
	font-size:2.5em;
	}
		
}

@media screen and (max-width: 1100px) {
	
.headerInner {
	width:60%;
	padding:6em 0;
	}
	
.mainTitle {
	font-size:1.75em;
	}
	

		
}

@media screen and (max-width: 1000px) {
	
.headerInner {
	width:65%;
	padding:5em 0;
	}
		
}

@media screen and (max-width: 950px) {
	
.mainTitle {
	font-size:1.5em;
	}
		
}

@media screen and (max-width: 850px) {
	
.headerInner {
	width:75%;
	padding:4em 0;
	}
		
}

@media screen and (max-width: 800px) {
	
.mainTitle {
	font-size:1.25em;
	}
		
}

@media screen and (max-width: 750px) {
	
.mainTitle {
	width:90%;
	float:none;
	padding:5%;
	color:#ffffff;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;  
	font-size:1em;
	margin:0 0 0 0;
	font-weight:normal;
	line-height:90%;
	text-align:center;
	}
		
}

@media screen and (max-width: 725px) {
	
.date {
	font-size:2em;
	}
		
}

@media screen and (max-width: 650px) {
	
.headerInner {
	width:85%;
	padding:2em 0;
	}
	
.date {
	font-size:1.5em;
	}
		
}

@media screen and (max-width: 400px) {
	
.date {
	font-size:1em;
	}
		
}
	

	
/* =content structure
-----------------------------------------------------------------------------*/
section {
	width:1020px;
	margin:0 auto;
	padding:3em 0;
	position:relative;
	}
	
.leftCol {
	width:47.5%;
	float:left;
	}
	
.rightCol {
	width:47.5%;
	float:right;
	}
	
.leftColTwoThird {
	width:65%;
	float:left;
	margin:0 0 0 0;
	}
	
.rightColOneThird {
	width:30%;
	float:right;
	margin:0 0 0 0;
	}
	
	
	
@media screen and (max-width: 1100px) {
	
section {
	width:90%;
	padding:50px 5%;
	top:0;
	}
	
}

@media screen and (max-width: 800px) {
	
	
section {
	width:90%;
	padding:2em 5%;
	}
	
}

@media screen and (max-width: 750px) {
	
	
.leftCol {
	width:100%;
	float:none;
	}
	
.rightCol {
	width:100%;
	float:none;
	}
	
.leftColTwoThird {
	width:100%;
	float:none;
	margin:0 0 0 0;
	}
	
.rightColOneThird {
	width:100%;
	float:none;
	margin:0 0 0 0;
	}
	
}

@media screen and (max-width: 600px) {
	
section {
	width:90%;
	padding:1.5em 5%;
	}
	
}	

		
/* divider */

.divider {
	margin:0 0 2em 0;
	}
	
/* =wineBtn
-----------------------------------------------------------------------------*/
.wineBtn {
	background: #8c182d;
	padding:0;
	margin:0 0 1.5em 0;
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	text-align:center;
	display:inline-block;
	width:100%;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	}
	
.leftColTwoThird .wineBtn {
	width:50%;
	}
	
.wineBtn:hover {
	color:#ffffff;
	background:#0f3e52;
	}
	
.wineBtn a {
	font-family: 'OpenSansBold', Arial, sans-serif; 
	font-size:1em;	
	font-weight:normal;
	color:#ffffff;
	display:block;
	padding:6%;
	width:92%;
	text-decoration:none;
	line-height:90%;
	}
	
@media screen and (max-width: 750px) {
	
.leftColTwoThird .wineBtn {
	width:100%;
	}
	
}
	
@media screen and (max-width: 600px) {
	
.wineBtn {
	width:100%;
	}
	
}
	

	
/* =Typography
-----------------------------------------------------------------------------*/	
	
section h1 {
	font-family: 'OpenSansBold', Arial, sans-serif;  
	font-size:2.5em;
	margin:0 0 .5em 0;
	font-weight:normal;
	line-height:90%;
	}

section h2 {
	font-family: 'OpenSansBold', Arial, sans-serif;  
	font-size:1.5em;
	color:#217091;
	font-size:1.5em;	
	padding:0 0 0 0;
	font-weight:normal;
	line-height:90%;
	}
	
.rightColOneThird h2 {
	padding:0 0 .25em 0;
	}
	
section h2 a {
	color:#217091;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	padding:0 3px;
	}

section h2 a:link, section h2 a:visited {
	text-decoration:underline;
	}

section h2 a:hover, section h2 a:active {
	text-decoration:none;
	color:#ffffff;
	background:#de1a22;
	}
	
section h3 {
	font-family: 'OpenSansBold', Arial, sans-serif;  
	font-size:1em;	
	padding:0 0 0 0;
	font-weight:normal;
	line-height:90%;
	}
	
section h3 a {
	color:#de1a22;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	padding:0 3px;
	}

section h3 a:link, section h3 a:visited {
	text-decoration:underline;
	}

section h3 a:hover, section h3 a:active {
	text-decoration:none;
	color:#ffffff;
	background:#de1a22;
	}
	
small {
	font-size:80%;
	}
	
section p {
	padding:0 0 2em 0;
	}
	
.rightColOneThird p {
	padding:0 0 1em 0;
	}
	
ul.contentUl {
	padding:0 0 1.5em 1.5em;
	list-style: disc;
	}

	
/* Links */	
		
section p a {
	color:#8c182d;
	padding:1px 2px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

section p a:link, section p a:visited {
	text-decoration:none;
	}

section p a:hover, section p a:active {
	color:#ffffff;
	background:#8c182d;
	}
	
ul.contentUl a {
	color:#8c182d;
	padding:1px 1px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

ul.contentUl a:link, ul.contentUl a:visited {
	text-decoration:underline;
	}

ul.contentUl a:hover, ul.contentUl a:active {
	color:#ffffff;
	background:#8c182d;
	}
	
@media screen and (max-width: 600px) {
	
	
section h1, section h2, section p, section h3 {
	text-align:center;
	}
	
section h1 {
	font-size:2em;
	}
	
	
section p {
	font-size:90%;
	}
	
}	
	
	

/* =footer
-----------------------------------------------------------------------------*/
footer {
	background:#0f3e52;
	border-top:#92b8d7 solid 10px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:center;
	}
	
.footerLogo {
	margin:-2em auto 1em auto;
	padding:0 0;
	width:10%;
	position:relative;
	z-index:5000;
	}
	
.footerLinks {
	padding:0 0 1.5em 0;
	border-bottom:#417299 solid 1px;
	margin:0 0 1.5em 0;
	color:#417299;	
	font-family: 'OpenSansBold', Arial, sans-serif;
	}
	
.footerLinks a {
	color:#ffffff;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	}

.footerLinks a:link, .footerLinks a:visited {
	text-decoration:none;
	}

.footerLinks a:hover, .footerLinks a:active {
	color:#417299;
	}
	
footer h1 {
	color:#ffffff;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;  
	font-size:2.5em;
	margin:0 0 .5em 0;
	font-weight:normal;
	line-height:90%;
	text-align:center;
	}
	
#sponsors {
	width:753px;
	margin:0 auto 2em auto;
	}
	
.address {
	color:#92b8d7;
	padding:0 0 1.5em 0;
	border-bottom:#417299 solid 1px;
	margin:0 0 1.5em 0;
	font-family: 'OpenSansBold', Arial, sans-serif;
	}
	
.copyright {
	color:#417299;
	font-size:.8em;
	padding:0 0 4em 0;
	}
	
.footerSponsors {
	width:85%;
	margin:0 auto;
	}
	
.footerSponsors ul {
	list-style:none;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	}
	
.footerSponsors ul li {
	list-style:none;
	float:left;
	width:12.5%;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	}
	
.footerSponsors ul li:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
.footerSponsors ul li a {
	text-decoration:none;
	}
	
.footerSponsors ul li img {
	margin:0 auto;
	max-width:200px;
	width:90%;
	}
	
@media screen and (max-width: 1250px) {
	
	
}

@media screen and (max-width: 800px) {
	
footer {
	width:90%;
	padding:0 5% 5% 5%;
	}
	
.footerLogo {
	margin:1em auto 1em auto;
	padding:0 0;
	width:15%;
	}

#sponsors {
	width:100%;
	}
	
}

@media screen and (max-width: 600px) {
	
.footerLogo {
	width:30%;
	}
	
}


/* =IE Sucks
-----------------------------------------------------------------------------*/
#iewarning {
	padding:10em;
	text-align:center;
	color:#C00;
	background:#ffffff;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	}
	
#iewarning a {
	color:#ffffff;
	background:#C00;
	padding:0px 3px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

#iewarning a:link, #iewarning a:visited {
	text-decoration:none;
	}

#iewarning a:hover, #iewarning a:active {
	color:#C00;
	background:none;
	text-decoration:underline;
	}