a:link {
	color: #E57A3A
}

a:visited {
	color: #E57A3A
}

a:visited {
	color: #E57A3A
}

body {
	color: #303030;
	background-color: #E5DFDC;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

div#demo {
	background-color: lightyellow;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	
}

div#wrapper {
	width: 750px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #d4d3d4;
	padding: 0em;
}

div#header {
	width: 750px;
	overflow: hidden;
	background-color: black;
	margin: 0em;
}

div#header h1 {
	color: #000000;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
	display: none;
}

div#header img {
}

ul.menu {
	list-style-type: none;
	text-align: left;
}

ul.menu li {
	display: inline;
}

ul.menu li:before { 
	content: "| "; 
	color: #d4d3d4;
}

ul.menu li:first-child:before { 
	content: ""; 
}

ul.tabbed {
	padding: 0.4em 2em 0.1em 2em;
	margin: 0em;
	background-color: black;
	font-size: 0.8em;
}

ul.tabbed li:before {
	content: "";
}

ul.tabbed li span {
	background-color: #FFFFFF;
	padding: 0.5em 2em 0.5em 2em;
	border-bottom: 1px solid #FFFFFF;
}

ul.tabbed li a {
	color: white;
	text-decoration: none;
	padding: 0.5em 2em 0.5em 2em;
}

ul.tabbed li a:visited {
	color: white;
}

ul.tabbed li a:hover {
	color: white;
	background-color: #333333;
}

div#content_holder {
	padding: 25px;
}

img.headshot { 
	float: left; padding-right: 1em;
}

div.sample {
	border-bottom: 1px solid #d4d3d4;
	margin-left: 3em;
	margin-right: 5em;
}

div.sample p.title {
	color: black;
	font-weight: bold;
	margin-bottom: 0;
}

div.sample img {
	border: 0;
}

div.sample p.description {
	margin-top: 0;
}

ul.favorites li {
	list-style-type: square;
	padding-top: .4em;
	margin-left: 3em;
}

div.resume h1 {
	margin-top: 1.5em;
	text-align: center;
}

div.resume h2 {
	margin-top: 1.5em;
}

div.resume p.contact {
	font-size: .9em;
	text-align: center;
	color: #222222;
	border-bottom: 1px solid gray;
}

div.resume p.duties {
	margin-top: .5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

div.resume p.jobtitle {
	margin-bottom: 0;
	margin-top: 1.5em;
}

img {
	border: 0;
}

div#header h1 {
	line-height: 1.1em;
}

div#footer {
	clear: both;
}

h1.category {
	text-align: left;
}

.samples {
	float: left;
	width: 70%;
}

h1.category {
	line-height: 140%;
}

.categories {
	float: left;
	width: 30%;
}

.categories .content {
	padding-top: 2em;
	padding-left: 4em;
}

.categories .content ul {
	list-style: none;
	padding: 0em;
}

.categories .content ul li {
	padding-bottom: 0.5em;
}

/*---------------- Blog posts ----------------*/

ul.posts, div.post {
	list-style: none;
	width: 480px;
	margin: 0em;
	padding: 0em;
	float: left;
}

ul.posts li.post {
	margin-bottom: 1em;
	border-bottom: 1px solid #d4d3d4;
}

.post h1 {
	font-size: 1.2em;
}

.post p.published_at {
	font-size: 0.8em;
}

div#blog_detritus {
	width: 195px;
	margin: 0em;
	padding: 0em;
	padding-left: 25px;
	float: left;
}
