/* common.css */

nav.programme { float: right; text-align: right; margin-left: 30pt;}

a.artists,
a.artists-times
{
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 0;
    text-decoration: none;
}


a.artists img,
a.artists-times img
{
    border-radius: 10px;
    display: block;
    height: 100px;
    width: 100px;
}

a.artists span,
a.artists-times span
{
    display: block;
    height: 50px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    max-width: 100px;
    color: #666;
    margin: 5px 0 0 0;
    text-align: center;
}

a.artists-times span
{
    height: 60px;
}

table td.time
{
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}

table td.venue,
table td.presenters
{
    white-space: nowrap;
    vertical-align: top;
}

table td.name
{
    vertical-align: top;
}

h3.tbl
{
    margin: 30px 0 0 0;
    background: #247267;
    color: white !important;
    padding: 5px 15px;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    clear: both;
}



h3.shows { clear: both; margin: 5pt 0 2.5pt 0; }
h4.shows { margin: 0 0 2.5pt 0; }
.one-show { clear: left; float: left; width: 100%; margin: 0 0 5pt 0; }
.one-show .time { float: left; text-transform: lowercase; white-space: nowrap;}
.one-show .show { margin: 0 0 0 120pt; }
.one-show .time .extra { font-size: smaller; color: #999; margin: 0; display: block;}
.one-show .venue { font-size: smaller; color: #999; margin: 0 0 10pt 120pt; }