/*
Theme Name: Eagle Youth Football
Theme URI: http://eagleyouthfootball.org
Description: The custom-built theme for the Eagle Youth Football group.
Author: Kyrie Tompkins
Author URI: http://mainetechnologygroup.com
Version: 1.0
Tags: Wordpress, Theme

*/

/* General CSS */

body {
	font-family: 'Open Sans', sans-serif;		
	font-size: 10pt;
	background: #000000 url('images/background.png') no-repeat top center;
	color: #555555;
	overflow-x: hidden;
}

body, html {
	padding: 0px;
	margin: 0px;	height: 100%;}
img {	border: 0px;		}
p {
	margin: 0;		padding-top: 5px;
	padding-bottom: 5px;
}
@font-face {
    font-family: 'Octin';
    src: url('type/octin.eot');
    src: url('type/octin.eot?#iefix') format('embedded-opentype'),
         url('type/octin.woff') format('woff'),
         url('type/octin.ttf') format('truetype'),
         url('type/octin.svg#Octin') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Structure */
#top {

	min-height: 100% !important;

	padding-bottom: 50px;
	
}

#header {				position: relative;				margin: 0 auto;						width: 1200px;					height: 250px;					}								
#logo {	text-align:center; }
	#logo img {
		height: 249px;
		margin-top: 15px;
		}
		

#container {
		position: relative;	
		background:rgba(255,255,255,0.9);
		margin: 0 auto;	
		margin-top: 20px;
		width: 1200px; 
		overflow: auto; 
		padding-bottom: 0px; 
		box-shadow: 1px 1px 3px #000;
	}		

#menubar {
	display: block;
	background:url('images/nav.png');
	clear: both;
	position: relative;
	margin: 0 auto;
	height: 50px;
	width: 100%; 
	}

.clearfix {
	clear: both;
	width: 100%;
}

#sidebar1 {
	position: relative; 
	float: left;
	width: 300px;			
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 				
	-webkit-box-sizing: border-box;
	padding: 10px; 	
	}
	
#content {
	position: relative;
	float: left;
	width: 700px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 				
	-webkit-box-sizing: border-box;
	padding: 10px;		
	}	


	div.postmetadata {
			width: 100%;
			font-size: 8pt;
			margin: 20px 0px 0px 20px;
		}
		
		div.pages {
			width: 100%;
			text-align: center;
		}				

#sidebar2 {
	position: relative; 
	float: right;
	width: 200px;			
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 				
	-webkit-box-sizing: border-box;
	padding: 10px; 	
	}

	#sidebar2 .textwidget img {

		max-width: 100%;
		
	}

	#footer {
	position: relative;
	clear: both;
	width: 100%; 
	margin-top: -50px; 
	height: 50px;
	color: #ffffff;	
	text-align: center;	
	}

		#footer a {

			color: #c0c0c0;
		}

		#footer a:hover {

			color: red;
		}

/* Main Menu */

