/* CSS Document */

/* Basic Big Blocks
------------------------------------------------ */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#666666;
}

body {
	width: 1000px;
	height:auto!important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/SexAndDeath_theList.jpg);
	background-position:center 15px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

p,div,img,dd,dt,object,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	/*background: blue;*/
}


/* Layout — Containers and Wrappers
------------------------------------------------ */
#container {
	position: relative;
	width: 100%;
/*	background: purple;*/
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
/*	background: pink;*/
	padding: 0 0 50px 0;
}
#nav_wrapper {
	position: relative;
	width: 100%;
	z-index:100;
}

#nav {
	position: relative;
	height: 50px;
	width: 1000px;
	margin: 0 auto;
	background-image: url(../gif/mainnav_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#flashcontent {
		border: solid 1px #000;
		width: 300px;
		height: 300px;
		margin: 15px 20px;
		background: #ffffff;
		color: #ff0000;
}

#content_wrapper {
	position:relative;
	width:1000px;
	height: auto;	
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#content_left {
	position: relative;
	width: 405px;
	height: auto;
	float: left;
	padding: 0 0 0 40px;

}

#content_right {
	position: relative;
	width: 505px;
	height: auto;
	float: right;
	padding: 0 40px 20px 0;
/*	background: green;*/
}

#title {
	padding: 0 0 30px 0;
}

#subnav_left {
	float: right;
	position: relative;
	padding-right: 3px;
}

#subnav_right {
	position: relative;
	padding: 62px 0 0 0;

}

.content {
	position: relative;
	background-image: url(../gif/blacklines.gif);
	background-position:top center;
	border-bottom: black 3px solid;
	width: 460px;
	height: auto;
	background-color: #e61b23;
	padding: 20px 20px 0 20px;
}

#footer_wrapper {
	position: relative;
	width:1000px;
	padding:0px;
	margin:0px;
	border:0px;
	/*background-color: yellow;*/
}



/* Text Styles — Headlines, Subheads, Body, List, Links
------------------------------------------------------------ */

* {font-family:Arial, Helvetica, sans-serif; font-size: 12px; }

a {
	color: #000000;
	text-decoration: none;
}
.content a {
	color: #ffffff;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.content a:hover {
	color: #000000;
}

#footer_wrapper p {
	text-align: center;
}

h4 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px #000000 solid;
	font-weight: normal;
}

h5 {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px #000000 solid;
}

.source {
	color: #ffffff;
	font-size: 15px;
}


#press_test .content p {
	text-align:left;
	padding: 5px 0 25px 0;
	
}

.content p {
	font-size: 13px;
	color: #ffffff;
	padding: 0 0 15px 0;
	line-height: 18px;
}


.content .plussize {
	font-size: 14px;
}
.content_first:first-letter {
	font-size: 55px;
	float: left;
	line-height: 1em;
	margin: -9px 5px 0 0;
}

#subnav_left ul, #subnav_right ul {
	list-style-type: none;
	list-style-image: none;
}

#subnav_right li {
	display: inline;
	padding: 0 1px 0 0;
}
.profile_img {
	float:left;
	border: 2px solid #000000;
	margin-right: 10px;
}
.movietitle {
	font-style:oblique;
}
li {
	text-decoration: none;
	list-style-type: none;
}
.links {
	background-color: #ffffff;
	padding: 10px 0 10px 0;

}
.redline {
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 10px;
}
.logos {
	position: relative;
	left: -75px;
	padding: 0 10px 20px 20px;
	margin: 10px 0 0 0;
	text-align:center;
}

.logos img {
	vertical-align: top;
	/*margin: 7px 0 0 0;*/
}
.logos .ratings {
	position: absolute;
	top: 6px;
	left: 750px; *left: 506px;
	text-align:left;
	font-size: 10px;
	line-height: 12px;
		
}

.logos .ratings a:hover {
	color: #FF0000;
	text-decoration: none;
}

.logos .starz {
	position: absolute;
	top: 57px;
	left: 561px; *left: 315px;
	line-height: 13px;
	text-align:left;
	font-size: 10px;

}
.ratingfont {
	font-size: 9px;
}
.logos .center {
	margin: 7px 17px 0 0;
}
.comingsoon {
	font-size: 20px;
	font-weight: normal;
}

