html {
	font-size: 62.5%; 
	height: 101%; 
}

body {
	width: 960px; 
	margin: 0 auto; 
	padding: 0;
	font-family: Cantarell, "Helvetica Neue", Helvetica, "Lucida grande", Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: .8;
	color: #473030;
}

.active { background-color: #fefefc; }

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	background-color: #fefefe;
	text-decoration: underline;
	color: #472b18;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

#header {
/*	
	position: fixed;
	z-index: 99; 
	width: 100%;

*/
	background-color: #fff;
	margin: 0 0 .1em 0;
	padding: 20px 0px .3em 0; 
	border-bottom: 1px solid #fdfbf9;
	float: left;
	clear: both;
}

#header #title {
	float: left;
	width: 200px;
	text-align: center;
}

h1.postTitle { 
	text-decoration: none;
	color: #a9a941;
	font-weight: normal;
	font-weight: .7;
	font-size: 1em;
}

#header #title a {
	text-decoration: none;
	color: #a9a941;
	font-weight: .7; 
}

#header #title a:hover {
	text-decoration: none;
	background-color: #fefefe;
	color: #000;
}

#header #menu {
	float: left;
	letter-spacing: .025em;
}

#main {
/*	
	position: relative; 
	top: 2.5em; 
	z-index: 1; 
*/
	clear: both;
	margin: 0 0 10px 200px; 
	padding:  0;
}

.fileGroup {
	clear: both;
	margin-bottom: 3em;
}

.textblock {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 2em;
	max-width: 600px;
	font-size: .9em; 
	line-height: 1.6em;
	color: #555; 
}

.file {
	margin-bottom: 1px;
}

.file img {
	display: block;
	padding: 0;
	margin: 0;
}

.title {
	font-weight: .8; 
}

.info > .title {
	position: relative;
	top: 1em;
	margin-bottom: 1em;
}

.info .title { font-size: 80%; }
.info .caption { font-size: 80%; }

#menu {
	font-weight: .7;
	letter-spacing: .2px;
}

#menu a {
	text-decoration: none;
	color: #603b21;
}

#menu a:hover {
	text-decoration: none;
	background-color: #fefefe;
	color: #848433;
}

#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: #6b6b2a;
	background-color: #fefefc;
}

#menu .active a:hover {
	text-decoration: none;
	color: #a9a941;
}

#content {
	clear: both;
	margin-top: 15px;
	margin-bottom: 40px;
}

.pageText {
	width: 600px;
}

.pageText p { margin: 2em 0; }

.divider { 
	color: #ddd;
	opacity: .9; 
	font-size: .7em; display: inline; padding: 0 .6em; 
}

.projectView {
	margin-top: .5em;
	margin-left: 0px;
	float: left; 
}

.project {
	margin: 0;
	padding: 0px 1px 2px 0px;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: .9;
	text-decoration: none;
	color: #777;
}

.project:hover {
	text-decoration: none;
	background-color: #fefefe;
	color: #472b18;
}

.project.active {
	text-decoration: none;
	color: #603b21;
	background-color: #fefefc;
}

a.project.active:hover {
	text-decoration: none;
	background-color: #fefefe;
	color: #472b18;
}

.slideshow-nav {
	font-size: .65em; 
	color: #777; 	
	margin-bottom: 2em; 
}
.slideshow-nav a {
	color: #000;
	text-transform: lowercase;
	font-size: 1.25em; 
}

.slideshow-nav a:hover {
	text-decoration: underline;
}

.tags {
	display: none;
	margin-bottom: 10px;
}

.file .info {
	font-size: 0.9em;
	width: 450px;
}

.file .info .caption {
	line-height: 1.4em;
}

.post {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f4e9e0;
	width: 600px;
}

.postTitle {
	margin: 0 0 5px -3px;
	font-size: 1.6em;
}

.postTitle a {
	padding: 3px;
	text-decoration: none;
}

.post .date { color: #ccc; text-transform: uppercase; line-height: 1em; font-size: .8em;}

.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: lowercase;
	text-decoration: none;
	color: #666;
}

.post .more:hover {
	background-color: transparent;
	color: #000;
}

.align-left { float: left; }
.align-right { float: right; }
.align-center {	margin: 0 auto 0 auto; }

/* home page */
body#body_landing #header { display: none; }
body#body_landing #main { margin-top: 96px; }

.pageContent { margin: 0px; padding: 0; }

body#body_blog #content { padding-top: 4em; }
body#body_blog .projectView { padding-top: 0; margin-top: 0; }

body#body_about #content, 
body#body_contact #content { padding-top: 4em; }

#menu #about { margin-left: 3em; }


div.slideshow-nav { margin-left: 1px; }
div.slideshow-nav a { color: #a06136; }
div.slideshow-nav a:hover { color: #6d4225; }
div.slideshow-nav .divider { #ddd;  }
div.slideshow-nav a.next { margin-right: 1em; }

div.projectView > div.textblock { padding-top: 1.7em; }

