/* 
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.

*/

#logo {
    float: none;
}

#logo .site-title {
    display: block;
    margin-bottom: 5px;
}

#logo .site-description {
    color: #01020A;
    font: italic 17px/1em Georgia,serif;
    margin-bottom: 30px;
}

.fl {
    float: right;
}

#nav li {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#page_navi {
    font-size: 12px;
    height: 28px;
}

#page_navi ul.rss {
    background: url("images/ico-rss.png") no-repeat scroll 0 5px transparent;
    display: none;
    padding: 6px 0 3px 15px;
}

#fblikebox {
    float: left;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 350px;
}

#header .latest_twitter {
    float: left;
    padding: 10px;
    width: 360px;
}


a {
    color: #0072BC;
    text-decoration: none;
}

.video-box h4 a {
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.5);
    color: #FFFFFF;
    line-height: 20px;
    padding: 3px;
}

#footer {
    color: #CECECE;
    font-size: 11px;
    margin: 0 auto;
    padding-left: 0;
    width: 880px;
}

.post div.fl {
    width: 100%;
}

#main-content p.post-details {
    line-height: 18px;
    margin-top: -7px;
    position: relative;
}



.post-ratings {
    float: right;
    opacity: 1;
    width: 100%;
}

.ratings {
    display: inline;
    padding-top: 0;
    width: inherit;
}

.video-box .box-bot {
    background: url("images/bg_box_bot.gif") repeat-x scroll 0 0 transparent;
    height: 35px;
    padding-right: 10px;
}
