@charset "utf-8";
/* CSS Document */
html, body {
	font-family: "Arial Narrow",Tahoma, Arial;
	font-size: 12px;
	color: #022e76;
	min-height:680px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

img {border:none;}

img#background { bottom: 0; left: 0; z-index: -1; position:absolute; color: green; }

/* Style the header */
#header {
	/*position:absolute;
	width:100%;
	height:110px;
	top:0px;*/
}
/* -------- HEADER CLASSES -------- */

.logo{
	display:block;
	width:147px;
	height:104px;
	margin:5px auto 5px auto;
}

/* Styling some basic elements */
#content {
	/*position: relative;*/
	margin: 0px auto 0px auto;
	width: 720px;
	height: 405px;
	color:#ffffff;
}


/* Style the footer */
#footer {
	position:absolute;
	width:100%;
	height:105px;
	top:525px;
}
	#footer .fcontent{
		width:720px;
		margin:0px auto;
	}
	#footer	.linkrow{
		clear:both;
		width:100%;
		overflow:auto;
	}		

	#footer ul{
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:2px 5px;
		display:inline;
	}
		#footer ul li{
			background:url('/themes/site_themes/legends/images/sep.gif') no-repeat center right;
			margin-right:5px;
			float:left;
		}
		#footer ul li.last{
			background:none !important;
			margin-right:0px !important;			
		}
		#footer ul li.last a{
			margin-right:0px !important;
		}
			#footer ul li a:link,#footer ul li a:visited,#footer ul li.last a.link,#footer ul li.last a:visited{
				font-family: "Arial Narrow", Tahoma, sans-serif;
				font-size:16px;
				text-decoration:none;
				color:#a1a5a6;
				margin-right:7px;
				line-height:18px;
			}
			#footer ul li a:hover, #footer ul li.last a:hover{
				color:#ffffff;
			}
			#footer ul li a.here, #footer ul li.last a.here{
				color:#ffffff;
			}
	#footer ul.left{
		float:left;
		/*margin-left:105px;*/
	}
	#footer ul.right{
		float:right;
		/*margin-right:55px;*/
	}
	#footer ul.social{
		background:#002c38;
		/*margin-right:65px;*/
	}
		#footer ul.social li{
			background:url('/themes/site_themes/legends/images/sep-social.gif') no-repeat center right;
		}
			#footer ul.social li a:link,#footer ul.social li a:visited{
				font-size:16px;			
				color:#a1aaaf;
				line-height:16px;
				display:block;
				float:left;
				width:auto;
			}
			#footer ul.social li a:hover{
				color:#ffffff;
			}
			#footer ul.social li a.here{
				color:#ffffff;
			}
		#footer ul.media{
			margin-left:25px;
		}

/* -------- PRODUCTS PAGE CLASSES -------- */

.products{
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.gif') repeat top left;
}
	.products .leftcol{
		float:left;
		display:inline;
		margin:10px;
		border-right:1px solid #6c7d88;
		height:385px;
		width:350px;
	}
		.products .leftcol img{
			margin:70px 5px 0px 0px;
		}
	.products .rightcol{
		float:right;
		display:inline;
		width:330px;
		margin:20px 10px 10px 0px;
	}
		.products .rightcol h3{
			text-transform:uppercase;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			margin:0px 0px 10px 0px;
		}
		.products .rightcol p{
			color:#b6bec4;
			margin:10px 10px 10px 0px;
			padding:0px;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:13px;
			line-height:20px;
		}
		.products .rightcol #pane1{
			height:350px;
		}

/* -------- PRODUCTS 1 PAGE CLASSES -------- */

.products1{
	height:385px !important;
	width:700px !important;
	padding:10px;
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.products1 .leftcol{
		float:left;
		display:inline;
		border-right:1px solid #6c7d88;
		height:365px;
		width:350px;
	}
		.products1 .leftcol img{
			margin:60px 5px 0px 0px;
		}
	.products1 .rightcol{
		float:right;
		display:inline;
		width:320px;
	}
		.products1 .rightcol h3{
			text-transform:uppercase;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			margin:0px 0px 10px 0px;
		}
		.products1 .rightcol p{
			color:#b6bec4;
			margin:10px 0px 10px 0px;
			padding:0px;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:13px;
			line-height:20px;
		}

.products1 #pane1{
	height:385px;
	width:700px;
}

/* -------- MOVIE PAGE CLASSES -------- */
		
.movie{
	height:400px !important;
	width:720px !important;
	padding:3px;
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}

	.movie .player{
		margin:0px 0px 0px 0px;
	}

