/*
yellow: #ee9f37;
orange: #c84d22;
dark brown: #4f2e1d;
tan: #ccaf9b;
white: #fefaf6;
blue: #c4cdee;
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: small/18px "HelveticaNeue-Regular",Helvetica,Arial,sans-serif;
	min-width: 760px;
	background: #ee9f37;
	color: #4f2e1d;
}

a {
	text-decoration: none;
	color: #516bc4;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
	width: 660px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0 50px;
	background: transparent url(../images/bg.png) repeat-y top left;
}

h1 {
	width: 220px;
	height: 20px;
/*	background: transparent url(../images/logo.png) no-repeat top left;*/
	margin: 0 auto;
}

h1 span {
	display: none;
}

div#header {
	width: 660px;
	height: 220px;
	position: relative;
}

div#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 440px;
	height: 220px;
	background: transparent url(../images/bannerbg-logo.png) no-repeat top left;
	text-align: center;
}


div#menu {
	position: absolute;
	top: 0;
	left: 440px;
	width: 220px;
	height: 220px;
	background: transparent url(../images/menubg.png) no-repeat top left;
}

div#menu ul {
	list-style: none;
	width: 180px;
	margin: 20px;
}

div#menu li {
	text-align: right;
	font-size: 20px;
	line-height: 30px;
}

div#menu li a {
	color: #ecae50;
}

div#menu li a:hover {
	color: #516bc4;
	text-decoration: none;
}

div#content {
	padding-bottom: 40px;
}

div#content h2 {
	margin: 20px 20px 20px 240px;
	font-size: 24px;
	font-weight: normal;
}

div#content h2 a {
	color: inherit;
}

#moreheader {
	position: absolute;
	left: 270px;
	top: 40px;
	width: 440px;
	height: 100px;
	padding: 0px;
	background: url(../images/bannerbg.png);
}

#moreheader img {
	margin-top: 3px;
}


div#content h2 a:hover {
	color: #516bc4;
	text-decoration: none;
}

div#content h3 {
	margin: 10px 20px 0 240px;
	font-size: 14px;
	color: #c84d22;
	font-style: italic;
	font-weight: normal;
}

div#content p {
	margin: 0 20px 20px 240px;
	font-size: 13px;
	line-height: 20px;
}

div#footer {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
	width: 660px;
}

div#footer p {
	text-align: center;
	color: #ccaf9b;
}

/* project page css */

.project div#header {
	position: relative;
	height: 40px;
	width: 550px;
	margin: 0;
}

.project h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 24px;
	background: transparent url(../images/logo-small.png) no-repeat top left;
	margin: 8px;
	padding: 0;
}

.project ul#menu {
	position: absolute;
	top: 0;
	left: 220px;
	width: 420px;
	height: 20px;
	padding: 10px;
	list-style: none;
	background: transparent url(../images/project-menubg.png) repeat-x top left;
}

.project #menu li {
	display: inline;
	font-size: 14px;
	line-height: 14px;
	border-left: 1px solid #ecae50;
	padding: 0 10px;
}

.project #menu li a {
	color: #ecae50;
}

.project #menu li a:hover {
	color: #516bc4;
	text-decoration: none;
}

.project #menu li.first {
	border-left: none;
}

.project #menu li.first a {
	color: #4f2e1d;
}

.project div#content h2 {
	margin: 0;
	padding: 20px;
	width: 180px;
	line-height: 30px;
	color: #4f2e1d;
	text-transform: uppercase;
	text-align: right;
	background: transparent url(../images/titlebg.png) no-repeat top left;
}

.project div#content h2 span.subtitle {
	display: block;
	text-transform: none;
	font-size: 13px;
	font-style: italic;
}

.project div#content h3 {
	margin: 20px 20px 20px 240px;
}

.project h4 {
	margin: 10px 20px 0 240px;
	font-size: 14px;
	font-weight: normal;
}

.project img.screenshot {
	margin: 10px 20px 0 220px;
	width: 400px;
	padding: 20px;
}

.project div#content ol,
.project div#content ul {
	margin: 10px 20px 0 220px;
	width: 380px;
	padding-left: 40px;
}

.project div#content form {
	margin: 0 20px 20px 240px;
	font-size: 13px;
	line-height: 20px;
}


.images img
{
	padding: 0px;
	border: 3px solid #516bc4;
	margin: 0px;
	vertical-align: top;
}

.large-thumb {
	float: right;
	margin-left: 10px;
	border: 1px solid #ee9f37;
}

.description {
	padding: 10px;
}

#description-container {
	height: 350px;
}

#thumbscontainer {
	padding: 20px;
}

#content a.livethumbnail
{
	float: left;
	clear: left;
	margin: 6px 20px 20px 85px;
	cursor: default;
}

#content h3
{
}

#content a.livethumbnail img
{
	border: 1px solid #c84d22;
	padding: 4px;
}

#content p
{
	padding-bottom: 20px;
}