/*
 *  HTML
 */

body, p textarea .des, #theform p textarea .des, form p textarea .des {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

p, div, td {
  font-size: 13px;
  line-height: 1.4em;
  margin: 0.3em 0 0.5em 0;
}

h1 {
  font-size: 1.5em;
  color: #7B1083;
  font-weight: bold;
  margin: 1em 0 0.3em 0;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #7B1083;
  margin: 0.3em 0;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #222;
  margin: 0.3em 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  color: #9B009B;
  text-decoration: none;
}

a.hover, a.focus {
  color: #7B1083;
  text-decoration: none;
}

hr {
  display: none;
}

ul {
  list-style-image: url(../../images/template/bullet.gif);
  margin: 0.5em 0 0.5em 20px;
}

ol {
  margin: 0.5em 0 0.5em 20px;
}

ol ol {
	list-style-type: lower-latin;
}

li {
  margin: 0.3em 0;
}


/*
 *  GENERAL STYLES
 */

.lefthalf, .righthalf {
  float: left;
  width: 300px;
}

.righthalft {
  margin-left: 10px;
}


.left {
  text-align: left;
}

.centered {
  text-align: center;
}

table.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.searchscore {
  color: #666;
  font-size: 0.9em;
}

.clearfloats {
  clear: both;
}

#eventlist h2 {
  padding: 0.1em;
  background-color: #F1E6F1;
  text-align: center;
  border: 1px solid #7B1083;
  color: #7B1083;
  font-size: 1em;
  margin-top: 20px;
}

.eventlist_item {
  margin: 10px 0;
}

.eventlist_item img {
  float: left;
}

.eventlist_details {
  margin-left: 130px;
}


.eventlist_item h3 {
  font-size: 1.3em;
  margin-bottom: 0;
}

.eventlist_item p {
  margin: 2px 0;
}

.eventoptions {
  font-weight: bold;
  margin: 1.5em 0 0.5em 0;
}

.eventoptions a {
  color: #7B1083;
  text-decoration: none;
}

.eventoptions a:hover {
  color: #000;
  text-decoration: none;
}



/*
 *  CONTACT FORM
 */

#contactform div {
  width: 500px;
  margin: 2em auto;
  border: 2px solid #bbb;
  background-color: #F2E4F3;
}

#contactform #formerrors {
  border: none;
  color: #A51919;
  margin: 0 0 1em 0;
}

.errorstitle {
  color: #A51919;
  text-align: center;
}

#contactform #formerrors ul {
  list-style: none;
  text-align: center;
}


#contactform h1 {
  position: relative;
  background-color: #7B1284;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  border: 1px solid #bbb;
  padding: 0.3em 0;
  margin: 0;
}

#contactform p {
  margin-left: 140px;
}

#contactform label {
  float: left;
  margin-left: -120px;
  width: 110px;
  text-align: right;
}

#contactform input[type=text], #contactform textarea {
  width: 240px;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #ccc #ccc #888;
  padding: 0.2em;
}

#contactform textarea {
  height: 120px;
}

#contactform .hint {
  font-size: 0.8em;
  color: #A51919;
}


/*
 *  HOMEPAGE
 */

#tagcloud {
	text-align: center;
	line-height: 2.3em;
}

#tagcloud a {
	margin: 0 0.3em;
}

#tagcloud a:hover, #tagcloud a:focus {
	color: #000 !important;
	text-decoration: underline;
}

#home_news1, #home_news2 {
  text-align: center;
}

#home_news1 h3, #home_news2 h3 {
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1em;
  margin: 0;
  color: #7B1083;
}

#home_news1 p, #home_news2 p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 0 15px 0;
}

#home_calendar {
  height: 190px;
  overflow: hidden;
}


#calendar-loader {
  text-align: center;
  display: none;
  margin-top: 50px;
}

#calendar h1 {
  font-size: 13px;
  color: #000;
  text-align: center;
  margin: 0 0 5px 0;
}

#calendar a, #calendar a:hover {
  color: #000;
  text-decoration: none;
}

#calendar p {
  font-size: 10px;
  color: #F79BBF;
  text-align: center;
  margin: 0;
  font-style: italic;
}

#calendar table {
  font-size: 11px;
  color: #000;
  width: 100%
}

#calendar th {
  text-align: center;
  font-variant: small-caps;
  background-color: #790087;
  padding: 1px 3px;
  color: #fff;
  font-weight: bold;
}

#calendar tr.odd {
  background-color: #E7D1E8;
}

#calendar td {
  text-align: center;
  padding: 3px;
}

#calendar td.active {
  font-weight: bold;
  font-size: 1.1em;
  /*
  background-color: #C8A2CB;
  border: 1px dotted #957B97;
  */
}

#calendar td a, #calendar td a:hover {
  color: #000;
}


/*
 *  EVENTS
 */

#event_left {
  float: left;
  width: 355px;
}

#event_right {
  float: right;
  width: 240px;
}

h2.filminfo {
  color: #000;
}

#event_left .strapline {
  color: #7B1083;
  font-weight: bold;
  font-size: 1.1em;
  font-style: italic;
}



#event_links {
  text-align: center;
	margin : 0;
}

#bookonline  {
	margin: 25px 0 10px 0;
}

#bookonline a {
	display: block;
	margin: 0 auto;
	text-align: right;
	width: 105px;
	padding: 3px 0 0 0;
	line-height: 1em;
	text-decoration: none;
	height: 24px;
	background-image: url('../../images/book_online.png');
	background-repeat: no-repeat;
	font-size: 14px;
	color: #7C0C83;
	font-weight: bold;
}

#bookonline_note {
	margin: -10px 0 10px 0;
	padding: 0 5px;
	text-align: center;
	font-size: 0.85em;
	color: #444;
}

