/*  
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,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;padding:0;
}

table{
border-collapse:collapse;
border-spacing:0;
}

fieldset,img{
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

q:before,q:after{
content:'';
}

abbr,acronym {
border:0;
}

table {
font-size:inherit;
font:100%;
}

select, input, textarea {
font:99% arial,helvetica,clean,sans-serif;
}

.clear:after {
content:'.';
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
color:white;
}

.clearfix {
display:inline-block;
}

/* \*/

.clearfix {
display:block;
}

/* */

.image {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #aaa;
	background: #222;
	border-top: 5px solid #111;
}

div#left a, div#right a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
div#left a:hover, div#right a:hover {
	border-bottom: 1px solid #333;
	color: #ccc;
}
strong {
	font-weight: bold;
}
div#wrapper {
	width: 800px;
	margin: auto;
	text-align: left;
	background-image: url("http://www.nanalahoz.com/images/na2.jpg");
	background-repeat: no-repeat;
}
ul#navigation {
	display: block;
	float: right;
	list-style: none;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #555;
	background: #222;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 3px;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation li.current_page_item a {
	color: #888;
	background: #111;
}
ul#navigation li a:hover, ul#navigation li:hover a {
	color: #ccc;
	text-decoration: underline;
}
div#header {
	padding: 0 0 10px 0;
	display: block;
	clear: both;
	}
div#header h1 {
	font-size: 48px;
	color: #555;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;
}
div#header h1 a {
	color: #555;
	text-decoration: none;
}
div#header h1 a:hover {
	color: #666;
}
div#header h2 {
	font-size: 48px;
	color: #333;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
}
div#left {
	width: 580px;
	float: left;
	margin: 10px 20px 0 0;
}
div#right {
	width: 190px;
	float: right;
	margin: 10px 0 0 0;
}
div#right h2, div#left h2 {
	font-size: 16px;
	color: #eee;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #333;
}
div#notes, div#links {
	margin: 30px 0 0 0;
}
div.note {
	margin: 0 0 15px 0;
}
div.note h3 {
	font-weight: bold;
	font-size: 15px;
	color: #ccc;
}
div#footer {
	font-size: 10px;
	margin: 30px 0 0 0;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	clear: both;
	float: left;
	width: 800px;
	color: #333;
}
div#footer a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
div#footer a:hover {
	color: #555;
	border-bottom: 1px solid #333;
}
div.work-image a {
	border: none!important;
}
div.work-image img {
	padding: 3px;
	background: #333;
	border: 1px solid #444;
}
div.work-image a img {
	border: 1px solid #444;
}
div.work-image a:hover img {
	background: #444;
	border: 1px solid #555;
}
div.content-box {
	margin: 0 0 20px;
}
div.content-box img{
	max-width: 570px;
}

div.content-box h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
div.content-box h3 em {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
div#left p {
	margin: 0 0 20px 0;
}
div.contactform label {
	display: block;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
div.contactform input#contactsubmit {
	position: relative;
	top: 10px;
}