/*  Theme Name: SharpfolioTheme URI: http://sharpfolio.com/Description: Sharpfolio is a theme designed specifically for designers who wish to use Wordpress for Portfolio Management. Making it easier to display your work in a clean environment.Version: 1.0 - Initial ReleaseAuthor: WebRevolutionaryAuthor URI: http://webrevolutionary.com/*/ body {
	background: #191919 url(/staticImages/paisleyTileDarkest.png) repeat scroll;	
	border-top: 5px solid #111111;
	color: #AAAAAA;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	text-align: center;
}

div#left a, div#right a {
	border-bottom: 1px dotted #333333;
	color: #888888;
	text-decoration: none;
}

div#left a:hover, div#right a:hover {
	border-bottom: 1px solid #333333;
	color: #CCCCCC;
}

strong {
	font-weight: bold;
}

div#wrapper {
	margin: auto;
	text-align: left;
	width: 800px;
}

ul#navigation {
	display: block;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	background: #222222 none repeat scroll 0%;
	color: #555555;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0pt 3px;
	padding: 5px 10px;
	text-decoration: none;
}

ul#navigation li.current_page_item a {
	background: #111111 none repeat scroll 0%;
	color: #888888;
}

ul#navigation li a:hover, ul#navigation li:hover a {
	color: #CCCCCC;
	text-decoration: none;
}

div#header {
	clear: both;
	display: block;
	padding: 0pt 0pt 10px;
}

div#header h1 {
	color: #555555;
	display: inline;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0pt 5px 0pt 0pt;
}

div#header h1 a {
	color: #555555;
	text-decoration: none;
}

div#header h1 a:hover {
	color: #666666;
}

div#header h2 {
	color: #333333;
	display: inline;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -2px;
}

div#left {
	float: left;
	margin: 0pt 20px 0pt 0pt;
	width: 580px;
}

div#right {
	float: right;
	width: 190px;
}

div#right h2, div#left h2 {
	border-bottom: 1px solid #333333;
	color: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
	margin: 0pt 0pt 8px;
}

div#notes, div#links {
	margin: 30px 0pt 0pt;
}

div.note {
	margin: 0pt 0pt 15px;
}

div.note h3 {
	color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
}

div#footer {
	border-top: 1px solid #333333;
	clear: both;
	color: #333333;
	float: left;
	font-size: 10px;
	margin: 30px 0pt 0pt;
	padding: 10px 0pt 0pt;
	width: 800px;
}

div#footer a {
	border-bottom: 1px dotted #333333;
	color: #333333;
	text-decoration: none;
}

div#footer a:hover {
	border-bottom: 1px solid #333333;
	color: #555555;
}

div.work-image a {
	border: medium none !important;
}

div.work-image img {
	background: #333333 none repeat scroll 0%;
	border: 1px solid #444444;
	padding: 3px;
}

div.work-image a img {
	border: 1px solid #444444;
}

div.work-image a:hover img {
	background: #444444 none repeat scroll 0%;
	border: 1px solid #555555;
}

div.content-box {
	margin: 0pt 0pt 20px;
}

div.content-box h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0pt 0pt 5px;
}

div.content-box h3 em {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

div#left p {
	margin: 0pt 0pt 20px;
}

div.contactform label {
	color: #888888;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0pt 0pt;
}

div.contactform input#contactsubmit {
	position: relative;
	top: 10px;
}