html {
	background: #fff1c9 url(../img/background.gif) no-repeat center 170px;
	height: 100%;
}

body { 
	color: #343433; 
	font: 81%/16px Arial, Helvetica, Geneva, sans-serif; 
	margin: 0 auto; 
	padding: 0;
	width: 1126px;
	overflow: visible;
}

.read-more {
  color: #343433;
}

body.browser {
	width: 100%;
	background-image: none;
}

p { 
	margin-bottom: 15px; 
}

p.red { 
	color: #21a1b8;
	margin-bottom: 5px; 
	font-weight: bold; 
}

a {
	color: #21a1b8;
	text-decoration: none;
	font-weight: bold;
}

a, input {
	outline: none;
}

a.read-more {
  font-weight: bold;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

label {
	line-height: 2.2em;
	color: #555;
	display: block;
}

select {
	border: 1px solid #d5d5d5; 
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
}

input.text, input.title, textarea {
	padding: 5px;
	border: 1px solid #d5d5d5; 
	font: 1em Arial, Helvetica, Geneva, sans-serif;
}

textarea { 
	width: 500px; 
	height: 350px; 
}

.form { 
	margin-top: 20px;
}

.form input, .form textarea {
}

.form .tinyMce {
	width: 713px;
	padding: 0;
	height: 350px;
}

.form input.text { 
	width: 263px; 
}

.form input.title {
	width: 500px;
}

.form div {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

input.submit, a.submit {
	border: 1px solid #dfdfdf;
	color: #343433;
	background-color: #eee;
	padding: 3px;
	font-size: 100%;
}

input.submit:hover, a.submit:hover {
	border: 1px solid #888;
	background-color: #ddd;
	cursor: pointer;
}

a.submit {
	padding: 4px;
}

.signup input.text {
	padding: 3px;
	width: 267px;
	margin-bottom: 5px;
	border: 1px solid #6c9d8b;
}

.signup label {
	line-height: 15px;
	margin-top: 5px;
	display: block;
}

.signup label.error {
	margin-top: 0;
	margin-bottom: 10px;
}

.signupsub {
	clear: both;
	float: right;
	margin-top: 10px;
}

em.required {
	color: #d44942; 
}

.listing {
	background: url(../img/dottedGreen.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

select.error {
	border: 1px solid #d44942;
}

span#success {
	color: #6c9d8b;
}

#container { 
	width: 899px; 
	margin-left: auto; 
	margin-right: auto;
	overflow: visible;
}

#admin-container { 
	width: 950px; 
	margin-left: auto; 
	margin-right: auto; 
}

#TB_iframeContent #container {
	width: 100%;
}

#header { 
	height: 105px; 
	padding-top: 20px; 
	position: relative;
	overflow: visible;
}

#header > a { 
	position: absolute;
	bottom: -7px; 
}

#footer { 
	padding-bottom: 40px; 
	clear: both;
	display:  block;
	position: relative;
	height: 110px;
}

#footer .logos {
	width: 437px;
	height: 52px;
	background: url(../img/logos.png) no-repeat; 
	position: absolute; 
	left: 0; 
	bottom: 40px; 
}

#header img {
	float: left;
}

#header .dates {
	width: 55px;
	height: 17px;
	position: absolute;
	bottom: 35px;
	left: 172px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  line-height: 13px;
}

#content { 
	padding: 20px; 
	background-color: #fff; 
	clear: both;
	display:  block;
	overflow:  hidden;
	height: 100%;
}

#latest .border {
	padding: 10px;
	border: 1px solid #dfdfdf;
}

#signs-and-print {
  display: none;
}

.admin-menu {
	
}

.admin-menu h2.margin {
	margin-top: 25px;
}

.admin-menu p {
	margin-bottom: 8px;
}

.admin-menu a {
	color: #343434;
}

.admin-menu p a.selected {
	color: #d44942;
}

.admin-menu a.selected {
	color: #d44942;
}

.admin-menu .sub a {
	font-size: 95%;
	padding-left: 15px;
	color: #555;
}

.border-top {
	border-top: 1px solid #dfdfdf;
	padding-top: 12px;
}

.border-top-zero {
	border-top: 1px solid #dfdfdf;
	margin-top: 0;
	padding-top: 12px;
}

.border-bottom-zero {
	border-bottom: 1px solid #dfdfdf;
	margin-top: 0;
	padding-top: 12px;
	background-position: left bottom;
}

.border-bottom {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.border-both {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 20px;
	padding-top: 12px;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

#files {
	margin-top: 20px;
	padding-top: 12px;
}

#files .form {
	margin-top: 0;
	border-top-style: none;
	padding-top: 10px;
}

.files {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dfdfdf;
	display: block;
	clear: both;
	overflow: hidden;
	height: 75px;
}

.files p {
	margin-bottom: 0;
	display: block;
	clear: both;
}

.files span.img {
	float: left;
	width: 136px;
}

.files span.title {
	float: left;
	width: 390px;
}

