/* line 9, ../sass/style.sass */
body {
  background: white;
}

/* line 12, ../sass/style.sass */
p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin-bottom: 25px;
}

/* line 18, ../sass/style.sass */
h2, h3, h4 {
  font-weight: normal;
}

/* line 24, ../sass/style.sass */
.wrapper {
  -webkit-box-shadow: 0px 0px 10px #b3b3b3;
  -moz-box-shadow: 0px 0px 10px #b3b3b3;
  box-shadow: 0px 0px 10px #b3b3b3;
}

/* line 29, ../sass/style.sass */
#header {
  background: url("images/banner.jpg") repeat top center;
  border-bottom: solid 4px #9e005d;
  padding: 20px 0 0;
}
/* line 34, ../sass/style.sass */
#header #logo {
  padding-bottom: 20px;
}
/* line 37, ../sass/style.sass */
#header #logo img {
  margin-left: 20px;
}
/* line 40, ../sass/style.sass */
#header #nav {
  margin-top: 100px;
}
/* line 45, ../sass/style.sass */
#header #nav ul li {
  float: left;
  position: relative;
  text-align: center;
  width: 115px;
  height: 30px;
  font-size: 19px;
  font-family: "Baumans", Arial, Helvetica, sans-serif;
  margin-right: 1px;
  padding-top: 20px;
}
/* line 57, ../sass/style.sass */
#header #nav ul li a {
  position: absolute;
  bottom: -1px;
  width: 110px;
  height: 30px;
  color: #363636;
  text-decoration: none;
  display: block;
  padding: 10px 0 0px;
  background: url(images/tab.png) no-repeat top center;
}
/* line 68, ../sass/style.sass */
#header #nav ul li:hover, #header #nav ul li.active {
  cursor: pointer;
}
/* line 71, ../sass/style.sass */
#header #nav ul li:hover a, #header #nav ul li.active a {
  color: #9e005d;
  height: 48px;
  bottom: -11px;
}

/* line 80, ../sass/style.sass */
#content-home .footer-bg, #content-secondary .footer-bg {
  z-index: 0;
  width: 960px;
  height: 31px;
}

/* line 85, ../sass/style.sass */
#content-home {
  background: #00b5af url(images/content-bg.jpg) no-repeat top left;
  border-top: solid 4px #a2a2a2;
  position: relative;
}
/* line 90, ../sass/style.sass */
#content-home .footer-bg {
  background: url(images/footer-bg.jpg) no-repeat bottom center;
}

/* line 93, ../sass/style.sass */
#content-secondary {
  background: url(images/secondary-background.jpg) repeat-y;
  position: relative;
}
/* line 97, ../sass/style.sass */
#content-secondary .footer-bg {
  background: url(images/footer-bg-secondary.jpg) no-repeat bottom center;
}

/* line 100, ../sass/style.sass */
.content {
  padding: 0px 0px 73px;
  min-height: 580px;
  position: relative;
}
/* line 105, ../sass/style.sass */
.content.home {
  padding-top: 50px;
}
/* line 108, ../sass/style.sass */
.content.secondary {
  padding-bottom: 0;
  background: url(images/content-bg.jpg) no-repeat;
}
/* line 114, ../sass/style.sass */
.content.secondary .main-content h2 {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: normal;
}
/* line 119, ../sass/style.sass */
.content.secondary .main-content .right {
  margin-top: 100px;
  padding-bottom: 0;
  padding-right: 30px;
}
/* line 124, ../sass/style.sass */
.content.secondary .main-content p:last-child {
  width: 100%;
}
/* line 127, ../sass/style.sass */
.content .dancer {
  position: absolute;
  top: 110px;
  right: 7px;
  display: block;
  z-index: 2;
}
/* line 134, ../sass/style.sass */
.content .left {
  float: left;
  padding: 30px 20px 15px 0px;
}
/* line 138, ../sass/style.sass */
.content h3 {
  font-family: "Lobster Two";
  font-weight: normal;
  font-size: 24px;
  color: #363636;
  padding-top: 30px;
  margin-bottom: 15px;
}
/* line 147, ../sass/style.sass */
.content h2, .title {
  font-family: "Oleo Script";
  font-size: 32px;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
}
/* line 155, ../sass/style.sass */
.content p {
  color: #363636;
  font-size: 14px;
}
/* line 160, ../sass/style.sass */
.content p:last-child {
  width: 460px;
}

/* line 163, ../sass/style.sass */
.right {
  float: right;
  padding: 10px 10px 10px 15px;
}

/* line 167, ../sass/style.sass */
.sidebar {
  background: white;
  padding-right: 10px;
  padding-top: 25px;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  height: 100%;
  z-index: 2;
}
/* line 177, ../sass/style.sass */
.sidebar h2, .donation .title {
  color: #9e005d;
  padding-left: 20px;
  font-size: 24px;
  font-weight: normal;
}
/* line 184, ../sass/style.sass */
.sidebar p {
  padding: 0 20px;
  color: #9a9a9a;
  font-size: 14px;
}
/* line 190, ../sass/style.sass */
.sidebar .left {
  padding: 0;
}
/* line 193, ../sass/style.sass */
.downloads, .sidebar .tickets, .sidebar .newsletter {
  margin-bottom: 30px;
}
/* line 196, ../sass/style.sass */
.sidebar .newsletter p {
  padding: 0 20px;
}
/* line 199, ../sass/style.sass */
.sidebar .newsletter p input {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 204, ../sass/style.sass */
.sidebar .newsletter p input[type="text"] {
  background: #e6e5e5;
  padding: 10px 20px 10px 10px;
  border: none;
}
/* line 210, ../sass/style.sass */
.sidebar .newsletter p input[type="submit"] {
  background: #cac9c9;
  padding: 10px 20px;
  margin-left: 5px;
  border: none;
  color: white;
}
/* line 217, ../sass/style.sass */
.sidebar .newsletter p input[type="submit"]:hover {
  cursor: pointer;
}
.donation-button, .subscribe-button{
	display: block;
	padding: 8px 12px;
	background: #821b62;
	background: -moz-linear-gradient(top,  #821b62 1%, #791a5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#821b62), color-stop(100%,#791a5a));
	background: -webkit-linear-gradient(top,  #821b62 1%,#791a5a 100%);
	background: -o-linear-gradient(top,  #821b62 1%,#791a5a 100%);
	background: -ms-linear-gradient(top,  #821b62 1%,#791a5a 100%);
	background: linear-gradient(to bottom,  #821b62 1%,#791a5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#821b62', endColorstr='#791a5a',GradientType=0 );
	color: #fff;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #87006a;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	margin-left: 20px;
}
/* line 236, ../sass/style.sass */
.sidebar .facebook {
  padding: 10px 0px 10px 18px;
}

/* line 241, ../sass/style.sass */
#footer {
  background: white;
  text-align: center;
  z-index: 2;
}
/* line 248, ../sass/style.sass */
#footer h4 {
  font-family: "Baumans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #363636;
  margin-bottom: 10px;
}
/* line 256, ../sass/style.sass */
#footer a {
  color: #9e005d;
  font-size: 13px;
}
/* line 261, ../sass/style.sass */
#footer a:hover {
  text-decoration: none;
}
/* line 264, ../sass/style.sass */
#footer .copyright {
  margin-top: 50px;
  color: #9a9a9a;
  font-size: 11px;
}