/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-image: url(/templates/images/background.png);
  background-repeat: repeat-x;
  background-color: #2a0505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#container {
  margin: auto;
  width: 960px;	
}
#innerContainer {
  margin: auto;
  width: 944px;
  background-image: url(/templates/images/top-right-container.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fbfafa;
}
#topContainer {
  margin: auto;
  width: 945px;
  height: 12px;
  background-image: url(/templates/images/top-shadow.png);
  background-repeat: no-repeat;
}
#leftContainer {
  width: 10px;
  height: 550px;
  background-image: url(/templates/images/left-shadow.png);
  background-repeat: no-repeat;
  float: left;
}
#rightContainer {
  width: 10px;
  height: 550px;
  background-image: url(/templates/images/right-shadow.png);
  background-repeat: no-repeat;
  float: right;
}
#bottomContainer {
  margin: auto;
  width: 945px;	
  height: 33px;
  background-image: url(/templates/images/bottom-shadow.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  text-align: center;
  color: #FFFFFF;
}
h1 {
  color: #881d1d;
  margin-bottom: 10px;
}
h2 {
  color: #881d1d;
  margin-bottom: 10px;
}
h3 li{
  color: #881d1d;
}
li {
  color: #280100;
}

/* Header */
#header {
  width: 942px;
  height: 70px;
}
#title {
  float: left;
  width: 332px;
  height: 44px;
  padding-top: 20px;
  padding-left: 37px;
}
#title h1 {
  display: block;
  float: left;
  width: 329px;
  height: 41px;
  text-indent: -9999px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/templates/images/title.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* Sidebar */
#sidebar {
  float: left;
  width: 260px;
  margin-left: 34px;
}
#photoSmall {
  width: 260px;
  height: 190px;
  background-image: url(/templates/images/small-photo-back.png);
  background-repeat: no-repeat;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 9px;
}
.sidebarList {
  width: 260px;
  height: 211px;
  background-image: url(/templates/images/navigation.png);
  background-repeat: no-repeat;
}
.sidebarList li {
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 15px;
}
.sidebarList a:link, .sidebarList a:visited {
  color: #280100;
  text-decoration: none;
}
.sidebarList a:hover, .sidebarList a:active {
  color: #280100;
  text-decoration: underline;
}


/* Main Content */
#content {
  margin-left: 325px;
  margin-right: 34px;
}
#photoLarge {
  width: 588px;
  height: 191px;
  background-image: url(/templates/images/large-photo-back.png);
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
}
#content a:link, #content a:visited {
  color: #280100;
}
#content a:hover, #content a:active {
  color: #881d1d;
  text-decoration: underline;
}
.venueImage {
  float: left;
}
.venueImage img {
  border: 5px solid #dfcece;
}
.venueDetails {
  margin-left: 298px;
}
.eventTitleLeft {
  background-image: url(/templates/images/event-table-left.png);
  background-repeat: no-repeat;
  height: 21px;
}
.eventTitleLocation {
  background-image: url(/templates/images/event-table-mid.png);
  background-repeat: repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.eventTitleDate {
  background-image: url(/templates/images/event-table-mid.png);
  background-repeat: repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.eventTitleAges {
  background-image: url(/templates/images/event-table-mid.png);
  background-repeat: repeat-x;
  color: #ffffff;  
  font-weight: bold;
}
.eventTitleAvail {
  background-image: url(/templates/images/event-table-mid.png);
  background-repeat: repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.eventTitleRight {
  background-image: url(/templates/images/event-table-right.png);
  background-repeat: no-repeat;
}
.eventsTable {
  border-bottom: 1px solid #dfcece;
  width: 480px;
}
.eventContent {
  padding-top: 5px;
}
.endsLeft {
  border-left: 1px solid #dfcece;
}
.endsRight {
  border-right: 1px solid #dfcece;
}

/* Footer */
#footer {
  width: 862px;
  height: 135px;
  border-top: 1px;
  border-top-color: #dbc7c8;
  border-top-style: solid;
  margin-left: 48px;
}
.footerLogo {
  float: left;
  margin-top: 15px;
}
.footerList {
  float: right;
  margin-top: 15px;
  border-left: 1px;
  border-left-color: #dbc7c8;
  border-left-style: solid;
  padding-left: 5px;
}
.footerList li {
  list-style-type: none;
  padding-bottom: 5px;
  padding-top: 5px;
}
#footer a:link, #footer a:visited {
	color: #280100;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #280100;
	text-decoration: underline;
}

#bottomContainer a:link, #bottomContainer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomContainer a:hover, #bottomContainer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

