/*
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 {min-height: 100%;
height: 100%;}

div.description {font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#000; text-align:right; margin: 20px 20px 10px 0;}

body {
	text-align: center;
	background-image: url('./images/dropbackground.png');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #1a1309;
	color: #FFF;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	min-height: 100%;
	height: 100%;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	background-color: #222;
	min-height: 100%;
}

div#header {
    background:#331100 url("./images/navgradient.png") repeat-x bottom;
}


a {
	color: #AAF;
}
a:hover {
	color: #FFF;
}

p {
	margin: 0 0 24px;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

div#top {background-image: url('./images/header.jpg');
border-bottom: 2px solid #791300;
padding-top: 25px;
}

div#top h1 {
	font-size: 48px;
	color: #FFF;
	text-align: center;
}

div#top h1 a {
	text-decoration: none;
	color: #000;
}
	
div#top h1 a:hover {
	text-decoration: none;
	color: #000;
}


div#top h2 {
	font-size: 48px;
	color: #FFF;
	text-align: center;
}

div#top h2 a {
	text-decoration: none;
	color: #000;
}
	
div#top h2 a:hover {
	text-decoration: none;
	color: #000;
}

div#header h2, ul#navigation {
	margin: 0;
}

div#navigation h2 {
	font-family: Helvetica, Arial, sanserif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
	
div#navigation {
      width: 100%;
    font-size:93%;
    line-height:normal;
        margin-top: 5px;
        padding-left: 51px;
 }
    
div#navigation ul {
    margin:0;
    padding:0;
    list-style:none;

}
div#navigation li {
    float:left;
    margin:0;
    padding:0;
    background:url("./images/norm_right.png")
    no-repeat right top;
    margin-right: 8px;
}

div#navigation a {
display: block;
color: #CCC;
text-decoration: none;
background:url("./images/norm_left.png") no-repeat left top;
padding:5px 15px 3px;
}

div#navigation li.current-cat, div#navigation li.current_page_item {
background-image: url(./images/curr_right.png);
}

div#navigation li.current-cat a, div#navigation li.current_page_item a {
background-image: url(./images/curr_left.png);
padding-bottom:5px;
color: white;
}

div#navigation a:hover {color: white; text-decoration: underline;}

div#navholder {margin: 0px auto;}

span.f {
	font-style: italic;
}

div#cat_blurb {
	background-color: #111;
	border-bottom: black solid 2px;
	padding: 0.5em 20px 0 20px;
	margin: 0 0 20px 0;
	color: #BBB;
}

div#cat_blurb p {margin-left: 205px; margin-bottom: 0.5em;}
div#cat_blurb strong {font-weight: bolder;
color: white;}

img.illustration {float: left; margin-top: 10px;}
img.twiticon {margin-top: 0;}
div.cta {vertical-align: middle; margin: 0 -100px 5px 620px;}


div#content {
	margin: 0 0 0 0;
	padding: 0 0 4em 0;
}
div#content2 {
	margin: 0 0 0 0;
	padding: 0 0 4em 0;
}

div#content3 {
	margin: 0 0 0 0;
	padding: 0 0 4em 0;
}

div.blogentry div.entry {
padding: 20px 20px 10px 20px;
margin: 0 20px 20px 20px;
background-color: #333;
	-moz-border-radius-bottomleft: 5pt;
	-moz-border-radius-bottomright: 5pt;
	-moz-border-radius-topleft: 5pt;
	-moz-border-radius-topright: 5pt;
}

div.blogentry div.info {
margin: 10px 20px .5em 20px;
}

div.folioentry div.entry {
	max-width: 440px;
	float: left;
	background: white;
	color: #444;
	padding: 10px;
	padding-bottom: 0px;
	margin-left: 20px;
	-moz-border-radius-bottomleft: 5pt;
	-moz-border-radius-bottomright: 5pt;
	-moz-border-radius-topleft: 5pt;
	-moz-border-radius-topright: 5pt;
}
	
div.folioentry div.entry p {margin: 20px 10px 30px 10px; }
	
p.wp-caption-text {margin: 5px 20px;	text-align: center;}

div.folioentry div.info {
	width: 270px;
	float: right;
	margin-right: 20px;
	color: #AAA;
}

div.info h2, div.info h1 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}

div.info a, div.info a {
	text-decoration: none;
	color: #fff;
}

div.info a:hover, div.info a:hover {
	text-decoration: underline;
}



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;
}
p.blogcomment {
text-align: right;
}

div#footer {
width: 100%;
text-align: center;
position: relative; margin-top: -4em;
}

div#footer p {
	margin: 0;
	color: #666;

}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	padding: 20px 0 20px 0;
}

div#post-4{ padding: 20px 20px 0 20px;}

div#post-4 h2, #smith h2{text-align: center; font-size: 38px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin: 10px 0 20px 0; color: #white;}

h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
	text-align: center;
}
div.author {
	width: 150px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 5px;
}
div.author img {
	display: none;
	position: relative;
	top: 10px;
}
div.comment {
	width: 600px;
	float: right;
	padding: 5px 0;
}

div.comment p {margin: 0;
}

ol.commentlist {
	margin: 0 20px 48px 20px;
}
ol.commentlist li {
	background-color: #000;
	padding: 5px;
}

#commentform {padding:0px 20px;}
#comment {width: 760px;}

form input, form textarea {
	margin: 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-size: 22px;
	text-decoration: none;
	color: #777;
	margin: 30px 20px 35px 20px;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

#sidebar{
margin: 0;
border-bottom: black solid 2px;
border-top: black solid 2px;
width: 100%;
color: #AAA;
list-style: none;
background-color: #111;
}
#sidebar li.widget li {margin: 0 20px 1em 150px;}
#sidebar h3, #sidebar h2{font-size: 20px; margin-top: 0.5em; margin-bottom: 0.5em;}
#sidebar a{color:white;text-decoration: none;}
#sidebar a:hover{text-decoration: underline;}
