/*
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: #666;
/* url('images/background.png') repeat-x top; */
	color: #666;
	font-family: Garamond, Courier, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	background: #ccc;
	margin: auto;
	width: 800px;
	border-left: 2px solid #840300;
	border-right: 2px solid #840300;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #660000;

}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Garamond, Arial, sans-serif;
	font-weight: bold;
}
div#header {
	border-bottom: 0px solid #484848;
	width: 160px;
	display: inline;
}

*html div#header {
	margin-left: -30px
}

h1 {
	font-size: 48px;
	color: #fff;
	line-height: 120px;
	width: inherit;
	background: transparent url(/portfolio/wp-content/uploads/2008/09/lec_logo.jpg) no-repeat top left;
	margin-left: -30px;
}

*html h1 {
	margin-left: 0px;
}

h1 a {
	text-decoration: none;
	color: #666;
	width: 150px;
	height: 150px;
	display: block;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
	width: 150px;
}



ul#navigation {
	display: block;
	float: left;
}
*html ul#navigation {
	margin-left: 30px;
}

ul#navigation li {
	display: block;
}
ul#navigation li a {
	font-family: 'Bank Gothic', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	margin: 0 32px 0 0;
	font-weight: medium;
}
ul#navigation li a:hover {
	color: #660000;
}

/* hides 2nd and 3rd row of navigation */
ul#navigation li ul li, ul#navigation li ul li {
	display: none;
}

div#header h2 {
	font-family: 'Bank Gothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	display: block;
	font-size: 16px;
	margin-top: -33px;
	margin-bottom: 33px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: -105px 0 0 0;
	float: right;
	width: 640px;
}
*html div#content {
	margin: -340px -20px 0 0;
	padding-left: 20px;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #666;
	line-height: 32px;
	width: 200px;
}
div#content h2 a {
	text-decoration: none;
	color: #666;
}
div#content h2 a:hover {
	text-decoration: none;
	color: #660000;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Garamond, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #660000;
	text-decoration: none;
}
div#footer, div#footer p {
	display: block;
	clear:both;
}

div#footer p {
/*	line-height: 108px; */
	color: #999;
	text-align: center;
	font-size: 10px;
}
div#footer p a {
	color: #999;
	text-decoration: none;
}
div#footer p a:hover {
	color: #660000;
	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: Garamond, 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;
}



.current_page_item a {
	color: #660000 !important;
}

#searchform {
	height: 20px;
	margin-top:10px;
	margin-left: -15px;
}

#searchsubmit { display: none; }

#searchform #s {
	background: #ccc; 
	padding-right: 4px; 
	color: #666;
	width: 90px; 
}

#rss { margin-top: 25px; }