/*  
Theme Name: My Education
Theme URI: MyEducation.com
Description: My Education Theme
Version: 1.0
Author: Trinno
Author URI: http://www.myeducation.com

*/
@charset "UTF-8";
/* CSS Document */

.clearboth {
    clear: both;
}

.clear:before,
.clear:after {
    content:"";
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

#wrapper {
    margin: auto;
    width: 1023px;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color: #5C94A5;
}
a:hover{
    color: #CB683B;
}
.header {
    background-image: url(/images/header.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 88px;
}
.header-line {
    background-image: url(/images/header.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 88px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.middle {
    width: 100%;
}
.footer {
    font-size: 9px;
    color: #666;
    text-align: center;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #58889E;
    width: 95%;
    margin-top: 8px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    clear: both;
}
.footer a{
    color: #666;
    text-decoration: none;
}.left-blog {
    float: left;
    width: 65%;
    margin-top: 8px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    padding-right: 10px;
}
.headline {
    font-size: 14px;
    font-weight: bold;
    color: #5C94A5;
}
.headline a{
    font-size: 18px;
    font-weight: bold;
    color: #5C94A5;
    text-decoration: none;
    margin-bottom:5px;
}
.headline a:hover{
    color: #CB683B; 
}
.right-blog {
    float: left;
    width: 30%;
    margin-top: 8px;
    padding-left: 10px;
}
.search-title-ff {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #FFF;
    background-color: #67939E;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}
#form {
    background-repeat: no-repeat;
    padding-top: 10px;
    font-size: 16px;
    background-position: left top;
    padding-left: 8px;
    color: #D46B3C;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 90%;
}
#form label {
    display: block;
}
.field {
    font-size: 12px;
    color: #333;
    padding-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
#form input, #form select {
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}
#submit {
    * top: 45px; /* Show to IE 6 & 7 */
    * left: 665px;
    _top: 25px; /* Show to IE 6 */
    _left: 663px;
    float: left;
    padding-left: 90px;
    padding-top: 8px;
}
#form input, #form select, .columnHalf #form input, .columnHalf #form select, {
    font-size: 11px;
    text-transform: none;
}
#form ul {
    padding: 0px;
    margin: 0px;
}
#form li, #form li {
    background-image: none;
    list-style-type: none;
    display: block;
    padding-bottom: 4px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #333;
}
.field-error{
    background-color: #FF0000;
    color: #FFFFFF;
}
/*.formsearch #form label {
    display: block;
    width: 30%;
    float: left;
    text-transform: none;
    text-align: right;
    padding-right: 3%;
    padding-bottom: 3px;
    padding-left: 0%;
    padding-top: 3px;
}*/
#searchbox-ff {
    width: 100%;
    float: left;
    background-color: #E5E5E5;
    height: 346px;
    clear: both;
}
.search-title-ff {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #FFF;
    background-color: #67939E;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}
#submit-ff {    * top: 45px; /* Show to IE 6 & 7 */
    * left: 665px;
    _top: 25px; /* Show to IE 6 */
    _left: 663px;
    float: left;
    padding-left: 55px;
    padding-top: 8px;
}
.ff-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 18px;
    color: #333;
}
.color-orange {
    font-weight: bold;
    color: #CE713E;
}
.color-blue {
    font-weight: bold;
    color: #568E9B;
}
#searchbox-ff {
    width: 100%;
    float: left;
    background-color: #E5E5E5;
    height: 346px;
}
.field-error{
    background-color: #FF0000;
    color: #FFFFFF;
}

/*****COMMENT*******/
.comments-template{
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
    font-family: Georgia, Sans-serif;
    font-size: 16px;
}

.commentmetadata{
    font-size: 12px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
}
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */


/* Side Bar */
.sidebar li, .sidebar li ul {
    list-style-type:none;
    /*display:block;*/
}
.sidebar li h2{
    background-color: #67939E;
    color:#FFFFFF;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight:bold;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-top: 0px;
}
.sidebar li ul {
    margin:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:10px;
}
.sidebar li ul li{
    margin-left: 16px;
    padding-top: 3px;
    font-size: 12px;
}
.sidebar li ul li a{
    color: #666666;
}
.sidebar li ul li a:hover{
    color: #CB683B;
    
}
.fastfind {
    background-image: url(/images/fastfind.jpg);
    background-repeat: no-repeat;
    background-position: center 15px;
    height: 226px;
    border:1px solid #416875;
    clear: both;
    padding-top: 110px;
    color: #333;
    padding-left: 30px;

}

.fastfind ul li{
    padding-top: 10px !important;
    list-style-image: url(/images/arrow-ff.gif) !important;
    padding-bottom: 8px !important;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
}
.fastfind li a{
    color: #5C94A5 !important;
    padding-top: 6px !important;
    text-decoration: none !important;
}
.fastfind li a:hover{
    color: #CB683B !important;
}
.fastfind .active{
    color: #CB683B !important;
}
/**PostmetaData*/
.postmetadata a{
    color: #666666;
}
.postmetadata a:hover{
    color: #CB683B;
}

.featured-image {float: left;
margin-right: 10px;
border: 1px solid #CCC;
padding: 3px;}

.post { margin-bottom:25px; padding-bottom:10px; border-bottom:1px solid #ccc; }

.postmetadata {background-color: #EBEEF0; padding: 5px;}