/*
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: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.6em;
    background: #0F1928;
}


#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('images/back.png') repeat-y top center;
}

#header {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    padding: 0;
    background: #fff url('images/header.png') no-repeat top center;
}

#menus {
    width: 800px;
    height: 25px;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
}

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

#footer {
    width: 800px;
    height: 50px;
    background-color: #ffccff;
    margin: 0 auto;
    padding: 10px 50px 0 50px;
    font-size: 0.8em;
    color: #999;
    line-height: 1.3em;
    background: #0F1928 url('images/footer.png') no-repeat top;
}

#footer #author {
    color: #333;
}

#footer #wpml_credit_footer {
	display: none;
}

#footer .meta {
    text-align: right;
}


#header h1 {
    display: none;
}

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{
}


#frontPageImage {
    float: right;
    border: 2px solid #333;
    margin-left: 10px;
}

#frontPageAnnounce {
    float: right;
    clear: both;
    margin-left: 10px;
    margin-top: 20px;
}

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

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



.post {
    padding: 10px 20px;
}

.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: #7a7a7a;
}

.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 {
    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 table{
	margin: 10px auto;
	font-size: 0.9em;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #6F7E99;
	width: 90%;
}

.post table th,
.post table td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #6F7E99;
	padding: 2px 10px;
	margin: 0;
}

.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;
}

