/* 
Theme Name: OneWorld TV
Theme URI: http://tv.oneworld.net/
Version: 3.0
Description: OneWorld TV 
Author: OneWorld TV team
Author URI: http://uk.oneworld.net/
*/

/* Override background images contained in common style.css */

#banner {
    background-image: url( "images/banner.jpg" );
}
#footer {
    background-image: url( "images/footer-white.jpg" ); 
}

/* Override background image from home page css */

#front-intro {
    background-image: none;
}

/* These style info windows on Google maps - needed because OWTV has not
   yet migrated to widget-based display */
   
div.map-canvas table.marker-info {
    width: 250px;
    margin: -5px;
}
table.marker-info td {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}    
table.marker-info td.image {
    border-right: #ffffff 5px solid;
    width: 50px;
}
table.marker-info h2, #post-details table.marker-info h2 {
    font-size: 13px;
    letter-spacing: -1px;
    margin: 0px;
    border: 0px;
}
table.marker-info img {
    width: 50px;
}
table.marker-info p {
    margin: 0px;
    color: #333333;
    font-size: 12px;
    letter-spacing: -1px;
    text-align: left;
}


