﻿/*
	Notes:
		Width Max = 1000px
*/	

	/* Generic Div -- Begin */

	* { /* Universal */
	margin: 0px;
	padding: 0px; }

	body {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #a0a0a0;
	background: #2E353F url(main_bg.gif) repeat-x;
	margin-top: 0px;
	}

	img	{
	border: none;
	}

	a {
	color: #ffffff;
	text-decoration: none;
	}
	
	a.rightblock	{
	display: block;
	text-align: right;
	margin-right: 16px;
	color: yellow;
	}
	
	a.external	{
		padding-right: 12px;
		margin-right: 2px;
		background: url('images/site/external.png') no-repeat right;
	}
	
	div.space	{
	width: 20px;
	float: left;
	line-height: 1px;
	padding: 0px;
	}
	
	div.shotspace	{
	line-height: 10px;
	width: 20px;
	float: left;
	padding: 0px;
	}
	
	div.padding_top	{
	float: left;
	width: 996px;
	height: 4px;
	border: solid white;
	border-width: 2px 2px 0px;	
	}

	div.padding_bottom	{
	float: left;
	width: 996px;
	height: 4px;
	border: solid white;
	border-width: 0px 2px 2px;	
	}	

	
	/* Generic Div -- End */
	
	/* Divs Classes -- Begin */

	#main {	
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	}

	#header {
	border: 1px solid black;
	margin-top: 7px;
	width: 1000px;
	height: 60px;
	background: black;
	color: #ffffff;
	}
	
	#video	{
	width: 1000px;
	background: #000000;
	text-align: center;
	float: left;
	margin-bottom:8px;
	}

	#body {
	width: 1000px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	}
	
	/* #portfolio {
	
	} */
	
	#portfolio div.category	{
	width: 320px;
	height: 480px;
	float: left;
	}	
	
	
	#portfolio div.catlist	{
	width: 680px;
	float: right;
	}
	
	#portfolio div.category	{
	width: 320px;
	height: 480px;
	float: left;
	}
	
	#portfolio p.header {
	font-weight: bold;
	color: white;
	margin-left: 16px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: justify;
	}
	
	#portfolio p {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
	text-align: justify;
	}
	
	/* #portfolio div.catlistitem_mid	{
	} */
	
	#portfolio_item div.screens	{
	width: 320px;
	float: left;
	}
	
	#portfolio_item img	{
	float: left;
	}
	
	#portfolio_item div.text	{
	margin-left: 10px;
	margin-right: 10px;
	width: 340px;
	float: left;
	}
	
	#portfolio_item div.screens	{
	width: 320px;
	float: left;
	}
	
	#portfolio div.catlistitem_left	{
	margin-left: 20px;
	width: 450px;
	height: 150px;
	float: left;
	margin-bottom: 15px;
	}

	#portfolio div.catlistitem_desc	{
	margin-left: 10px;
	width: 200px;
	height: 150px;
	float: left;
	background: #101010;
	margin-bottom: 15px;
	}
	
	#portfolio div.catlistitem_spacer	{
	height: 142px;
	text-align: justify;
	}
	
	#portfolio div.category	{
	width: 320px;
	height: 480px;
	float: left;
	}
		
	#portfolio div.port_desc	{
	margin: 40px;
	text-align: justify;
	background: #101010;
	margin-bottom: 10px;
	}
		
	#portfolio p.itemname {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	padding-right:16px;
	top: 125px;
	font: 12pt verdana;
	line-height: 25px;
	font-weight: bold;
	color: white;
	text-align: right;
	vertical-align: bottom;
	background: #101010;
	}
	
	#portfolio_item p.itemname	{
	font: 12pt verdana ms bold;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 4px;
	}
	
	#portfolio_item p.description {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	}
	
	#portfolio_item p.download	{
	width: 160px;
	text-align: right;
	float: right;
	margin-bottom: 4px;
	}
	
	.bottom_border	{
	border-bottom: 1px solid white;
	margin-bottom: 8px;
	}
		
	div.portfolio_spacer	{
	height: 470px;
	}
	
	#footer {
	float: left;
	margin: 0px auto;
	height: 60px;
	width: 1000px;
	color: #C8C8C8;
	font-size: 8pt;
	text-align: center;
	line-height: 10pt;
	padding: 0px;
	border-top: 2px solid C8C8C8;
	}
	
	#footer p {
	width: 300px;
	float: left;
	padding: 8px 16px;
	text-align: center;
	}
		
	#footer ul	{
	text-align: left;
	padding: 8px 16px;
	float:left;
	width:300px;
	margin: 0px;
	}

	/* Base Divs -- End */
	
	/* Info Post  -- Begin */
	
	#info	{
	width: 480px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}
	
	/* Info Post  -- End */
	
	/* Border Boxes  -- Begin */
	
	.bordertop	{
	height: 4px;
	padding: 0px;
	border: solid #C8C8C8;
	border-width: 1px 1px 0px;	
	}
	
	.borderbot	{
	padding: 0px;
	height: 4px;
	border: solid #C8C8C8;
	border-width: 0px 1px 1px;
	}
	
	/* Border Boxes -- End */

	/* Ordered List -- Begin */
		
	ul {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 4px;
	margin-left: 15px;
	}
	
	ul.none	{
	list-style-position: inside;
	list-style-type: none;
	}		
		
	ol	{
	list-style-position: inside;
	}
	
	li.twitter	{
		list-style-image: url(images/site/twitter.png);
	}
	
	li.aim	{
		list-style-image: url(images/site/aim.png);
	}

	li.email	{
		list-style-image: url(images/site/email.png);
	}
	
	li.external	{
		list-style-image: url(images/site/external.png);
	}

	/* Ordered List -- End */