.movie_wide{
	height:320px !important;
	width:720px !important;
	padding:3px;
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}	
/* -------- SIGNUP PAGE CLASSES -------- */

.signup{
	height:385px !important;
	width:700px !important;
	padding:10px;
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/signupbg.jpg') repeat top left;
}
	.signup .feedback{
		border:1px solid #144565;
		background:#11334f;
		height:60px;
		padding:10px;
		opacity:0.8;filter:alpha(opacity=80);
		visibility:hidden;
		overflow:hidden;
	}
	.signup h2{
		/*margin-top:60px;*/
		margin:10px 0px;
		padding:0px 0px 10px 0px;
		width:380px;
		float:right;
		text-align:left;
		font-size:18px;
		border-bottom:1px solid #ffffff;
	}
	.signup .form{
		text-align:right;
	}
		.signup form fieldset{
			border:none;
			width:370px;
			float:right;
		}
		.signup label{
			display:block;
			margin:10px 0px 10px 0px;
		}
		.signup input.text{
			width:100%;
		}
	.signup input.submit{
			margin-top:13px;
		}
.signup #pane1{
	height:245px;
	width:700px;
}

/* -------- DISCLAIMER PAGE CLASSES -------- */

.disclaimer{
	height:305px !important;
	width:700px !important;
	padding:50px 10px;
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.disclaimer h2{
		margin:0px 0px 10px 50px;
		padding:0px 0px 10px 0px;
		text-align:left;
		font-size:18px;
		width:590px;
		border-bottom:1px solid #ffffff;
	}
.disclaimer #pane1{
	height:265px;
	width:700px;
}

	.disclaimeritem{
		clear:both;
		border-bottom:1px solid #144565;
		padding:10px -50px 0px 50px;
	}
		.disclaimeritem img{
			float:left;
		}
		.disclaimeritem p{
			margin:0px 0px 0px 50px;
			padding:0px;
			font-size:12px;
		}
		.disclaimeritem p small{
			display:block;
			margin:10px 0px 0px 0px;
		}
		.disclaimeritem a:link,.disclaimeritem a:visited{
			color:#ffffff;
		}
		.disclaimeritem a:hover{
			text-decoration:none;
		}
		.disclaimerarticles{
		margin:0px 0px;
		}
		.disclaimerarticles a{
			color:#ffffff;
			font-weight:bold;
		}

/* -------- NEWS PAGE CLASSES -------- */

.news{
	height:305px !important;
	width:700px !important;
	padding:50px 10px;
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.news h2{
		margin:0px 0px 10px 50px;
		padding:0px 0px 10px 0px;
		text-align:left;
		font-size:18px;
		width:590px;
		border-bottom:1px solid #ffffff;
	}
.news #pane1{
	height:265px;
	width:700px;
}
	.newsfeed{
		margin:0px 50px;
	}
	.newsitem{
		clear:both;
		border-bottom:1px solid #144565;
		padding:10px 0px;
	}
		.newsitem img{
			float:left;
		}
		.newsitem p{
			margin:0px 0px 0px 80px;
			padding:0px;
			font-size:16px;
			min-height:70px;
		}
		.newsitem p small{
			display:block;
			margin:10px 0px 0px 0px;
		}
		.newsitem a:link,.newsitem a:visited{
			color:#ffffff;
		}
		.newsitem a:hover{
			text-decoration:none;
		}
		.newsarticles{
		margin:0px 50px;
	}
		.newsarticles a{
			color:#ffffff;
			font-weight:bold;
		}
               .newsarticles #backlink{
			display:none;
		}
		.newsarticles .article{
			display:none;
		}
/* -------- LEGEND PAGE CLASSES -------- */
.legend{
	height:395px !important;
	width:700px !important;
	border:1px solid #000000;
	padding:10px 10px 0px 10px;
	background:url('/themes/site_themes/legends/images/legendbg.png') repeat top left;
}
	.picture{
		width:275px;
		height:385px;
		float:left;
		margin:10px 0px 0px 22px;
		display:inline;
		overflow:hidden;
	}
	.story{
		float:left;
		color:#000000;
		width:250px;
		margin:60px 0px 0px 15px;
		display:inline;
	}
		.story h3{
			font-family: Georgia, "Times New Roman",Serif;
			font-size:20px;
			font-style:italic;
			padding:0px;
			margin:0px;
		}
		
#nav{
	float:right;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.nav{ 	
       float:right;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.nav a:link,.nav a:visited{
	color:#ffffff;
	text-decoration:none;
}
#snav{
	padding:0px;
	margin:0px;
	display:none;
	list-style-type:none;
}
#nav a:link,#nav a:visited{
	color:#ffffff;
	text-decoration:none;
}

