@charset "UTF-8";

/***************************
WEBSITE COLOURS:
----------------

Dark Grey: #373737;
Orange: #f05a22;
Light Grey: #f5f5f5;
Text Color: #333333;
Nav: #666666;
****************************/


html {
	background: #f5f5f5 url(../cssImages/website-background.png) top center;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:  62.5%;
	line-height: 1.4;
	color: #333333;
		
	/* Settings for footer */
	padding:0px;
	margin: 0px;
	width: 100%;
	min-width: 960px;
}

p {
	font-size: 1.3em;
}

a {
	color:#d44009;
}
a:hover {
	color:black;
}
a:focus { outline: thin solid #d44009; }





h1, h2 {
	margin-left: -10px;
	padding: 5px 10px 5px 20px;
	background-color: #f05a22;
	
	font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 2.9em;
	font-weight: normal;
	color: white;
}

h3 {
	font-family: "RamaGothicESemiBoldRegular",Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1;
}


hr {
	border: none;
	border-bottom: #f05a22 solid 1px;
	padding: 0;	
	margin: 20px 0;
}



.fixed-width {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.shadow {
	-moz-box-shadow:    6px 6px 0 0 #575757;
	-webkit-box-shadow: 6px 6px 0 0 #575757;
	box-shadow:         6px 6px 0 0 #575757;
}



#container {
   min-height:100%;
   position:relative;
}
header {
	background:white;
}
header section {
	padding: 15px 0;
	border-bottom: solid 1px #f5f5f5;
}
header #tagline {
	padding-left: 105px;	
}
header #date {
	position: absolute;
	right: 0;
	bottom: 0;
}
header #searchform {
	position: absolute;
	top: 0;
	right: 0;
}



#main {
	position: relative;
   padding:0px;
   padding-bottom:255px;   /* Height of the footer + padding */
   width: 950px;
   margin: 0 auto;
   border-top: solid 6px #373737;
}
#main a:hover {
	background: #d44009;
	color: white;	
}



footer {
   position:absolute;
   bottom:0;
   width:100%;
   min-width: 960px;
   /*height:235px;*/   /* Height of the footer */
   height: auto;
   background:#373737;
   color: white;
   
   font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
   letter-spacing: 1px;
   font-size: 1.8em;
   line-height: 1.2;
}
footer section {
	float: left;
	padding-left: 70px;
	margin-bottom: 15px;
}
footer section:first-child {
	padding-left: 0;
}
footer h3 {
	color: white;
	font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.3em;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer p {
	font-size: 1.0em;
}
footer a {
	color: white;
	/*text-decoration: none;*/
}
footer a:hover {
	color: #ff6f18;
}
footer #subscribe-form {
	width: 230px;
}
footer #subscribe-form li {
	float: left;
}
/*
.ie7 footer #subscribe-form li {
	float: none;
}
*/

footer #subscribe-form input {
	padding: 4px 2px;
	font-size: 0.7em;
	/*
font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.0em;
*/
}
footer #subscribe-form input[type=submit] {
	font-weight: bold;
	float: right;
	padding: 5px;
}
footer #subscribe-form input[type=submit]:focus { 
	outline: thin solid white; 
}
footer #subscribe-form label {
	display: block;
	width: 64px;
}
/*
.ie7 footer #subscribe-form label {
	display: inline;
	width: 40px;
}
*/


nav {
	
}
nav li {
	float: left;
	padding: 10px 60px 10px 0;
	
}
.ie7 nav li {
	padding-right: 44px;
}
nav li.last {
	padding-right:0; 
	float:right;
}
nav a {
	color: #666666;
	display: block;
	
	font-family: "RamaGothicESemiBoldRegular",Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 2.3em;
	text-transform: uppercase;
	text-decoration: none;
}
nav a:hover, nav a.current {
	color: #f05a22;
}

nav#sub-nav {
	background-color: #373737;	
	width: 150px;
	padding-bottom: 145px;
	float: left;
}
nav#sub-nav li {
	float: none;
	padding: 10px 0;
	margin: 0 15px;
	border-bottom: solid 1px white;
}

nav#sub-nav a {
	color: white;
	display: block;
	
	font-family: "RamaGothicESemiBoldRegular",Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 2.1em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;	
}
nav#sub-nav a:hover {
	background: transparent;
	color: #ff6f18;
}

