/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;
	background: #a69d96 url('images/head3.gif') no-repeat top;
	color: #5d5950;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 880px;
	
}
a {
	color: #5d5950;
	text-decoration: none;
	
}
a:hover {
	color: #c4e12d;
	
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;;
	font-weight: bold;
}
div#header {
	border-bottom: 5px solid #807a6e;
	border-top: 5px solid #807a6e;
}
h1 {
	font-size: 1px;
	color: #a69d96;
	line-height: 138px;
}
h1 a {
	text-decoration: none;
	color: #a69d96;
}
div#header h2, ul#navigation {
	margin: 0 0 0px;
	color: #a69d96;
	
}
ul#navigation {
	display: block;
	width: 370px;
	float: right;
	
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 15px;
	margin: 0 21px 0 0;
	
}

ul#navigation li.current_page_item a {
	color: #c4e12d;
	background: #807a6e;
	margin-top: 0;
	padding: 3px 10px 4px 10px;
}
ul#navigation li a:hover {
	
}
div#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	width: 290px;
	float: right;
	text-align: right;
	font-size: 16px;
	
	
}
span.f {
	font-style: italic;

}
div#content {
	margin: 42px 0 0 0;
	
}
div.thumbnail {
	width: 558px;
	float: left;
	
	
}
div.entry {
	width: 290px;
	float: right;
	padding-top: 50px;
	background: url('images/unterstrichen.gif')bottom left repeat-x;
	padding-bottom: 30px;
	
}
div#content h2 {
	font-size: 24px;
	font-weight: bolder;
	color: #c4e12d;
	line-height: 35px;
	border-bottom: 1px solid #807a6e;
	 
	
}
div#content h2 a {
	text-decoration: none;
	color: #c4e12d;
	
	
	
}
p.comment-link {
	margin-bottom: 12px;
	margin-top: 5px;
}
p.comment-link a {
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: normal;
	color: #5d5950;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	
}
p.comment-link a:hover {
	color: #c4e12d;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #89827d;
	text-align: left;
}
div#footer p a {
	color: #807a6e;
	text-decoration: none;
}
div#footer p a:hover {
	color: #807a6e;
	text-decoration: underline;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
	
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}