.files span.edit {
	float: right;
	text-align: right;
}

input.error {
	color: #d44942;
	border: 1px solid #d44942;
}

label.error {
	color: #d44942;
}

.mceLayout {
	border: 1px solid #ccc;
}

.social {
  margin-top: 10px; 
  margin-bottom: 20px; 
  padding-top: 20px; 
  clear: both; 
  overflow: hidden; 
  position: absolute; 
  bottom: 20px; 
  right: 0;
}

.menu { 
	color: #fff;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.menu.top li.selected {
	background: url(../img/nav-bubble-left.png) no-repeat left top;
	padding-left: 10px;
	height: 40px;
	margin-top: -5px;
	margin-left: 10px;
	margin-right: -10px;
}

.menu.bottom li.selected {
	background: url(../img/nav-bubble-left.png) no-repeat left top;
	padding-left: 10px;
	height: 40px;
	margin-top: -5px;
	margin-left: -10px;
	margin-right: 10px;
}

.menu a {
	color: #21a1b8;
	font-weight: normal;
	font-style: normal;
}

.menu a.selected {
	color: #fff;
	background: url(../img/nav-bubble-right.png) no-repeat right top;
	display: block;
	padding-right: 10px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.admin {
	clear: both;
	margin-bottom: 20px;
}

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

.admin li a {
	color: #6c9d8b;
}

.admin li a.selected {
}

.top {
	width: 630px;
	position: absolute;
	bottom: -12px;
	right: 0;
	z-index: 1000;
	height: 40px;
}

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

.top li.last {
	float: right;
	margin-left: 0;
}

.bottom {
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 40px;
	margin-top: 15px;
}

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

.bottom li.atwork {
	float: right;
	margin-right: 0;
	color: #f4af33;
}

  .bottom li.atwork a {
  	color: #f4af33;
  }

#search {
	width: 630px;
	float: right;
	height: 20px;
	color: #a9a9ad;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

#search p {
	text-align: right;
}

#search input, #new-search input {
	border: 1px solid #a9a9ad;
	width: 160px;
	background: transparent url(../img/opaque-white-40.png) repeat;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 1px;
}

.venuebox #search input, 
.venuebox #new-search input {
  border-color: #fff;
}

.functions {
	list-style-type: none;
	clear: both; 
	height: 1.8em; 
}

.functions li {
	float: right;
	margin-right: 20px; 
	line-height: 1.8em;
	width: 40px;
	text-align: right;
}

.media {
	margin-bottom: 0;
}

.mediaTitle {
	text-align: right;
	font-style: italic;
	margin-top: 3px;
}

h1, h2, h3, h4, h5, h6 { 
	color: #21a1b8;
	font: normal normal 1.5em Georgia, "Times New Roman", Times, serif;
	clear: both;
	margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal;
}

h2 a {
	color: #21a1b8;
	text-decoration: none;
}

h2.tight {
	margin: 0;
}

h2.purple { 
	color: rgb(13, 15, 73);
}

h2.red { 
	color: #21a1b8;
}

h2.red a { 
	color: #21a1b8; 
}

h3.red { 
	color: rgb(226, 0, 26); 
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	margin-bottom: 8px; 
}

p.error { 
	color: #d44942; 
}

h2.white, h2.white a {
	color: #fff;
}

h2.white a.white {
	color: #fff;
}

h2.dottedGreen, h3.dottedGreen { 
	padding-bottom: 10px;
	background: url(../img/dottedGreen.gif) repeat-x left bottom;
}

h2.dottedWhite, h3.dottedWhite { 
	padding-bottom: 10px; 
	background: url(../img/dottedWhite.gif) repeat-x left bottom;
}

h2.dottedRed, h3.dottedRed { 
	padding-bottom: 10px; 
	background: url(../img/dottedRed.gif) repeat-x left bottom;
}

.good {
	color: #6c9d8b;
}

.bad {
	color: #d44942;
}

#container {
  position: relative;
}

#address-status {
	margin-bottom: 0;
	margin-top: 4px;
}

.notice {
	border: 5px solid #d6d7d6;
	padding: 10px;
	background-color: #ffc;
}

#banner {
	border: 5px solid #d6d7d6;
	height: 315px;
	position: relative;
}

#banner .container {
	height: 315px; 
	overflow: hidden; 
	margin: 0; 
	padding: 0;
}

#banner .text {
	width: 258px;
	padding: 15px;
	float: left; 
	height: 285px; 
}

#banner .image {
	width: 561px;
	float: right;
	height: 315px;
	margin: 0;
	padding: 0; 
}

#banner.events {
	background: url(../img/dottedGreen.gif) repeat-x left bottom;
	padding-bottom: 10px;
}

#pager { 
	position: absolute; 
	right: 17px; 
	bottom: 35px; 
	background-color: #fff; 
	z-index: 1000; 
}

#pager a { 
	font-size: 0.9em; 
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #f4af33;
}

