/*
Theme Name: Circle
Theme URI: http://circleplayers.com
Author: Matt Harabin
Author URI: http://circleplayers.com
Description: This is the theme for Circle Players of Piscataway, NJ.
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, red, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images
Text Domain: circle

*/


@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

/*--------------------RESET--------------------*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	font-size:100%;
	font:inherit;
	padding:0;
	border:0;
	margin:0;
	vertical-align:baseline;
	}

body {
	line-height:1;
	}

ol,ul {
	list-style-type: circle;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 20px;
	padding-left: 15px;
	font-weight: 400;
	}

.interior ul {
	margin-left: 20px;
	}
	
blockquote,q{quotes:none}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
	}
	
table{border-collapse:collapse;border-spacing:0}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{display:block;
	}

.clear{clear:both}

.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}





/*--------------------PAGE SETUP--------------------*/

#page {
	
	width: 100%;
	z-index: 1000;	
}

#wrapper {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	max-width: 1100px;
	margin: 0 auto;
}

#container {
	background: #ffffff;
}

.gradient {
	background: -moz-linear-gradient(top, rgba(116,0,0,0.84) 0%, rgba(147,0,0,0.83) 27%, rgba(220,0,0,0.8) 81%, rgba(240,0,0,0.79) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,0,0,0.84)), color-stop(27%,rgba(147,0,0,0.83)), color-stop(81%,rgba(220,0,0,0.8)), color-stop(100%,rgba(240,0,0,0.79))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(116,0,0,0.84) 0%,rgba(147,0,0,0.83) 27%,rgba(220,0,0,0.8) 81%,rgba(240,0,0,0.79) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(116,0,0,0.84) 0%,rgba(147,0,0,0.83) 27%,rgba(220,0,0,0.8) 81%,rgba(240,0,0,0.79) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(116,0,0,0.84) 0%,rgba(147,0,0,0.83) 27%,rgba(220,0,0,0.8) 81%,rgba(240,0,0,0.79) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(116,0,0,0.84) 0%,rgba(147,0,0,0.83) 27%,rgba(220,0,0,0.8) 81%,rgba(240,0,0,0.79) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6740000', endColorstr='#c9f00000',GradientType=0 ); /* IE6-9 */
}

a {
	color: rgb(158, 40, 14);
	text-decoration: none;
}

a:hover{
	color:#979392;
	text-decoration:underline;
}

h1, h2, h3 {
	color: rgb(255,255,255);
	font-family: 'Ubuntu', Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 10px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
}

	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 21px;
	}

p {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 20px;
	padding-left: 15px;
	font-weight: 400;
}

strong {
	font-weight:700;
}

em {
	font-style: italic;
}

.post-edit-link {
	padding-left: 15px;
}



/*--------------------HEADER--------------------*/

#site-head {
	
	height: 60px;
	padding: 5px;
	z-index: 100;
}

#site-title {
	background: url(images/circle_logo-KO.png);
	width: 220px;
	height: 60px;
	float:left;
	
	margin-bottom: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}

.social {
    float: right;
    clear: both;
    margin-top: -30px;
    margin-right: 180px;
}

.utility {
	float:right;
	padding-top: 10px;
}

.social {
	float: right;
    clear: both;
    margin-top: -30px;
    margin-right: 180px;
}

	.utility li {
		color: white;
		float: left;
		font: 14px 'Source Sans Pro', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		list-style-type: none;
		margin-right: 20px;
		}
		
		.utility a {
			color: white;
		}
		
		.utility a:hover {
	color:#979392;
	
		}
		
		.utility-left {
			margin-top: 10px;
		}
		
		
		
		.facebook {
			background: url(images/social.png);
			width: 40px;
			height: 40px;
			display: block;
			overflow: auto;
			background-position: 0px 40px;
			overflow:hidden;
		}
		
			.facebook:hover {
			background: url(images/social.png);
			width: 40px;
			height: 40px;
			display: block;
			overflow: auto;
			background-position: -1px 0px;
			overflow:hidden;
		}
		
		.twitter {
			background: url(images/social.png);
			width: 40px;
			height: 40px;
			display: block;
			overflow: auto;
			background-position: -48px 40px;
			overflow:hidden;
		}
		
			.twitter:hover {
				background-position: -49px 0px;
				overflow:hidden;
				}
				
		.youtube {
			background: url(images/social.png);
			width: 40px;
			height: 40px;
			display: block;
			overflow: auto;
			background-position: 43px 40px;
			overflow:hidden;
		}
		
			.youtube:hover {
				background-position: 41px 0px;
				overflow:hidden;
				}
			