nav#sub-nav li.current a {
	color: #ff6f18;
}
nav#sub-nav li a.top-level-current{
	color: #ff6f18;
}

nav#sub-nav ul li ul{
	margin-top: 10px;
}

nav#sub-nav ul li ul li {
	padding: 0 15px;
	margin: 0 -15px;
	border: none;
}
nav#sub-nav ul li ul li.current {
	background-color: #ff6f18;	
}
nav#sub-nav ul li ul li a {
	font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
	text-transform: none;
}
nav#sub-nav ul li ul li.current a,
nav#sub-nav ul li ul li.current a:hover {
	color: white;	
}



/* -- Social Media Tab -- */
#social-media-tab {
	position: absolute;
	left: -41px;
	top: 30px;
	margin: 0;
	padding: 5px 5px 0 5px;
	list-style: none;
	background-color: white;
}
#social-media-tab li {
	padding-bottom: 5px;
}
#social-media-tab li a {
	display: block;
}



/* -- Accessability Panel -- */
#accessibility {
	font-size: 1.3em;
	background-color: #373737;
	color: white;
}
#accessibility a {
	color: white;
}
#accessibility a:hover {
	color: #ff6f18;
}


#skip{
   float: left;
	margin: 10px 0 0 0;
	padding: 0;
	/*text-align: center;*/
	list-style: outside none;
}
#skip li {
	margin: 0;
	margin-right: 10px;
	padding: 0;	
	float: left;
}

/*#skip a{
	position: absolute;
	left: -99999px;
	top: 10px;
}

#skip a:focus, #skip a:active{
	position: relative;
	left: 0;
	z-index:9999;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	border: 1px dotted #f37021;

}*/

.skip-anchor,
.screen-reader {
	text-indent: -99999px;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.back-to-top {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.3em;
}


#text-resize {
	float: right;
	margin-top: 2px;
	margin-right: -7px;
}
#text-resize input {
	border: solid 1px transparent;
	background: transparent;
	color: white;	
	width: auto;
}
#text-resize input:focus {
	border: solid 1px #f37021;
}
#text-resize #jfontsize-minus {
	font-size: 1.0em;
}
#text-resize #jfontsize-plus {
	font-size: 1.5em;
}

#breadcrumbs {
	margin: 10px 0;	
	font-size: 1.2em;
}
#breadcrumbs a {
	color: #333;
}
#breadcrumbs a:hover {
	color: white;
	background: #333;
}




/* -- Advertising Panel -- */
.advert-panel p {
	border-bottom: solid 1px #333;
}
.advert-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: white;
}
.advert-panel li {
	float: left;
	padding: 10px 0 10px 10px;
}





/* -- PAGE STYLES -- */
/* DEFAULT LAYOUT */
.default section {
	float: left;
	width: 670px;
	padding: 10px 0;
	background: white;
	margin-left: 10px;
}
.default section h1,
.default section h2 {
	margin-top: 0;
	margin-bottom: 20px;	
	width: 560px;
}
.default section p {
	padding: 0 90px 0 10px;
}
.default section hr,
.default section h3 {
	margin-left: 10px;
	margin-right: 90px;	
}
.default section img {
	margin-left: 10px;
}
.default section a {
	/*margin-left: 10px;
	font-size: 1.3em;*/
}
.default section ul {
	font-size: 1.3em;
}
.default section ul.details {
	margin-left: 10px;
	margin-right: 80px;
	padding: 20px 0;
	list-style: none;
	border-top: solid 1px #f37021;
	border-bottom: solid 1px #f37021;
}
.default section ul.details li:first-child {
	text-transform: uppercase;
}


.default aside {
	float: left;
	margin-left: 20px;
	
}
.default aside article {
	background-color: white;
	width: 210px;
	padding: 20px;
	margin-bottom: 10px;
}

/* Access */
.access.default section ul {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	list-style: none;
}
.access.default section ul li {
	margin-bottom: 15px;
}
.access.default section ul li img {
	margin-bottom: 5px;
}
.access.default section ul h3 {
	margin-bottom: 0;
	margin-top: 0;
}
.access.default section ul p {
	margin-top: 0;
}

