html, body {
	margin: 0px;
	min-width: 1000px;
	background: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

a {
	color: #66bd04;
	text-decoration: none;
}

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

/* ------------ IDs ------------ */

#header {
	position: relative;
	width: 100%;
	height: 106px;
	margin: 0px 0px 5px 0px;
	background: url(common/bg_header_dark.jpg) repeat-x;
	text-align: center;
}

#header .center {
	position: absolute;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	padding: 3px 0px 3px 0px;
	text-align: left; 
}

#menu_1 {
	position: relative;
	width: 100%;
	height: 33px;
	margin: 0px 0px 5px 0px;
	background: url(common/bg_menu_1.gif) repeat-x;
	text-align: center;
}

#menu_1 .center {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	padding: 6px 0px 0px 0px;
	text-align: right;
}

#menu_1 .center .menu_1 {
	float: right;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: left;
}

#menu_1 .center .menu_1 a {
	font-size: 14px;
	color: #7de903;
}

#menu_1 .center .menu_1 a:hover {
	color: #def9c0;
	text-decoration: none;
}

#menu_2 {
	position: relative;
	width: 100%;
	height: 45px;
	margin: 0px;
	background: url(common/bg_menu_2.gif) repeat-x left top;
	text-align: center;
}

#menu_2 .center {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
}

#menu_2 .center span {
	float: left;
	height: 45px;
	padding: 15px 10px 0px 10px;
	font-size: 14px;
	color: #000;

}

#menu_2 .center .view {
	float: left;
	height: 45px;
	padding: 15px 10px 0px 40px;
	color: #333;

}

#menu_2 .center .year {
	float: left;
	height: 45px;
	padding: 13px 0px 0px 68px;
	background: url(common/menu_year.gif) no-repeat left top;
	color: #000;

}

#menu_2 a {
	display: block;
	float: left;
	height: 45px;
	text-decoration: none;
}

#menu_2 a span {
	display: none;
}

#menu_2 .actor {
	width: 145px;
	background: url(common/menu_actor.gif) no-repeat left top;
}

#menu_2 .director {
	width: 98px;
	background: url(common/menu_director.gif) no-repeat left top;
}

#menu_2 .designer {
	width: 150px;
	background: url(common/menu_designer.gif) no-repeat left top;
}

#menu_2 .recent {
	width: 158px;
	background: url(common/menu_recent.gif) no-repeat left top;
}

#menu_2 .az {
	width: 49px;
	background: url(common/menu_az.gif) no-repeat left top;
}

#menu_2 .genre {
	width: 77px;
	background: url(common/menu_genre.gif) no-repeat left top;
}

#menu_2 a:hover {
	background-position: left bottom;
	text-decoration: none;
}

#content {
	position: relative;
	left: 50%;
	width: 1000px;
	margin: 0px 0px 0px -500px;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#comments {
	float: left;
	margin: 0px 0px 0px 500px;
	width: 1000px;
	font-size: 22px;
}

#left_content {
	float: left;
	width: 214px;
	text-align: left;
}

#center_content {
	float: left;
	width: 592px;
	text-align: left;
	margin: 0px 5px 0px 5px;
}

#designer_center_content {
	float: center;
	width: 990px;
	text-align: center;
	margin: 0px 5px 0px 5px;
}

#right_content {
	float: left;
	width: 184px;
	text-align: left;
}

#full {
	float: left;
	width: 1000px;
	margin: 0px;
	text-align: left;
}

#left_half {
	float: left;
	/*width: 496px;*/
	width: 505px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#left_half img {
	max-width: 535px;
	border: 1px solid #bcbcbc;
}

#left_half_full {
	float: left;
	/*width: 496px;*/
	width: 600px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#left_half_full img {
	max-width: 600px;
	border: 1px solid #bcbcbc;
}

#right_half {
	float: left;
	width: 460px;
	margin: 8px 0px 0px 35px;
	padding: 0px;
	text-align: left;
}

#altdesigns {
	text-align: center;
}

#altdesigns img {
	vertical-align: middle;
	horizontal-align: middle;
	border: 1px solid #bcbcbc;
}

#tabs {
	float: left;
	height: 28px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#tabs .tab1, .tab2, .tab3, .tab4, .select {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	background: url(common/tab_green.png) no-repeat right bottom;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#tabs .tab1 {
	width: 164px;
}