#event_times {
  margin: 0.4em 0;
  border-collapse: collapse;
  clear: both;
}

#event_times tr.odd {
  background-color: #E7D1E8;
}

#event_times th {
  background-color: #7B1083;
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
}

#event_times td {
  padding: 0.1em 1.5em 0.1em 0.3em;
}


/*
 *  TEMPLATE
 */

/*
#container {
  width: 700px;
  margin: 10px auto;
}

#header {
  width: 668px;
  height: 74px;
  margin: 0 auto;
  background-image: url(../../images/template/logo.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
*/

#container {
  width: 980px;
  margin: 0 auto;
  background-image: url(../../images/template/bg_page.gif);
  background-repeat: repeat-y;
}

#header {
  width: 926px;
  height: 80px;
  margin: 0 auto;
  padding: 5px 10px;
  background-color: #fff;
  background-image: url(../../images/template/logo.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

#header * {
  line-height: 1em;
}


#logo {
  float: left;
}

#header h1 {
  padding: 11px 0 0 63px;
  text-transform: lowercase;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  color: #000;
}

#header h1 span {
  display: block;
  padding-left: 10px;
  font-size: 24px;
}

#header h1 em {
  display: none;
}
#header h2 {
  margin: 2px 0 0 42px;
  font-size: 11px;
  font-weight: normal;
  text-transform: lowercase;
  color: #000;
}
#searchbox {
  float: right;
  width: 250px;
}
#searchbox p {
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
  text-transform: lowercase;
  margin: 0;
  color: #000;
}
#searchbox p span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin: 3px 0 5px 0;
  color: #7B1083;
}
#searchbox form {
	text-align: right;
}
#sitesearch_input {
  border-width: 1px;
  border-style: solid;
  border-color: #000 #555 #556 #000;
  font-size: 13px;
  width: 127px;
  color: #333;
  padding: 1px 3px;
}
#sitesearch_submit {
  border-width: 1px;
  border-style: solid;
  border-color: #555 #000 #000 #555;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  text-transform: lowercase;
  width: 50px;
  padding: 2px 3px 1px 3px;
}
#pagebody {
  margin: 0;
}



#maincontent {
  width: 620px;
  margin: 7px 0 10px 55px;
  float: left;
}
body.ie6 #maincontent {
	margin-left: 25px;
}
#maincontent p a {
  border:0;
}
#maincontent p a img {
  border:0;
}


#sidebar {
  float: right;
  width: 248px;
  margin-right: 17px;
  margin-top: -12px;
}
#sidebar p {
	text-align: center;
}
body.ie6 #sidebar {
	margin-right: 8px;
  width: 249px;
}
#sidebar h2 {
	margin: 0;
	line-height: 1.2em;
	padding: 0.3em;
	background-color: #790087;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.sidebar_content {
	width: 220px;
	margin: 10px auto;
}
 
.hot_news {
	margin: 10px;
	width: auto;
	background-color: #77008a;
	padding: 0.5em;
	line-height: 1.2em;
}
 
.hot_news h3, .hot_news p {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: normal;
}

.hot_news p {
	font-size: 1em;
	margin: 0.5em 0 0 0;
}

.hot_news a {
	color: #fff;
}

#join_in p {
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 15px 0;
}

#join_in p strong {
	display: block;
	text-transform: capitalize;
	font-size: 1.6em;
}

#join_in p a {
	color: #333;
}

#join_in p a strong {
	color: #7b2185;
}
#f_subscribe {
	margin-bottom: 15px;
}
#f_subscribe p label {
	display: block;
}
#f_subscribe input {
	text-align: center;
}
#f_subscribe input.hint {
	color: #777;
}



#bottombar {
  clear: both;
  background-image: url(../../images/template/bg-bottombar.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
  height: 15px;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 0;
}
#footer {
  text-align: center;
  color: #666;
  font-size: 11px;
  margin: 5px 0 20px 0;
  background-color: #fff;
}
#footer a {
  color: #777;
  text-decoration: none;
}

#form textarea {
  font-family: Arial;
}


#event_left a.tart img{
  border:0;
}
#event_left img {
  margin-right:30px;
}
#event_left div.logos {
    margin-top:35px;
}
#event_right div.logos {
	text-align: center;
}
#event_right div.logos img {
	margin: 10px 0;
}
/* strapline styling */
p.nostyle {
    font-weight:normal;
}
p.bandp {
color: #7B1083;
  font-weight: bold;
}
p.event_subtitle {
  color: #7B1083;
  font-weight:normal;
}
p.bold {
    font-weight:bold;
}
#maketext {
    display:inline;
    width:570px;
    float:left;
}
#maketext img {
    float:left;
}
span.small {
    margin-left:-25px;
    font-size:10px;
    width:180px;
    line-height:1.3em;
    float:left;
    color:black;
}

#job {
  text-align: center;
}

.custom_logos {
}
.custom_logos img {
	margin: 0 5px 0 0 !important;
	vertical-align: middle;
}
.event_footer_clear {
	clear: both;
	height: 0;
	border-top: 1px solid #a479a9;
}


#issuu_docs {
	margin-top: 20px;
	overflow: hidden;
}
#issuu_docs_brochure {
	width: 300px;
	float: left;
}
#issuu_docs_filmsheet {
	width: 300px;
	float: right;
}
#issuu_docs h3 {
	text-align: center;
	font-size: 13px;
	color: #790087;
}
#issuu_docs p {
	text-align: center;
	font-size: 11px;
}

#f_mailing p {
	position: relative;
	margin-left: 120px;
}

#f_mailing p label {
	position: absolute;
	left: -120px;
	width: 110px;
	text-align: right;
	color: #77008a;
}

