

body {
	background-color: #000;
	color: #ccc;
}

#header {
	line-height: 24px;
	background: url(/style/header.gif) repeat-x top #000;
	-webkit-text-size-adjust: none;
}

#header div {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(/style/rm.gif) no-repeat 14px 14px;
}

#header div:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#header h1 {
	margin: 0 18px;
	padding: 0 0 0 70px;
}

#header h1:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#header h1 a {
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 9px 0 0;
}

#header h2 {
	float: left;
	color: #59cc0d;
	font: 12px verdana, sans-serif;
	margin: 0 18px;
	padding: 0 0 9px 70px;
}

#header ul {
	position: absolute;
	top: 0;
	right: 0;
}

#header li {
	float: left;
	font-family: georgia, serif;
	font-size: 24px;
}

#header li a {
	float: left;
	color: #999;
	text-decoration: none;
	padding: 9px 18px 0;
	height: 48px;
}

#header li a:hover {
	color: #fff;
}

#header h3 {
	position: absolute;
	top: 0;
	right: 0;
	font-family: georgia, serif;
	font-size: 24px;
	color: #999;
	padding: 9px 18px 0;
	height: 48px;
	font-weight: normal;
}

#content {
	width: 924px;
	margin: 0 auto;
}

#footer {
	font-size: 14px;
}

/* page specific styles */

#slideshow {
	position: relative;
	height: 440px;
	padding: 12px 0 0;
	color: #fff;
	background: url(/style/slideshow.jpg) no-repeat 50% 100% #000;
	overflow: hidden;
	font-size: 18px;
	line-height: 36px;
	border: solid #333;
	border-width: 1px 0;
}

#slideshow h2 {
	font-family: georgia, serif;
	font-size: 36px;
	margin: 0 0 18px;
}


#slideshow p {
	margin: 0;
}

#slideshow:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#container {
	position: relative;
	width: 976px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
}

#container:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#left-fade {
	position: absolute;
	top: 0;
	left: 26px;
	z-index: 1;
	width: 50px;
	height: 350px;
	background: url(/style/left-fade.png) repeat-y top left;
}

#right-fade {
	position: absolute;
	top: 0;
	right: 26px;
	z-index: 1;
	width: 50px;
	height: 350px;
	background: url(/style/right-fade.png) repeat-y top left;
}

#slides {
	position: absolute;
	top: 18px;
	left: 0;
	width: 10000px;
}

#prev,
#next {
	position: absolute;
	top: 0;
	width: 26px;
	height: 350px;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
	z-index: 1;
	background-color: #000;
	background-repeat: no-repeat;
}

#prev {
	left: 0;
	background-position: 0 50%;
	background-image: url(/style/prev.gif);
}

#next {
	right: 0;
	background-position: -26px 50%;
	background-image: url(/style/next.gif);
}

#prev:hover {
	background-position: -26px 50%;
}

#next:hover {
	background-position: 0 50%;
}

#prev.hidden {
	background-position: -52px 50%;
	cursor: default;
}

#next.hidden {
	background-position: 52px 50%;
	cursor: default;
}

.slide {
	float: left;
	width: 796px;
	padding: 0 100px;
}

.slide:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.screenshot {
	float: left;
	width: 408px;
	height: 334px;
	padding: 0 12px;
	text-align: center;
	background: url(/style/shadow.png) no-repeat bottom center;
}

.description {
	float: left;
	width: 340px;
	padding: 0 12px;
	margin: 48px 0;
}

#thumbnails {
	padding: 16px;
	line-height: 14px;
	font-size: 10px;
	width: 658px;
	margin: 0 auto;
}

#thumbnails p {
	float: left;
	width: 57px;
	margin: 0 4px;
	text-align: left;
}

#thumbnails img {
	padding: 0 0 6px;
	cursor: pointer;
	border: solid #59cc0d;
	border-width: 0;
}

#thumbnails img.selected {
	padding-bottom: 4px;
	border-width: 0 0 2px;
}

#page {
	border: solid #333;
	border-width: 1px 0;	
}

.date {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 11px;
}

/* highlighting */

#portfolio #header li.portfolio a,
#code #header li.code a,
#blog #header li.blog a {
	color: #fff;
	background: url(/style/lamp.gif) no-repeat top center;
}

#portfolio #header li.portfolio,
#code #header li.code,
#blog #header li.blog {
	background: url(/style/spotlight.gif) no-repeat bottom;
}

