/*
Theme Name: TEA
Theme URI: http://
Description: TEA School Theme loosely based on Clean Home by <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version: 1.0
Author: Steve Copley
Author URI:
Tags:
*/

body {
    font-family: Arial, serif;
    font-size: 11pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.3em;
}


#wrapper {
}

#header {
}

#menus {
    display: none;
}

#content {
    margin: 0 auto;
    padding: 10px 0 20px 0;
    min-height: 200px;
    border-bottom: 6px solid #918145;
}

#footer {
    height: 50px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: 0.8em;
    color: #999;
    line-height: 1.3em;
}

#footer #author {
    color: #333;
}

#footer .meta {
    display: none;;
}

#header h1 {
}

a {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

a:hover {
    color: #e12000;
    border-bottom: 1px dashed #e12000;
    background-color: #f7f7f7;
}

#menus a {
    border: none;
}

#footer a {
    color: #999;
    border: none;
}

#footer a:hover {
    color: #fff;
    background: none;
}



hr{
}



.alignright {
    float:right;
    margin-left: 10px;
}
.alignleft {
    float:left;
    margin-right: 10px;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}



.post {
    padding: 10px 0;
}

.post p {
    margin: 14px 0 14px 0;
}

.post em {
    font-style: italic;
}

.post h1 {
    font-size: 2em;
    padding: 0;
    margin: 0 0 0.5em 0;
    line-height: 1em;
    font-weight: bold;
    text-align: left;
    color: #19304D;
}

.post h2 {
    font-size: 1.5em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
    color: #2D578D;
}

.post h3 {
    font-size: 1.3em;
    margin: 1em 0 0.3em 0;
    font-weight: bold;
    color: #4C4C4C;
}

.post h4 {
    font-size: 1.1em;
    margin: 1em 0 0.3em 0;
    font-weight: bold;
    font-style: italic;
    color: #5E85BF;
}

.post .mapp-div {
    float: right;
    margin: 0 0 10px 20px;
    border: 1px solid #999;
}

.post .mapp-poweredby-div {
    display: none;
}

.post .indent {
    padding-left: 10px;
}

.post .indent p {
    padding-left: 10px;
}

.post small {
    font-size: 11px;
}

.post small a {
    font-weight: normal;
}

.post abbr {
    font-weight: normal;
}

.post ul{
    list-style: circle;
    margin: 0 0 0 25px;
}

.post ol{
    list-style: decimal;
    margin: 0 0 0 30px;
}
.post .wp-caption {
    background: #f7f7f7;
    border: 1px solid #ccc;
    margin: 10px;
    text-align: center;
    padding: 5px 0 0;
}

.post .wp-caption-text {
    margin: 0;
}

.post .wp-caption a, 
.post .wp-caption a:hover {
    border-bottom: 0;
}

.post blockquote {
    color: #777;
    border-left: 5px solid #ccc;
    margin: 15px 30px 0 10px;
    padding-left: 20px;
}

.post pre {
    font-family: courier;
    font-size: 12px;
    letter-spacing: -1px;
    margin: 14px 0 14px 0;
}

.post .message ul {
    margin: 12px 0 0;
}

.post .message {
    display: none;
    background: #0F67A1;
    margin-top: 10px;
    padding: 20px;
    color: #fff;
}

