/*
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
*/
* {
margin: 0;
padding: 0;
}

a img {
border: none;
}

body {
	text-align: center;
	background: #e9e9e9 url(images/bg_body.gif) repeat-x top;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}
a {
	color: #000;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:hover {
	color: #656565;
}
p {
	margin: 0 0 12px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div#green {
background-color: #349F49;
width: 100%;
height: 15px;
}

div#header {
	border-bottom: 1px solid #999;
	width: 800px;
	height: 135px;
	background: transparent;
	padding-bottom: 30px;
}

	div#header h1 a{
		float: left;
		display: inline;
		width: 133px;
		height: 84px;
		background: url(images/logo.gif) no-repeat;
		text-indent: -99999em;
		margin: 34px 0 0 10px;
		border-bottom: none;
	}

h1 {
	font-size: 48px;
	color: #349F49;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
	color: #349F49;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: inline;
	width: auto;
	float: right;
	margin: 35px 0 0 0;
}
ul#navigation li {
	display: inline;
	list-style: none;
	background: url(images/bulletMenu.gif) left no-repeat;
	padding-left: 15px;
}
ul#navigation li a {
	font-family: Arial;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	font-size: 16px;
	margin: 0 10px 0 0;
	text-transform:lowercase;
	border-bottom: none;
}
ul#navigation li a:hover {
	border-bottom: 1px dotted;
}
div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 45px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
	div.thumbnail a{
	border-bottom: none;
	}

div.entry {
	width: 250px;
	float: right;
}

	div.entry a{
		border-bottom: 1px dotted !important;
	}
	
	div.entry h2 a{
		border-bottom: none !important;
	}

div#content h2 {
	font-size: 24px;
	color: #349F49;
	line-height: 32px;
	margin-bottom: 12px;
}
div#content h2 a {
	text-decoration: none;
	color: #349F49;
	border-bottom: none;
}
p.comment-link {
	margin: 0 0 12px 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
}
div#footer p {
	color: #333;
	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 45px;
	border-bottom: 1px solid #999;
	padding-bottom: 40px;
}

div.post a{
border-bottom: none;
}

h3#comments, h3#respond {
	color: #349F49;
	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;
}