html,body {
	background:#333 url('http://fwdlabs.com/artists/ui/proctor_bg.gif')  center top repeat-x;
	}

#contentColumn p, #contentColumn li { color:#fff; }

/* Grid */

#hd { margin-top:10px; }
#bd { 
	background:transparent;
	}

#ft { 
	background:transparent;
	border:0;
	margin:10px 0;
	}

ul#profileFooter { padding-bottom:0; }
ul#profileFooter li { color:#ccc; }
ul#profileFooter li a:hover { color:#fff; }

div.gutter {
	padding-left:20px;
	}

#projectDetails {
	margin-top:10px;
	}

ul#projectTypes li { color:#fff; }

p#publicStatus a {
	color:#555;
	font-weight:normal;
	text-decoration:underline;
	}
	p#publicStatus a:hover { background:transparent; color:#fff; }

div.projectCellDetailsWide {
	background:#000;
	min-height:135px;
	}

span.projectCellType {
	color:#ccc;
	}

/* Typography */

p, small, td, label { color:#eee; }
h1 { color:#cc3300; }
h2 { 
	color:#cc3300;
	font-weight:normal;
	font-family:Georgia;
	letter-spacing:0;
	}
.hd h2 { background-color:#ccc; }
h3 { 
	color:#555;
	margin:10px;
	}
div.projectCellDetailsWide h3 { margin:10px 0; }
h3 a { padding:2px 0 0; background:#111; }

/* Sidebar */

#sidebar {
	background:#000;
	}

ul#sidebarNav a { color:#fff; }
ul#sidebarNav a:hover { color:#fff; }

.navcontainer .navlist2 .active a { 
	background-color:#cc3300;
	color:#fff;
	}
.navcontainer .navlist2 .active a:hover {
	background-color:#336699;
	color:#fff;
	}
.projectCell:hover { background-color:#ddd; }

/* Tipbox */

div.tipbox ul li { color:#fff; }