/*
THEME NAME: El Sistema USA
THEME URI: http://elsistemausa.org/
DESCRIPTION: Custom theme build for El Sistema USA
VERSION: 1.1
AUTHOR: <a href="http://futurepruf.com/">futurepr&uuml;f</a>
AUTHOR URI:
TAGS: 
*/


/*================ GLOBAL ================*/

html, body { background: #333; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

	h2 {
		color: #333;
		font-size: 29px;
		margin: 0 0 20px 0;
		line-height: 32px;
	}
	
		h3,
		p strong {
			color: #29B239;
		}

a img { border: none; }
a:active { outline: none; }
:focus { -moz-outline-style: none; }

a {
	color: #00B0D8;
	text-decoration: none;
}

a:visited { color: #008EA5; }
a:hover { color: #FF3390; }


#wrapper {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

@font-face {
	font-family: 'OmnesBold';
	src: url('/wp-content/themes/el_sistema_usa/fonts/Omnes-Bold.eot');
	src: local('Omnes Bold'), local('Omnes-Bold'), url('/wp-content/themes/el_sistema_usa/fonts/Omnes-Bold.ttf') format('truetype'), url('/wp-content/themes/el_sistema_usa/fonts/Omnes-Bold.svg#Omnes-Bold') format('svg');
}

@font-face {
	font-family: 'OmnesRegular';
	src: url('fonts/omnes-regular-webfont.eot');
	src: local('☺'), url('fonts/omnes-regular-webfont.woff') format('woff'), url('fonts/omnes-regular-webfont.ttf') format('truetype'), url('fonts/omnes-regular-webfont.svg#webfontt0MwcRp3') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

#wrap_header {
	float: left;
	min-height: 66px;
	width: 100%;
	background: #FFF;
	position: relative;
	overflow: hidden;
}

	#header_logo_background {
		position: absolute;
		top: 23px;
		left: 60%;
		width: 2000px;
		height: 25px;
		background: url('/wp-content/themes/el_sistema_usa/images/background_logo.png') repeat-x;
		z-index: 1;
	}

	#header {
		position: relative;
		height: 66px;
		margin: 20px auto 0 auto;
		padding: 0;
		width: 960px;
		background: url('/wp-content/themes/el_sistema_usa/images/header_logo.png') no-repeat #FFF;
		z-index: 2;
	}

		#header h1 {
			margin: 0;
			padding: 0;
			height: 52px;
			width: 200px;
			float: left;
			text-indent: -9999px;
		}
	
			#header h1 a {
				height: 52px;
				width: 200px;
				display: block;
			}
	
		#header .menu {
			margin: 38px 0 0 0;
			padding: 0;
			list-style: none;
			width: 760px;
			float: left;
			font-size: 14px;
		}
	
			#header .menu li {
				float: left;
				margin: 0 20px 0 0;
				padding: 0;
			}
			
				#header .menu li a {
					text-decoration: none;
					color: #000;
				}
				
				#header .menu li.current_page_item a,
				#header .menu li.current_page_parent a,
				#header .menu li a:hover {
					color: #FF3390;
				}
				

/*================ COLUMNS ================*/

#wrap_column {
	float: left;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	width: 960px;
}

#wrap_column.front { margin: 0; }

#column-a {
	float: left;
	height: auto;
	margin: 0 20px 0 0;
	padding: 20px;
	width: 430px;
	background: #FFF;
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

#column-b {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 470px;
	background: transparent;
	min-height: 400px;
}

	#column-b1 {
		width: 230px;
		margin: 0 20px 0 0;
		padding: 0;
		height: auto;
		float: left;
	}

	#column-b2 {
		width: 220px;
		height: auto;
		float: left;
	}

/*================ CONTENT ================*/