#pager a.activeSlide { 
	text-decoration: underline; 
}

#news .upper { 
	background: url(../img/news-top.gif) no-repeat right top; 
	height: 13px;
	margin: 0;
	padding: 0;
}

#news .middle { 
	background-color: #21a1b8;
	padding: 10px 20px;
}

#news .lower { 
	background: url(../img/news-bottom.gif) no-repeat left bottom; 
	height: 8px;
	margin: 0;
	padding: 0;
}

#news .festival-latest {
	background: url(../img/dottedWhite.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#news .festival-latest a {
	color: #126272;
}

#news .middle > h2 {
  color: #126272;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#editorcontainer {
	border: 1px solid #ccc;
	width: 715px;
}

.editorcontainer {
	border: 1px solid #ccc;
	width: 715px;
}

.relative { 
	position: relative; 
}

.quiet {
	color: #777;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 90%;
}

p#add-image {
	margin-bottom: 0;
	margin-top: 5px;
}

.hilite {
	background-color: #ffc;
	color: #343434;
	letter-spacing: 1px;
}

.dot {
	background: url(../img/dottedGreen.gif) repeat-x left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

.line {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
}

.add {
	margin-bottom: 6px;
}

#boxes { 
	margin-top: 20px; 
}

#banners { 
	margin-bottom: 30px;
}

#banners h2 { 
	margin-bottom: 4px; 
}

#banners p { 
	line-height: 1.8em; 
	margin-bottom: 0; 
}

#list { 
}

#list h2 { 
	margin-bottom: 4px; 
}

#list p, #left p, #right p, #latest p { 
	line-height: 1.4em; 
	margin-top: 0.3em;
	margin-bottom: 0;
	font-size: 1.1em;
}

#left, #right, #latest {
	clear: both;
	display:  block;
	height: 100%;
}

#events { 
}

#events h2 { 
	margin-bottom: 4px; 
	color: #21a1b8;
}

#events p { 
	line-height: 1.8em; 
	margin-bottom: 0;
}

#events a {
  color: #f4af33;
}

.label {
	color: #6c9d8b;
	margin-bottom: 0;
	padding-bottom: 4px;
}

.listings {
	display: none;
}

.listings p.list {
	border-bottom: 1px solid #bbb;
	padding-top: 5px;
	padding-bottom: 5px;
}

.listings p.last {
	padding-bottom: 0;
	border-bottom: none;
}

.listings a.viewInfo {
	color: rgb(226, 0, 26);
	font-weight: bold;
}

.listings .time {
	width: 22%;
	float: left;
}

.listings .venue {
	width: 29%;
	float: left;
}

.listings .event {
	width: 48%;
	float: left;
}

.listings .info {
	width: 49%;
	display: none;
	margin-left: 51%;
	float: left;
	clear: both;
}

.column, div.span-1, div.span-2, div.span-3, div.admin-1, div.admin-2, div.admin-left, div.admin-right, div.admin-half {
  	float: left;
  	margin-right: 20px;
}

.last, div.last { 
	margin-right: 0; 
}

.span-1 {
	width: 273px;
}

.span-2 {
	width: 566px;
}

.span-3 {
	width: 859px;
	margin-right: 0;
}

.admin-1 {
	width: 175px;
}

.admin-1 input.title, .admin-1 input.text {
	width: 165px;
}

.admin-2 {
	width: 715px;
}

.admin-2 input.title, .admin-2 input.text {
	width: 705px;
}

.admin-half {
	width: 347px;
}

.admin-left {
	width: 495px;
}

.admin-right {
	width: 200px;
}

.admin-left input.title, .admin-left input.text {
	width: 485px;
}

.admin-right input.title, .admin-right input.text {
	width: 190px;
}

.admin-half input.title, .admin-half input.text {
	width: 337px;
}

.list {
	margin-bottom: 20px;
}

.box {
	margin-bottom: 20px;
	height: 320px;
}

.padding-10 {
	padding: 10px;
}

.boxVenue { 
	margin-bottom: 20px;
}

.boxVenueDetails { 
	margin-bottom: 15px;
}

.redbox {
	background-color: #f4af33;
	color: #fff;
}

.redbox a {
  color: #916a1b;
  font-weight: bold;
}

.redbox h2 a {
  font-weight: normal;
}

.redbox.venuebox {
  background: #21a1b8;
}

.redbox.venuebox h2,
.redbox.venuebox a.back {
  color: #126272;
}

.redbox.venuebox a {
  color: #fff;
}

.subpage a {
  color: #f4af33;
}

.orange {
	background-color: #fff;
}

  .orange a {
    color: #21a1b8;
  }

.orange ul { 
	margin-bottom: 15px; 
	list-style-type: disc; 
	list-style-position: outside; 
	padding-left: 20px; 
}

.orange ul li { 
	padding-left: 0; 
}

.clearfix:after, #content:after, #footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, #content, #footer, .editForm div {display: block;}

.clear { clear:both; }