/* home page 
---------------------- */
#home {
	width: 1000px;
	height:auto!important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	background-image:none;
	/*background-image: url(../jpg/SexAndDeath_list_home2.jpg);
	background-position:center 50px;
	background-repeat:no-repeat;*/
}

#home #content_wrapper {
	padding: 0 0 0 0;
	height: 835px;
}
#home #title {
	position: absolute;
	top: 80px;
	left: 80px;
	
}
#home #content_left {
	padding: 0 0 0 0;
	float: none;
}

/*#home #content_right {
	text-align: right;
	padding: 200px 0 0 0;
	height: 660px;
}*/

/*#home #wrapper {
	padding: 0 0 0 0;
	z-index: 10;
}*/

/* Sypnosis and Trivia Page 
----------------------------- */
#synopsis {
	width: 1000px;
	height:auto!important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/SexAndDeath_List_1.jpg);
	background-position:center 18px;
	background-repeat:no-repeat;
}

#synopsis #content_wrapper, #trivia #content_wrapper {
	/*background-image: url(../jpg/SexAndDeath_List_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;*/
}
#synopsis #content_left, #trivia #content_left {
	padding-bottom: 400px;
}

#trivia {
	width: 1000px;
	height:auto!important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/SexAndDeath_List_5.jpg);
	background-position:center 18px;
	background-repeat:no-repeat;
}


#trivia .content ul {
	color: #ffffff;
	padding: 0 0 20px 15px;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
#trivia .content li {
	list-style-image:url(../gif/bullet.gif);
	line-height: 18px;
	font-size: 13px;
}


/* Crew page 
---------------------------- */

.crew_picture {
	border: 2px solid #e61b23;
	margin: 0 0 10px 57px;
}

/* Cast page 
---------------------------- */

#cast .content {
	margin-bottom: 15px;
}

#cast #content_left {
	padding-bottom: 200px;
}

#cast #content_left li {
	display:inline;
	padding: 20px 0 0 15px;
}

.copyright {
	font-size: 10px;
	padding-bottom: 10px;
}
#cast #content_left p {
	padding: 15px 0 0 15px;
}

/* Videos and images page 
---------------------------- */
#test #content_wrapper {
	background-image: url(../jpg/SexAndDeath_list_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0 0 0 0;
	height: 865px;
}

#videos #title, #images #title {
	position: absolute;
	top: 0px;
	left: 45px;	
}

#videos #content_left {
	padding: 105px 0 0 45px;
}

#images #content_left {
	padding: 110px 0 0 45px;
}

#videos #subnav_left {
	position: absolute;
	top: 62px;
	left: 465px;
	width: 600px;
}
#images #subnav_left {
	position: absolute;
	top: 63px;
	left: 468px;
	width: 600px;
}

#videos #subnav_left li, #images #subnav_left li {
	padding: 0 4px 0 0;
	display: inline;
}

/*#videos #content_left {
	position: absolute;
	left: 45px;
	width: auto;
	height: auto;
	top: 60px;
	padding: 0;
	z-index: 10;
	float:none;
}
#video_wrapper { 
	position: absolute;
	top: 150px;
}

#videos #subnav_left {
	position: absolute;
	margin: 62px 0 0 400px;
}
#videos #subnav_left li {
	float: left;
	padding: 0 4px 0 0;
}*/
	
/* press */
#press #content_left {
	padding-bottom: 300px;
}

#press .content {
	text-align:center;
} 	
	
#press_test #subnav_left {
	float: none;
	text-align:center;
	margin: 30px 0 0 -20px;
}

#kit #subnav_left {
	float: none;
	text-align:center;
	margin: 30px 0 0 -20px;
}

#kit #downloadsleft {
	width: 230px;
	position: relative;
	margin: 15px 0 0 0; *margin: 15px 0 0 0;
	float: left;
	text-align:left;
}

#kit #downloadsright {
	width: 230px;
	position: relative;
	float: right;
	margin: 15px 0 0 0; *margin: 15px 0 0 0;
	text-align:right;
}

#kit .content p {
	padding: 3px 0 6px 0;
}

#kit #downloadsleft p, #kit #downloadsright p {
	padding: 0 0 17px 0; *padding: 0 0 20px 0;
	line-height: 14px;
}

