/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/body-bg.jpg) no-repeat top center #000;
	color: #333;
	overflow-x:hidden;
}
p {
	line-height:1.5em;
	margin:5px 0 20px 0;
}
strong {
	color:#000;
}
ul {
	list-style: disc;
	margin-left:15px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	text-decoration: none;
	color:#bf9b07;
}
a:hover {
	color:#000;
}
a.more {
	background-color:#000;
	color:#ffe905;
	padding:3px;
	font-weight:bold;
}
a.more:hover {
	background:transparent;
	color:#000;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	text-transform: uppercase;
	color:#232321;
	letter-spacing: -1px;
	font-size:28px;
	font-family: Century Gothic, sans-serif;
}
h2 {
	color:#000;
	text-transform: uppercase;
	margin-top:5px;
	font-size:15px;
	font-family: Century Gothic, sans-serif;
	margin-bottom:10px;
}

h3 {}
h4 {}
h5 {}
#featured h3 {
	padding:3px;
	font-size:10px;
	background-color:#000;
	color:#fffff4;
	text-transform: uppercase;
	margin-top:5px;
}
#featured{
	margin-bottom:10px;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin:auto;
	width:960px;
	position:relative;
}
#header {
	height:180px;
}
#logo {
	height:130px;
	width:278px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#nav {
	height:60px;
	position:absolute;
	width:627px;
	top:56px;
	right:17px;
}
#nav a img {
	height:43px;
	float:left;
	display:block;
	line-height:1px;
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/nav.jpg) no-repeat;
}
#nav a.a img {background-position:0 0;width:67px;}
#nav a.b img {background-position:-67px 0;width:95px;}
#nav a.c img {background-position:-162px 0;width:70px;}
#nav a.d img {background-position:-232px 0;width:90px;}
#nav a.e img {background-position:-322px 0;width:50px;}
#nav a.f img {background-position:-372px 0;width:131px;}
#nav a.g img {background-position:-503px 0;width:124px;}

#nav a img.current {height:60px;}

#nav a.a img.current {background-position:0 -60px;}
#nav a.b img.current {background-position:-67px -60px;}
#nav a.c img.current {background-position:-162px -60px;}
#nav a.d img.current {background-position:-232px -60px;}
#nav a.e img.current {background-position:-322px -60px;}
#nav a.f img.current {background-position:-372px -60px;}
#nav a.g img.current {background-position:-503px -60px;}

#subnav {
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/subnav-dots.gif) repeat-x;
	color: #333333;
	font-family: Century Gothic, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
