body {
    background: #060808;
    color: #fee;
    font-family: 'Averia Libre', cursive;
}

a {
    color: #dd2f2c;
    text-decoration: replace-underline;
}
a:hover {
    color: #efefef;
    text-decoration: none;
}

header {
    position: relative;
    margin: 20px 0 30px;
    background: url(../img/banner.png) no-repeat center 35px;
}
header .decoration {
    position: absolute;
    width: 100%;
}
header .decoration div {
    width: 200px;
    height: 225px;
    background: url(../img/banner-decoration.png) no-repeat;
}
header .decoration div.left {
    float: left;
    background-position: left center;
}
header .decoration div.right {
    float: right;
    background-position: right center;
}
header h1 {
    margin: 0;
    height: 225px;
    text-indent: -2000px;
    background: url(../img/logo.png) no-repeat center center   ;
}
header nav {
    position:  relative;
    margin: -5px 0 10px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
header menu {
    position: relative;
    clear: left;
    float: left;
    left:  50%;
    margin: 0;
    padding: 0;
    text-align: center;
}
header menu li {
    display: block;
    position: relative;
    float: left;
    right: 50%;
    margin:  0;
    padding:  0;
    list-style: none;
}
header menu li a {
    display: block;
    margin: 0 0.5em;
    padding: 5px 10px;
    color: #fefefe;
    font-size: x-large;
    text-decoration: none;
}
header menu li a:hover {
    color: #c24b48;
    text-decoration: none;
}
header menu li.current a {
    border-bottom: 1px dashed #c24b48;
}

#body {
    padding: 0 0 0 20px;
}

aside {
    padding: 0 20px;
}
aside section {
    margin: 0 0 30px;
}
aside section h1,
aside section h2,
aside section h3 { margin: 0 0 0.25em; line-height: 30px; }
aside section h1 { font-size: x-large; }
aside section h2 { font-size: large; }

footer {
    position: relative;
    margin: 20px 0 0 0;
    padding: 150px 0 0 0;
    background: url(../img/tiled-spacer.png) repeat-x center 50px;
}
footer h1 {
    position: absolute;
    top: 0;
    height: 141px;
    width: 100%;
    text-indent: -2000px;
    background: url(../img/logo-small.png) no-repeat top center;
}

/* Utility classes */
.hr {
    height: 55px;
    background: url(../img/separator.png) no-repeat top center;

}

.ir {
    text-indent: -1000em;
}

/* Main elements */
section.upcoming article {
    margin: 0 10px 10px;
    padding: 0 10px 5px;
    background: #141616;
    border-radius: 10px;
}
section.upcoming span {
    margin: 0;
}
section.upcoming .venue {
    font-size: x-small;
}

/* Quick elements */
.facebook {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../img/facebook.png) no-repeat;
}

.twitter {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../img/twitter.png) no-repeat;
}

.breadcrumbs {
    margin-bottom: 15px;
    padding: 0 10px;
    line-height: 30px;
    background: #190707;
    border-radius: 5px;
}

/* Events */
.event-list article,
.event-view article {
    margin: 15px 0;
    padding: 1px 15px 15px;
    background: #141616;
    border-radius: 10px;
}
.event-list article h1 {
    font-size: x-large;
}
.event-list article span {
    margin: 0;
}
.event-list article .venue {
    font-size: x-small;
}

/* Content */
.bodyContent .center { text-align: center; }