/* 
Triptych Films, Ltd. - Evolved Film-making
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Styles
---------------------------------------------*/
body {
	background: #000 url('../images/body_bg.jpg') no-repeat top center;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans;
	color: #818181;	
	line-height: 18px;
}
div#status{
	height: 75px;
	background: #121212;
	border: 1px solid #171717;
	margin-top: 270px;
}
div#wrap { padding-top: 380px; position: relative; }
	div#wrap, div#inner  {
		width: 820px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
		div#wrap a {color: #39b54a; text-decoration:none; border-bottom: 1px solid #39b54a;}
	        div#wrap a:hover {color: #39b54a; text-decoration:none; border-bottom: 0px solid #39b54a;}
div#inner {
	padding-top: 28px;
	font-size: 13px;
}
	div#inner a {color: #39b54a;}
	div#inner a:hover {color: #CCC;}
div#content {
	margin-top: 40px;
	text-align:left;
}
div.left {
	float: left;
	width: 380px;
	padding-right: 15px;
	border-right: 1px solid #2a2a2a;
}
div.right {
	margin-left: 435px;
}
div#footer {
	margin-top: 40px;
	border-top: 1px solid #2a2a2a;
	padding-top: 10px;
}
/*--------------------------------------------
Typography
---------------------------------------------*/
h2 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}
.white {color: #ffffff;}
.dark_gray {color: #3d3d3d;}
.site_gray {color: #818181;} 
.status_gray {color: #737373;}
label {
	float: left;
	width: 110px;
	display: block;
}
.textField {
	background: #121212;
	border: 1px solid #212121;
	font-size: 12px;
	padding: 4px;
	width: 265px;
	color: #737373;
}
div#element {
	color: #383838;
	background: #080808;
	padding: 5px 8px 5px 8px;
	display: inline;
	position: absolute;
	top: 20px;
	right: 0;
}
	div#element span {
		color: #329d3f;
	}