#wrap_content {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('/wp-content/themes/el_sistema_usa/images/background-index.png') repeat-x #58589d;
}

	body.pageid-9 #wrap_content, body.parent-pageid-9 #wrap_content, body.parent-pageid-49 #wrap_content { background: url('/wp-content/themes/el_sistema_usa/images/background-el_sistema.png') repeat-x #FF7EBD; }
	body.pageid-12 #wrap_content, body.parent-pageid-12 #wrap_content, body.parent-pageid-18 #wrap_content { background: url('/wp-content/themes/el_sistema_usa/images/background-fellows_program.png') repeat-x #72CFFF; }
	body.pageid-27 #wrap_content, body.parent-pageid-27 #wrap_content { background: url('/wp-content/themes/el_sistema_usa/images/background-fellows.png') repeat-x #72CFFF; }
	body.pageid-380 #wrap_content, body.parent-pageid-380 #wrap_content { background: url('/wp-content/themes/el_sistema_usa/images/background-support.png') repeat-x #FFF07C; }
	body.pageid-35 #wrap_content, body.parent-pageid-35 #wrap_content { background: url('/wp-content/themes/el_sistema_usa/images/background-support.png') repeat-x #FFF07C; }
	body.pageid-38 #wrap_content, body.parent-pageid-38 #wrap_content { background: url('/wp-content/themes/el_sistema_usa/images/background-whos_involved.png') repeat-x #8CED93; }
	body.pageid-46 #wrap_content, body.parent-pageid-46 #wrap_content { background: url('/wp-content/themes/el_sistema_usa/images/background-contact.png') repeat-x #FFF07C; }

#navigation_secondary {
	height: auto;
	margin: 0 0 2px 0;
	float: left;
	padding: 0;
	width: 960px;
	background: #FFF;
}

	#navigation_secondary ul {
		float: left;
		height: auto;
		padding: 10px 0 10px 20px;
		margin: 0;
		list-style: none;
		width: 940px;
		font-size: 15px;
	}
	
		#navigation_secondary ul li {
			border-left: 1px #000 dotted;
			float: left;
			margin: 0;
			padding: 0 10px;
		}
		
			#navigation_secondary ul li:first-child {
				border: none;
				padding: 0 10px 0 0;
			}
		
			#navigation_secondary ul li a {
				color: #666;
				text-decoration: none;
			}
			
			#navigation_secondary ul li.current_page_item a {
				color: #000;
			}
			
#navigation_tertiary {
	height: auto;
	margin: 0;
	float: left;
	padding: 0;
	width: 960px;
	background: #FFF;
}

	#navigation_tertiary ul {
		float: left;
		height: auto;
		padding: 10px 0 10px 20px;
		margin: 0;
		list-style: none;
		width: 940px;
		font-size: 15px;
	}

		#navigation_tertiary ul li {
			border-left: 1px #000 dotted;
			float: left;
			margin: 0;
			padding: 0 10px;
		}

			#navigation_tertiary ul li:first-child {
				border: none;
				padding: 0 10px 0 0;
			}

			#navigation_tertiary ul li a {
				color: #666;
				text-decoration: none;
			}

			#navigation_tertiary ul li.current_page_item a {
				color: #000;
			}

#content {
	height: auto;
	padding: 20px 0;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

body.pageid-380 #content {
	padding: 0;
}

	h2.index-title {
		font-family: 'OmnesRegular';
		font-weight: normal;
		line-height: 38px;
	}
	
		h2.index-title a { color: #FF0099; text-decoration: none; }
	
	h2.entry-title {
		font-family: 'OmnesBold';
		font-weight: normal;
	}
	
		 h2.entry-title a { color: #FF0099; text-decoration: none; }

	body #arrow {
		position: absolute;
		top: 0;
		left: 204px;
	}
	
		body.pageid-9 #arrow, body.parent-pageid-9 #arrow, body.parent-pageid-49 #arrow { left: 276px; }
		body.pageid-12 #arrow, body.parent-pageid-12 #arrow, body.parent-pageid-18 #arrow { left: 418px; }
		body.pageid-27 #arrow, body.parent-pageid-27 #arrow { left: 562px; }
		body.pageid-380 #arrow, body.parent-pageid-380 #arrow { left: 648px; }
		body.pageid-38 #arrow, body.parent-pageid-38 #arrow { left: 740px; }
		body.pageid-46 #arrow, body.parent-pageid-46 #arrow { left: 832px; }
		
		#partners div {
			margin: 0 0 35px 0;
		}

		.wrap_partner_logo {
			padding-bottom: 10px;
			border-bottom: 3px solid #000;
		}
	
