body {
    background-color: black;
    color: #EF0015;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
    margin-bottom: 40px;
}

address {
    font-style: normal;
    text-transform: uppercase;
}

a {
    color: #EF0015;
    text-decoration: none;
}

a:hover {
    color: #555;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 15px;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.8em;
}

#box {
    width: 826px;
    margin: 40px auto;
    border: 3px solid #EF0015;
    background-color: #E5E1CF;
}

#innerbox {
    border: 1px solid #EF0015;
    margin: 2px;
    padding: 60px;
}

#header {
    height: 130px;
}

#header h1 {
    float: left;
}

#header h2 {
    padding-top: 67px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: right;
}

#header h3 {
    padding-top: 0;
    margin-top: 5px;
    text-align: right;
}

ul#nav {
    text-align: left;
}

    .photostrip ul#nav {
        float: left;
        width: 144px;
        height: 144px;
        padding: 1px;
        font-size: 24px;
        border: 2px solid #E5E1CF;
        margin: 0;
        padding: 0;
        letter-spacing: 0.08em;
    }

    .photostrip ul#nav li {
        line-height: 1em;
        margin-bottom: 17px;
    }

    #footer ul#nav {
        margin-left: 420px;
        font-size: 14px;
    }

    #footer ul#nav li {
        float: left;
        margin-left: 20px;
    }

    ul#nav a {
        text-decoration: none;
        text-transform: uppercase;
    }

#content {
    clear: both;
}

    #content h3 {
        text-align: left;
        font-weight: normal;
    }

    .photostrip {
        width: 720px;
        height: 150px;
        margin-bottom: 30px;
        clear: both;
    }
    
        .photostrip img {
            width: 144px;
            height: 144px;
            border: 2px solid #EF0015;
            padding: 1px;
            margin: 0px;
            margin-right: 30px;
            float: left;
        }

    .column {
        width: 330px;
        margin-right: 30px;
        margin-bottom: 20px;
        float: left;
        text-align: justify;
    }

        .column.two {
            margin-right: 0px;
        }
    
        .triple.column {
            width: 210px;
        }
        
            .triple.column.two {
                margin-right: 30px;
            }
            
            .triple.column.three {
                margin-right: 0px;
            }

    div.centred {
        text-align: center;
    }
    
        div.centred p {
            line-height: 2em;
        }
    
        div.centred table {
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            text-align: left;
            line-height: 1.8em;
        }

            div.centred table td {
                
            }
    
    p.smaller {
        font-size: 75%;
    }
    
    p.bigger {
      font-size: 125%;
    }
    
    p.important {
        text-transform: uppercase;
    }

    p img {
        border: 2px solid red;
        padding: 1px;
    }

#footer {
    clear: both;
    line-height: 1.8em;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 60px;
    text-align: center;
}

    #footer.nav {
        width: 800px;
        text-align: left;
    }

    #footer .group {
        width: 360px;
        float: left;
        text-transform: uppercase;
    }
    
      #footer .group.fullwidth {
          width: 720px;
          text-align: center;
      }
    
    #footer .group .groupname {
        float: left;
        width: 50px;
    }
      
      #footer .group.fullwidth .groupname {
        float: none;
        display: inline;
        padding-right: 20px;
        width: auto;
      }

    #footer a {
        text-decoration: none;
    }
    
    #weblinks {
        letter-spacing: 0.11em;
    }
    
    #vatinfo {
        text-transform: uppercase;
        letter-spacing: 0.11em;
        font-size: 10px;
    }
    
    
#social {
    width: 700px;
    clear: both;
    padding-bottom: 20px;
    text-align: center;
}

#social img {
    vertical-align: -30%;
}

table.dates td {
    padding-right: 30px;
}

table.form {
  width: 700px;
}

  table.form td {
    padding-bottom: 10px;
    line-height: 1.3em;
    vertical-align: top;
  }
  
    table.form.compact td {
      padding-bottom: 3px;
    }

    table.form td.label {
      text-transform: uppercase;
      width: 200px;
      padding-top: 4px;
    }

    table.form td.field input,
    table.form td.field textarea,
    table.form td.midi input,
    table.form td.mini input {
      border: 2px solid red;
      width: 500px;
      padding: 4px;
      margin-bottom: 4px;
    }
  
    table.form td.mini input {
      width: 20px;
    }
  
    table.form td.midi input {
      width: 400px;
    }
  
    table.form td.field textarea {
      height: 70px;
    }
  
      table.form td.field input.short {
        width: 100px;
      }
      
    table.form td.submit input {
      border: 2px solid red;
      background-color: red;
      padding: 10px 2px;
      font-weight: bold;
      color: white;
    }
    
    table.form td.mini {
      width: 50px;
    }
    
    table.form td.midi {
      width: 400px;
      padding-left: 40px;
    }
    
      
textarea.fullwidth {
  border: 2px solid red;
  width: 688px;
  padding: 4px;
  margin-bottom: 4px;
}

input, textarea {
  font-family: "Helvetica Neue", sans-serif;
}

/* schedule */

div.block {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

p.headline {
  font-weight: bold;
}

div.condensed p {
  line-height: 1.3em;
}

p.description, p.dates {
  text-align: left;
}

sup {
  font-size: 0.65em;
  position: relative;
  top: -0.65em;
}