#tabs .tab2 {
	width: 164px;
}

#tabs .tab3 {
	width: 164px;
}

#tabs .tab4 {
	width: 90px;
}

#tabs .select {
	color: #fff;
	background: url(common/tab_black.png) no-repeat right bottom;
}

#tabs a:hover {
	text-decoration: none;
}


#contact {
	float: left;
	width: 629px;
	margin: 0px 7px 0px 0px;
	text-align: left;
}

#contact .content {
	float: left;
	width: 607px;
	min-height: 516px;
	padding: 13px 8px 23px 14px;
	background: #1b1b1b;
	text-align: left;
}

#contact .form {
	float: right;
	width: 289px;
	padding: 0px 15px 17px 13px;
	background: #000;
	text-align: left;
} 

#contact .text {
	float: left;
	width: 274px;
	margin: 0px;
	text-align: left;
}

#contact .text p {
	margin-top: 0px;
}

#threecolumnleft {
	width:33%;
	float:left;
}

#threecolumnmiddle {
	width:34%;
	float:left;
}

#threecolumnright {
	width:33%;
	float:left;
}

#twocolumnleft {
	width:50%;
	float:left;
	font-size: 12px;
}

#twocolumnright {
	width:50%;
	float:left;
	font-size: 12px;
}

#affiliatecolumnleft {
	width:30%;
	float:left;
}

#affiliatecolumnright {
	width:420px;
	float:left;
}

#puzzle {
	float: left;
	width: 995px; 
	margin: 0px 7px 0px 0px;
	text-align: left;
}

#puzzle .content {
	float: left;
	width: 800px;
	min-height: 503px;
	padding: 13px 98px 23px 97px;
	background: #1b1b1b;
	text-align: left;
}

#puzzle .form {
	float: right;
	width: 289px;
	padding: 0px 15px 17px 13px;
	background: #000;
	text-align: left;
}

#puzzle .text {
	float: left;
	width: 274px;
	margin: 0px;
	text-align: left;
}

#puzzle .text p {
	margin-top: 0px;
}

#designerpage {
	float: left;
	width: 995px; 
	margin: 0px 7px 0px 0px;
	text-align: left;
	background: #1b1b1b;
}

#designerpage .content {
	float: left;
	width: 790px;
	min-height: 503px;
	padding: 13px 98px 23px 97px;
	background: #000000;
	text-align: left;
}

#designerpage .form {
	float: right;
	width: 289px;
	padding: 0px 15px 17px 13px;
	background: #000;
	text-align: left;
}

#designerpage .text {
	float: left;
	width: 274px;
	margin: 0px;
	text-align: left;
}

#designerpage .text p {
	margin-top: 0px;
}

#article {
	float: left;
	width: 995px; 
	margin: 0px 7px 0px 0px;
	text-align: left;
}

#article .content {
	float: left;
	width: 800px;
	min-height: 503px;
	padding: 13px 98px 23px 97px;
	background: #1b1b1b;
	text-align: left;
        font-size: 12px;
}

#article .form {
	float: right;
	width: 289px;
	padding: 0px 15px 17px 13px;
	background: #000;
	text-align: left;
}

#article .text {
	float: left;
	width: 274px;
	margin: 0px;
	text-align: left;
}

#article .text p {
	margin-top: 0px;
}

#vote {
	float: left;
	width: 995px; 
	margin: 0px 7px 0px 0px;
	text-align: left;
}

#vote .content {
	float: left;
	width: 995px;
	min-height: 503px;
	padding: 2px 2px 2px 2px;
	background: #1b1b1b;
	text-align: left;
}

#vote .form {
	float: right;
	width: 289px;
	padding: 0px 2px 2px 2px;
	background: #000;
	text-align: left;
}

#vote .text {
	float: left;
	width: 274px;
	margin: 0px;
	text-align: left;
}

#vote .text p {
	margin-top: 0px;
}

#adminleft {
	float: left;
	width: 729px;
	margin: 0px 7px 0px 0px;
	text-align: left;
}

#adminleft .content {
	float: left;
	width: 707px;
	min-height: 516px;
	padding: 13px 8px 23px 14px;
	background: #1b1b1b;
	text-align: left;
}

#adminright {
	float: left;
	width: 259px;
	text-align: left;
}

