/*
Theme Name: OLOS
Theme URI: http://bluemarblecreative.net/
Author: Blue Marble Creative
Author URI: http://bluemarblecreative.net/
Description: This theme has been built off of Blue Marble's starter theme: SOLO.
Version: 0.2
Tags: starter, blank, toolbox
*/

/* 

oh, by the way, nothing in this file is used for the theme...
all that stuff is in the /styles folder

 */

#header ul li a {
    color: #FFF;
    text-decoration: none;
}

#header .nav li {
    padding: 15px 18px 19px 18px;
}

#content ul, #content ol { margin:0 10px; }
#content ul li { margin:10px; padding-left:5px; list-style:disc; }
#content ol li { margin:10px; padding-left:5px; list-style:decimal; }

#content.home > p > strong {
    color:inherit;
    font-size:inherit;
    font-weight:bold;
}

figure img { 
    box-shadow: 1px 1px 10px #939393;
    max-width:100%; 
    height:auto; 
} 


#chester.home > .teaser {
    padding: 2em 0 0;
    margin:0 -15px 0 0;
    background:#fff;
    position:relative;z-index:11;
}

.teaser #points {
    float: left;    
    height: 325px;
    width: 700px;
}

.teaser #events {
    background-color: #429591;
    color: #FFF;
    float: left;
    height: 315px;
    margin-bottom: 15px;
    padding: 20px 20px 0 20px;
    width: 210px;
}

.teaser #events h3 {
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
}

.teaser #events p {
    font-size: 0.9em;
    line-height: 20px;    
}

.teaser #events p a{
    color: #FFF;   
}

.teaser #points figure {
    height: 11em;
    width: 8em;
    margin: 0.3em 2.5em 0 0;
}
.teaser > hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #929396;
    clear: both;
    margin:0 0 1em;
}
.teaser #points h3 {
    color: #004361;
    font-weight: bold;
    line-height: 23px;
    margin-bottom:.6em;
}
.teaser #points > h2 {
    color: #429591;
    font-size: 1.2em;
    font-style: italic;
    margin: .2em 0 .6em;
}

.teaser #points ul {
    line-height: 20px;
}

.teaser #points ul a {
    color: #429591;
    font-size: 15px; /* Spacelab */
    line-height: 24px; /* Spacelab */
}

.teaser #points > p {
    /*color: #666667;*/
    color: #000;
    font-size: 1em;
    margin-bottom: .6em;
    line-height: 1.4;    
}

a.red.button {
    display: inline-block;
    background: #db654a;
    color: #fff;
    text-decoration: none;
    padding: .8em 1.4em;
    text-transform: uppercase;
    margin: 1em 0;
    height:.8em;
} a.red.button > img { width:10em; } 
a.red.button:hover {
    box-shadow: 0 0 .2em #999;
}
figure > img {
    max-width: 100%;
    height: auto;
}


span.block {
    font-size: .8em;
    margin: 0;
    display: block;
    line-height: 2em;
    color: #429591;
}
#content #previous_report_selector {
    margin:0 10px 0 6px;
}

#content #previous_report_download{
    background: #004261;
    color: white;
    padding: 0em .8em;
    display: inline-block;
    text-transform: uppercase;
    font-size: .6em;
    height: 2.7em;
    line-height: 3em;
    margin: 0;
    position: relative;
    top: -1px;
    cursor:pointer;
}

#report_download {
    background: #004261;
    border: none;
    color: white;
    padding: 0em .8em;
    display: inline-block;
    text-transform: uppercase;
    font-size: .6em;
    height: 2.7em;
    line-height: normal;
    margin: 0;
    position: relative;
    top: -1px;
    cursor:pointer;
}

#content #previous_report_download:hover, #report_download:hover {
    box-shadow: 0 0 .4em #999;
}

#sidebar .head.blue
{ color:white; text-transform:uppercase; font-size:0.8em; }

#sidebar ul.prev
{ margin:0 0 15px 35px; }
#sidebar ul.prev li a
{ color:#429591; }
#sidebar ul.prev li a:hover
{ color:#8dbfbd; text-decoration:underline;}