.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

@font-face{
    font-family: "TealeafDisplayMedium";
    src: url('/media/fonts/tealeafdisplay-medium-webfont.eot');
    src: url('/media/fonts/tealeafdisplay-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/tealeafdisplay-medium-webfont.woff') format('woff'),
         url('/media/fonts/tealeafdisplay-medium-webfont.ttf') format('truetype'),
	    url("/media/fonts/tealeafdisplay-medium-webfont.svg#tealeafmedium2")  format("svg");
    font-weight: normal;font-style: normal;
} 

@font-face{
    font-family: "TealeafDisplayLight";
    src: url('/media/fonts/tealeafdisplay-light-webfont.eot');
    src: url('/media/fonts/tealeafdisplay-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/tealeafdisplay-light-webfont.woff') format('woff'),
         url('/media/fonts/tealeafdisplay-light-webfont.ttf') format('truetype'),
	    url("/media/fonts/tealeafdisplay-light-webfont.svg#tealeafmedium2")  format("svg");
    font-weight: normal;font-style: normal;
} 

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    margin: 0px;
}


#header {
    margin-top: 0px;

}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    margin: 0px;
}


#header {
    margin-top: 0px;


}

#header .left {
  float: left;
  width: 85%;


}

#header .right { 
   float: left;


}

#header img { 
    border: 0px; 
    margin-top: 5px;
    
}

a img { 
    border: 0px; 
}

.listings {
    margin-top: 12px;
    width: 100%;
    float: left;
}

.eventimage {
    float: left;
    padding: 8px;
    width: 20%;
    clear: both;
}

.eventimage.single {
    float: left;
    padding: 8px;
    width: 20%;
    clear: both;
    height: 80%;
}

.eventtext {
    float: left;
    padding-top: 8px;
    width: 82%;
}

.eventtext.single {
    float: left;
    width: 63%;
    padding: 8px;
    height: 80%;
    clear: right;
}

.summary {
    width: 90%;
    float: left;
}

.eventimage.single img {
    width: 98%;
}


.social {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 18px;
}

.dayNav {
    float: left;
    width: 92%;
}

.dayNav.bottom {
    margin-top: 17px;
}

.dayBack {
    float: left;
    width: 50%;
}

.dayForward {
    float: right;

}

.dayNav a {
    display: block;
    width: 135px;
    color: #ffffff;
    background-color: #3f8ed1;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dayNav a {
    text-decoration: none;
}


@media only screen and (min-width: 1000px)  {
    .what {
        font-family: "TealeafDisplayMedium";
        font-size: 1.7em;
        display: inline;
    }  
}

h1 { 
    font-family: 'TealeafDisplayMedium';
    font-size: 2.8em;
    font-weight: 300;
}


.times h2 {
    font-family: 'TealeafDisplayMedium';
    font-size: 1.9em;
    color: #aa2a4f;
    font-weight: 300;

}



.eventext .venue  {
    margin-top: -10px;
    float: left;
    width: 68%;
}

.eventext.single .venue  {
    margin-top: 5px;
}

.v {
    float: left;
    width: 68%;
}

.venue.concert .v {
    font-weight: 400;
    color: #7a2f07;
    font-size: 1.1em;
}

.venue.cinema .v {
    color: #208059;
    font-size: 1.1em;
    font-weight: 400;
}

.venue.gig .v {
    font-weight: 400;
    font-size: 1.1em;
    color: #aa2a4f;
}

.blurb {
    float: left;
    clear: both;
}

.controls {
    margin-top: 11px;
    float: left;
}

.eventtext .times {
    color: #AA2A4F;
    margin-top: -5px;
    float: left;
    width: 68%;
}

.eventtext.single .times {
    margin-top: 4px;
}

.times.details {
    font-size: 1.3em;
    float: left;
    width: 60%;
    clear: both;
}

.onnow {
    float: left;
    margin-top: 5px;
    
    -webkit-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 3px 3px 3px;
    text-align: center;
    font-size: 0.9em;
    width: 190px;
    height: 20px;
    font-family: Helvetica;
    background-color: #AA2A4F;
    color: #ffffff;
}


