/*
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/bg.jpg') repeat;
	color: #999;
	font-family: Calibri,"Arial","Helvetica","Nimbus Sans L",sans-serif;
	font-size: 12px;
	line-height: 20px;
	overflow-y: scroll;
}


.pagetitle
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #808080;
}

.red{
       color:#CC0000;
}

.clear{
	clear:both;
}

.right{
	float:right;
}

.left{
	float:left;
}

div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}
a {
	color: #808080;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 10px;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
div#header {
	border-bottom: 1px solid #CC0000;
}
#header h1 {
	font-size: 48px;
	color: #fff;
	float:left;
    	margin-top:50px;
	display: block;
	clear:left;
	line-height:50px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 0px;
}
ul#navigation {
	display: block;
	float: right;
	margin-top: 45px;
	clear:right;
	width:350px;
}
ul#navigation li {
	display: inline;
    position:relative;
}

ul#navigation .current_page_item a {
	color:#FFF;
}
ul#navigation li a {
	text-decoration: none;
	color: #808080;
	font-size: 14px;
    font-weight:bold;
	margin: 0 0 0 32px;
}
ul#navigation li a:hover {
	color: #FFF;
}

#narrowcolumn{
	width:500px;
}

form#searchform{
	margin-top:12px;
	float:right;
	clear:right;
}

form#searchform fieldset {
	background:transparent url("images/opaque_10.png") repeat scroll 0 0;
}

form#searchform #s {
	background:transparent url("images/search_off.png") no-repeat scroll 0.4em 0.4em;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0.4em 0 0.3em 2.5em;
	width:150px;
}

form#searchform #s:focus {
	background:transparent url("images/search_on.png") no-repeat scroll 0.4em 0.4em;
}

form#searchform #searchsubmit
{
	background: transparent;
	width:60px;
}

form#searchform #searchsubmit:hover {
	background-color:#808080 !important;
}

#commentform, #postmeta
{
	width: 500px;
}

#commentform input{
	width:150px;
	margin-right:12px;
}

#protectedpost br{
	line-height:0px;
}

#protectedpost input.btn{
	height:22px;
	width: 70px;
}

#protectedpost input.btn:hover{
	color:#FFF;
	background-color:#808080;
}

#commentform input#submit{
	width:80px;
	margin-right:0px;
}

#commentform input#submit:hover{
	color:#FFF;
	background-color:#808080;
}

#commentform textarea{
	width:500px;
	margin-bottom:5px;
}

input, select, textarea {
	background:transparent url("images/opaque_10.png") repeat scroll 0 0;
	border:medium none;
	color:#C5CBD0;
	float:left;
	margin-bottom:0.5em;
	padding:3px;
	width:200px;
}

div#header h2 {
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 14px;
}

h3
{
	font-size:18px;
}

.related_post
{
	margin-bottom:30px;
}
.related_post ul li
{
	display: block;
	float:left;
	margin-right:10px;
}

span.f {
	font-style: italic;
}
div#content {
	margin: 20px 0 0 0;
    min-height:500px;
}
div.thumbnail {
	width: 500px;
	float:left;
	border-bottom:1px solid #333333;
	
}

div.thumbnail  br{
	display: none;
}

div.entry {
	width: 250px;
	margin-left: 30px;
	float:left;
	border-bottom: 1px solid #808080;
	height: 230px;
	overflow: hidden;
}

div.widecolumn div.entry
{
	height: 30px;
}

div.meta {
	margin-top:10px;
	width: 260px;
	margin-left: 30px;
	float:left;
}

div.meta  .tags
{
	min-height:50px;
}

.more-link
{
	float:right;
	position: absolute;
	top:0px;
	right:25px;
	color:#FFF;
	font-size:24pt;
	text-decoration: none;
}

div#content h2 {
	font-size: 23px;
	color: #fff;
	line-height: 20px;
	margin-bottom:5px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}

div#footer{
	clear:both;
}

div#footer p {
	line-height: 70px;
	color: #808080;
	text-align: center;
        margin:0px;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 30px;
	position: relative;
}
h3#comments, #respond h3, .clear h3 {
	color: #fff;
	line-height: 30px;
}
div.comment-author {
	width: 250px;
	float: left;
}
div.comment-author cite {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 16px;
}
div.comment-author .avatar {
	position: relative;
	top: 20px;
}

.comment-meta{
	float:right;
	margin-top:18px;
}

.comment-body{
	clear: both;
	border-bottom: 1px solid #333;
	overflow: auto;
}

.comment-body p{
	margin-left:50px;
	clear:both;
	margin-bottom: 0px;
}

.comment-body .reply{
	float: right;
	clear: both;
}

.comment-body .says{
	display: none;
}

ol.commentlist {
	width: 500px;
	margin: 0 0 30px;
}
ol.commentlist li {
	
}

li.comment .children{
	margin-left: 40px;
}

form input, form textarea {
	margin: 0px;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}


.alignleft
{
	float:left;
}

.alignright
{
	float:right;
}

div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

#sidebar{
	float:right;
}