/* 
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.

*/

/*========= Ads =========*/
.ads{
        border: 1px solid #eeeeee;
        height: 125px;
        margin: 0 0 25px;
        padding: 10px;
}
.ads img{
        float: left;
        margin: 0 14px 0 0;
}
.ads img.last{
        margin: 0 !important;
}

.ads300{
        border: 1px solid #eeeeee;
        height: 300px;
        margin: 0 0 25px;
        padding: 0px;
}

.ads300 .adsense300 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        margin: 25px 25px 0;
}
/*========= Ads =========*/

/*========= Full Sub Columns =========*/
.subcolfull{
        width: 100%;
}
.subcolfull h2{
        color: #000;
        font-size: 14px;
        padding: 0 0 10px;
}
/*========= Full Sub Columns =========*/


.featured-content-custom1 {
        padding: 15px 90px 10px 10px;
}

#ribbon-featured-content-custom1{
        width:138px;
        height:138px;
        position:absolute;
        right:0;
        top:0;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/
.featured{
        background: #dddddd;
        margin: 0 0 10px;
        overflow: hidden;
        position:relative;
}
/*========= FEATURED POSTS (FRONT-PAGE) =========*/


.widget ul li a:focus, .widget ul li a:hover, .widget ul li a:active {
        color: #FF7800;
        text-decoration: none;
        background: #B3B3B3;
}

.widget ul, .widget ol {
        margin-bottom:12px;
        font-size:12px;
        line-height:15px;
        }
.widget ul li ul, .widget ol li ol{
        margin-bottom:0px;
        padding-top:3px;
        }
.widget ul li {
        list-style:circle inside !important;
        margin-left:5px;
        padding:3px 0px;
        }
.widget ul li ul li {
        list-style:disc inside !important;
        }
.widget ol li {
        list-style:decimal inside !important;
        font-size:12px;
        padding:3px 0px;
        }
.widget ol li ol li {
        list-style:decimal-leading-zero inside !important;
        }

