html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background: url(images/top_gradient.png) repeat-x;
	background-color: #1D1D1D;
	height: 100%;
}

a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:hover {
	color: #7ac3fe;
}

#background-left {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: #171717;
	z-index: -1;
}

#page-wrap {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#sidebar {
	width: 282px;
	float: left;
	height: 100%;
	background: #171717 url(images/sidebar.png) repeat-y;
}

a.title-link {
	display: block;
	width: 180px;
	margin-left: 40px;
	height: 90px;
	text-indent: -5000px;
	position: absolute;
}

#title {
	background: url(images/title.png) no-repeat top right;
	width: 214px;
	height: 63px;
	float: right;
	padding: 115px 68px 0 0;
}

#title h2 {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: white;
	text-align: right;
	font-size: 12px;
	margin-bottom: 21px;
}

#title h2:hover, #title a:hover {
	color: #7ac3fe;
}


#sidebar-list {
	margin-right: 68px;
	text-align: right;
	clear: right;
}

#sidebar-list li h2 {
	font: bold 12px "Trebuchet MS";
	text-transform: uppercase;
	background: url(images/divider.png) no-repeat bottom right;
	padding-bottom: 3px;
	padding-top: 21px;
	margin-bottom: 3px;
}

#sidebar-list li h2.design {
	color: #FF7C3C;
}

#sidebar-list li h2.flash {
	color: #52BA66;
}

#sidebar-list li h2.art {
	color: #D7C54B;
}

#sidebar-list li a.inactive {
	color: #feffff;
	font: normal 12px "Trebuchet MS";
	text-decoration: none;
}


#sidebar-list li a.active {
	color: #7ac3fe;
	font: normal 12px "Trebuchet MS";
	text-decoration: none;
}

#sidebar-list li a:hover {
	color: #7ac3fe;
}

/* @group content */

#content {
	width: 704px;
	float: right;
	margin-top: 114px;

}

#content h2#path {
	float: left;
	color: white;
	text-transform: uppercase;
	font: bold 13px Verdana, sans-serif;
}

#content h2#path span.genre-design {
	color: #FF7C3C;
}
#content h2#path span.genre-flash {
	color: #52BA66;
}
#content h2#path span.genre-art {
	color: #D7C54B;
}

#content h2#path span.item {
	color: #8FD9FF;
}

#content h2#path span.type {
	color: white;
}

a#next {
	text-decoration: none;
	float: right;
	color: white;
	text-transform: uppercase;
	font: bold 14px Verdana, sans-serif;
	display: block;
	padding: 2px 20px 2px 0;
	background: url(images/next.png) no-repeat right center;
}

a#next:hover  {
	color: #8FD9FF;
}


#content h3 {
	clear: both;
	padding-top: 4px;
	color: #404040;
	text-transform: lowercase;
	font: normal normal 12px "Trebuchet MS";
}

span.date, span.client, span.medium {
	color: #808080;
	margin-right: 41px;
	text-transform: capitalize;
}

#project-unit {
	margin-top: 20px;
}

#project-unit img, #thumbnails {
	float: left;
	width: 450px;
	margin-bottom: 10px;
}

#thumbnails {
	float: left;
	clear: both;
	margin-top: 28px;
}

#thumbnails img {
	width: 90px;
	height: 90px;
	margin: 0 20px 20px 0;
	border: 1px solid #515151;
	opacity: 0;
}

#thumbnails img:hover {
	border-color: #919191;
}

#project-unit .swf {
	width: 450px;
	padding: 40px 0;
	border: 1px solid #404040;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

.naked {
	width: 450px;
	padding: 0;
	border: none;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

a.image {
	width: 450px;
	float: left;
}

p.caption {
	width: 450px;
	clear: left;
	background: #383838;
	margin-bottom: 17px;
	padding: 7px 0px 6px 0;
	color: #b1b1b1;
	font: 12px "Trebuchet MS", sans-serif;
	text-align: center;
}

.description {
	float: right;
	width: 227px;
	margin-top: 24px;
}

#home .description {
	margin-top: 55px;
}

.description p {
	color: #d5d5d5;
	font: 12px/19px "Trebuchet MS", sans-serif;
	margin-bottom: 17px;
	padding-bottom: 5px;
}

#project-unit .description a {
	font-weight: bold;
}

/* @end */

.clear {
	clear: both;
}