/*-----------NAV MENU--------*/

nav {
	clear:both;
	z-index: 100;
}

.nav {
	background: #000;
}

.nav ul {
  
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}

/*-------SUBMENUS------*/

.nav ul li {
  
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 19px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 5px 12px;
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-transform:uppercase;
}

.nav ul li:hover {
  	background: #666;
 }

.nav ul li a {
	 
	 color: #fff;
}

.nav ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  line-height: 1.5;
  margin-top: -19px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 1;
}
.nav ul li ul li { 
  background: #9c0000;
  opacity: .95; 
  display: block; 
  color: #600;
  text-shadow: 0 -1px 0 #000;
}
.nav ul li ul li:hover { background: #666; }

.nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*----------HOME---------*/
.home-page {
	opacity: 0;
}



.home-image {
	float:left;
	padding:15px;
	margin-bottom: 0px;
}

.home-content {
	color: #fff;
	text-shadow: 5px 5px 5px #333;
	
	margin: 0 auto;
}

.home-content p {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
/*
.letter {
	background: #fff;
	color: #222;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(48,48,48,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(48,48,48,1);
box-shadow: 0px 0px 5px 2px rgba(48,48,48,1);
	
} */

.home-content h2 {
	color: #ffffff;
}

.side {
	clear:both;
	padding-top: 40px;
	margin: 0 auto;
	max-width: 1100px;
}

.side h1 {
	color: #666;
	font-size: 40px;
	padding-top: 10px;
	margin-top: -25px;
	margin-bottom: -10px;
}

.side h2 {
	text-transform: none;
}
	
	.home-post {
		float:left;
		width: 50%;
		height: 300px;
	}
	
	.post-end {
		float: left;
		background: #2f2726;
		color: #ffffff;
		height: 180px;
		width: 50%;
		margin-top: 20px;
		}
		
			.post-end:hover {
				background: #000000;
			}
		
		.post-end a {
			color: #ffffff;
			
		}
		
		.post-end h2 {
			color: #ffffff;
			font-size: 30px;
		}
		
		.post-end p {
			font-size: 24px;
		}
	
	.read-more {
		margin-left: 20px;
		color: #666666;
	}
	/* #Silver Flat Button
==================================================*/
.btn {
  text-shadow: 4px 3px 3px #666666;
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  font-size: 20px;
  background: #adadad;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border:none;
  cursor: pointer;
}

.btn:hover {
  background: #2f2726;
  text-decoration: none;
}

	.btn-right {
	float:right;
	width: 400px;
	background: #2f2726;
}

	.btn-right:hover {
		background: #000;
	}

/*----------INTERIOR---------*/

 	.interior {
	background: #ffffff;
	max-width: 890px;
	margin: 0 auto;
	padding-bottom: 15px;
}

		.interior h1, h2, h3 {
			color: #666666;
		}

.interior-page {
	background: #ffffff;
}

.event-content {
	max-width: 8900px;
}

	.event-content h2 {
		margin-bottom: -10px;
	}
	
.season-container {
	height: 1750px;
	
}


	.season-content {
		float: left;
		max-width: 270px;
		height: 780px;
		background: inherit;
		padding: 12px;
	}
	
	.season-photo {
		text-align: center;
	}
	
		.season-content h2 {
			margin-bottom: -10px;
		}

/*----------ENTRIES---------*/
.entry-content img {
	float:left;
	padding: 15px;
}

.entry-footer {
	padding: 15px;
}

#nav-below {
	background: #ffffff;
	min-height: 100px;
	
}

.nav-previous {
	float: left;
	padding: 15px;
}

	

.nav-next {
	float: right;
	padding: 15px;
}



/*----------ACCORDIONS-------*/
/*Define Accordion box*/
.accordion { max-width:1200px; overflow:hidden;  color:#474747; background:#ffffff;  }


/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#FFF; padding:0px;}
.accordion section:target:hover { background:#FFF; }
.accordion section:target h2 {width:100%;}
.accordion section:target h2 a{ color:#333; padding:0;}
.accordion section:target p {display:block;}
.accordion section h2 a{padding:8px 0px;display:block; font-size:16px; font-weight:normal;color: rgb(158, 40, 14); text-decoration:none; }

/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#333; cursor:pointer; background: #fff; margin:0px; }
.accordion section:hover {background:#aaa;}
.accordion section p { display:none; }

/*End General Accordion****************************************************************************/


/*Vertical Accordion *************************************************************************/
.vertical section{ width:100%; height:100%;
	-webkit-transition:height 0.2s ease-out;
	-moz-transition:height 0.2s ease-out;
  	-o-transition:height 0.2s ease-out;
	-ms-transition:height 0.2s ease-out;
  	transition:height 0.2s ease-out;
}
/*Set height of the slide*/
.vertical :target{ height:100%; width:97%; }

.vertical section h2 { position:relative; left:0;  }






/*----------FOOTER---------*/
.footer-wrap {
	width: 100%;

	background: #d8d7d5;
	z-index: -1000;
	display: inline-block;
}


.footer-section {
	max-width: 990px;
	margin: 0 auto;
	
}

	.footer-section h3 {
			font-size:16px;
			color: #000;
		}
	
		.footer-section p {
			font-size:14px;
			color: #000;
		}

.footer-left {
	width: 30.5%;
	float: left;
	padding: 15px;

	
}

.footer-center {
	width: 30.5%;
	margin: 0 auto;
	padding: 15px;

	
}

.footer-right {
	width: 30.5%;
	float: right;
	padding: 15px;

	
}
	
	
.final {
	width: 100%;
	height: 100%;
	background: #000;
	clear:both;
}
		
.copyright {
	max-width: 1100px;
	padding: 15px;
	margin: 0 auto;
}

	.copyright p {
		color: #fff;
	font-size: 12px;
	}

@media only screen and (max-width:905px) {
	.season-container {
		height: 2510px;
}

.home-post {
		height: 100%;
}

.post-end {
	height: 300px;
	width: 48%;
	margin-left: 5px;

}
}
	
/*----------TABLET-------*/
@media only screen and (max-width:845px) {
	#wrapper {
	margin: 0 auto;
	background:none;
}


.nav ul li {
	font-size: 19px;
}

.nav ul li ul {
margin-top: -19px;
}

.home-image {
	margin-bottom: -10px;
}

.copyright a {
	color: #999999;
}
}
		
	
/*----------PHONE-------*/
@media only screen and (max-width:724px) {
	#wrapper {
	margin: 0 auto;
	background:none;
}

.utility {
	display: none;
}

	.social {
		margin-top: 0px;
		float: right;
    	clear: inherit;
	}
	
.nav  {
	max-width: 724px;
	
}

.nav ul { 
  display: block;
  margin: 0; 
  padding: 15px 4px 17px 0;
  list-style: none;
}

.nav ul li {
	min-width: 280px;
	max-width: 724px;
}

.nav ul li ul {
	z-index: 1;
}

.home-post {
		float:left;
		width: 100%;
		height: 100%;
		
		
	}
	
.post-end {
	float: left;
	background: #2f2726;
	color: #ffffff;
	height: 180px;
	width: 100%;
	margin-top: 20px;
	}

.btn-right {
	float: left;
	width: 140px;
	background: #2f2726;
}

.footer-section {
	display: none;
}


}

@media only screen and (max-width:581px) {
	.season-container {
		height: 5120px;
}
}
	