html {
	font-size: 62.5%;
}

body {
	padding: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
}

a {
	color: #442200;
	text-decoration: none;
}

a:hover {
	background-color: #442200;
        color: #fff;
	text-decoration: none;
}

img {
	border: 0;
}

#header {
	float: left;
	clear: both;
}

#header #title {
	float: left;
	width: 200px;
}

#header #title a {
	font-weight: bold;
	text-decoration: none;
	color: #446600;
        border: none;
}

#header #title a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #000;
        border: none;
}

#header #menu {
	float: left;
}

#main {
	float: left;
	clear: both;
	margin-left: 200px;
}

.fileGroup {
	clear: both;
}

.textblock {
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 450px;
	line-height: 1.6em;
}

.file {
	margin-bottom: 1px;
}

.file img {
	display: block;
	padding: 0;
	margin: 0;
}

.title {
	font-weight: bold;
	color: #446600;
}

#menu {
	font-weight: bold;
}

#menu a {
	text-decoration: none;
	color: #420;
}

#menu a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #999900;
}

#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: #446600;
}

#menu .active a:hover {
	text-decoration: none;
	color: #420;	margin-bottom: 20px;
	width: 450px;
}

#content {
	clear: both;
	margin-top: 60px;
	margin-bottom: 50px;
}

.pageText {
	margin-bottom: 20px;
	width: 450px;
}

.projectList {
	margin-bottom: 20px;
	width: 600px;
}

.project {
	padding: 3px;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
	text-decoration: none;
	color: #420;
}

.divider {
	font-size: 1.6em;
	line-height: 1.8em;
}

.project:hover {
	text-decoration: none;
	background-color: #446600;
	color: #FFF;
}

.project.active {
	text-decoration: none;
	background-color: #00ff00;
	color: #FFF;
}

a.project.active:hover {
	text-decoration: none;
	background-color: #420;
}

.slideshow-nav a {
	color: #444;
        margin-bottom: 5px;
}

.slideshow-nav a:hover {
        background-color: #0f0;
        color: #fff;
	text-decoration: none;
}

.tags {
	margin-bottom: 10px;
}

.file .info {
	font-size: 0.9em;
        font-style: italic;
	width: 450px;
}

.file .info .caption {
	display: block;
        font-style: normal;
	line-height: 1.4em;
	margin-bottom: 50px;
}


/* YOUR STUFS */


.textblock .projectList {
        margin-top: -20px;
}

.textblock > b, .textblock > strong {
        color: #990;
}

#footer {
	margin-top: 75px;
}

h2 {
        color: #420;
}

b, strong {
        color: #444;
}

#works-6 {
	height: 450px;
}
#works-7 {
	height: 475px;
}
#works-1 {
	height: 425px;
}

/* TUMBLR */

ol.tumblr_posts {list-style-type: none; width: 450px; position: relative; right: 40px;}
ol.tumblr_posts li {border-bottom: 1px dotted black; padding-bottom: 10px; margin-bottom: 20px;}
.tumblr_title, .tumblr_link, .tumblr_link a {font-size: 1em; font-weight: bold; color: #990; position: relative; top: 1.5em;}
p.date {position: relative; bottom: 2.2em;} 
b.long {position: relative; bottom: 1.2em;}