/* DEFAULT LAYOUT WITH SUBNAV */
.has-subnav #content-column {
	float: right;
	width: 770px;
}
.has-subnav #content-column section {
	float: left;
	width: 500px;
	padding: 10px 0;
	background: white;
}
.has-subnav #content-column section h1,
.has-subnav #content-column section h2 {
	margin-top: 0;
	margin-bottom: 20px;	
	width: 440px;
}
.has-subnav #content-column section p {
	padding: 0 40px 0 10px;
}
.has-subnav #content-column section hr,
.has-subnav #content-column section h3 {
	margin-left: 10px;
	margin-right: 40px;	
}

.has-subnav #content-column aside {
	float: left;
	margin-left: 10px;
	
}

.has-subnav #content-column aside article {
	background-color: white;
	width: 210px;
	padding: 20px;
	margin-bottom: 10px;
}


/* HOME */
.home #content-column {
	position: relative;
	float: left;
	width: 430px;
	margin-top: 20px;
	padding: 10px;
	padding-right: 60px;
	background: white url(../cssImages/home-content-panel-background.gif) repeat-y;
}
.home h1 {
	margin-top: 0;
	width: 405px;
}
.home #content-column p,
.home #content-column h3,
.home #content-column hr {
	margin-left: 10px;
}

.home aside {
	position: relative;
	float: right;
	width: 410px;
	margin-top: 30px;
}
.home aside article {
	height: auto;
	-moz-box-shadow:    6px 6px 0 0 #575757;
	-webkit-box-shadow: 6px 6px 0 0 #575757;
	box-shadow:         6px 6px 0 0 #575757;
	margin-bottom: 		25px;	
}
.home aside article h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.home aside #social-media-panel {
	background-color: white;	
	padding: 15px;
}
.home aside #social-media-panel h2 {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #333;
	font-family: "RamaGothicESemiBoldRegular",Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.home aside #social-media-panel ul {
	margin:0;
	padding:0;
	list-style: none;
}
.home aside #social-media-panel li {
	float: left;
	margin: 10px 5px 10px 0;
}
.home aside #social-media-panel a {
	display:block;
}
.home aside #social-media-panel a.subscribe {
	display:block;
	background: #f05a22;
	padding: 5px 12px;
	
	font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: white;
	text-decoration:none;
}
.home aside #social-media-panel a.subscribe:focus {
	border: solid 1px black;
}


/* PAGES WITH TILE LAYOUTS */
/* Program / Team / Selected Films / etc */
.tiled-content #content-column {
	float: right;
	width: 770px;
}
.tiled-content #content-column section {
	position: relative;
	background-color: white;
	width: 760px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.tiled-content #content-column section h1,
.tiled-content #content-column section h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 590px;
}
.tiled-content #content-column section.intro p {
	margin: 10px;
	margin-right: 150px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
.tiled-content #content-column section.intro p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tiled-content #content-column section p {
	margin: 0 150px 0 10px;
	font-size: 2.0em;
	font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
}
.tiled-content #content-column section strong {
	font-family: "RamaGothicESemiBoldRegular",Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.tiled-content article {
	width: 226px;
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;	
}

.tiled-content article h3 {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: solid 3px #f05a22;
}
.tiled-content article img {
	border-bottom: solid 1px #f05a22;
	padding: 5px 0;
}

.tiled-content article a {
	font-size: 1.3em;
}
.tiled-content article ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	
	border-bottom: solid 1px #f05a22;
	font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
.tiled-content article li {
	margin: -5px 0;
	padding: 0;
}
.tiled-content article li strong {
	font-family: "RamaGothicESemiBoldRegular",Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.tiled-content article li:first-child {
	text-transform: uppercase;
}

/* Selected Films - Two columns instead of three */
.tiled-content.two-column article {
	width: 354px;
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;	
}
.tiled-content.two-column article a {
	margin-top: 20px;
}
.tiled-content.two-column .mejs-container {
	margin-top: 10px;
}

/* Tiled layout without sub nav */
.tiled-content.no-nav #content-column {
	float: none;
	margin-left: 10px;
}

