html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
  line-height: 1.231;
  *font-size: small;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

td {
  vertical-align: top;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

a:hover, a:active {
  outline: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  width: auto;
  overflow: visible;
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  vertical-align: text-top;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-moz-selection {
  background: #ff7e00;
  color: white;
  text-shadow: none;
}

::selection {
  background: #ff7e00;
  color: white;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #ff7e00;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.ir {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

body, select, input, textarea {
  color: #444444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #ff7e00;
}

h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

p + h3 {
  margin-top: 30px;
}

a, a:active, a:visited {
  color: #656565;
}

a:hover {
  color: #ff7e00;
}

strong, th {
  font-weight: bold;
}

ul {
  margin-bottom: 1.5em;
}

#bar {
  background-color: #51748c;
  height: 120px;
}

#content-wrapper {
  width: 960px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

#title {
  background: url("../images/header_swirls.png") #ff7e00 no-repeat 0 0;
  background-size: cover;
  height: 150px;
  text-align: center;
}
#title h1 {
  text-indent: -99999px;
}

#main {
  font-size: 14px;
  margin: 0 20px;
  width: 920px;
  padding: 20px 0;
  *zoom: 1;
}
#main .column {
  float: left;
  width: 420px;
}
#main .column.odd {
  margin-right: 40px;
}
#main .sidebar {
  width: 286.667px;
  margin-right: 20px;
  float: left;
}
#main .maincontent {
  width: 66%;
  float: left;
}
#main p {
  margin-bottom: 20px;
  line-height: 1.5em;
}
#main li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}

.plugin_picture img {
  -webkit-box-shadow: #cccccc 7px 7px 10px -4px;
  -moz-box-shadow: #cccccc 7px 7px 10px -4px;
  box-shadow: #cccccc 7px 7px 10px -4px;
}

.align-center img {
  margin: 20px auto;
  display: block;
}

.align-left {
  float: left;
  margin-right: 10px;
}

.align-right {
  float: right;
  margin-left: 20px;
}

.sidebar h3 {
  color: #51748c;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 10px;
}
.sidebar ul {
  margin-left: 0;
}
.sidebar li {
  list-style-type: none;
}

html, body {
  height: 100%;
}

#wrapper {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -85px;
}
#wrapper #main-footer {
  height: 85px;
}

#colophon {
  clear: both;
  position: relative;
  height: 85px;
}

#colophon {
  color: white;
  background-color: #82b4d7;
}
#colophon .wrapper {
  padding-top: 15px;
}
#colophon p {
  text-align: center;
  text-shadow: 0px -1px 0px #51748c;
}

nav .selected a,
nav .ancestor a {
  color: #ff7e00;
}

#main-nav {
  font-size: 13px;
  margin: 0 20px;
  height: 40px;
  line-height: 40px;
  background-color: white;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
#main-nav a {
  text-decoration: none;
  color: #444444;
  line-height: 40px;
  height: 40px;
  width: 120px;
  display: inline-block;
}
#main-nav a:visited {
  color: #444444;
}
#main-nav .selected a,
#main-nav .ancestor a {
  color: #ff7e00;
}
#main-nav .selected:after, #main-nav ul li:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 52px;
  border-bottom: 8px solid #FF7E00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
}
#main-nav ul li {
  display: inline-block;
  position: relative;
  width: 120px;
  zoom: 1;
  *display: inline;
}

.registration_map {
  width: 600px;
  height: 600px;
}

#registrations-map {
  height: 100%;
}

.song-list {
  margin-bottom: 20px;
}