/* downloads page 
---------------------------- */
#wallpapers, #poster, #screensavers {
	width: 1000px;
	height:auto!important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/SexAndDeath_List_2.jpg);
	background-position:center 18px;
	background-repeat:no-repeat;
}

#wallpapers #content_wrapper, #poster #content_wrapper, #screensavers #content_wrapper {
	/*background-image: url(../jpg/SexAndDeath_List_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	height: 771px;
}

#wallpapers #content_right, #screensavers #content_right {
	padding-top: 62px; *padding-top: 64px;
}

#wallpapers .content, #screensavers .content {
	padding: 0 20px 0 20px;
}


#downloadsleft {
	width: 210px;
	position: relative;
	margin: 28px 0 0 10px; *margin: 28px 0 0 5px;
	float: left;
	text-align:center;
}

#downloadsright {
	width: 210px;
	position: relative;
	float: right;
	margin: 28px 10px 0 0; *margin: 28px 5px 0 0;
	text-align:center;
}

#wallpapers #content_right a, #screensavers #content_right a {
	color: #ffffff;
	text-decoration: none;
}

#wallpapers #content_right a:hover, #screensavers #content_right a:hover  {
	text-decoration: underline;
}

#poster #content_right .content img {
	padding-left: 22px;
}

#poster .content {
	padding-top: 35px;
	height: 650px;
}

/* showtimes page 
---------------------------- */
#showtimes {
	width: 1000px;
	height:auto!important;/* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	background-image: url(../jpg/SexAndDeath_List_3.jpg);
	background-position:center 18px;
	background-repeat:no-repeat;
}

#showtimes #content_wrapper {
	/*background-image: url(../jpg/SexAndDeath_List_3.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	height: 760px;
}

#showtimes #content_right {
	*padding: 0 20px 20px 0;
/*	background: green;*/
}


/*Age Verifcation*/
#redband,
#result,
#verify {
	background-image: url(../gif/redband_background.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color: #ffffff;
}
#redband,
#result,
#verify #container {
	position: relative;
	width: 100%;
/*	background: purple;*/
}

#result #wrapper,
#verify #wrapper {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 0 0;
	padding: 40px 0 0 0;
}
#redband #wrapper {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 0;
	padding: 0;
}
#redband #content {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 0;
	padding: 0;
	background: none;
}
#result #content_left,
#verify #content_left {
	position: relative;
	float:left;
	width: 230px;
}
#result #content_right,
#verify #content_right {
	position: relative;
	float:right;
	width: 280px;
}

/*#result #content,
#verify #content {
	position: relative;
	width: 450px;
	height: 250px;
	margin: 0 auto 0 auto;
	*margin: 0 0 0 50px;
	padding: 25px;
}
#result #framebot,
#verify #framebot {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#result #frametop,
#verify #frametop {
	position: absolute;
	top: 0;
	left: 0;
}*/
#verify #dd, #verify #mm,
#verify input {
	border: #f00 1px solid;
	background: #f7babd;
	width: 200px;
	font-weight: normal;
	padding: 1px;
	margin: 0 5px 0 0;
}
#verify #mm,
#verify #zip {
	width: 55px;
}
#verify #yyyy,
#verify #dd {
	width: 45px;
}

#verify label {
	font-size: 11px;
	font-weight: bold;
}
#verify .formlines {
	line-height: 16px;
	padding: 0 0 6px 0;
}
#verify .note {
	font-weight: normal;
	font-size: 10px;
}
#result p,
#verify #instructions {
	font-size: 13px;
	color: #000000;
	padding: 0 0 15px 0;
	line-height: 18px;
}
#result h1,
#verify h1 {
	background: none;
	padding: 0 0 15px 0;
	margin: 0;
	height: auto;
}
#verify #submit {
	width: 75px;
	height: 25px;
	margin: 6px 0 0 0;
	border: none;
	background: none;
}
#result #subnav {
	position: absolute;
	width: 175px;
	left: 8px;
	bottom: 8px;
	z-index: 10;
}
#result h1,
#result p {
	/*width: 100%;
	height: auto;
	text-align: center;
	background: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	line-height: 16px;*/
}

/*DVD Popup Window*/
#dvd {
	background-color:#666666;
	background-image: none;
	padding-top: 35px;
}
#dvd #content {
	position:relative;
	width: 576px;
	height: 710px;
	margin: 0 auto;
	padding:0;
	background:none;
}