@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* COMMON */
body {
	background: #000 no-repeat top center;
	background-image:url(/images/common/bg1.jpg);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin:0px 0px 10px 0px;
}
a {
	text-decoration: none;
	color: #9d82c9;
}
a.white {
    text-decoration:none;
    color: #9d82c9;
}
a:hover {
	text-decoration: underline;
}
a.white:hover {
    text-decoration: underline;
}

p, h1 {
	margin: 10px 0px 10px 0px;
	line-height: 130%;
}

/* TEMPLATE */

.container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.menutop {
	width:900px;
	height:80px;
	background-image:url(../images/common/searchheader.jpg);
	position:relative;
}

.menutop .searchform {
	position:absolute;
	left:8px;
	top:45px;
}

.menutop .searchform .searchtext {
	display:inline-block;
	width:187px;
	height:15px;
	background:#fff;
	border:0px;
	padding-left:2px;
	font-size:11px;
	vertical-align:text-bottom;
}

.menutop .searchform .gobutton {
	display:inline-block;
	margin-left:3px;
	vertical-align:text-bottom;
}

.menutop .menubuttons {
	position:absolute;
	left:532px;
	top:48px;
}

.blackbox {
	background-color:#000;
}

.mainbody {
	width:900px;
	background:#000;
}

/* HOME PAGE */

.productionphotos {
	width:900px;
	background:#000;
	margin-bottom:20px;
}

.bottombar {
	padding:5px;
	width:890px;
	background:#000;
}

/* INTERNAL */

.leftarea {
	float:left;
	width:617px;
}

.leftarea .contentarea {
	width:599px;
	margin-left:18px;
	color:#b4b4b4;
	line-height:18px;
}

.rightsidebar {
	float:left;
	width:245px;
	margin-left:22px;
	margin-right:16px;
}

.rightsidebar .sociallinks {
	margin-bottom:8px;
}

.rightsidebar .joinbutton {
	margin-bottom:20px;
}

.rightsidebar .sidebarcontent {
	color:#fefefe;
	line-height:18px;
	font-size:11px;
}

.rightsidebar .sidebarcontent h1 {
	color:#ffc584;
	font-size:14px;
	font-weight:bold;
}

.redseparator {
	margin-top:15px;
	margin-bottom:22px;
}

.footer {
	color:#b4b4b4;
	padding:0px 18px 14px 18px;
	min-height: 65px;
}

.footer a {
	color:#b4b4b4;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}


/* TABLE */
.tablehead {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
}

.tabledata {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.tabledataleft {
	text-align: left;
	vertical-align: middle;
}
.tabledatalefttop {
	text-align: left;
	vertical-align: top;
}
.tabledatart {
	text-align: right;
	vertical-align: middle;
}
.tabledatarttop {
	text-align: right;
	vertical-align: top;
}
.tabledatact {
    text-align:center;
}
table.center {
    margin: 0px auto; 
}
.tabledataleft a, .tabledatact a {
    color: #9d82c9;
}

/* FORM */
.sectionhead {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #f8f8f8;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: bottom;
	border-bottom: 1px solid #ffffff;	
}


/* WIDTHS */
.corewidth {
	width: 599px;
}
/* CSS BUTTONS */

.adminbuttons.submit
{
	background: #e31a24;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin: 2px 20px 2px 2px;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}
.adminbuttons.submit:hover
{
	background-color: #a11;
	cursor: pointer;
}

.adminbuttons a {
	display: inline-block;
	padding: 5px 10px 6px 10px;
	background: #e31a24;
	color: #fff;
	font-size: 12px;
	margin: 2px 10px 2px 2px;
	text-decoration:none;
}

.adminbuttons a:hover {
	text-decoration: none;
	background-color: #a11;
}

.adminbuttons a:active {
	text-decoration:none;
	background-color: #e31a24;
}

.buttonmedium a {
	display:inline-block;
	padding:4px 8px;
	background:#e31a24;
	color:#fff;
	font-size:10px;
	line-height: 14px;
	margin:0px 2px;
	text-decoration:none;
}

.buttonmedium a:hover {
	text-decoration:none;
	background-color: #a11;
}

.buttonmedium a:active {
	text-decoration:none;
	background-color: #a11;
}

.buttonsmall a {
	display: inline-block;
	padding: 2px 5px;
	background: #e31a24;
	color: #fff;
	font-size: 10px;
	margin: 0px 2px;
	text-decoration: none;
}

.buttonsmall a:hover {
	text-decoration: none;
	background-color: #a11;
}

.buttonsmall a:active {
	text-decoration:none;
	background-color: #a11;
}

