/*
 *  HTML
 */

body {
  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;
}

li {
  margin: 0.3em 0;
}


/*
 *  GENERAL STYLES
 */

.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;
  top: -1.2em;
  left: 9px;
  width: 480px;
  background-color: #7B1284;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  border: 1px solid #bbb;
  padding: 0.3em 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
 */

#home_info {
  width: 540px;
  height: 155px;
  margin: 10px auto;
}

#home_calendar {
  width: 155px;
  float: left;
}

#home_news1, #home_news2 {
  width: 145px;
  background-color: #7B1083;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-top: 31px;
}

#home_news1 {
  float: left;
  margin-left: 40px;
}

#home_news2 {
  float: right;
}

#home_news1 h1, #home_news2 h1 {
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 0.3em 0;
  color: #fff;
  font-size: 1em;
}

#home_news1 p, #home_news2 p {
  font-size: 0.9em;
  line-height: 1.1em;
  color: #fff;
}

#home_news1 a, #home_news2 a {
  color: #fff;
}

#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: #7B1083;
  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;
}

#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: 700px;
  margin: 0 auto 0 auto;
  background-image: url(../../images/template/bg_page.gif);
  background-repeat: repeat-y;
}

#header {
  width: 646px;
  height: 80px;
  margin: 0 auto;
  padding: 5px 10px;
  background-image: url(../../images/template/logo.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-left: 1px solid #C600C6;
  border-right: 1px solid #C600C6;
}

#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: 190px;
}
#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;
}
#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 auto 10px auto;
}
#maincontent p a {
  border:0;
}
#maincontent p a img {
  border:0;
}


#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;
}
#event_left a.tart img{
  border:0;
}
#event_left img {
  margin-right:30px;
}
#event_left div.logos {
    margin-top:35px;
}
/* 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;
    min-height:60px;
    height:auto!important;
    height:60px;
    float:left;
}
#maketext img {
    float:left;
}
span.small {
    margin-left:-25px;
    font-size:10px;
    width:180px;
    line-height:1.3em;
    float:left;
    color:black;
}