ul.navigation{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

	ul.navigation li {
		float: left;  		position: relative;				margin-left: 20px;
		padding-right: 5px;
		padding-left: 5px;
		margin-top: 0px;
		
	}
	
	ul.navigation li:hover {
	
		background:rgba(233,0,0,.5);
		
	}

	ul.navigation li a:link {
		font-family: 'Octin';
		font-size: 18pt;				line-height: 50px;
		font-weight: normal;				
		text-decoration: none;
		color: #ffffff!important;
	}		
	ul.navigation li a:visited {		font-family: 'Octin';		font-size: 18pt;				line-height: 50px;		font-weight: normal;		text-decoration: none;		color: #ffffff!important;	}
	ul.navigation li  a:hover {
		color: #ffffff !important;
	}		
	ul.navigation li:hover > ul {		display: block;		padding: 0;	}			
	ul.navigation ul {					display: none;						list-style: none;			position: absolute;			top: 50px;			left: 0px;			z-index: 100; 		}		
	ul.navigation ul li {			display: block;			float: none;						margin: 0;						padding: 10px 5px 10px 5px;			width: 150px;			min-height: 20px; background-color: #000000; } 
	ul.navigation ul li:last-child { border-bottom-right-radius: 3px;  border-bottom-left-radius: 3px;}		
	ul.navigation ul li:hover {			background-color: #df0000;		}		
	ul.navigation ul li a:link, ul.navigation ul li a:visited{			font-size: 12pt !important;								line-height: 100%;						color: #555555 !important;		}				
	ul.navigation ul li a:hover {					color: #ffffff !important; 					}	
	.tinynav { display: none }	


/* Side Menu */

ul.side{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul.side li {
		display: block;
		padding: 0;
		margin: 0;		
	}

	ul.side li:hover {
		background: none;
	}
	

	ul.side li a:link, ul.side li a:visited {
		font-family: 'Octin';
		font-size: 20pt;				
		line-height: 40px;
		font-weight: normal;				
		text-decoration: none;
		color: #df0000!important;
		text-shadow: 1px 1px 2px #333;
	}		
	ul.side li  a:hover {
		color: #555555 !important;
	}		
	ul.side li:hover > ul {		display: block;		padding: 0;	}			
	ul.side ul {display: none;	position: absolute;	list-style: none;  top: 10px; left: 150px; z-index: 100;		}		
	ul.side ul li {background:url('images/nav.png');	display: block;			float: none;						margin: 0;	padding: 10px 5px 10px 5px;		min-width: 100px; width: 100%;			min-height: 20px; background-color: #000000; } 
	ul.side ul li:hover {background:#555555;}		
	ul.side ul li a:link, ul.side ul li a:visited{font-size: 12pt !important;						padding: 0px;						line-height: 100%;						color: #ffffff !important;		}				
	ul.side ul li a:hover {color: #ffffff !important; 					}	
	.tinynav { display: none }	
	
	/* Headers */
h1, h1 a:link, h1 a:visited {
	font-family: 'Octin', serif;
	font-size: 30pt;		font-weight: normal;				line-height: 100%;
	color: #000000 !important;
	margin-top: 0px;
}

	h1 a:hover {
		color: #555555 !important;
	}	img.featured-image {		width: 200px !important;		margin-top: 10px;		margin-right: 5px;		float: left;		}
	
h2, h2 a:link, h2 a:visited {
	font-family: 'Octin', serif;
	font-size: 18pt;		line-height: 100%;				font-weight: normal;		color: #000000;
}
	h2 a:hover {
		color: #555555 !important;
	}
	
#footer h2, #footer h2 a:link,  #footer h2 a:visited {
	font-family: 'Octin', serif;
	font-size: 18pt;		line-height: 100%;				font-weight: normal;		color: #008a8a;
}

.ui-tabs-anchor, h4, h4 a:link, h4 a:visited {	font-family: 'Octin', serif;	font-size: 10pt;	line-height: 100%;		font-weight: normal;		margin: 0px; margin-bottom: 10px !important; padding: 0px;		color: #000000;}	h4 a:hover {		color: #ffffff;	}		


/* Misc. Style Stuff */
a, a:link {
	font-style: normal;
	color: #1313a3;
	text-decoration: none;
	font-weight: normal;
}	a:visited {			color: #1313a3;			}

	a:hover {
		color: #000000;
	}
	.widget-calendar h2 {	display: none !important;	}div#calendar_wrap {	width: 100% !important;	padding: 0px;	margin: 0px;		padding-bottom: 10px;		color: #000000 !important;}		table#wp-calendar {		width: 100% !important;		margin: 0px;		padding: 0px;	}		

ol.commentlist {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	}
	
		
		div.comment-body {
			padding-top: 20px;
			border-bottom: 2x dashed #dee6e9;
		}
		
		cite.fn {
			margin: 0;
			padding: 0;
			font-size: 18pt;
			line-height: 32px;												font-family: 'Open Sans';
			font-style: normal !important;
			padding-bottom: 2px;
		}
				
		div.comment-meta {
			text-align: left;
			font-size: 8pt;
		}
			
		div.reply {
			text-align: right;
		}				ul.children {			list-style-type: none;		}		
	h3 {
		margin: 0;
		padding: 0;
		font-size: 14pt !important;
		line-height: 100%;
		color: #555555;				
		font-family: 'Octin';
		padding-bottom: 2px;
	}
	
	p.comment-form-author, p.comment-form-email, p.comment-form-url, p.comment-form-comment {
		display: block;
		font-size: 14pt;
		line-height: 100%;
		color: #df0000;
		font-weight: normal;
		font-style: normal !important;
	}
	
	label {
		display: block !important;
	}
	
	label.screen-reader-text {
		display: none !important;
	}
	
	.required {
		float: right;
	}
	
	input, input[type='email'], input[type='text'], textarea , select{
		border: 1px solid #555555;
		padding: 5px;
		max-width: 100%;
		border-radius: 3px;
	}		

	input[type='submit'], .button, .symple-button{
		color: #ffffff;	
		font-family:'Octin', serif;
		font-size: 16pt;
		padding: 5px;
		margin: 10px;
		text-decoration: none;
		text-align: center;
		border-radius: 5px;	
		background-color: #1313a3;	
	}		

	input[type='submit']:hover, .button:hover, .symple-button:hover {
		background-color: #000000;
		-webkit-transition: background 0.2s linear !important;
		transition: background 0.2s linear !important;		
	}
	
	a.button, a.button:hover {color: #ffffff !important; margin: 10px;}
	p.form-allowed-tags {
		display: none; 
	}
	
	p.comment-subscription-form {
		display: none;
	}form#searchform {	padding-left: 30px;	}
		
ul {
	list-style-type: square;
	margin: 0;		padding-left: 30px;
}
ul li { margin: 5px; }
ol li { margin: 5px; }
hr { border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }
.alignleft {	float: left;		margin-right: 10px !important;	}
.alignright {	float: right;		margin-left: 10px !important;	}
.aligncenter { float: center; margin: 10px !important;  }
blockquote {font-family: 'Octin', serif; font-size: 14pt;}
.upcoming {

	background: #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 				
	-webkit-box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.upcoming h2 {

		margin-top: 0px;
}

span.highlight {

	font-family: 'Octin', serif;
	font-size: 18pt;
	color: #000;
	text-shadow: 1px 1px 2px #333;
}
.symple-toggle-trigger {
	background-color: #cccccc !important;
}

.mergeRow {

	display: none !important;
	
}
.mc_merge_var {

	text-align: center !important;
	
}
.vow {
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100% !important;
	border-width:20px;
	-moz-border-image:url("images/featuredborder.png") 20 repeat stretch;
	-webkit-border-image:url("images/featuredborder.png") 20 repeat stretch;
	border-image:url("images/featuredborder.png") 20 repeat stretch;
}

.vow img {

	border: 0px;
	width: 100% !important;
	
}


/* Responsive Design */	
/* for 1000px or less */	
@media screen and (max-width: 1200px) {				
#container, #header, #footer {			width: 95% !important;		}					
#logo {							width: 100%;								height: auto;								margin: 0;								padding: 0;							}
#logo img {									max-width: 100%; 						}								
#sidebar1 { width: 30%; } 
#content {			width: 50%;		}		
#sidebar2 {			width: 20%;		}	
}			

/* for 800px or less */	
@media screen and (max-width: 800px) {		
#container, #header, #footer{			width: 95% !important; 	}									
#logo {				float: center;							width: 100%;								margin: 0;								text-align: center;								padding: 0;							}							
#logo img {									width:; 100%; height: auto;								}					
#menubar {
	position: relative;
	display: block;
}							

.tinynav { position: absolute; display: block; margin-top: 10px; margin-left: 10px; width: 97%;}
.navigation{ display: none; }	

	#sidebar1 { float: left; margin-top: 10px; }
	#content {					float: left;						margin-top: 10px;						text-align: justify;					}
	#sidebar2 {					float:right;						margin-top: 10px;					}	}				

/* for 600px or less */	
@media screen and (max-width: 600px) {	#container, #header, #footer {			margin: 0 auto; width: 100% !important;		}											#logo {				float: center;							width: 100%;								margin: 0;								text-align: center;								padding: 0;							}							#logo img {									width: 100%;		height: auto;							}							
						
.tinynav { position: absolute; display: block; margin-top: 10px; margin-left: 10px; width: 95%;}
.navigation{ display: none; }

#sidebar1 { float: none; text-align: justify; width: 98%;}
#content {					float: none;						text-align: justify;						width: 98%;					}				
#sidebar2 {					float: none;						text-align: justify; width: 98%; 		}	
			
			}
#sidebar2 .textwidget img {
	display: block;
}