html {
	font-size: 62.5%;
	color: #333;
	background-color:#111;
}

body {
	padding-left: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	background-color:#111;
		
}
	
}

li {
	color: #333;
	font-style: italic;
	
}


a {
	color: #555;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #222;
	text-decoration: underline;
}

img {
	border-bottom:thin;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

#header {
	float: left;
	clear: both;
	position: relative;
	
}

#header #title {
	
}

#header #title a {
	font-weight: bold;
	text-decoration: none;
	color: #ff0033;
}

#header #logo a{
	background-color: none;
		
}

#header #title a:hover {
	text-decoration: none;
	background-color: none;
	color: #000;
}

#header #menu {
	float: left;
}

#main {
	float: left;	
	clear: both;
	margin-top: -45px;
	margin-left: 50px;
}


.fileGroup {
	clear: both;
}

.textblock {
	float: left;
	clear: both;
	color: #777;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 450px;
	line-height: 1.2em;
}

.textblockInfo {
	float: left;
	clear: both;
	color: #555;
	font-style: italic;
	
}

.file {
	margin-bottom: 1px;
}

.file img {
	display: block;
	padding: 0;
	margin: 0;
}


#menu {
	float: right;
	clear: both;
	font-weight: none;
	position: fixed;
	right: 50px;
	top: 100px;
	font-size: 1.2em;
	background-color: #000;	
	display: inline;
}

#menu a {
	text-decoration: none;
	color: #777;
	background-color: #000;		
}

#menu a:hover {
	text-decoration: none;
	color: #ff0033;	
	background-color: #000;	
}

#menu ul {
	margin: 0px;
	float: left;
	list-style: none;
}

#menu li {
	float: left;
	margin-right: 45px;
}

#menu .active a {
	text-decoration: none;
	color: #ff0033;
}

#menu .active a:hover {
	text-decoration: none;
	color: #ff0033;
}

#content {
	clear: both;
	padding-left: 80px;
	font-size: 0.9em;
	
	
}

#footer {
	font-weight: none;
	color: #333;
	background-color: #000;
	font-style:italic;
	position: fixed;
	right: 45px;
	bottom: 50px;
	display: inline-block;
	padding: 2px;
}

.pageText {
	margin-bottom: 20px;
	width: 450px;
}

.projectView {
	margin-top: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	display: inline-block;
	padding-bottom: 20px;
}

.project {
	padding: 2px;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: none;
	text-decoration: none;
	color: #333;
	display: inline-block;
	background-color: #000;
	opacity:1;filter:alpha(opacity=100);
	border: none;
}

.divider {
	font-size: 1.6em;
	line-height: 3em;
	padding: 5px;
	
}

.project:hover {
	text-decoration: none;
	background-color: #000;
	color: #FFF;
	border: none;
	
}

.project.active {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	opacity:1;filter:alpha(opacity=100);
}

a.project.active:hover {
	text-decoration: none;
	background-color: #000;
}


.projectThumbnail {
	opacity:1;filter:alpha(opacity=100);
	background-color: #000;
	color: #000;
	border-color: #000;
}

.projectThumbnail:hover {
	
}

.projectThumbnail:active {
	
}

a.projectThumbnail.active:hover {
	
}


#projectTitle {
	color: #fff;
	font-size: 1.6em;
}

.slideshow-nav a {
	color: #ff0033;
	line-height: 1.6em;
}

.slideshow-nav a:hover {
	color: #000;
	text-decoration: underline;
}

.tags {
	margin-bottom: 10px;
}

.file .info {
	font-size: 0.9em;
	width: 450px;
}

.file .info .caption {
	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: #FF0033;
	color: #FFF;
}

.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: #009BE6;
}

.post .more:hover {
	background-color: transparent;
	color: #FF0000;
}

/*
 * Misc. Styles
 */

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	margin: 0 auto 0 auto;
}