/*
Theme Name: Guzzini
Description: A WordPress theme designed from Sharpfolio, modified by ArsNova.
Version: 1.0
Author: Pablo Rodriguez Molinari
Author URI: http://www.arsnovadesign.com.ar/
*/
body {
	text-align: center;
	background: #010007 url(images/background.png);
	color: #cccccc;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
	background: #010007 url(images/background-main.png) repeat-y;
}


/* HEADER */

div#header {
	background: url(images/background-head.png) no-repeat;
}

div#headfirst {
  float: left;
  width: 1000px;
  margin: 0;
}
h1 a {
	float: left;
	margin: 0 10px;
	width: 224px;
	height: 117px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat 0 0;
}
html>body h1 a {
	background: url(images/logo.png) no-repeat 0 0;
}
div#headfirst .frase {
  text-align: right;
  margin: 50px 50px 0 0;
  font-style: oblique;
  color: #aaaaaa; 
}

div#headsec {
  float: left;
  display: inline;
  width: 880px;
  height: 25px;
  padding: 5px 10px 0 10px;
  margin: 0 50px 0 50px;
  border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;
}
ul#navigation {
	display: block;
	float: left;
}
ul#navigation li {
  display: block;
	float: left;
}
ul#navigation li a {
	font: normal 12px Verdana, Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #999;
	font-variant: small-caps;
	margin: 0 25px 0 0;
	height: 25px;
  display: block;
}
ul#navigation li a:hover {
	color: #bbb;
	background: url(images/nav.png) bottom center no-repeat;
}

ul#navigation li.current-cat a, ul#navigation li.current_page_item a {
  color: #fff;
  background: url(images/nav.png) bottom center no-repeat;
}



/* CADA POST */

div#content {
	margin: 30px 50px 10px 50px;
}

div.entry {
	width: 312px;
	float: left;
	text-align: right;
	padding: 0 10px;  
}

div.thumbnail {
	width: 548px;
	float: left;
	padding: 0 10px;
}

div.thumbnail img {
  border: double 3px #999; 
}

div#content h2 {
	color: #cccccc;
	line-height: 32px;
	/*font: normal 21px Verdana, Tahoma, Helvetica, Arial, sans-serif;*/
	font: normal 24px Georgia, serif;
	margin-bottom: 1em;
	/*font-variant: small-caps;*/
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
  font-style: italic;
}
p.comment-link {
	margin: 1em 0 0 0;
}
p.comment-link a {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #808080;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}















a {
	color: #999;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 16px 0;
}









span.f {
	font-style: italic;
}

/* FOOTER */

div#footer {
  clear: both;
  margin: 100px 0 0 0;
  padding: 50px 50px 0 50px;
  height: 100px;
  background: url(images/background-footer.png) no-repeat;
}

div#footer p {
	line-height: 16px;
	color: #777777;
	text-align: right;
	margin: 0;
}
div#footer p a {
	color: #888888;
	text-decoration: none;
}
div#footer p a:hover {
	color: #999999;
	text-decoration: underline;
}
div.post {
	width: 620px;
  margin: 0 0 76px 0;
  float: left;
}
h3#comments, h3#respond {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	clear: both;
	padding: 3em 0 0.2em 0;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Tahoma, 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: 45%;
	float: left;
	margin: 20px 0 0 0;
}
div.alignright {
	float: right;
	/*text-align: right;*/
}
div.alignleft a, div.alignright a {
	/*font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #777;*/
	text-indent: -9999px;
	width: 21px;
	height: 24px;
}
div.alignleft a {
  float: right;
  background: url(images/left.png) no-repeat;
}
div.alignright a {
  float: left;
  background: url(images/right.png) no-repeat;
}
div.alignleft a:hover, div.alignright a:hover {
	/*color: #999;
	text-decoration: underline;*/
	background-position: 0 -24px;
}
div#sidebar {
  margin: 0 0 0 50px;
}

div#sidebar ul li h2 {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	margin: 1.2em 0 0.2em 0;
}
p.postmetadata a {
  text-decoration: none;
}
p.postmetadata a:hover {
  text-decoration: underline;
}
.navigation {
  clear: both;
}

