/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Courier New;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 1.7em;
	color: #DDD;
}
body.main { background: #000; }
body.shadowbox-content { background: none;}

h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 28px 0;
}

h2 {
	color: #891010;
	font-family: "Lucida Grande", Lucida Sans Unicode, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 28px 0;
}

h3 {
	color: #891010;
	font-family: "Lucida Grande", Lucida Sans Unicode, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
}

p {
	line-height: 1.6em;
	margin: 0 0 1.8em;
}

.red { color: #891010; }

a,
a img {
	border: none;
}

a,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #891010;
	text-decoration: none;
}


a:focus {
	 -moz-outline:none;
	 outline: none;
}
:focus { -moz-outline-style: none; }

input[type="text"] {
	background: #666;
	border: none;
	padding: 3px;
}
input[type="text"]:hover { background: #fff; }

li {
	margin-left: 25px;
	text-indent: -25px;
}



#title {
	clear: both;
}

#nav {
	width: 510px;
	margin: 0 auto;
}

#nav a {
	position: relative;
	float: left;
	height: 10px;
	padding: 10px 30px;
	overflow: hidden;
}

#nav div {
	height: 10px;
	overflow: hidden;
}

.nav#synopsis {
	width: 69px;
	background: url(../images/synopsis.gif) top left no-repeat;
}
#nav a:hover .nav#synopsis { background: url(../images/synopsis.gif) bottom left no-repeat; }

.nav#trailer {
	width: 60px;
	background: url(../images/trailer.gif) top left no-repeat;
}
#nav a:hover .nav#trailer { background: url(../images/trailer.gif) bottom left no-repeat; }

.nav#cast-crew {
	width: 94px;
	background: url(../images/cast-crew.gif) top left no-repeat;
}
#nav a:hover .nav#cast-crew { background: url(../images/cast-crew.gif) bottom left no-repeat; }

.nav#stills {
	width: 47px;
	margin: 0;
	background: url(../images/stills.gif) top left no-repeat;
}
#nav a:hover .nav#stills { background: url(../images/stills.gif) bottom left no-repeat; }


.hidden {
	display: none;
}


#share {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 123px;
	height: 31px;
	padding: 7px 0 0 72px;
	background: url(../images/sharepad.gif) top right no-repeat;
}

#share .icon {
	float: left;
	margin-right: 6px;
}

#cannes {
	position: absolute;
	display: block;
	top: 24px;
	left: 24px;
}