#adminright .content {
	float: left;
	width: 237px;
	min-height: 216px;
	padding: 13px 8px 23px 14px;
	background: #1b1b1b;
	text-align: left;
}
#about {
	float: left;
	width: 359px;
	text-align: left;
}

#about .content {
	float: left;
	width: 337px;
	min-height: 516px;
	padding: 0px 8px 23px 14px;
	background: #1b1b1b;
	text-align: left;
}

#listing {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

#pad {
	width: 100%;
	height: 5px;
	clear: both;
}

#footer {
	position: relative;
	width: 100%;
	height: 125px;
	margin: 0px;
	padding: 0px;
	background: #111;
	text-align: center;
	clear: both;
}

#footer .center {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

#footer .center p {
	margin: 1px 0px 1px 0px;
	font-size: 11px;
	color: #acacac;
}


/* ------------ Classes ------------ */

.other_ver {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.other_ver .poster {
	margin: 4px;
	border: 1px solid #bcbcbc;
}

.other_ver .current {
	margin: 0px;
	border: 5px solid #000;
}


.gb, .bb {
	float: left;
	width: 100%;
	margin: 0px 15px 0px 0px;
	padding: 8px;
	background: #000;
	font-size: 16px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.gb p, .bb p {
	margin: 0px;
	padding: 4px;
}

.gb {
	background: #1b1b1b;
}

.name {
	font-size: 23px;
}

.crumbs {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.sorted {
	width: 100%;
	height: 23px;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.sorted p {
	font-size: 23px;
}

.list {
	width: 100%;
	margin: 12px 0px 15px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	font-size: 25px;
	text-align: center;
	clear: both;
}

.list a, span {
	padding: 0px 4px 0px 4px;
}

.list span {
	font-weight: bold;
}

.posters {
	float: left;
	width: 100%; 
	margin: 13px 0px 13px 0px;
	padding: 0px;
	text-align: center;
}

.list_poster {
	float: left;
	width: 130px;
	height: 115px; 
	margin: 4px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.list_poster img {
	margin: 0px 0px 13px 0px;
	max-width: 120px;
}

.addthis_pill_style {
    width: 55px !important;
    overflow: hidden !important;
}


.designer_poster {
	float: left;
	width: 70px;
	height: 101px; 
	margin: 1px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.designer_poster img {
	margin: 0px 0px 13px 0px;
	max-width: 68px;
}

.designer_poster_wide2 {
	float: left;
	width: 146px;
	height: 101px; 
	margin: 1px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.designer_poster_wide2 img {
	margin: 0px 0px 13px 0px;
	max-width: 144px;
}

.designer_poster_wide3 {
	float: left;
	width: 222px;
	height: 101px; 
	margin: 1px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.designer_poster_wide3 img {
	margin: 0px 0px 13px 0px;
	max-width: 220px;
}

.designer_poster_wide4 {
	float: left;
	width: 298px;
	height: 101px; 
	margin: 1px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.designer_poster_wide4 img {
	margin: 0px 0px 13px 0px;
	max-width: 296px;
}

.designer_poster_wide5 {
	float: left;
	width: 374px;
	height: 101px; 
	margin: 1px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.designer_poster_wide5 img {
	margin: 0px 0px 0px 0px;
	max-width: 372px;
}

.designer_poster_wide6 {
	float: left;
	width: 450px;
	height: 101px; 
	margin: 1px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.designer_poster_wide6 img {
	margin: 0px 0px 0px 0px;
	max-width: 448px;
}

.alpha_poster {
	float: left;
	width: 130px;
	height: 187px; 
	margin: 4px;
	padding: 2px;
	background: #1b1b1b;
	text-align: center;
}

.alpha_poster img {
	margin: 0px 0px 13px 0px;
	max-width: 120px;
}

.pages {
	width: 100%;
	height: 20px;
	padding: 0px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	clear: both;
}

.pages a, span {
	padding: 0px 4px 0px 4px;
	font-weight: normal;
}

.pages span {
	font-weight: bold;
}

.banner_1 {
	float: left;
	width: 184px;
	margin: 5px 0px 0px 0px;
	padding: 13px 0px 6px 0px;
	background: #1b1b1b;
	text-align: center;
}

.banner_2 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.banner_3 {
	float: right;
	width: 728px;
	height: 90px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background: #1b1b1b;
	text-align: center;
}

.border {
	margin: 2px;
	border: 1px solid #bcbcbc;
}

.news {
	float: left;
	width: 214px;
	margin: 0px;
	padding: 14px 0px 14px 0px;
	background: #1b1b1b;
	font-size: 14px;
}

.news ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	line-height: 18px;
	list-style: disc url(common/arrow_1.gif) outside;
}

.news li {
	margin: 0px;
	padding: 2px 8px 2px 0px;
}

.news li hr {
	margin: 0px 0px 0px -20px;
	width: 214px;
	height: 1px;
	border: 0px;
	background-color: #000;
	color: #000;

}

.upcoming {
	float: left;
	width: 184px;
	margin: 0px;
	padding: 13px 0px 6px 0px;
	background: #1b1b1b;
	border-bottom: 1px solid #000;
	font-size: 14px;
	text-align: center;
}

.upcoming img {
	margin-bottom: 8px;
	border: 1px solid #4c4c4c;
}

.links {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 12px;
	background: #1b1b1b;
	text-align: left;
}
.joblinks {
	float: left;
	width: 206px;
	margin: 0px;
	padding: 4px;
	background: #1b1b1b;
	text-align: left;
}

.green_bar {
	float: left;
	width: 100%;
	height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	background: #66bd04;
	font-size: 12px;
	color: #000;
	text-align: right;
}

.green_bar a {
	font-size: 12px;
	color: #000;
}

.green_bar a:hover  {
	color: #000;
	text-decoration: none;
}

.title {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background: url(common/bg_header_green.jpg) repeat-x;
	text-align: left;	
}

.designer_title {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background: #1b1b1b;
	text-align: left;	
}

.sub_title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 4px 0px 2px 0px;
	background: #0f0f0f;
	font-size: 12px;
	color: #fff;
	text-align: center;	
}

.post {
	float: left;
	width: 579px;
	margin: 0px 8px 3px 8px;
	text-align: left;
}

.post img {
	/*float: left;*/
	margin: 1px 6px 1px 0px;
	border: 1px solid #4d4d4d;
}

.post .poster {
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.date {
	/*float: left;*/
	width: 100%;
	height: 20px;
	padding: 0px;
	/*border-top: 1px solid #232323;*/
	font-size: 11px;
	font-style: italic;
	color: #509204;
	text-align: left;
}

.other {
	float: left;
	width: 100%;
	padding: 0px;
	background: #111;
	text-align: left;
}

.other p {
	margin: 0px;
	padding: 12px 10px 12px 10px;
	font-size: 11px;
	color: #707070;
	line-height: 18px;
}

.other a {
	padding: 0px 8px 0px 0px;
}

.dot {
	float: left;
	width: 100%;
	height: 2px;
	margin: 0px 0px 5px 0px;
	/*border-top: 1px dotted #66bd04;
	border-bottom: 1px dotted #66bd04;*/
	background: url(common/dot.gif) repeat-x;
	clear: both;
}

.box_office {
	float: left;
	width: 214px;
	margin: 0px;
	background: #1b1b1b;
	font-size: 14px;
}

.box_office p {
	margin: 8px 0px 8px 14px;
	font-size: 12px;
}

.box_office img {
	margin-bottom: 8px;
	border: 1px solid #4d4d4d;
}

.box_office .poster {
	float: left;
	width: 106px;
	min-height: 159px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.box_office .inside {
	border-right: 1px solid #000;
}

.search {
	width: 160px;
	height: 20px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

.option {
	width: 93px;
	height: 20px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	border: 0px;
	background: #fff;
	font-size: 13px;
	color: #333;
}

.email {
	width: 289px;
	max-width: 289px;
	min-height: 20px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	border: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.break {
	clear: both;
}

/* ------------ Text ------------ */

h1 {
	margin: 7px 0px 3px 13px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.sml {
	font-size: 12px;
}

h2 {
	margin: 7px 0px 3px 13px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

h3 {
	margin: 3px 0px 7px 0px;
	font-size: 19px;
	color: #7de903;
	font-weight: normal;
}

h4 {
	margin: 7px 0px 3px 13px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

p {
	font-size: 13px;
	color: #b7b7b7;
}

span {
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	list-style: disc url(common/arrow_1.gif) outside;
}

li {
	margin: 0px 0px 0px 15px;
}

.center {
	text-align: center;
}

.light_green {
	color: #7de903;
}

.green {
	color: #66bd04;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}
