/*
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
*/
*, html, body {
	margin: 0;
	padding: 0;
}
acronym {
	border-bottom: .1em dotted;
	cursor: help;
}
body {
	text-align: center;
	background: #191919 url('images/background.png') repeat-x top;
	color: #999;
	font-family: Trebushet MS, Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Trebushet MS, Arial, Tahoma, sans-serif;
	font-weight: normal;
}
div#header {
	border-bottom: 1px solid #E5FF00;
}
h1 {
	font-size: 40px;
	color: #E5FF00;
}
h1 a {
	text-decoration: none;
	color: #E5FF00;
}
span#slogan {
	font-size: 15px; color:#DDD; text-align:left; margin-left:15px;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #FAFAFA;
}
div#header h1 {
	font-weight: normal;
}
div#header a:hover {
	text-decoration: none;
}
div#header h2, ul#navigation {
	margin: 0 0 5px;
}
ul#navigation {
	display: block;
	width: 500px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Trebushet MS, Arial, Tahoma, sans-serif;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #BBB;
}
div#header h2 {
	font-family: Trebushet MS, Arial, Tahoma, sans-serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 35px 0 0 0;
}
div#content2 {
	margin: 50px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}
div#content2 h2 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
div#content2 h2 a {
	text-decoration: none;
	color: #fff;
}
div#content h2 a:hover, div#content2 h2 a:hover {
	color: #E7EFA4;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Trebushet MS, Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #444;
	text-align: center;
}
div#footer p a {
	color: #666;
	text-decoration: none;
}
div#footer p a:hover {
	color: #AAA;
	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: Trebushet MS, Arial, Tahoma, 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 #E5FF00;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #E5FF00;
	padding: 12px 0 0;
}
form input, form textarea {
	padding: 2px;
	border: 2px solid #CCC;
	background: #EEE;
	color: #333;
	font-family: Trebushet MS, Arial, Tahoma, sans-serif;
	font-size: 12px;
}
form input p, form textarea p {
padding: 0;
margin: 0;
}
form table td {
padding: 3px;
}
div.alignleft, div.alignright {
	display: block;
	width: 35%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Trebushet MS, Arial, Tahoma, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}
div#content p a img {
	border: 2px solid #333;
}
div#content p a:hover img {
	border: 2px solid #E5FF00;
}
span.website a {
	color: #E5FF00;
	text-decoration: none;
}
span.website a:hover {
	color: #111;
	background: #E5FF00;
	text-decoration: none;
}