/*================ FELLOWS ================*/

#content.fellows #column-a {
	float: left;
	height: auto;
	margin: 0 20px 0 0;
	padding: 20px;
	width: 680px;
	background: #FFF;
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

#content.fellows #column-b {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 220px;
	background: transparent;
	min-height: 400px;
}

#navigation_fellow {
	list-style: none;
	height: auto;
	width: 680px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

	#navigation_fellow li {
		float: left;
		margin: 0 0 4px 4px;
		padding: 0 0 0 4px;
		border-left: #333 solid 1px;
	}
	
		#navigation_fellow li.first {
			margin: 0;
			border: none;
			padding: 0;
		}

.fellow {
	border-top: 3px #FF3390 solid;
	padding: 12px 0 0 0;
	float: left;
	width: 680px;
	height: auto;
	margin: 0 0 20px 0;
}

	.fellow h3 {
		font-family: 'OmnesBold';
		font-weight: normal;
		font-size: 19px;
		color: #333;
		margin: 0 0 10px 0;
	}
	
		 .fellow h3 a { color: #FF0099; text-decoration: none; }

	.fellow .a {
		width: 448px;
		height: auto;
		float: left;
		margin: 0 20px 0 0;
	}
	
	.fellow ul {
		width: 680px;
		height: auto;
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
		.fellow ul li {
			float: left;
			height: auto;
			width: 680px;
		}
	
		.fellow .a img {
			float: left;
			margin: 3px 20px 20px 0;
		}
		
		.fellow .a p { margin-top: 0; }
	
	.fellow .b {
		width: 212px;
		height: auto;
		float: left;
	}
	
		.fellow .b .quote {
			float: left;
			width: 202px;
			height: auto;
			padding: 0 10px 14px 0;
			color: #FF3390;
			font-size: 18px;
			line-height: 25px;
			margin: 0;
			border-bottom: #FF3390 dotted 1px;
		}
		
		.fellow .b .follow {
			margin: 12px 0 0 0;
			width: 212px;
			height: auto;
			float: left;
			font-weight: bold;
		}
		
		.fellow .b ul {
			width: 212px;
		}
		
			.fellow .b ul li { width: 212px; }
				.fellow .b ul li a { color: #808080; }
				
		.fellow .question {
			margin: 12px 0;
			color: #00B0D8;
			font-weight: bold;
		}
		
	.back_to_fellows a { color: #FF3390; font-weight: bold; }

/*================ CONTACT SIGNUP ================*/
		
#contact_signup {
	width: 430px;
	float: left;
	height: auto;
}

	#contact_signup ul {
		width: 430px;
		float: left;
		height: auto;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#contact_signup ul li {
			width: 430px;
			float: left;
			height: auto;
			margin: 0 0 15px 0;
			padding: 0;
		}
	
		#contact_signup ul li label {
			float: left;
			height: auto;
			margin: 0 0 4px 0;
			padding: 0;
			width: 430px;
		}
		
		#contact_signup ul li label em {
			color: #FF3390;
			font-style: normal;
		}
		
		#contact_signup ul li input[type="text"] {
			float: left;
			height: auto;
			margin: 0;
			padding: 4px 0;
			width: 430px; 
			background: #CCC;
			border: none;
		}
		
		#contact_signup ul li.w-50 { width: 210px; }
		#contact_signup ul li.w-50 input,
		#contact_signup ul li.w-50 label { width: 210px; }
		#contact_signup ul li.w-state { width: 100px; margin-right: 10px; }
		#contact_signup ul li.w-state input,
		#contact_signup ul li.w-state label { width: 100px; }
		#contact_signup ul li.w-country,
		#contact_signup ul li.w-country input,
		#contact_signup ul li.w-country label { width: 100px; }
		
		#contact_signup ul li input[type="submit"] {
			float: left;
			height: 43px;
			margin: 0;
			padding: 0;
			width: 150px;
			background: url('/wp-content/themes/el_sistema_usa/images/button_signup.png') no-repeat;
			border: none;
			color: #FFF;
			cursor: pointer;
		}

