body 
{
	background-color: black;
	color: white;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 8pt;
}

h1
{
	font-size: 12pt;
}

a
{
	color: #cc0000;
	text-decoration: none;
}

a:visited
{
	color: #cc0000;
	text-decoration: none;
}

td
{
	margin-right: 10px;
}

.ninepoint 
{
	font-size: 9pt;
}

.grey
{
	color: #4d4d4d;
}

.horsep
{
	padding-right: 10px;
	padding-left: 10px;
}

.hr_rule
{
	float: left;
	clear: both;
	width: 100%;
	background-color: #000000;
	background-image: url('/images/red_line.jpg');
	background-repeat: no-repeat;
	height: 2px;
	min-height: 2px;
}

.flash_notice, .flash_error
{
	font-style: italic;
	color: #66ff66;
	margin-top: 6px;
	margin-bottom: 6px;
}


#header
{
	float: left;
	clear: right;
	margin-left: 55px;
	margin-top: 25px;
	margin-bottom: 36px;
}

#content, #scaffold
{
	float: left;
	clear: both;
	margin-left: 55px;
	margin-top: 15px;
}

/**
* HEADER ELEMENTS
*/
#topnav
{
	float: left;
	clear: both;
}

#logo
{
	float: left;
	width: 578px;
}

#contactnav
{
	float: right;
	padding-top: 7px;
}

#contactnav a
{
	color: #cc0000;
	text-decoration: none;
}

#footer
{
/*	min-width: 900px;*/
	width: 900px;
	padding: 60px auto;
	text-align: center;
	float: left;
	clear: both;
}


/**
* ASSET PAGE ELEMENTS 
*/ 
.asset
{
	float: left;
	clear: both;
	width: 800px;
}

.collection 
{
	float: left;
	clear: both;
	margin-top: 21px;
}

/**
* FLV ASSETS
*/
.asset .player_with_thumbs
{
	float: left;
	margin-right: 40px;
	width: 540px;
}

.asset .blurb
{
	float: right;
	clear: none;
	width: 220px;
}

.asset .player_with_thumbs .player
{
	float: left;
	clear: left;
}
.asset .player_with_thumbs .thumbs
{
	float: left;
	clear: left;
	margin-top: 15px;
}

.asset .player_with_thumbs img
{
	margin-right: 14px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.asset .player_with_thumbs img.last
{
	margin-right: 0px;
}


.asset .blurb h2 
{
	float: left;
	color: white;
	font-size: 13pt;
}

.asset .blurb p
{
	font-size: 8pt;
	color: #4d4d4d;
	line-height: 1.3em;
	float: left;
	clear: left;
	margin-top: 1.2em;
}

/**
* COLLECTION ELEMENTS
*/

.collection .item
{
	float: left;
	clear: both;
	margin-top: 15px;
}

.collection .item .thumb 
{
	min-width: 168;
	min-height: 100;
	width: 168;
	height: 100;
	float: left;
	clear: left;
	margin-right: 10px;
}

.collection .item .short_blurb
{
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	clear: right;
}

.collection .item .short_blurb > h3
{
	line-height: 1.0em;
	margin-bottom: 1.0em;
	float: left;
	clear: both;
}

.collection .item .short_blurb > p
{
	font-size: 8pt;
	color: #4d4d4d;
	line-height: 1.2em;
	display: block;
	float: left;
	clear: both;
	width: 240px;
}

#scaffold h1
{
	color: #ff0000;
	font-size: 14pt;
}

#scaffold h2
{
	font-size: 10pt;
	line-height: 1.25em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding: 3px;
	background-color: #330;
	color: #FFF;
	font-weight: normal;
}


#scaffold table 
{
	width: 800px;
	margin-top: 20px;
}

#scaffold th
{
	vertical-align: middle;
	line-height: 1.0em;
	background-color: #111;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #333;
}


#scaffold td
{
	border-bottom: 1px solid #333;
	font-size: 8pt;
	padding: 3px 10px;
}

#scaffold form
{
	margin-top: 20px;
}

#scaffold form label
{
	font-size: 8pt;
	font-style: italic;
}

#scaffold form input[type='file']
{
	color: white;
}

#scaffold form input[type='text'],#scaffold form textarea
{
	font-family: Helvetica,Arial;
	margin-bottom: 10px;
	background-color: #999999;
	border: #000 solid 1px;
}

/*#scaffold form input[type='text']
{
	width: 30em;
}
*/
#scaffold form textarea
{
	width: 30em;
}
#scaffold form input[type='file']
{
	background-color: #000;
	font-size: 10pt;
	color: #fff;
	padding: 5px;	
}
#scaffold form input[type='submit']
{
/*	font-size: 9pt;*/
	background-color: #330000;
	color: #fff;
}

