/* CSS Child Style Sheet, gelatincube.com, incept: 6/25/2007
	Designer: Robert Bethanis, Author: Ben Liu, gelatinCube */
	
/* How to process graphics: The mockups are done in Adobe Illustrator. 
Within Illustrator, "Save for Web" as JPEG at 100% quality. Thumbnails 
are x x y px JPG */

body {
	color: #ffb300;
}

#main {
	/* this defines the area just inside of the double gray lines */
	margin: 0 9px;
}

#header {
	height: 123px;
	position: relative;
	border-bottom: 1px solid #81600f;
}

p#headerleft {
	position: absolute;
	bottom: 50px;
	left: 16px;
}

p#headerleft img {
	margin-right: 13px;
}

p#headerright {
	position: absolute;
	bottom: 50px;
	right: 16px;
	color: #313131;
}

p#headerright a, table.portfolio_entry td a {
	text-decoration: none;
	color: #ffb300;
}

div.portfolio_spacer {
	/* this div only exists because IE6/7 will not apply padding to 
	tables */
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #81600f;
}

table.portfolio_entry {
	width: 100%;
	font-size: .85em;
}

table.portfolio_entry td {
	vertical-align: top;
}

table.portfolio_entry td.underscored {
	border-bottom: 1px solid #81600f;
}

table.portfolio_entry td.rightpad {
	padding-right: 15px;
	line-height: 2em;
}

table.portfolio_entry td img {
	padding-bottom: 8px;
}