/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
font-family: "Trebuchet MS";
font-size:1.2em;
}

body #page_navi{font-size:15px;}

body #header { clear:none; }

/*Styling author box*/

#authorbox{
    background:#EFEFEF;
    border:1px solid #CECFD0;
    width:550px;
    margin:0 auto;
    margin-bottom:10px;
    overflow:hidden;
}
    #authorbox h4{
        font-size:16px;
        color:#191919;
        margin:0;
        padding:10px 10px 5px 10px;
    }
.authortext{
        padding-left:100px;
    }
#authorbox img{
        margin:0;
        padding:10px;
        float:left;
    }
    #authorbox p{
        color:#191919;
        margin:0;
        padding:0px 10px 10px 10px;
    }
 #authorbox h4 > a{
        text-decoration:none;
    }
#authorbox p{
        color:#191919;
    }

/*author box styling ends */

/*Featured listings styling starts */

#featured-listings a{

font-weight:bold;
font-color:green;

}

/*Featured listings styling ends */

/*drop cap styling*/

.drop_cap
{
color: #888;
float: left;
font-size: 3.333em;
line-height: 0.76em;
padding: 0.04em 0.12em 0px 0px;
}

body #main-content h3{
    font-color:#00c6cc
}

#header {
     height:120px
}