/*
Theme Name: PortFolio
Theme URI: http://www.acentares.com.ar/folio
Description: WordPress theme Customized  to Show my online portfolio.
Version: 1.0
Author: Alejandro Acentares
Author URI: http://acentares.com.ar/
Tags: Portfolio, Acentares, Freelance
*/
body {
	text-align: center;
	background: #252628 url('images/bg-body.jpg') repeat-x fixed;
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
}
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	background:none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
div#header {
	padding-top:40px;
	border-bottom: 1px solid #484848;
}

div#header img {padding-bottom:20px;}
div#header h1 {
	font-size: 17px;
	color: #fff;
	line-height: normal;
	display:none;
	
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 550px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #999;
}
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;
}
span.f {
	font-style: italic;
}
div#content {margin: 70px 0 0 0;}
div#content h2 {font-size:17px;padding:40px;color:white;margin:20px 0 20px 0;background:#e43f3b;}
div#content h3 {font-size:24px;margin:15px 0 15px 0;}


div.thumbnail {
	width: 640px;
	float: left;
}

div#thumbnail {
	width: 640px;
	float: left;
}

div#thumbnail p img {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #202224;
}

/* Customized Tab Info */
div#entry {	width: 220px;float: right;}
div#entry h2 {line-height:normal;background:none;padding:0;}
div#entry h2, div#entry h2 a {font-size:25px; color:#7799ac;text-decoration:none;}
div#entry h2 a:hover {color:#546a77;text-decoration:none;}

p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #2a6180;;
	text-decoration: none;
	font-size: 13px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}

.date {margin-top:-20px;color:#4e5052;}

div#footer {border-top:solid 1px #2d2d2d;}
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 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: 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;
}
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;
	padding:30px;
	
}
div.alignright {
	float: right;
	text-align: right;
	padding:30px;
}
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;
}

div#about {
	height:370px;
	background-image: url(images/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#about ul {margin:20px 0 20px 0;}
#about ul li {}