#subnav a {
	color:#231f20;
}
#subnav ul {
	list-style: none;
	margin:0;
	height:35px;
}
#subnav li {
	float:left;
	display:inline;
	height:31px;
	padding:0 10px;
	line-height:20px;
	margin-top:4px;
}
#subnav li.current {
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/subnav-current.gif) no-repeat;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#page-wrap {
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/page-bg.png) repeat-y;
	width:962px;
	position:relative;
	min-height:480px;
  	height:auto !important;
  	height:480px;
}
.padding {
	padding:0 15px;
}
.splash-bg {background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/splash-bg.jpg) no-repeat 15px 0;}
#welcome {
	width:594px;
	float:left;
}
#rightcolumn {
	float:right;
	width:312px;
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/dot.gif) repeat-y;
}
#leftcolumn {
	float:left;
	width:356px;
	margin-right:15px;
}
#leftcolumn.half,
#rightcolumn.half {
	width:48%;
}
#rightcolumn .padding {
	padding:0 0 0 15px;
}
#welcome p{
	font-weight:bold;
	line-height:1.9em;
}
.secondary {
	font-size:11px;
}
#featured p{
	background:#ecece2;
	border:solid 7px #ecece2;
	line-height:1.3em;
	min-height:82px;
	height:auto !important;
  	height:82px;
	margin:1px 0 8px;
}
#featured p img {
	float:left;
	margin-right:7px;
}
#banner {
	margin:-10px 0 5px 0;
}
p.thum {
	border:solid 10px #ecece2;
	background-color:#ecece2;
	float:left;
	width:108px;
	height:131px;
	/*overflow:hidden;*/
	margin:0 6px 6px 0;
	color:#231f20;
	font-weight:bold;
	text-transform: uppercase;
	line-height:1.2em;
	font-size:10px;
	display:inline;
	position:relative;
	cursor: pointer;
}
p.thum.last {
	margin-right:0;
}
p.blurb {
	float:left;
	height:151px;
	overflow:hidden;
	width:256px;
	margin:0 6px;
	font-weight:bold;
	line-height:1.7em;
}
p.thum.hover {
	background-color:#FFE46F;
	border-color:#FFE46F;
}
.tooltip {
	position:absolute;
	width:324px;
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/tooltip-bg.png) center bottom;
	z-index: 9999;
	padding:10px 10px 20px 10px;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
	left:-105%;
	top:-90%;
	text-align: justify;
	display:none;
	z-index:9999;
}
.tooltip.short {top:-78%;}
.tooltip.long {top:-112%;}
.tooltip small {
	display:block;
	color:#231F20;
	background-color:#fff;
	padding:2px;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
	margin-bottom:3px;
}
.tooltip.btm {
	height:auto;
	bottom:-90px;
	top:auto;
	padding:20px 10px 10px 10px;
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/tooltip-bg-btm.png) center top;
}
.main {
	float:left;
	width:400px;
	padding-right:10px;
}
.images {
	float:right;
	width:498px;
	height:326px;
	background-color:#ecece2;
	margin:10px 2px 0 0;
}
.images.poster {
	float:right;
	height:367px;
	margin:0 50px 0 0;
	width:440px;
	background-color:transparent;
}
.images.art {
	border:solid 15px #ecece2;
	width:377px;
	height:504px;
	margin-right:55px;
}
.images.backlit {
	height:442px;
	margin-right:155px;
	width:210px;
	background:transparent;
}
.images.posters {
	height:497px;
	margin-right:155px;
	width:295px;
	background:transparent;
	margin-bottom:20px;
}
.images ul {
	list-style:none;
	margin:15px;
}
.images.art ul {
	margin:0;
}
#leftcolumn.wide {width:655px;}
#rightcolumn.skinny {width:259px;font-size:11px;}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#signup {
	position:absolute;
	height:36px;
	width:340px;
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/email-signup.png) no-repeat;
	right:20px;
	top:13px;
}
* html #signup {
	background-image:url(img/email-signup-ie.png);
}
#signup .text {
	border:none;
	background:transparent;
	height:16px;
	width:134px;
	left:146px;
	top:9px;
	color:#333;
	position:relative;
	z-index: 999;
}
#signup .submit {
	top:14px;
	right:10px;
	position:absolute;
}

/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#lightbox {
	list-style: none;
	float:left;
	width:183px;
	height:415px;
	overflow:hidden;
	margin:10px 20px 0 3px;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#page-btm {
	height:35px;
	width:992px;
	margin:0 auto 50px auto;
	background:url(http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/page-btm.png) no-repeat 1px 0;
}
* html #page-btm {
	background-image:none;
	background-position:0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://2e3324aadc6ee1828f78a2fde756372a92f6cd03.gripelements.com/img/page-btm.png", sizingMethod="crop");
}
#footer {
	width:960px;
	margin:auto;
	color:#7e7e7e;
}
#footer .address {
	float:left;
	width:300px;
	font-size:11px;
	text-transform: uppercase;
}
#footer a {
	color:#8a8a84;
}
#sitemap {
	float:right;
	width:600px;
	margin-top:30px;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px;
}
#sitemap a {color:#eee;}
#sitemap a:hover {color:#ccc;}
#sitemap ul {
	list-style: none;
	margin:0;
}
#sitemap li {
	display:inline;
	float:right;
	padding:5px;
}
