/*
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: #010101;
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

strong{
	color:#CCCCCC;
	font-weight:bold;
}

div#mainwrapper {
	text-align: left;
	margin: auto;
	width: 1024px;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-y;
	
}

.alignleft{
	float:left;
	margin-right:10px;
	margin-top:5px;
}


.alignright{
	float:right;
	margin-left:10px;
	margin-top:5px;
}
div.paddingwrapper{

}
a {
	color: #fff;
}
a:hover {
	color: #284C9E;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top:0;
	padding-top:0;
}

h4, th{
	margin-bottom:0;
	padding-top:30px;
	line-height:1em;
	color:#5873B8;
	font-weight:bold;
}

blockquote{
	margin-top:20px;
	font-style:italic;
	color:#4F4F4F;
	border-top: solid 1px #333333;
	padding-left:10px;
	padding-right:10px;
}

blockquote a {
	color: #4F4F4F;
}
blockquote a:hover {
	color: #284C9E;
}


div#header {
}
h1 {
	font-size: 48px;
	color: #fff;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 275px;
	float: left;
	border-top:solid 1px #666666;
	text-align:center;
	margin-left:33px;
	margin-top:5px;
	padding-top:3px;
	padding-bottom:15px;
	display:none;
}
ul#navigation li {
	display: inline;
}

ul#navigation li.rsslink{
	margin-right:0;
}

ul#navigation li.firstlink{
	margin-left:7px;
}

ul#navigation li.firstlink a{
	color: #999;
	text-decoration: none;
}

ul#navigation li a {
	font-family: Verdana, Trebuchet MS, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
ul#navigation li a:hover {
	color: #5673B5;
}

ul#navigation li{
	font-family: Verdana, Trebuchet MS, sans-serif;
	text-decoration: none;
	font-size: 14px;
	margin: 5px 15px 0 0;
}
	
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: 14px;
}
span.f {
	font-style: italic;
}
div#content,div#resume, div#contact {
	margin: auto;
	width:876px;
	margin-top:10px;
	overflow: hidden;
}
div.thumbnail {
	float: left;
	padding-top:8px;
	width:600px;
}
div.entry {
	margin-top:5px;
	margin-bottom:15px;
}


div.info{
	width:250px;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:10px;
}

div.banner a:link img  {border:solid 5px #ccc; }
div.banner a:active img  {border:solid 5px #ccc; }
div.banner a:visited img  {border:solid 5px #ccc; }
div.banner a:hover img {border:solid 5px #fff; }

.floatleft {
	width:45%;
	float:left;
}


.floatright {
	width:45%;
	float:right;
}
div#content{margin-top:50px;border-bottom:1px solid #666666; margin-bottom:75px;}
div#content h2, div#resume h2, div#contact h2 {
	font-size: 24px;
	color:#5C72BD;
	line-height: 32px;
}

div#content h3, div#resume h3, div#contact h3 {
	font-size: 14px;
}

h2{
	border-bottom:solid 1px #666;
}


h2 span.back2top{
	font-size:10px;
	width:40px;
	float:right;
}

#resume p{
	width:600px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}

div#content h2 a:hover{
	text-decoration: none;
	color: #284C9E;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {

	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {

}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 0px;
}
h3#comments, h3#respond {
	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;
}

/* cform */
.linklove{
	display:none;
}

#contact div.entry{
	margin-top:25px;
	font-weight:bold;
}

#contact div.entry h4{
	padding-top:10px;
}

#respond{
	margin-top:40px;
}

#commentform{
	margin-top:10px;
}

/* Sidebar */
#sidebar{
	width:250px;
	float:left;
	border-top:0;
	padding-top:0px;
}

#content h2{
	border-bottom:1px solid #666666;
	margin-bottom:20px;
}

#sidebar ul li ul{
	margin-left:20px;
}

#sidebar ul li a {
	color: #fff;
	font-weight:bold;
}
#sidebar ul li a:hover {
	color: #284C9E;
	font-weight:bold;
}

#sidebar ul li a.current_page_item{
	color: #5C72BD;
	font-weight:bold;
	text-decoration:none;
}
#sidebar ul li a.current_page_item:hover {
	color: #5C72BD;
	font-weight:bold;
	text-decoration:none;
}

#sidebar ul li a.current_sub_page_item{
	color: #5C72BD;
	font-weight:bold;
	text-decoration:none;
}
#sidebar ul li a.current_sub_page_item:hover {
	color: #5C72BD;
	font-weight:bold;
	text-decoration:none;
}


#content h2.widgettitle{	border-bottom:0 !important; margin:0px; }

.jumppost{
	width:600px;
	float:right;
}


.secimg {
	vertical-align: middle;
	margin-left: 5px;
}

.expandable-hitarea {
    background: url("../i/expandable.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 16px;
    width: 16px;
	margin-top:4px;
}

.collapsable-hitarea {
    background: url("../i/expanded.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 16px;
    width: 16px;
	margin-top:4px;
}

.text h2 {
    color: #E5E5E5;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

h3.counter {
    color: #E5E5E5;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 20px;
}
#defaultCountdown {
    height: 60px;
	margin:auto;
	margin-top:5px;
	text-align:center;
}
.hasCountdown {
    color: #E5E5E5;
    font-size: 26px;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 45px;
    text-align: center;
}
