/*
Theme Name: SharpfolioPersonal
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
*/


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
 	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* general */
body { 
	line-height: 150%; 
	color: black; 
	background: white;
	background: #000000 url(images/bgpaper.png) repeat;
	font-size: 14px;
}
a { 
	color: #486d7f;
	text-decoration: none;
}
a:hover { 
	color: #486d7f; 
	text-decoration: underline;
}
p { 
	margin: 13px 0px;
}
h1, h2, h3, h4 { 
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
}
h1 { 
	width: 400px; height: 125px;
	position: relative; 
	float: left; 
}
h2 {
	color: #bc575c;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	padding-top: 22px;
	margin-bottom: 11px;
	font-size: 20px;
}

h3 {

	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	padding-top: 4px;
	margin-bottom: 14px;
	font-size: 16px;
}

blockquote {
padding-left: 20px;
}

/* header */
#tilestrip {
	background: url(images/tilestrip.gif) repeat-x; 
	height: 35px;
}
#starrysky {
	background: url(images/starrysky.jpg) repeat;
	height: 70px; 
}
#bg {
	background: url('') top left repeat; 
	clear: both;
}
#bgtop { 
	background: url('images/bgtoppaper.png') top left repeat-x; 
}
#container { 
	width: 960px; 
	margin: 0 auto; 
	padding: 0;
	background: url('') top right repeat-y; 
}
#header { 
	padding: 0px 0 0 0px; 
	width: 960px; 
	height: 125px; 
	clear: right;
}
ul#navigation {
	display: block;
	float: left;
	text-align: left;
	margin-top: 0px;
margin-bottom: 0px;
	padding-left: 120px;
clear: both;
	font-weight: bold;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #647960;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #486d7f;
}
ul#folionav {
	display: block;
	float: left;
	text-align: left;
width: 600px;
	margin-bottom: 18px;
	margin-top: 0px;
	padding-left: 110px;
clear: both;
}
ul#folionav li {
	display: inline;
}
ul#folionav li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #486d7f;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#folionav li a:hover {
	color: #486d7f;
        text-decoration: underline;
}
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;
}


/* main */
#content {
	padding: 0px 120px 0 120px;
	margin: 20px 0px 0 0px;
clear: both;
width: 720px;
}

#portfolio {
clear: both;
}

#branding { 
	float: left;
	width: 300px;
	margin-bottom: 20px;
	height: 200px;
	display: none;
}
#print { 
	float: left;
	width: 300px;
	height: 200px;
	margin-bottom: 20px;
	display: none;
}
#blog {
	float: left;
	width: 200px;
	height: 300px;
	display: none;
}
#web { 
	float: left;
	width: 300px;
	height: 200px;
	margin-bottom: 20px;
	clear: left;
	display: none;
}
#cms { 
	float: left;
	margin-bottom: 20px;
	width: 300px;
	height: 200px;
	display: none;
}
#intro { 
	color: #575a5d; 
	padding: 20px 150px;
	display: none;
}
#main {
float: left;
}

#sidebar {
width: 200px;
float: left;
margin-left: 40px;
	display: none;
}

.post-image {

}
div.thumbnail {
	float: left;
padding-right: 20px;
}

div.entry {
margin-left: 20px;
float: left;
width: 340px;
margin-top: 40px;
margin-bottom: 40px;
}

.post {
margin-bottom: 20px;
float: left;
}

#footer {
clear: both;
	padding: 0px 120px 0 120px;
	margin: 40px 0px 0 0px;
font-size: 12px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
display: none;
}
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;
display: none;
}
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;
}