html {
	font-size: 62.5%;
}

body {
	padding: 0px;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	background: #000000 url(../img/background.jpg) fixed;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #ed1c24;
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

#header {
	float: left;
	clear: both;
	position: fixed;
	top: 0px;
	margin-left: 150px;
	background-color:#FFF;
	width: 220px;
	height: 100%;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #CCC;
	z-index:10;
}

#header #hand {
	position: absolute;
	left: 0px;
	top: 110px;
}

#header #title {
	float: left;
	width: 200px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#header #title a {
	font-weight: bold;
	text-decoration: none;
	color: #ed1c24;
}

#header #title a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #000;
}

#header #menu {
	float: left;
	position: absolute;
	top: 200px;
	left: 20px;
	display: block;
	width: 95px;
}

#network {
	color: #999;
	position: fixed;
	top: 350px;
	/*left: 20px;*/
	left: 170px;
	width: 160px;
	z-index:11;
}

#network a {
	color: #999;
}

#network #networkTitle a {
	text-decoration: none;
}

#network a:hover {
	color: #fff;
	background-color: #ed1c24;
}

#network #twitter_update_list li {
	list-style-type: none;
	margin-top: 3px;
	float: left;
}

#network #twitter_update_list li a {
	text-decoration: none;	
}

#network #links {
	margin-top: 15px;
	float: left;
}

#network #links a {
	text-decoration: none;
}

#mainBackground {
	float: none;
	clear: both;
	position: fixed;
	margin: 0px;
	left: 370px;
	top: 0px;
	background: #FFF;
	width: 640px;
	height: 100%;
}

#main {
	float: none;
	clear: both;
	position: absolute;
	margin: 0px;
	left: 370px;
	top: 0px;
	background: #FFF;
	width: 640px;
	height: 100%;
}

.fileGroup {
	clear: both;
}

.textblock {
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 600px;
	line-height: 1.6em;
}

.file {
	margin-bottom: 1px;
}

.file img {
	display: block;
	padding: 0;
	margin: 0;
}

.title {
	font-weight: bold;
	color: #ff0000;
}

#menu {
	font-weight: bold;
}

#menu a {
	text-decoration: none;
	color: #000;
}

#menu a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #ed1c24;
}

#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: #ed1c24;
}

#menu .active a:hover {
	text-decoration: none;
	color: #000;
}

#content {
	clear: both;
	position: relative;
	top: 20px;
	margin-bottom: 50px;
	padding-left: 20px;
	background: #FFF fixed;
}

.pageText {
	margin-bottom: 20px;
	width: 600px;
}

.projectView {
	margin-top: 20px;
	padding-bottom: 20px;
	width: 600px;
}

.project {
	padding: 0px;
	font-size: 9;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	width: 100px;
}

#projectSize {
	padding: 5px;
	width: 100px;
	height: 114px;
	border-style: solid;
	border-width: thin;
	border-color: #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#projectSize:hover {
	color: #000;
	border-style: solid;
	border-width: thin;
	border-color: #CCC;	
}

.project:hover {
	text-decoration: none;
}

.project.active {
	text-decoration: none;
	background-color: #009BE6;
	color: #FFF;
}

a.project.active:hover {
	text-decoration: none;
	background-color: #000;
}

.slideshow-nav {
	font-size: 9px;
	line-height: 2em;
}

.slideshow-nav a {
	color: #000;
}

.slideshow-nav a:hover {
	color: #fff;
}

.prev {
	text-decoration: none;
}

.next {
	text-decoration: none;
}

.tags {
	margin-bottom: 10px;
	visibility: hidden; 
}

.file .info {
	font-size: 10px;
	width: 600px;
}

.file .info .caption {
	line-height: 2em;
}

/*
 * 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: #ed1c24;
	color: #FFF;
}

.date {
	text-transform: uppercase;
	font-size: 9px;
	color: #ed1c24;
}

.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;
	visibility: hidden;
}

.post .more:hover {
	background-color: transparent;
	color: #ed1c24;
}

/*
 * Misc. Styles
 */

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	margin: 0 auto 0 auto;
}
