/*= Variables
*******************************************/
@variables color {
   primary: #b80019;
   links: #C5001B;
   menu: #C5001B;
}

/*= GLOBAL
*******************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 0;
}
#container {
	position:relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#goto-content {
	display: none;
}
a, a:visited, a:link, a:active, a:hover {
	color: #C5001B;
	outline: none; /* stop the dots */
}
a:hover {
	text-decoration: none;
	color: #C5001B;
}

a img, a:hover img {
	border:none;
}

/*= HEADER
*******************************************/
div#title {
	font-size: 18px;
	color:#999999;
	position: relative;
	left: 115px;
	margin: 8px 0;
	width: 75%;
    font-family: "Helvetica Condensed Bold", Helvetica, Arial, sans-serif; 
}
div#title em {
	font-size: 14px;
}
#strapline {
	color: #999;
	position: relative;
	top: 8px;
	left: 15px;
}

#header {
	border: 1px solid #eee;
	float: left;
	height: 90px;
	width: 958px;
}

#icons {
	float: right;
	padding: 2px 8px 0 0;
}
#icons a img {
	padding: 0 3px;
    opacity: 0.6;
}
#icons a:hover img {
    opacity: 1;
}

/*= BRANDING
*******************************************/
#branding img {
	border: 0;
}
#branding {
	width: 101px;
	height: 110px;
	position: relative;
	top: -30px;
	left: 5px;
	float: left;
}
/*= SITE TOOLS
*******************************************/
#search {
	float: right;
	padding: 10px 10px;
}
#search form {
	margin: 0;
	padding: 0;
}
#search #search-input,
#search #s {
	border: 1px solid #ccc;
	margin-bottom: 6px;
	margin-right: 3px;
	color: #999;
}
#search input.submit {
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
	right: -1px;
}

/*= NAV PRIMARY
*******************************************/
ul#nav-primary {
	position: absolute;
	top:100px;
	left:107px;
	list-style:none;
	margin: 0;
	margin-top:0;
	padding: 0;
	float: right;
	display: inline;
	width: 830px;
}

/* Target Safari */
/*
html[xmlns*=""] body ul#nav-primary {
	margin-top: -17px;
}
*/

ul#nav-primary li {
	float:left;
	background: url(../img/primary-nav-divider.gif) 100% 30% no-repeat;
}

ul#nav-primary li:last-child,
ul#nav-primary li.last_item {
	background: none;
}

ul#nav-primary li a, ul#nav-primary li a:link, ul#nav-primary li a:active, ul#nav-primary li a:visited {
	padding-bottom: 4px;
	margin: 0 12px;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
}
ul#nav-primary li a:hover {
	color:#000;	
	border-bottom: 3px solid #C5001B;
}
body.home ul#nav-primary li.home a, 
body.films ul#nav-primary li.films a, 
body.tickets ul#nav-primary li.tickets a, 
body.about ul#nav-primary li.about a, 
body.news ul#nav-primary li.news a, 
body.sponsors ul#nav-primary li.sponsors a, 
body.venues ul#nav-primary li.venues a, 
body.contact ul#nav-primary li.contact a {

	color: #000;
	border-bottom: 3px solid #ccff33;
}

ul#nav-primary li.current_page_item a {
	color: #C5001B;
	border-bottom: 3px solid #C5001B;
}

/* = NAV SECONDARY
*******************************************/
ul.nav-secondary {
    list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.nav-secondary li {
	margin: 4px 0;
}

/*= BANNER
*******************************************/
#homepage-banner {
	float: left;
	margin-top: 6px;
	font-size: 11px;
	width: 960px;
}
#banner-image {
	width: 590px;
	overflow: hidden;
	height: 186px;
	margin-bottom:3px;
}
#banner-image img {
	margin-right: 5px;
}
#calendar {
	float: right;
	width: 365px;
}
#calendar h2 {
    padding-top: 4px;
	padding-bottom: 7px;
	margin-bottom: 4px;
}
#calendar p {
	font-size: 1.125em;
	line-height: 1.5em;
}
#calendar-table {
	float: right;
	padding: 0px;
	margin-left: 10px;
}
#calendar-table td {
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background-color:#EEE;
	margin: 0;
	padding: 3px;
	font-size: 10px;
}
#calendar-table td a {
	text-decoration: none;
	color: #000;
	color:#fff;
}
#calendar-table td.calendar-highlight {
	font-weight: bold;
	
	border-top: 1px solid #b80019;
    border-left: 1px solid #b80019;
	background-color: #C5001B;
}

#calendar-film {
	float: left;
	width: 180px;
	display: inline;
}