/* -------- CAST PAGE CLASSES -------- */

.cast{
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.cast .leftcol{
		float:left;
		display:inline;
		margin:10px;
		border-right:1px solid #6c7d88;
		height:385px;
		width:243px;
	}
		.cast .leftcol img{
			margin:0px 5px 0px 0px;
		}
	.cast .rightcol{
		float:right;
		display:inline;
		width:440px;
		margin:20px 10px 10px 0px;
	}
		.cast .rightcol h3{
			text-transform:uppercase;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			margin:0px 0px 10px 0px;
			padding-bottom:5px;
			border-bottom:1px solid #ffffff;
		}
		.cast .rightcol p{
			clear:both;
			color:#b6bec4;
			margin:0px 10px 10px 0px;
			padding:0px;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			line-height:20px;
		}

		.cast table.bio{
			color:#b6bec4;
			font-family: "Arial Narrow", Tahoma, Sans-serif;
			font-size:14px;
			float:left;
		}
		.cast .profile{
			margin:0px 0px 20px 0px;
		}
		.cast img.thumb{
			float:right;
			margin:5px 0px 5px 5px;
		}
		.cast .rightcol #pane1{
			height:290px;
		}
		.cast .rightcol .castlist{
			margin-top:20px;
		}
		.cast .rightcol .castlist img{
			margin:0px 5px;
		}

/* -------- PRODUCTS 2 PAGE CLASSES -------- */
.products2{
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.products2 .leftcol{
		float:left;
		display:inline;
		margin:20px 10px 10px 0px;
		border-right:1px solid #6c7d88;
		height:385px;
		width:243px;
                text-align: center;
	}
		.products2 .leftcol img{
			margin:0px 5px 0px 0px;
		}
	.products2 .rightcol{
		float:right;
		display:inline;
		width:440px;
		margin:20px 10px 10px 0px;
	}
		.products2 .rightcol h3{
			text-transform:uppercase;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			margin:0px 0px 10px 0px;
		}
		.products2 .rightcol p{
			color:#b6bec4;
			margin:0px 10px 10px 0px;
			padding:0px;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			line-height:20px;
		}

		.products2 .rightcol a:link{
			text-decoration: none;
			color: white;
			text-style: oblique;
		}

		.products2 .rightcol a:visited{
			text-decoration: none;
			color: gray;
			text-style: bold;
		}

		.products2 .rightcol #pane1{
			height:200px;
		}

		.products2 .rightcol .prodlist{
			margin-top:20px;
		}
		.products2 .rightcol .prodlist img{
			margin:0px 5px;
		}

/* -------- AGECHECK PAGE CLASSES -------- */

.age{
	height:305px !important;
	width:700px !important;
	padding:50px 10px;
	border:1px solid #062436;
	text-align:center;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.age h3{
		text-align:center;
		font-size:28px;
		padding:25px 0px 0px 0px;
		margin:0px;
	}
	.age h4{
		font-size:16px;
		font-weight:normal;
		margin:25px 0px;
		padding:0px;
	}
	.age a{
		display:block;
		margin:25px auto;
		padding:0px;
		width:257px;
		height:34px;
		line-height:34px;
		font-size:16px;
		text-decoration:none;
		color:#ffffff;
	}
	.age a.yes{
		background:url('/themes/site_themes/legends/images/yes.gif') no-repeat center center;
	}
	.age a.no{
		background:url('/themes/site_themes/legends/images/no.gif') no-repeat center center;
	}

/* -------- LEGENDS BOOK PAGE CLASSES -------- */

.book{
	height:385px !important;
	width:700px !important;
	padding:10px;
	border:1px solid #062436;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
	overflow:hidden;

}
	.book .leftcol{
		float:left;
		display:inline;
		width:335px;
		height:385px;
		margin-right:10px;
	}
	.book .rightcol{
		float:right;
		display:inline;
		width:355px;
	}
	.book .feedback{
		border:1px solid #144565;
		background:#11334f;
		padding:3px;
		/*opacity:0.8;filter:alpha(opacity=80);*/
		visibility:hidden;
		overflow:hidden;
	}
	.book h2{
		margin:10px 0px 0px 0px;
		padding:0px 0px 10px 0px;
		width:335px;
		text-align:left;
		font-size:18px;
		border-bottom:1px solid #ffffff;
	}
	.book h2.soon{
		font-size:16px;
	}
	.book p{
		color:#b9bfc3;
		margin:0px;
		padding:0px;
	}
	.book .form{
		text-align:left;
	}
		.book form fieldset{
			border:none;
			width:325px;
			padding:0px;
			margin:0px;
		}
		.book label{
			display:block;
			margin:10px 0px;
		}
		.book input.text{
			width:100%;
		}
		.book input.submit{
			margin-top:10px;
		}

/* -------- NEWS1 PAGE CLASSES -------- */

.news1{
	height:305px !important;
	width:700px !important;
	padding:50px 10px;
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.news1 h2{
		margin:0px 0px 10px 50px;
		padding:0px 0px 10px 0px;
		text-align:left;
		font-size:18px;
		width:590px;
		border-bottom:1px solid #ffffff;
	}
.news1 #pane1{
	height:265px;
	width:700px;
}
	.news1 .newsfeed{
		margin:0px 50px;
	}
	.news1 .newsitem{
		clear:both;
		border-bottom:1px solid #144565;
		padding:10px 0px;
	}
		.news1 .newsitem img{
			float:left;
		}
		.news1 .newsitem .article{
			margin:0px 0px 0px 80px;
			padding:0px;
			font-size:16px;
			min-height:70px;
		}
		.news1 .newsitem .article .intro{
			margin:0px;
		}
		.news1 .newsitem .article .body{
			display:none;
		}
		.news1 .newsitem .article .body p{
			margin:0px 0px 15px 0px;
		}
		.news1 .newsitem .article #backlink{
			display:none;
		}
		.news1 .newsitem .article small{
			display:block;
			margin:10px 0px 0px 0px;
		}
		.news1 .newsitem a:link,.newsitem a:visited{
			color:#ffffff;
		}
		.news1 .newsitem a:hover{
			text-decoration:none;
		}
		
