* {
  margin: 0;
  padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

img {
	border: 0;
}


a {color: #00aeef;}

a:hover {background: #eee;}

#header #title {
	width: 200px;
}

#title a:hover {background: transparent;}

#header {padding: 30px 0 0 30px;}

#header #menu {
	float: left;
}

.fileGroup {
}

.textblock {
	float: left;
	margin-bottom: 20px;
}

.file {
	margin-bottom: 1px;
	padding-bottom: 10px;
}

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

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

#main {
	margin: 20px 0 0 30px;
	width: 800px;
	border-bottom: 1px solid #000;
}

#content {
	border-top: 1px solid #000;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 600px;
}

#menu {
	text-transform: uppercase;
	width: 180px;
}

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

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

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	border-top: 1px solid #000;
	padding: 5px;
	width: 160px;
}

#menu li:hover {background-color: #eee;}

#menu li.active {background-color: #eee;}

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

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

.pageText {
	margin-bottom: 20px;
}

.projectList {
	margin-bottom: 20px;
}

.project {
	padding: 3px;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.divider {
	font-size: 1.2em;
}

.project:hover {
	text-decoration: none;
	background-color: transparent;
	color: #ec008c;
	background-color: #eee;	
}

.project.active {
	background-color: #eee;
	text-decoration: none;
	color: #ec008c;
}

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

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

.slideshow-nav a:hover {
	text-decoration: underline;
}

.tags {
	margin-bottom: 10px;
}

.file .info {
	font-size: 0.9em;
	width: 450px;
}

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

h2 {font-size: 18px; text-transform: uppercase; font-weight: normal;}

.gray {color: #666;}

.clear {clear: both;}

.copyright {
font-size: 0.8em;
padding:5px 0;
margin-left: 30px;
}
