/*
Theme Name: Finding Home
Theme URI: http://aleomsoft.com/
Description: Wordpress theme designed by Aleom Software Inc.
Version: 1.0
Author: Aleom Software Inc
Author URI: http://www.aleomsoft.com/
Tags: blog, aleomsoft

*/

body{
    text-align:center;
    margin:0px;
    padding:0px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#333;
    zoom:1;
    font-size:13px;
}
p{
    line-height: 20px;
}
a{
    color: #2f606d;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
.wrapper{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    background-color: #FDFDF7;
    
    position:relative;
    zoom:1;
}
a img{
    border:none;
}
.menu{
    height:28px;
    padding:0px;
    margin:0px;
    
    padding-top:146px;
}
.top{
    background-color:#fff;
    /*border-bottom:2px solid #D3D3C1;*/
}

.topLeft{
    width: 455px;
    float: left;
    padding: 5px;
}

.topRight{
    width: 50px;
    float: right;
    padding: 5px;  
}

.menu ul{
    padding:0px;
    margin:0px;
    float:right;
}
.menu ul li{
    float:left;
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-left:2px;
    height:16px;
    padding:7px 0px 5px 0px;
}
.menu ul li a{
    color:#6F6C61;
    text-decoration:none;
    height:16px;
    padding:7px 10px 5px 10px;
    font-size:16px;
    font-weight:bold;
    border:none;
}
.menu a:hover{
   
    color:#ccc;
}
.middleLeftOuter{
    width:660px;
    float:left;
}
.featuredWrapper{
    background-color:#efefe3;
    padding-bottom:20px;
}
.featuredTitle{
    color: #6F6C61;
    font-size: 16px;
    padding: 10px 20px 0px 20px;
    font-weight:bold;
}
#featured{
    padding:22px;
}
.middleLeftFeatured{
    width: 950px;
    background-color:#dedcd2;
    border: 1px solid #b0aea3;
}
.featuredPostTitle a{
    font-weight:bold;
    color: #333;
    font-size: 14px;
}
.eachFeaturedPost{
    
    padding: 10px;
    background-color:#fff;
}
.featuredPostImage{
    
    float:left;
    padding-right: 5px;
}
.featuredPostImage img{
    border: 5px solid #ccc;
}


#featuredControls{
    margin-left: 20px;
}
.control{
    padding: 3px 8px 5px 8px;
    margin: 3px;
    color: #eee;
    background-color:#999;
    cursor:pointer;
}
.middleLeft{
    width:645px;
    background-color:#fff;
    padding-bottom:10px;
}
.eachPost{
    padding:6px;
}
.eachPost a{
    font-weight:bold;
}
.postTitle a{
    color: #333;
    font-size: 20px;
}
.entry p{
    margin: 5px 0px;
}
.postMetaComments{
    border-top:1px solid #eaead9;
    background-color:#d3d3c1;
}
.postMeta{
    width: 435px;
    float:left;
    padding:6px;
    color: #777;
    font-size:11px;
    background-color:#e2e2cb;
}
.postComments{
    
    width:175px;
    float:right;
    border-left:1px solid #d3d3c1;
    padding:6px;
    font-size:11px;
}
.middleRight{
    width:320px;
    float: right;
}
.widgetTitle{
    background-color:#FDFDF7;
    padding: 6px;
    font-weight:bold;
    border-bottom: 1px solid #b0aea3;
}
.middleRight ul{
    margin:0px;
    padding:0px;
    
}
.middleRight ul li.widget{
    list-style-type:none;
    margin-top: 10px;
    background-color:#FDFDF7;
    width: 308px;
}
.middleRight ul li{
    list-style-type:none;
}
.middleRight ul li div{
    padding: 5px;
}
.middleRight ul li ul li{
    padding: 5px;
}
input#s{
    width: 220px;
    border: 1px solid #888;
    font-size: 17px;
    color: #555;
    font-weight:bold;
}
input#s:focus
{
    border: 2px solid #555;
}
input.submitButton{
    border:1px solid #888;
    font-weight:bold;
    cursor:pointer;
}

.footerBottom{
    height:120px;
    background-image:url("./images/footerBlack.jpg");
    color: #aaa;
    text-align:center;
    font-size:12px;
}
ul.footerUl{
    padding: 0px;
    margin: 0px;
}

.footerBottom a{
    color: #fff;
    text-decoration:none;
}
.footerBottom a:hover{
    text-decoration:underline;
}
.footerBottomLinks{
    text-align:center;
    padding:4px;
    width:980px;
}
.footerBottomLinks ul{
    margin:0px;
    padding:0px;
}
.footerBottomLinks ul li{
    list-style-type:none;
    display:inline;
    padding:2px;
    font-size:12px;
}
.clear-both{
    clear:both;
    font-size: 1px;
}
/* Single Post section */
.singlePostMeta{
    font-size: 11px;
    color: #888;
}
.borderLine{
    border-bottom:2px solid #888;
    font-size:1px;
    margin: 10px;
}
.commentsWrapper{
    padding: 5px;
}
.commentsNumber{
    font-weight: bold;
}
ol#commentlist p{
    margin:4px;
    font-weight:normal;
    font-size:11px;
    line-height:20px;
}
ol#commentlist li{
    font-weight:bold;
    padding: 0px;
    border-bottom:1px dotted #888;
    font-size: 11px;
}
.commentLabel{
    width: 200px;
    font-size: 11px;
    float:left;
    font-weight:bold;
    padding: 4px 2px 2px 2px;
    color: #888;
}
.commentText{
    width: 400px;
    padding: 2px;
    float: left;
}
.commentText input{
    width: 300px;
    border: 1px solid #bbb;
}

.commentText textarea{
    width: 300px;
    height: 100px;
    border: 1px solid #bbb;
}