/*================ FOOTER ================*/

#wrap_footer {
	float: left;
	min-height: 200px;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #333;
}

#footer {
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

	#footer_sitemap {
		float: left;
		width: 960px;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		font-size: 10px;
		color: #FFF;
	}
	
		#footer_sitemap a {
			color: #F9EC31;
			text-decoration: none;
		}
		
	#footer_sitemap ul {
		margin: 0 0 0 20px;
		padding: 0;
		float: left;
		width: 140px;
		list-style: none;
	}
	
		#footer_sitemap ul li {
			margin: 4px 0;
		}
		
		 #footer_sitemap ul li.title {
			margin: 0 0 10px 0;
		}
		
			#footer_sitemap ul li ul {
				margin: 0 0 0 10px;
			}
	
	#footer_mice {
		float: left;
		width: 940px;
		height: auto;
		margin: 0 auto;
		padding: 15px 0 20px 20px;
		font-size: 10px;
		color: #FFF;
		border-top: 1px #B3B3B3 solid;
	}
	
	#footer_mice a {
		color: #ED1E79;
		text-decoration: none;
	}
	
		#footer_mice p {
			width: 940px;
			margin: 5px 0;
			float: left;
		}
		
		#footer_mice ul {
			float: left;
			width: 880px;
			margin: 5px 0;
			padding: 0;
			list-style: none;
		}
		
			#footer_mice ul li {
				float: left;
				margin: 0;
				padding: 0 10px;
				border-left: 1px #FFF solid;
			}
			
			#footer_mice ul li:first-child {
				border: none;
				padding: 0 10px 0 0;
			}
			
/*================ MODULES ================*/

/* Gallery Index */

#gallery_index {
	margin: 0;
	padding: 0;
	height: 257px;
	width: 960px;
}

	#frame_index {
		width: 960px;
		height: 257px;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: relative;
	}

	#gallery_index ul {
		margin: 0;
		padding: 0;
		width: 5000px;
		height: 257px;
		list-style: none;	
	}
	
		#gallery_index ul li {
			float: left;
			height: 257px;
			width: 960px;
			margin: 0;
			padding: 0;
		}
		
			#gallery_index ul li img {
				float: left;
				height: 257px;
				width: 960px;
				margin: 0;
				padding: 0;
			}
			
/* Gallery Index Controls */

#module-gallery_index_controls {
	background: #D4E1E3;
	margin: 0 0 20px 0;
	width: 470px;
	height: 40px;
	float: left;
}

	#module-gallery_index_controls ul {
		margin: 0 0 0 15px;
		padding: 0;
		float: left;
		list-style: none;
	}
	
		#module-gallery_index_controls ul li {
			margin: 0;
			padding: 0;
			line-height: 40px;
			float: left;
		}
		
			#module-gallery_index_controls ul li a {
				padding: 0 6px;
				display: block;
				text-decoration: none;
				color: #333;
			}
			
			#module-gallery_index_controls ul li.first-gallery_index_controls a {
				padding: 0 6px 0 0;
			}
			
			#module-gallery_index_controls ul li a:hover,
			#module-gallery_index_controls ul li a.active {
				color: #FF3390;
			}
			
	#module-gallery_index_controls_caption {
		height: 20px;
		margin: 10px 0 10px 5px;
		padding: 0 0 0 10px;
		float: left;
		border-left: 1px #333 dotted;
		font-size: 12px;
		line-height: 20px;
		width: 332px;
	}

/* Button Play Video */

#module-play_video {
	margin: 0;
	padding: 0;
	float: left;
	width: 230px;
	height: 250px;
	background: transparent;
}

