/*======================================
Theme Name: BrightSky
Theme URI: http://www.kreativethemes.com
Description: An awesome WordPress theme by <a href="http://www.kreativethemes.com">KreativeThemes</a>.
Version: 1.1
Author: KreativeThemes 
Author URI: http://www.kreativethemes.com
======================================*/
 
@import "style/css/layout.css";

#authorbox{
    background:#EFEFEF;
    border:1px solid #CECFD0;
    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;
    }
