/*
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: url('http://www.juanbenitez.com/blog/wp-content/themes/Sharpfolio/images/fondogeneral2.jpg') fixed;
	color: #000000;
	font-family: "Corbel", "Myriad Pro", tahoma, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 18px;
}

div#juan {
	float: left;
	margin-left: 100px;
	margin-top: 25px;
	width: 200px;
	height: 150px;
	cursor: pointer;
}
div#wrapper {
	text-align: left;
	margin-left: 335px;
	width: 800px;
}
a {
	font-weight: bold;
	color: #364A3D;
}
a:hover {
	font-weight: bold
	color: #772F13;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div#header {
	border-bottom: 1px solid #772F13;
}

div#separador {
	border-bottom: 1px solid #772F13;
}

h1 {
	font-size: 48px;
	color: #666;
}
h1 a {
	text-decoration: none;
	color: #666;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 780px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #772F13;
	font-size: 18px;
	margin: 0 10px 0 0;
}
ul#navigation li a:hover {
	color: #772F13;
}
div#header h2 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 22px 0 0 0;
}
div#content2 {
	margin: 25px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	color: #364A3D;
	line-height: 32px;
}
div#content2 h2 {
	font-size: 24px;
	color: #364A3D;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #364A3D;
}
div#content2 h2 a {
	text-decoration: none;
	color: #364A3D;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #772F13;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #772F13;
	text-decoration: underline;
}
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 30px;
}
h3#comments, h3#respond {
	font-color: #364A3D
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS, 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 #364A3D;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #364A3D;
	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: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #364A3D;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #772F13;
	text-decoration: underline;
}