.circle {
    float: right; 
    margin-top: 42px;
    margin-right: 0px;
    -webkit-radius: 5px;
    -moz-border-radius: 5px;

    border-radius: 3px;
    padding: 7px;
    text-align: center;
    font-size: 0.9em;
    width: 74px;
    color: #ffffff;
}

.circle h4 {
	display: inline;
}

.circle.concert {
    background-color: #7a2f07;
}

.circle.cinema {
    background-color: #208059;
}

.circle.gig {
    background-color: #aa2a4f;
}

/*
.circle.concert {
    background-color: #A92A4F;
}

.circle.cinema {
    background-color: #51484F;
}

.circle.gig {
    background-color: #0A5336;
}
*/
.circle img {
    width: 30px;
}

.eventtext.single .type {
    margin-top: 8px;
    font-size: 1.2em;
    clear: both;
}

.type.cinema {
    color:  #bc812f;
}


#body {
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}


#static {
    margin-top:44px;
    min-height: 400px;
}

#footer {
    text-align: center;
    padding-top: 44px;
    float: left;
    width:100%;
    height:260px;   /* Height of the footer */
}

#footer a {
    color: #3f8ed1;
    text-decoration: none;
    font-family: "TealeafDisplayMedium";
    font-size: 1.2em;
    padding-bottom: 18px;
}

.blue {
    color: #3f8ed1;
}


#static a {
    color: #3f8ed1;
    text-decoration: none;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    margin-left: 32px;
}

a {
    border: 0px;
}

#snatcher {


}


.listings {
    margin-top: 2px;
    width: 100%;
    float: left;
}


.eventimage {
    float: left;
    padding: 8px;
    width: 105px;
    clear: both;
    
}

.eventimage img {
    width: 100px;
}

.dayNav a {
    display: block;
    width: 135px;
    color: #ffffff;
    background-color: #3f8ed1;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dayNav a {
    text-decoration: none;
}


.what {
    margin-bottom: 2px;
}

.times {
    margin-top: 4px;
}


#body {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: -50px;
    padding-bottom: 15px;
}

.eventcontainer {
    margin-top: 8px;
    width: 92%;
    border: #cccccc 1px solid;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.eventcontainer.single {
    margin-top: 8px;
    height: 500px;

}

.eventcontainer.past {

}

#static {
    margin-top:44px;
    min-height: 400px;
}

#footer {
    text-align: center;
    padding-top: 44px;
    width:100%;
    height:260px;   /* Height of the footer */
}

#footer a {
    color: #3f8ed1;
}

.blue {
    color: #3f8ed1;
}


#static a {
    color: #3f8ed1;
    text-decoration: none;
}

.listings a {
    color: #3f8ed1;
    text-decoration: none;
}

.at {
    font-family: Georgia, 'Times New Roman';
}


@media screen and (max-device-width: 480px){
/*
    body{
      -webkit-text-size-adjust:none;
      font-family:Helvetica, Arial, Verdana, sans-serif;
      padding:5px;
    }
    */
    img{
      max-width:100%;
      height:auto;
    }
}

.read-more img {
    display: none;
}

.tawt {
    padding-top: 0px;
    float: left;

}

.bookface {
    width: 120px;
    float: left;
}

.g {
    float: left;
    width: 80px;
}

.atest {
    font-family: "TealeafDisplayMedium";
    font-size: 1.5em;
}

.calendar{ 
    text-align: center;
    width: 28px;
    height: 28px;
    float: left;
    margin-top: -5px;
    background-image:url('../images/calendar_event_icon_blank_28.png');
}

.calendar .date {
    margin-top: 11px;
    font-size: 0.8em;
    text-align: center;
}

.geo {
	display: none;
}

.tel .type { 
	display: none;
}

.idiot {
	display: none;
}

.onnow a {
    color: #ffffff;
}

#venue {
    min-height: 600px;
}

#venue h2 {
    font-family: 'TealeafDisplayMedium';
    font-size: 1.9em;
    color: #aa2a4f;
    font-weight: 300;
    text-transform: uppercase;
}

.adr {
    margin-top: 2px;
    margin-bottom: 12px;
    width: 60%;
    float: left;
}