html {
	font-size: 62.5%;
}

body {
	background: #222220;
	margin: 0; 
	padding: 0;
	min-height: 100%;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 14.73px;
	color: #fff;
	letter-spacing:1.4px;
	line-height:18px;
}

#background { 
	position:fixed;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0; 
	overflow: hidden;
	z-index: -1;
}

#bodycontainer {
	position:absolute;
	z-index:100;
	left: 0px;
	top: 0px;
	right: 0px;
	padding: 10px 0 0 10px; 
	overflow: auto; 
	overflow-x: hidden;
}

#bodywidth {
	width: 1100px;
	height: 100%;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	background-color: #c7df00;
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

.small {
	width: 231px;
	letterspacing: 2.6px;
	font-size:10.5px;
	line-height:20.1px;
	padding-top:4px;
}

.projectlist_title {
	display: block; 
	margin-left: -4px;
	padding-bottom:11px;
	margin-top:-11px}

#header {
	float: left;
	clear: both;
}

#header #title {
	float: left;
	width: 200px;
	position:absolute;
	top:63px;
	
  	font-size: 11px;
	letter-spacing:2.6px;
}

#header #title a {
	font-weight: normal;
	text-decoration: none;
	color: #c7df00;
}

#header #title a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

#header #menu {
	float: left;
	left:209px;
	position:absolute;
}

#header #menu a {
	font-weight: normal;
	font-size: 13.6px;
}

#main {
	float: left;
	clear: both;
	margin-left: 200px;
padding-bottom: 30px;
}

.fileGroup {
	clear: both;
	float: left;
}

.textblock {
	float: left;
	margin-left: 0px; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right:40px;
	max-width:429px;
	line-height: 23px;
}

.file {
	margin-bottom: 1px;
}

.file img {
	display: block;
	padding: 0;
	margin: 0;
}

.title {
	font-weight: bold;
	color: #fff;
}

#menu {
	font-weight: bold;

}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
	background-color: #c7df00;
	color: #252525;
}

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	float: left;
	margin-right: 20px;
}

#menu .active a {
	text-decoration: none;
	color: #c7df00;
}

#menu .active a:hover {
	text-decoration: none;
	color: #fff;
}

#content {
	clear: both;
	margin-top: 64px;
	margin-bottom: 50px;
}

.pageText {
	
	
}

.projectView {
	margin-top: 18px;
}

.projectView img {padding-right: 10px;}

.project {
	padding: 3px;
	font-size: 13.6px;
	line-height: 23px;	
	text-decoration: none;
	color: #fff;
}

.divider {
	line-height: 0em;
}

.project:hover {
	text-decoration: none;
	background-color: #c7df00;
	color: #000;
}

.project.active {
	text-decoration: underline;
	color: #FF3300;
	
}

a.project.active:hover {
	text-decoration: none;
	background-color: #fff;
}

.slideshow-nav {
	font-size: 10.5px;
	letter-spacing:2.6px;
	padding-bottom: 7.25px;
}

.slideshow-nav a {
	color: #fff;
}

.slideshow-nav a:hover {
	text-decoration: underline;
}

.tags {
	margin-bottom: 10px;
}

.file .info {
	font-size: 0.9em;
	width: 620px;
	margin-top: 0.46em;
}

.file .info .caption {
	color: #9EB4BF;
	line-height: 1.4em;
	
}

/*
 * Blog CSS
 */

.post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	width: 600px;
}

.postTitle {
	margin: 0 0 5px -3px;
	font-size: 1.6em;
}

.postTitle a {
	padding: 3px;
	text-decoration: none;
}

.postTitle a:hover {
	background-color: #c7df00;
	color: #000;
}

.post img {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

.post .text {
	margin: 20px 0 20px 0;
}

.post .more {
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffcc33;
}

.post .more:hover {
	background-color: transparent;
	color: #c7df00;
}

/*
 * Misc. Styles
 */

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	margin: 0 auto 0 auto;
}