/* Module Index Quotes */

#module-index_quotes {
	margin: 10px 0 0 0;
	padding: 10px 0;
	float: left;
	width: 230px;
	height: 300px;
	border-top: 3px #121860 solid;
	border-bottom: 1px #121860 dotted;
	overflow: hidden;
}

	#module-index_quotes ul {
		height: 300px;
		width: 230px;
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
	}
	
		#module-index_quotes ul li {
			width: 230px;
			height: 290px;
			color: #FFF;
			font-size: 17px;
			line-height: 25px;
			position: absolute; 
			top: 0;
			left: 0;
			display: none;
		}
		
			#module-index_quotes ul li p.quote {
				margin-top: 0;
			}

			#module-index_quotes ul li .quote_author {
				float: right;
				display: block;
			}
			
/* Module Inerior Quote */

#module-interior_quote {
	margin: 0;
	padding: 10px 0;
	float: left;
	width: 230px;
	height: auto;
	background: transparent;
	border-top: 3px #121860 solid;
	border-bottom: 1px #121860 dotted;
}

	body.pageid-9 #module-interior_quote, body.parent-pageid-9 #module-interior_quote { border-top: 3px #FFF100 solid; border-bottom: 1px #FFF100 dotted; }
	body.pageid-12 #module-interior_quote, body.parent-pageid-12 #module-interior_quote { border-top: 3px #262261 solid; border-bottom: 1px #262261 dotted; }
	body.pageid-27 #module-interior_quote, body.parent-pageid-27 #module-interior_quote { border-top: 3px #FF3390 solid; border-bottom: 1px #FF3390 dotted; }
	body.pageid-35 #module-interior_quote, body.parent-pageid-35 #module-interior_quote { border-top: 3px #FF3390 solid; border-bottom: 1px #FF3390 dotted; }
	body.pageid-38 #module-interior_quote, body.parent-pageid-38 #module-interior_quote { border-top: 3px #FF3390 solid; border-bottom: 1px #FF3390 dotted; }
	body.pageid-46 #module-interior_quote, body.parent-pageid-46 #module-interior_quote { border-top: 3px #23327C solid; border-bottom: 1px #23327C dotted; }
	
	#module-interior_quote p.quote {
		margin-top: 0;
		color: #FFF;
		font-size: 17px;
		line-height: 25px;
	}

	#module-interior_quote .quote_author {
		float: right;
		display: block;
		margin-bottom: 15px;
	}
			
/* Buttons */

#module-buttons {
	margin: 0;
	padding: 10px;
	float: left;
	width: 200px;
	background: #FFF;
}

	#module-buttons ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		width: 200px;
	}
	
		#module-buttons ul li {
			margin: 10px 0 0 0;
			padding: 10px 0;
			float: left;
			width: 200px;
		}
		
			#module-buttons ul li a {
				display: block;
			}
			
		#module-buttons ul li#button_watch {
			margin: 0;
			border-top: 3px #FF3390 solid;
			border-bottom: 1px #FF3390 dotted;
		}
		
		#module-buttons ul li#button_become {
			border-top: 3px #29B239 solid;
			border-bottom: 1px #29B239 dotted;
		}
		
		#module-buttons ul li#button_donate {
			border-top: 3px #0071BC solid;
			border-bottom: 1px #0071BC dotted;
		}
		
		#module-buttons ul li#button_newsletter  {
			border-top: 3px #FF3390 solid;
			border-bottom: 1px #FF3390 dotted;
		}
			
/* Featured Image */

#featured_image {
	margin: 0 0 20px 0;
	width: 470px;
	height: auto;
	float: left;
}

	#featured_image_quote {
		float: left;
		height: auto;
		width: 460px;
		margin: 0;
		padding: 10px 0 10px 10px;
		background: #D4E0E2;
		font-size: 12px;
	}

/*================ CLASSES ================*/


.clear { clear: both; }


/*================ WORDPRESS ================*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
