/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 
small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#fff url(/img/header-bg.gif) repeat-x;	
	color:#000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:none;outline:none;}
a:link, a:visited {color:#b71319;}
a:hover {text-decoration:underline;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; text-align:left; font-size: 125%; line-height: 1.3; }
span.text			{ color: #101010; font-size: 120%; margin: 0; font-weight: bold; line-height: 1.3; }
ul, ol      { margin: 0 0 1.5em 3em; text-align:left; font-size: 125%; line-height: 1.3; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color:#111;
	}
h1 { font-size: 2em; }
h2, span.title { font-size: 2.2em; color: #b71319; margin-bottom: 5px; }
h2#feature { background: url(/img/feature-text.gif) no-repeat; height: 172px; width: 458px; margin-bottom: 20px; }
h2#feature span { display: none; }
h3 { font-size: 1.4em; line-height:2; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width: 960px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	}
#header {
	height: 144px;
	width: 100%;
	position: relative;
	background: url(/img/film-strip.gif) no-repeat;
	}
#content .padFix {
	padding: 20px 10px;
	}
#left {
	width: 585px;
	float: left;
	margin-bottom: 20px;
	}
#left .padFix {
	padding: 0 15px 0 0;
	}
#right {
	width: 355px;
	float: left;
	margin-bottom: 20px;
	}
.col {
	float: left;
	margin-right: 20px;
	}
.col.last {
	margin-right: 0;
	}
.col-inner, .col-inner span {
	display: block;
	}
#content .col .col-inner:hover {
	text-decoration: none;
	border: 1px solid #b71319;
	}
#content .col .col-inner {	
	background: #fff url(/img/col-bg.gif) repeat-x;
	width: 298px;
	padding: 0;
	border: 1px solid #e3e3e3;
	}
#content .col .col-inner .padFix {	
	padding: 11px 11px 17px;
	}
#footer {
	border-top: 1px solid #a6a6a6;
	margin:0 10px;
	padding:10px 0;
	}
#slideshow {
	border: 1px solid #000;
}
#slideshow img {
	display: none;
}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin:0;
	position:absolute;
	top:50px; left:10px;
	width:291px;
	}
#header h1 a {
	display:block;
	height:69px;
	background: url(/img/dark-heart-logo.gif) no-repeat;
	}
#header a span {
	display:none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	font-size: 90%;
	}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul li {
	display: inline;
	padding: 0 5px 0 10px;
	background: url(/img/footer-div.gif) no-repeat 0 50%;
	}
#footer ul li.last {
	padding-right: 0;
	}
#footer ul li.first {
	background: 0;
	}
#footer ul li a {
	color: #000;
	font-size: 90%;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 19px;
	right: 0;
	}
#top-nav li {
	float: left;
	margin-right: 12px;
	}
#top-nav li.last {
	margin-right: 0;
	}
#top-nav li a {
	display: block;
	height: 25px;
	}
#top-nav li a:hover {
	background-position: 0 -25px;
	}
ul#top-nav li a.current {
	background-position: 0 -50px;
	}
#news a {
	width: 58px;
	background: url(/img/nav/news.gif) no-repeat;
	}
#films a {
	width: 53px;
	background: url(/img/nav/films.gif) no-repeat;
	}
#television a {
	width: 97px;
	background: url(/img/nav/television.gif) no-repeat;
	}
#store a {
	width: 60px;
	background: url(/img/nav/store.gif) no-repeat;
	}
#about a {
	width: 68px;
	background: url(/img/nav/about.gif) no-repeat;
	}
#awards a {
	width: 78px;
	background: url(/img/nav/awards.gif) no-repeat;
	}
#contact a {
	width: 90px;
	background: url(/img/nav/contact.gif) no-repeat;
	}

/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/
.gallery {
	margin: 25px 0; 
	}
.gallery a {
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	}
.gallery a img {
	display: block;
	}
.gallery a:hover {
	border: 1px solid #B71319;
	}
a.about {
	float: left;
	width: 145px;
	}
a.about img {
	border: 2px solid #B71319;
	}
a.about img, a.about span, a.about {
	display: block;
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 100%;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
.seperator { height: 1px; font-size: 0; border-bottom: 1px dashed #b71319; margin: 0 200px 20px; }
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #content h1,
.sIFR-active #sub-content h1 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:27px;
	}
.sIFR-active #content h2,
.sIFR-active #sub-content h2 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:18px;
	}