#calendar-film p {
	padding-top: 0;
	margin-top: 0px;
	line-height:150%;
	margin-bottom: 4px;
}
#calendar-film p strong a {
	color:#000;
	text-decoration: none;
}
#calendar-film p strong a:hover {
	color: #cc9900;
	text-decoration: underline;
}
#calendar-film p em {
	color:#999;
	font-style:normal;
}
#random-event {
    font-size: 90%;
    padding:5px 5px 0 10px;
}

/*= COLUMNS
*******************************************/
#content-left-col {
	position: relative;
	float: left;
	width: 586px;
}

#content-right-col {
	width: 365px;
	float: right;
/* edited by S24 July 09 */
	border-left:solid 1px #bfd9d9;
/*
	padding-left:2px;
*/

/*
	background-color: #f6f6f6;
*/

}

#content-right-col ul{
	margin:0;
	padding:0;
}

#content-right-col ul li{
	list-style:none;
}

#content-right-col ul li ul{
	margin-left:10px;
	margin-bottom: 10px;
}

/* Default link styles */
#content-right-col a {
	text-decoration: none;
}

#content-right-col a:hover {
	text-decoration: underline;
}

/*= CONTENT PRIMARY
*******************************************/
h1, h2 {
/* edited by S24 July 09 */
	/*
background-color: #eee;
*/
	border-bottom: 1px solid #ccc;
	font-family: "Helvetica Condensed Bold", "Helvetica Condensed", Helvetica, Arial, sans-serif; 
	padding: 17px 0 8px 10px;
	margin: 0 0 7px 0;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color:#006666;	
    
	
/* added by S24 July 09 */
	font-weight: bold;
	color:#000;
	padding-right:100px;
    
	font-family: "Helvetica Condensed Bold", "Helvetica Condensed", Helvetica, Arial, sans-serif; 
}

h2 {
    font-size: 18px;
    color: #444;
}

/* added by S24 July 09 */
div#content-right-col h2 {
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
    color:#666;
	font-weight: normal;
}

#content-right-col p {
	padding-left: 10px;	
}

div#content-left-col .homepage-intro h2 {
    background: none;
    font-weight: bold;
    line-height: 80%;
    padding-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom:0;
}

#content {
	clear: both;
	float: left;
	border-top: 6px solid #b80019;
	margin-top: 3px;
	padding-top: 6px;
	line-height: 170%;
	width: 100%
}
.rss-feed {
	float: right;
	clear: both;
	margin-top: -32px;
/* edited by S24 July 09 */
	margin-top: -35px;
	margin-right: 8px;
}
.rss-feed img {
	vertical-align: middle;
	border:0;
	padding-bottom: 3px;
	margin-right: 5px;
}
.rss-feed a {
	color:#333;	
	text-decoration: none;
	padding-top: 2px;
	font-size: 11px;
}

#certification {
    float: right;
    padding: 0 1em 0 1em;
}


/*= SITE INFO
*******************************************/

#site-info {
	border-top: 6px solid #b80019;
	margin-top: 10px;
	padding-top: 6px;
	width: 100%;
	float: left;
	clear: both;
	font-size: 11px;
}


#site-info p#site-info-img {
	margin-left: 10px;
	float: left;
}
#site-info p#site-info-txt {
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 60px;
}
#site-info ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0pt;
	margin-left: 55px;
}
#site-info li {
	float: left;
	padding:0 6px 0 0;
	margin: 0 0 3px 5px;
	background: url(../img/site-info-divider.gif) 100% 100% no-repeat;
}
#site-info li.last-item {
	background: none;
}
#site-info p#site-info-s24 {
	float: right;
	margin: 5px;
	margin-right: 10px;
}
#site-info p#funded-by {
	float: right;
	margin: 5px 5px 0 0;
	width: 470px;
	text-align: right;
}
#site-info p#funded-by img {
	border: 0;
	margin: 0 0 15px 15px;
}


/* Twitter widget */
.widget_twitter h2 a {
	color: #666;
}
.widget_twitter h2 a:hover {
	color: #C5001B;
}

.widget_twitter ul {
	padding: 0;
	margin: 0;
}
ul.tweets li {
	border-bottom: 1px solid #DDD;
	padding: 4px 0 5px 2px;
	margin-bottom: 10px;
	min-height: 3em;
}
ul.tweets a {
	text-decoration: none;
}
ul.tweets a:hover {
	text-decoration: underline;
}
ul.tweets a.timesince {
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
	float: right;
	margin-top: 5px;
}
ul.tweets a.timesince:hover { 
	color: #C5001B;
}

/* Right-col UL */
#content-right-col .archive-links ul,
.widget_recent_entries ul {
	margin-left: 10px;
}

.archive-links ul li,
.widget_recent_entries ul li {
	padding-left: 12px;
	background:transparent url(../img/sml-arrow.gif) no-repeat scroll left 6px;
}