/* Event Styles */
.event.tiled-content #content-column section {
	margin-bottom: 40px;
}
.event.tiled-content #content-column section p.details {
	margin: 0 150px 10px 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #f05a22;
	font-size: 2.0em;
	font-family: "RamaGothicELightRegular",Arial, Helvetica, sans-serif;
}
.event.tiled-content #content-column section p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.event.tiled-content #content-column section p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.event.tiled-content #content-column section a {
	font-size: 1.3em;
	margin-left: 10px;
}
.event.tiled-content #content-column section img {
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #f05a22;
}

/* LANDING PAGES WITH 3 COLUMN LAYOUTS */
/* Program Landing Page */
.three-col-landing #content-column {
	float: right;
	width: 790px;
}
.three-col-landing #content-column section {
	position: relative;
	background-color: white;
	width: 760px;
	padding: 10px 0;
	margin-bottom: 30px;
	margin-left: 20px;
}
.three-col-landing .links li {
	margin-bottom: 0;
}
.three-col-landing #content-column section h1,
.three-col-landing #content-column section h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 590px;
}
.three-col-landing #content-column section.intro p {
	margin: 10px;
	margin-right: 150px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

.three-col-landing #breadcrumbs {
	margin-left: 20px;	
}
.three-col-landing article {
	width: 240px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.ie8 .three-col-landing article {
	width: 234px;
}
.three-col-landing article h2 {
	margin-top: 0;
	margin-bottom: 0;
	width: 215px;
}
.three-col-landing article div {
	background: white;
	padding: 20px 10px 20px 10px;
}
.three-col-landing article a {
	font-size: 1.3em;
}


/* ABOUT PAGE */
.about #content-column {
	float: right;
	width: 770px;
}
.about .large-panel {
	margin-bottom: 20px;
}
.about .large-panel h2 {
	width: 360px;	
	margin-top: 0;
	margin-bottom: 0;
}
.about .large-panel div {
	margin-top: 6px;
	padding: 10px;
	background-color: white;
}
.about .large-panel a {
	font-size: 1.3em;
}

.about .small-panel {
	width: 375px;
	float: left;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;	
	margin-right: 20px;
}
.about .small-panel.last {
	margin-right: 0;	
}
.about .small-panel h2 {
	width: 300px;	
	margin-top: 0;
	margin-bottom: 0;
}
.about .small-panel p {
	padding: 10px;
}
.about .small-panel a {
	margin: 10px;
	font-size: 1.3em;
}
.about .thumb-gallery {
	margin:0;
	padding:0;
	list-style: none;
	width: 760px;
	background-color: #e7e7e7;
}
.about .thumb-gallery li {
	float: left;
}


/* Links List */
ul.links {
	width: 570px;
	margin: 30px 0 0px 10px;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}
ul.links li {
	margin-bottom: 10px;
}



/* -- FORM ELEMENT STYLES -- */
input, textarea {
	color: 666666;
	padding:5px;
	width:160px;
	border: solid 1px #c9c9c9;
	background-color: #f1f1f1;
	margin-bottom: 4px;
	font-size: 1.2em;
}
input[type=submit] {
	width: auto;
	background-color: #f05a22;
	border: solid 1px #f05a22;
	
	color: white;
	font-weight: bold;
	text-transform: uppercase;	
}

input:focus {
	border: solid 1px #f37021;
}
input[type=submit]:focus {
	border: solid 1px black;
}

::-webkit-input-placeholder{
   color: #666666;
   font-style: italic;
}
:-moz-placeholder {
   color: #666666;
   font-style: italic;
}

/* Contact Page Form */
.gform_fields {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
.gform_fields li {
	margin-bottom: 10px;
}
.gform_fields input,
.gform_fields textarea {
	width: 250px;
	font-size: 1.0em;
}
.gform_fields textarea {
	height: 100px;
}
.gfield_required {
	display: none;
}
.gform_button {
	margin-left: 10px;
	margin-top: 10px;
}

.validation_error {
	font-size: 1.3em;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 250px;
}
.gfield_error input,
.gfield_error textarea {
	border: solid 1px red;
}
#gforms_confirmation_message {
	font-size: 1.3em;
	margin-left: 10px;
}





.clear {clear: both;}


/* Caramel Footer */
#caramelWeblinkLogo {
	position:absolute;
	bottom: 10px;
	right: 10px;
	overflow:hidden;
	width:74px;
	height:28px;
}
#caramelWeblinkLogo a {
	position:absolute;
	top:-29px;
	left:0px;
}
