#flash_notice, #flash_error, #flash_warning {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_warning {
  background-color: #DD9A24;
  border: solid 1px #DD9A24;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.clear {
  clear: both;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}
#errorExplanation ul {
  margin: 2px 24px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}


body {
  margin: 0;
  color: #fff;
  background: #c71b1b;
  font: normal 14px/18px Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
p {
  margin: 0 0 1em 0;
}
img {
  border: 0;
}
a {
  color: #fff;
  font-weight: bold;
}
a:hover {
  color: #c71b1b;
  background: #fff;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  display: inline;
}
#header, #content {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#header {
  height: 140px;
  overflow: hidden;
}
/* Logo */
#logo {
  position: absolute;
  top: 20px;
  width: 240px;
  height: 100px;
  background: url(images/logo.png);
}
#logo h1 {
  height: 0;
  overflow: hidden;
}
/* Navigation Bar */
#nav {
  margin: 20px 0;
  float: right;
}
#nav li a {
  padding-top: 120px;
  height: 0;
  border: none;
  background-image: url(images/nav-buttons.png);
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
  float: left;
}
#nav li#nav-home a { width: 89px; background-position: 0 0; }
#nav li#nav-the-films a { width: 128px; background-position: -89px 0; }
#nav li#nav-tickets a { width: 105px; background-position: -217px 0; }

#nav li#nav-where-to-go a { width: 134px; background-position: -322px 0; }
/*
 *#nav li#nav-where-to-go a { width: 154px; background-position: -322px 0; }
 *#nav li#nav-sponsors a { width: 110px; background-position: -476px 0; }
 */

#nav li#nav-home a:hover { width: 89px; background-position: 0 -120px; }
#nav li#nav-the-films a:hover { width: 128px; background-position: -89px -120px; }
#nav li#nav-tickets a:hover { width: 105px; background-position: -217px -120px; }

#nav li#nav-where-to-go a:hover { width: 134px; background-position: -322px -120px; }
/*
 *#nav li#nav-where-to-go a:hover { width: 154px; background-position: -322px -120px; }
 *#nav li#nav-sponsors a:hover { width: 110px; background-position: -476px -120px; }
 */
/* Image Carousel */
#carousel, #banner {
  height: 360px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner img {
  width: 100%;
  min-width: 960px;
}
#headblock {
  margin-bottom: 18px;
  display: block;
}
#film-carousel {
  width: 100%;
  height: 360px;
  margin: 0 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  background: #000;
}
#film-carousel .reel {
  width: 38400px;
  display: block;
  position: relative;
}
#film-carousel .image {
  width: 1280px;
  position: relative;
  float: left;
}
#film-carousel .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 40px;
  background: #000;
  opacity: 0.70;
  display: none;
}
#film-carousel .image-overlay h3 {
  margin: 10px 20px 0;
  float: left;
}
#film-carousel-controls {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 10px 20px;
  height: 20px;
  line-height: 24px;
  background: #000;
  opacity: 0.70;
  display: none;
}
#film-carousel-controls a {
  padding: 4px 6px;
  font-weight: normal;
  text-decoration: none;
}
#film-carousel-controls a.active {
  font-size: 20px;
  font-weight: bold;
}
#headblock a.prev {
  line-height: 24px;
  padding: 0 8px 0 0;
}
#headblock a.next {
  line-height: 24px;
  padding: 0 0 0 8px;
}
/* News */
#news {
  margin: 20px 0 0;
  width: 1000px;
}
.article {
  float: left;
  height: 30em;
  width: 300px;
  margin-right: 30px;
}
.article h2 {
  margin: 0;
}
.post-header {
  margin: 0 0 1em 0;
  font-size: 10px;
  overflow: hidden;
}
.post .actions {
  float: right;
}
#full-article {
  width: 640px;
  margin-top: 80px;
  float: right;
}
#full-article .post-header {
  margin: 0 0 1em 0;
  text-align: right;
}
#full-article h2 {
  position: relative;
  right: 0;
  width: 640px;
  float: right;
}
#full-article .details {
  clear: both;
}
/* The Films */
.programme {
  margin: 80px 0 0;
}
.programme .overview {
  overflow: auto;
}
.programme h2, .summary h2, #full-article h2 {
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.programme h3 {
  margin: 0;
  font-size: 14px;
}
.programme .description {
  width: 400px;
}
.programme-even h2, .programme-even .description {
  text-align: right;
  float: right;
  clear: both;
}
.film-list {
  width: 1000px;
  overflow: hidden;
}
.film-list .entry {
  float: left;
  width: 300px;
  height: 220px;
  margin: 30px 30px 0 0;
  display: block;
}
.film-list .entry:hover {
  background: #fff;
}
.film-list a {
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.programme-even .entry {
  text-align: right;
}
#banner .film {
  position: relative;
  height: 0;
  top: 80px;
  width: 960px;
  margin: 0 auto;
  background: green;
  z-index: 10;
}
.summary {
  text-align: right;
}
.summary .description {
  width: 480px;
  float: right;
}
#content .film {
  width: 1000px;
  margin: 20px 0 0;
}
#content .film .details {
  float: left;
  width: 220px;
  padding-right: 10px;
  text-align: right;
}
#content .film .director {
  font-weight: bold;
}
#content .film .language {
  padding: 20px 0 0;
}
#content .film .description {
  float: left;
  width: 380px;
  padding: 0 10px;
}
.film .media {
  width: 330px;
  float: left;
  padding: 0 10px;
}
.film .gallery {
  padding: 20px 0 0;
}
.film .gallery li {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
}
.film .gallery a, .film .gallery a:hover {
  text-decoration: none;
  background: transparent;
}
.film .gallery div.actions {
  position: absolute;
  height: 30px;
  min-width: 60px;
  top: 0;
  right: 0;
}
.film .gallery div.actions a {
  font-size: 0.75em;
  line-height: 0.75em;
  border: none;
  float: right;
  color: #fff !important;
}


div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(images/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(images/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(images/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(images/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancy_shadow_nw.png) no-repeat;
}
