/*
Theme Name: 	MEAC
Theme URI: 		http://meacschools.org
Description: 	MEAC
Version: 		1.0
Author: 		Joshua Loerwald
Author URI: 	http://abeepa.com
Tags: 			meac
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('SourceSansPro-Regular-webfont.eot');
    src: url('SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Regular-webfont.woff') format('woff'),
         url('SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('SourceSansPro-Semibold-webfont.eot');
    src: url('SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SourceSansProBold';
    src: url('SourceSansPro-Bold-webfont.eot');
    src: url('SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Bold-webfont.woff') format('woff'),
         url('SourceSansPro-Bold-webfont.ttf') format('truetype'),
         url('SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EBGaramondRegular';
    src: url('EBGaramond-webfont.eot');
    src: url('EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('EBGaramond-webfont.woff') format('woff'),
         url('EBGaramond-webfont.ttf') format('truetype'),
         url('EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #d7c9be url(images/bkg_01.png) no-repeat top center;
	background-size: 2000px 4000px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

#main {
	margin: 0px auto;
	width: 972px;
	background-color: #f5f5f5;
	text-align: left;
}

#header {
	width: 872px;
	margin: 0px auto;
	background-color: #f5f5f5;
}

#header_inside {
	padding: 20px 0 20px 0;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 27px;
	font-family: SourceSansProSemibold, Helvetica, serif;
	font-size: 17px;
}

#header_right a {
	color: #999999;
	font-family: SourceSansProSemibold, Helvetica, serif;
}
#header_right a:hover{
	color: #666666;
}

#nav {
	/* width: 900px; */
	height: 35px;
	margin: 0px auto;
	text-align: center;
}

a {
	color: #575556;
	text-decoration: none;
}

a:hover {
	color: #323031;
	text-decoration: none;
}

#content {
	width: 892px;
	margin: 0px auto;
	text-align: left;
	background-color: #f5f5f5;
	padding: 10px 0 40px 0;
}

#content a {
	color: #2A5DB0;
}
#content a:hover{
	color: #2A5DB0;
	text-decoration: underline;
}

.logo {
	border: 1px #aaaaaa solid;
	border-radius: 3px;
}

#content p {
	padding: 10px;
	color: #676767;
	font-family: 'Adobe Garamond Pro',Georgia,serif;
	font-size: 16px;
}

#content form {
	padding: 10px;
	color: #676767;
	font-family: 'Adobe Garamond Pro',Georgia,serif;
	font-size: 16px;
}

#content p img {
	margin-left: -10px !important;
}

#content h2 {
	padding: 0 0 0 10px;
	margin: 5px 0 10px 0;
	letter-spacing: .5px;
	font-family: SourceSansProBold,sans-serif;
	color: #004662;
	font-size: 22px;
}

.wp-post-image {
	border: 10px #ffffff solid;
	margin-bottom: 20px;
}

.border_white {
	border: 10px #ffffff solid;
}

#footer {
	width: 972px;
	background-color: #004562;
	text-align: center;
	font-family: SourceSansProRegular, Helvetica, sans-serif;
	line-height: 1.5;
}

#footer_inside {
	text-align: left;
	width: 740px;
	margin: 0px auto;
	padding: 50px 0 50px 0;
	color: #ffffff;
	font-size: 17px;
}

#footer_left {
	text-align: left;
	float: left;
	border-right: 1px #3f7285 solid;
	width: 440px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #dcef3f;
}

#footer_left a {
	font-family: SourceSansProSemibold, Helvetica, sans-serif;
}

#footer_right {
	text-align: left;
	float: left;
	padding-left: 80px;
}

#navigation {
	margin: 0px auto;
	width: 850px;
}

#nav	{
	 height: 35px; /*set to the height you want your menu to be */
	 /*margin: 0 0 10px;  just to give some spacing */
	 font-size: 17px;
	 font-family: SourceSansProBold, Helvetica, sans-serif;
}
#nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#nav li	{
	display: block;
	float: left;
	line-height: 35px; /* this should be the same as your #nav height */
	height: 35px; /* this should be the same as your #nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
}
#menu-item-413 a {
	border: 0 !important;
}
#nav li a	{
	display: block;
	/* height: 35px;
	line-height: 35px; */
	padding: 0 15px;
	color: #333333;
	font-size: 15px;
	border-left: 1px #cccccc solid;
}
#nav .current-menu-item a {

}
#nav .current_page_item a {
	color: #000;
}
#nav a:hover {
	color: #000;
	background: #bfa594;
}
#nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	z-index: 9999;
	position: absolute;
	top: 35px; /* this should be the same height as the top level menu -- height + padding + borders */
	background: #cbb9ab;
	text-align: left;
	font-size: 15px;
}
#nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 250px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#nav ul ul li a:hover {
	background-color: #bfa594;
}
#nav ul ul li a { /* target all sub menu item links */
	/* padding: 5px 10px; give our sub menu links a nice button feel */
	font-size: 12px;
	border: 0 !important;
}
#nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
#nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 250px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
	font-size: 12px;
}

#s {
	background-color: #fafafa;
	border: 1px #cdcdcd solid;
	border-radius: 5px;
	padding: 4px;
	font-size: 12px;
}
#searchsubmit {
	display: none;
	background-color: #5f80d2;
	border: 0;
	width: 10px;
}
.screen-reader-text {
	display: none;
}