/* -------- DOWNLOAD PAGE CLASSES -------- */

.download{
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}
	.download .leftcol{
		float:left;
		display:inline;
		margin:10px;
		border-right:1px solid #6c7d88;
		height:385px;
		width:243px;
	}
		.download .leftcol img{
			margin:0px 5px 0px 0px;
		}
	.download .rightcol{
		float:right;
		display:inline;
		width:440px;
		margin:20px 10px 10px 0px;
	}
		.download .rightcol h3{
			text-transform:uppercase;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			margin:0px 0px 10px 0px;
			padding-bottom:5px;
			border-bottom:1px solid #ffffff;
		}
		.download .rightcol p{
			clear:both;
			color:#b6bec4;
			margin:0px 10px 10px 0px;
			padding:0px;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			line-height:20px;
		}

			.download .rightcol p a:link,.download .rightcol p a:visited {
				text-decoration:none;
				color:#a1a5a6;
				margin-left:10px;
			}
			.download .rightcol p a:hover {
				color:#ffffff;
			}

		.download table.bio{
			color:#b6bec4;
			font-family: "Arial Narrow", Tahoma, Sans-serif;
			font-size:14px;
			float:left;
		}
		.download .profile{
			margin:0px 0px 20px 0px;
		}
		.download img.thumb{
			float:right;
			margin:5px 0px 5px 5px;
		}
		.download .rightcol #pane1{
			height:320px;
		}

/* -------- COMMENT PAGE CLASSES -------- */

.comment{
	border:1px solid #000000;
	background:url('/themes/site_themes/legends/images/newsbg.png') repeat top left;
}

	.comment .top{
		float:left;
		display:inline;
		margin:10px;
		border-bottom:2px solid #6c7d88;
		height:75px;
		width:700px;
	}

	.comment .top img{
		margin:0px 0px 0px 0px;
	}

	.comment .leftcol{
		float:left;
		display:inline;
		margin:0px 0px 0px 10px;
		height:310px;
		width:243px;
	}
		.comment .leftcol h3{
			text-transform:uppercase;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			margin:0px 0px 10px 0px;
			padding-bottom:5px;
		}

		.comment .leftcol textarea{
			width: 230px;
			heigth: 30px;
			border: 2px solid #11334f;
			font-family: Tahoma, sans-serif;
			font-size:10px;
			color: #ffffff;
			background: #144565;
		}

		.comment .leftcol .textfield{
			border: 1px solid #11334f;
			margin: 0px;
			padding: 3px;
			font-family: Tahoma, sans-serif;
			color: #ffffff;
			background: #144565;
		}

	.comment .rightcol{
		float:right;
		display:inline;
		width:440px;
		margin:20px 10px 10px 0px;
	}
		.comment .rightcol p{
			clear:both;
			color:#b6bec4;
			margin:0px 10px 10px 0px;
			padding:0px;
			font-family:"Arial Narrow", Tahoma, sans-serif;
			font-size:14px;
			line-height:13px;
		}

		.comment .rightcol #pane1{
			height:280px;
		}
		.comment .rightcol .castlist{
			margin-top:20px;
		}

