/*
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: #191919 url('images/background.png') repeat-x top;
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
        margin:0;
        padding:0;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div#header {
}
h1 {
	font-size: 48px;
	color: #fff;
	padding: 57px 0 48px;
        margin:0px;
}
#header h1 span {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: normal;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
.pagetitle {
margin-bottom: 30px;
}
ul#navigation {
	display: block;
	width: 500px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #666;
	font-size: 17px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #999;
}
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: 25px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
        margin-top: 5px;
}
div#content h2 {
	font-size: 24px;
	color: #fff;
	line-height: 27px;
}
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 p {
	line-height: 108px;
	color: #333;
	text-align: center;
        clear: both;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	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;
}
div.left, div.right {
	display: block;
	width: 40%;
	float: left;
}
div.right {
	float: right;
	text-align: right;
}
div.left a, div.right a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.left a:hover, div.right a:hover {
	color: #999;
	text-decoration: underline;
}
.head-quote {
      color: #505050;
      font-family: Georgia, Times, 'Times New Roman', serif;
      font-size: 25px;
      padding: 0;
      margin: 0 0 25px;
      line-height: 120%; 
      }
.head-quote p {
      margin: 0px;
}
.head-quote ul {
      font-size: 15px;
}
.head-quote ul li {
      display: inline;
      margin: 0 25px 0 0;
}
.head-quote ul li a {
      font-weight: bold;
      text-decoration: none;
      color: #004A80;
}
.head-quote ul li a:hover {
      text-decoration: underline;
      color: #1265A1;
}
li.current-cat a {
      color: #000 !important;
}
li.current-cat a:hover {
      text-decoration: none !important;
}
.current_page_item a {
      color: #000 !important;
}
img.size-medium {
      border: 1px solid #b7b7b7;
      padding: 6px;
      background-color: #fff;
}
.alignleft {
      float: left;
      margin: 0 15px 15px 0;
}
.alignright {
      float: right;
      margin: 0 0 15px 15px;
}
.post ul {
      margin: 0pt 0pt 20px 2px;
      list-style: disc;
      list-style-position: inside;
}
img#wpstats{display:none}