#col_01 {
	width: 426px;
	padding-right: 20px;
	float: left;
	text-align: left;
}

#col_02 {
	width: 426px;
	float: left;
	text-align: left;
}

#col_01_sd {
	width: 260px;
	padding-right: 20px;
	float: left;
	text-align: right;
}

#col_02_sd {
	width: 592px;
	float: left;
	text-align: left;
}

.members_pages p {
	margin: 0 !important;
	padding: 0 !important;
}

.col_members p {
	padding: 10px !important;
	color: #676767;
	font-family: 'Adobe Garamond Pro',Georgia,serif;
	font-size: 16px;
}

.col_members {
	width: 265px;
	padding-right: 20px;
	float: left;
	text-align: left;
}

.school {
	color: #004662;
	font-family: SourceSansProBold,sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.school2 {
	color: #004662;
	font-family: SourceSansProSemibold,sans-serif;
	font-size: 17px;
}

#col_01_p {
	float: left;
	padding-right: 10px;
}

#col_02_p {
	float: left;
}

#content h3 {
	margin: 10px 0 5px 0;
	padding: 5px 0 0 10px;
	color: #004662;
	font-family: SourceSansProSemibold,sans-serif;
	font-size: 18px;
}


#content ul {
	margin-left: 35px;
}

#content li{
	list-style-type: square;
	font-family: 'Adobe Garamond Pro',Georgia,serif;
	font-size: 16px;
}

#content ol {
	margin-left: 30px;
}

#content ol li{
	list-style-type: square;
	font-family: 'Adobe Garamond Pro',Georgia,serif;
	font-size: 16px;
}

#content article h2 {
	font-family: SourceSansProSemibold,sans-serif;
	font-size: 18px;
}


#content h4 {
	font-family: SourceSansProSemibold,sans-serif;
	font-size: 18px;
	color: #004662;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

#myGallery {

}

#home_mid {
	margin: 20px 0 20px 0;
}

.wpcf7-submit {
	padding: 5px 20px 5px 20px;
	background-color: #d3c4b9;
	border: 0;
	border-radius: 7px;
	color: #837f7c;
	font-family: SourceSansProSemibold,sans-serif;
	font-size: 18px;	
}

#home_boxes {
	width: 255px;
	padding: 0 20px 0 20px;
	float: left;
	line-height: 1.5;
}

#home_boxes a {
	font-family: SourceSansProSemibold,sans-serif;
}

.home_box_rules {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 

html {
    margin-left: 1px;
}

}

#simplemodal-login-container .title {
	letter-spacing: .5px;
	font-family: SourceSansProBold,sans-serif;
	color: #004662;
	font-size: 21px;
}

#simplemodal-login-container form .submit input {
	background-color: #bada55 !important;
	padding: 3px 10px 3px 10px !important;
	font-size: 14px !important;
}

#simplemodal-login-container form .submit input.simplemodal-close {
	background-color: #d2c4b9 !important;
	padding: 3px 10px 3px 10px !important;
	font-size: 14px !important;
}

.question {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding-left: 15px;
	color: #4e80bd;
}

.question a {
	color: #4e80bd !important;
}

a.question  {
	color: #4e80bd !important;
}

.answer {
	display: none;
	padding: 0 25px 0 40px;
}



.answer p {
	padding: 0 0 10px 0 !important;
}

ol {
	padding-bottom: 10px;
}

ol li {
	list-style-type: decimal !important;
	display: list-item !important;
}

.logo_border {
	border: 1px #aaaaaa solid;
}

/* CSS for fee calculator */



#form-holder{
    margin:0;
}
#form-holder .fields-header{
        font-family:SourceSansProBold,sans-serif;
        letter-spacing:1px;
        color:#004662;
        padding:10px !important;
        text-align:center;
}
#form-holder .value-holder{
    text-align:center;
}

#form-holder .field-holder{
    border-right:none;
}

#form-holder .highlight{
    color:#4583c9;
}

#form-holder #init, #form-holder #sust{

    font-size:12pt;
    margin:0 auto !important;
}
#large-form-holder #form-holder #init, #large-form-holder #form-holder #sust{
	font-size:16pt;
}
#large-form-holder p{
	font-size:16pt;
}

#large-form-holder{
	max-width:75%;
	margin:0 auto !important;
}

#form-holder #init-sum,#form-holder #sust-sum {
    font-weight:bold;
}

#form-holder #init tr td,#form-holder #sust tr td{
    border-collapse:collapse;
    border:2px solid #cccccc;
    font-family:'Adobe Garamond Pro',Georgia,serif;
    color:#676767;
    padding:10px;
    min-width:75px;
}
#form-holder .number {
	width:150px;
}
#form-holder .check-val{
	height:85px;
}
#form-holder table p{
	padding:0px 0px 30px 0px !important;
}
#indirect-costs-table{
        font-family:'Adobe Garamond Pro',Georgia,serif;
    	color:#676767;
	max-width:75%;
	margin: 0 auto !important;
}
#indirect-costs-table td, #indirect-costs-table th{
	padding:5px;
}
#indirect-costs-table th{
	background-color:#cccccc;
}
#indirect-costs-table tr td{
	border-collapse:collapse;
	border: 1px solid #cccccc;
}