/*
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: #D0A16B url(images/wood-planks-texture.jpg) top center repeat;
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 910px;
	padding:1px 20px;
	/*
	border:5px solid #080603;
	border-top:none;
	*/
	background:url(images/trans.png) top left repeat;
}
a {
	color: #ccc;
}
div#wrapper div.sociable
{
	margin:16px 0 -6px 0;
}
div#wrapper div.sociable_tagline
{
	display:none;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div#header {
	height:120px;
	background:url(images/smart-snake.png) bottom right no-repeat;
}
h1 {
	font-size:36px;
	color: #fff;
	margin:20px 0 40px 0;
	text-transform:uppercase;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0;
}
ul#navigation {
	display: block;
	width: 100%;
	float: left;
	margin-top:15px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: "Arial Black", Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	margin: 0 32px 0 0;
}
div#header h2 {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
	display: block;
	width: 445px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin:10px 0 0 0;
}
div.thumbnail {
	width:450px;
	float: left;
}
div.thumbnail p
{
	margin-bottom:0;
}
div.entry {
	width: 440px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
p.comment-link {
	margin: 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;
	text-decoration: underline;
}
div#footer
{
	margin:0 auto;
	width:950px;
}
div#footer p {
	line-height:40px;
	color: #111;
	text-align: center;
	margin:0;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin:0 -20px;
	padding:20px;
	width:910px;
}
div.post.odd {
	background:url(images/trans.png) top left repeat;
}
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;
}