* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
body {
	background: #242424 url(../images/bkg_site.png) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #735534;
}
hr, #footer, .breadcrumbs {
	position: absolute;
	left: -9999px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
#body {
	float: left;
	width: 623px;
	padding-top: 206px;
}
#container {
	height: 510px;
	width: 841px;
	background: url(../images/bkg_drop-shadow.png);
	position: relative;
	margin: auto;
	padding: 27px;
}
#content {
	background: url(../images/bkg_body.jpg);
	height: 279px;
	width: 553px;
	padding: 25px 35px 0 35px;
}
#content a {
	color:#cd4116;
}
#content h1 {
	font-size: 3em;
	color: #88c5c6;
	text-transform: lowercase;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom:10px;
}
#content h2 {
	font-size:1.5em;
}
#content p {
	margin-bottom:.8em;
}
#content img {
	padding:10px;
	border:1px solid #e0d7b2;
	background:white;
	margin:.5em;
}
#content img.right {
	margin-right:0;
}
#content img.left {
	margin-left:0;
}
#nav {
	position: absolute;
	left: 75px;
	top: 183px;
	font-size: 11px;
	font-weight:bold;
	text-transform: lowercase;
	width:170px;
}
#nav * {
	float: left;
	position:relative;
}
#nav a {
	clear: left;
	color: #FFF;
	padding:3px 60px 3px 0px;
	text-align:right;
	width:110px;
}
#nav a:hover, #nav a.selected {
	background:#cde700;
}
#nav ul ul {
	position:absolute;
	right:-600px;
	top:47px;
	width:110px;
	display:none;
}
#nav ul ul a {
	color:#735534;
	padding:0;
	text-align:left;
	width:auto;
	font-weight:normal;
	padding:2px 10px;
	font-size:13px;
}
#nav ul ul a:hover, #nav ul ul a.selected {
	border-bottom: 3px solid #d3ebeb;
	background:none;
	color:#ae8960;
}
#title {
	background: url(../images/bkg_title.jpg);
	height: 510px;
	width: 218px;
	position: relative;
	float: left;
}
#title a {
	position: absolute;
	height: 80px;
	width: 120px;
	top: 400px;
	text-indent: -9999px;
	left: 50px;
}
#content .album div * {
	float:left;
	margin:0;
	padding:0;
}
#content .album div {
	float:left;
}
#content .album img {
	padding:5px;
	text-indent:-9999px;
}
#content .thumbs img {
	width:52px;
	height:52px;
}
#content .album a{
	margin-right: 5px;
	margin-bottom:5px;
}
#nav .projects ul {
	top:27px;
}
.projects #nav .projects ul, .profile #nav .profile ul {
	display:block;
}
#home #content p{
	font-size:13px;
	font-style:italic;
	line-height:2.2em;
}
.image h1,.image .nav {
	display:none;
}
.image .entry {
	padding-top:10px;
}
#sidebar {
	height: 206px;
	width: 623px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	right: 27px;
}

