/*
Theme Name: Homeless
Theme URI: http://www.outtheboxthemes.com/themes/panoramic/
Author: Peter K
Author URI: http://www.webaika.com
Template: panoramic
Description: Child theme built on Panoramic Theme.
Version: 1.0.0
License: Contact webaika.com
Text Domain: ecyeh.center-school.org



This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Panoramic is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
.larger{
	font-size: 1.2em;
}
.tp_brk{
	margin-top: 20px;
}
a hover:{
	text-decoration:none;
}
p, li{
	font-size:1.2em;
}
.site-header .branding .title {
	font-family:Arial, Helvetica, sans-serif;
}
.hdr_lgo{
	width:650px;
}
.ecyeh{
	font-weight: bold;
    color: #0f6b8a;
    float: left;
    padding-top: 2px;
}
.ec_bar{
    float: left;
    border-right: #0f6b8a solid 2px;
    width: 0px;
    height: 37px;
    margin: 10px 10px 10px 10px;
}
.ecyeh_unrav{
    float: left;
    font-size: 20px;
    line-height: 23px;
    margin-top: 6px;
    font-weight: bold;
    color: #0f6b8a;
}
.csc{
	color: #0f6b8a;
    text-align: right;
    margin-top: 10px;
    font-size: 16px;
}
.branding{
	padding-top: 10px;
}
h1{
	font-size: 40px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
    margin-bottom: 0px;
}
h2{
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.csc_title{
	height:5px;
    background-color: #006489;
}
.csc_btn{
    background-color: #006489;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4em;
    width: 160px;
    height: 160px;
}
.search-block{
	top: -85px;
}
.search-submit {
    padding-bottom: 9px !important;
}
.search-block .search-field {
    margin: 22px 0 0 0;
}
.site-footer-widgets ul li h2.widgettitle {
    font-size: 20px;
}
.site-footer-widgets .site-container > ul > li {
    width: 30%;
}

.main-navigation.translucent {
    background-color: rgba(0, 100, 137, 0.95);
}
.main-navigation button {
    background-color: #2e6f96;
}
.main-navigation li.current_page_item > a{
    background-color: #387090;
}


/* Accordion menu ------------ START -------------------------*/
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
	font-size:30px;
}

button.accordion.active:after {
    content: "\2212";
}

button.accordion_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 5px 10px 5px 5px;
    width: 100%;
    border: none;
    border-radius: 5px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion_2.active, button.accordion_2:hover {
    background-color: #ccc;
}

button.accordion_2:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
	font-size:30px;
}

button.accordion_2.active:after {
    content: "\2212";
}
.aclink_2{
	float: left;
    padding: 5px;
}
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.main-navigation a:hover, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li.current-menu-parent > a, .main-navigation li.current_page_parent > a, .main-navigation li.current-menu-ancestor > a, .main-navigation li.current_page_ancestor > a, .main-navigation button {
    background-color: #1a7495;
}
/* Accordion menu ------------ END -------------------------*/
