/*
Theme Name: EMOM
Theme URI: http://bytebrite.com/
Description: Custom template developed exclusively for Emerging Minds of Maryland, Inc.
Version: 1.0
Author: Denny Shimkoski
Author URI: http://twitter.com/bytebrite
*/

/******** GENERAL *************/
html, body {
    height: 100%;
    overflow:auto;
}
body {
    font-family: verdana, sans-serif;
    background: #f7f3a3;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "lucida sans unicode", "lucida grande", verdana, helvetica, sans-serif;
    font-weight: bold;
    color: #e53816;
    margin-bottom: 10px;
}
h1 { font-size: 174%; letter-spacing: -2px; }
h2 { font-size: 161.6%; letter-spacing: -1px; }
h3 { font-size: 146.5%; letter-spacing: -1px; }
h4 { font-size: 123.1%; }
strong { font-weight: bold; }
em      { font-style: italic; }
a             { color: #00a; }
a:hover { color: #c00; }

/******** DOCUMENT *************/
#doc {
    margin: 10px auto;
    background: #fff;
    border: 1px solid #aaa; /* removing this causes problems? */
}
#hd, #bd, #ft {
    margin: 12px;
}

/******** HEADER *************/
#hd {
    
}
#hd .banner {
}
#hd .banner img {
}

#main-menu {
    display: block;
    float: left;
    width: 100%;
    background: #fed500;
    margin-top: 5px;
    overflow: hidden;
}
#main-menu li {
    display: block;
    float: left;
}
#main-menu a, #main-menu span {
    display: block;
    float: left;
    color: #000;
    font-size: 108%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 8px;
	white-space: nowrap;
}
#main-menu a:hover {
    background: #f7f3a3;
}
#main-menu span {
    background: #f7f3a3;
}

/******** MAIN CONTENT AREA *************/
#yui-main {
}
#yui-main p {
}
#yui-main ul {
    margin-left: 30px;
}
#yui-main .links ul {
    margin-left: 0;
}
#yui-main ul li {
    list-style-type: disc;
    padding-left: 5px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#yui-main li.linkcat {
    list-style-type: none;
    padding-left: 0;
}
#feature {
    height: 180px;
    background: #fff url(img/virtual_education.jpg) top left no-repeat;
    padding-left: 230px;
}
#feature .content {
    text-align: center;
}
.testimonial {
}
.testimonial p {
    font-style: italic;
    color: #000 !important;
}
.testimonial .author {
    font-weight: bold;
    margin-top: 10px;
}
.testimonial .affiliation {
    margin-bottom: 20px;
}

#yui-main #blog-menu {
    font-weight: bold;
    font-size: 123.1%;
    margin: 0;
    margin-top: 3px;
}
#yui-main #blog-menu li {
    display: inline;
    border-left: 1px solid #000;
    padding: 0 10px;
    margin-left: 0;
}
#yui-main #blog-menu li.first {
    border-left: none;
}
#yui-main #blog-menu a {
    color: #e53816;
    text-decoration: none;
}
#yui-main #blog-menu span, #yui-main #blog-menu .on {
    color: #000;
}
#yui-main #blog-menu a:hover {
    background: #f7f3a3;
}

#blog-posts {
    line-height: 1.25em;
    color: #555;
    padding: 10px;
}
#blog-posts h1 {
    margin-bottom: 15px;
    line-height: 1.1em;
}
#blog-posts h2 {
    color: #4b0004;
    margin-bottom: 15px;
    line-height: 1.1em;
}
#blog-posts h2 a {
    display: block;
    color: #4b0004;
    text-decoration: none;
    padding: 3px;
    padding-left: 0;
}
#blog-posts h3 {
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.1em;
}
#blog-posts h3 a {
    display: block;
    color: #e53816;
    text-decoration: none;
    padding: 3px;
    padding-left: 0;
}
#blog-posts h2 a:hover ,
#blog-posts h3 a:hover {
    background: #f7f3a3;
}
#blog-posts p {
    margin-bottom: 15px;
}

.links ul ul li {
    list-style: disc;
    margin-left: 20px;
}

/******** SIDEBAR *************/

#sidebar {
    color: #777;
}

#sidebar h2 {
    clear: both;
    color: #777;
    font-size: 146.5%;
    font-weight: normal;
    margin-top: 2px;
}
#sidebar p {
    margin-bottom: 15px;
    margin-right: 25px;
}
#sidebar ul {
    margin-bottom: 15px;
}
#badge {
    margin-top: -10px;
    margin-left: 25px;
}

.menu {
}
.menu li {
    width: 95%;
}
.menu a, .menu span {
    display: block;
    width: 100%;
    color: #e53816;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
    padding-left: 10px;
}
.menu a:hover, .menu span {
    background: #f7f3a3;
}

/******** FOOTER *************/
#ft {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    background: #eee;
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

/******** SUPPORTING CSS *************/
.left {
    float: left;
    margin: 5px 10px;
}
.right {
    float: left;
    margin: 5px 10px;
}
.unfloat {
    clear: both;
    height: 0;
    font-size: 1px;
}

a.button {
    display: inline-block;
    background: #fed500;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 108%;
    padding: 8px;
}
a.button:hover {
    background: #f7f3a3;
}
