/*
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: #ffffff url('images/tile13.png') repeat;

	color: #c98243;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	background: #ffffff;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 5px;
	padding-top: 10px;

}
a {
	color: #c52758;
}
a:hover {
	color: #999;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Georgia, Times, 'Times New Roman', serif;
}
div#header {	
  
	background-image: url("images/backgr.png");
	background-repeat: no-repeat;
	border-bottom: 2px dashed #D87A0E;

}
h1 {
	font-size: 0px;
	color: #fff;
	line-height: 140px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 0px;
}
ul#navigation {
	display: block;
	width: 519px;
	float: right;
	margin: 175px 0 5px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #D87A0E;
	font-size: 17px;
	margin: 0 32px 0 0;
	
}
ul#navigation li a:hover {
	color: #D87A0E;
	text-decoration: underline;
}
div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 0px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 55px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #612059;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #612059;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #be175a;
	text-decoration: none;
	font-size: 14px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {

	border-top: 2px dashed #c98243;
	line-height: -10px;
	padding-top: 20px;
	color: #D87A0E;
	font-size: 9px;
	letter-spacing: 2px;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 55px;
}
h3#comments, h3#respond {
	color: #067b7f;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, Times, 'Times New Roman', 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;
}