/*
Theme Name: GPBLOG
Theme URI: http://www.garrazapinus.com.ar
Description: El theme de GPBLOG
Version: 1
Author: Nick La
Author URI: http://www.garrazapinus.com.ar

*/

body {
	font: 11px Arial, Helvetica, sans-serif;
	background: url("images/pattern.jpg") repeat top center;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #6A6153;
	text-decoration: none;
}

a:hover {
	color: #f48120;
} 

p {
	padding: 10px 25px 10px 25px;
	margin: 0px;
	font-size: 12px;
}
h1 {
	margin-top: 30px;
	padding-top: 50px;
	padding-left: 420px;
	height: 60px;
	font: normal 70px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -2px;
}
h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:hover{
	color: #f48120;
	text-decoration: none;
}
h2 {
	color: #6A6153;
	margin: 0px 0px 0px 15px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
}
h2 a {
	color: #6a6153;
	text-decoration: none;
}
h2 a:hover {
	color: #f48120;
	text-decoration: none;
}
h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #6a6153;
	margin: 10px 0px 5px 25px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 850px;
	background: #FFFFFF;
}
#header {
	height: 200px;
	border-bottom: 3px solid #473624;
	position: relative;
	background: url(images/logo.jpg) #3b2e20 no-repeat;

}

#headerimg {
	position: relative;
	padding: 5px 0px 0px 40px;
}

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #6a6153;
	text-decoration: none;
	padding: 15px 15px;
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
}

#nav a:hover {
	color: #f48120;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 550px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 25px;
}

.post a {
	color: #f48120;
}

.post a:hover {
	border-bottom: 1px dashed #f48120;
}

.post-month {
	font-size: 11px;
	color: #6a6153;
	text-align: center;
	position: relative;
	left: 510px;
	top: 27px;
}
.post-day {
	font-size: 11px;
	color: #999999;
	position: relative;
	left: 510px;
	top: 27px;
}

.autor {
	float:left;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 11px;
	color: #999999;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 550px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	float:left;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 11px;
	color: #999999;
}
.post-comments {
	padding-left: 18px;
	float: left;
	font-size: 11px;
	margin-top: 5px;
}
/*.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}*/
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a {
	color: #6A6153;
}

#rss {
	background-image: url(images/rss.png);
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 5px;
}

a.texto-rss  {
	margin-left: 8px;
	float: left;
	margin-top: 7px;
}
	
.previous-entries {
	float: left;
	padding-left: 18px;
}
.next-entries {
	float: right;
	padding-right: 18px;

}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	padding-top: 15px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;

}
.commentlist .alt {
	background:  #F3F2F1;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color:#F48120;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	margin-left: 25px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	font-size: 11px;
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	border: 1px solid #CBC4BE;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 510px;
	height: 115px;
	background: #ECE9E6;
	border: 1px solid  #CBC4BE;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6A6153;
	border: none;
	float:right;
	width: 120px;
	height: 25px;
	margin-right: 10px;
}
#sidebar {
	float: right;
	padding: 20px 35px 20px 20px;
	width: 200px;

}
#searchform {
	width: 220px;
	padding: 65px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid  #CBC4BE;
	width: 110px;
	height: 16px;
	padding: 2px 5px 0px 5px;
	background: #F4F2F0;
	vertical-align: middle;
	margin-right: 3px;
}
#searchform #searchsubmit {
	background-color: #747065;
	border: none;
	width: 25px;
	height: 20px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #6A6153;
}
#sidebar h3 {
	font: normal 20px  Georgia, "Times New Roman", Times, serif;
	color: #F48120;
	margin: 10px 0px 10px;
	letter-spacing: -1px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #d0d5cd;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border-top: 1px solid #d0d5cd;
}
.ul-cat li a {
	color: #6a6153;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #f48120;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
	border-bottom: 1px solid #d0d5cd;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border-top: 1px solid #d0d5cd;
}
.ul-archives li a {
	color:  #6a6153;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #f48120;
	text-decoration: none;
}

#footer {
	clear: both;
	background-color: #3b2e20;
	color: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 130%;
	padding-bottom: 20px;

}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #F48120;
}

#footer .left-col{
	width: 150px;
	float: left;
	margin-left: 45px;
	margin-top: 5px;
	display: inline;
	margin-right: 50px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 380px;
	margin-top: 4px;
	display: inline;

}
#footer h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 15px 0px 15px;	
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
	color: #FFFFFF;
}
.recent-comments li{
	padding-bottom: 5px;
}
.recent-comments a{
	font-size: 11px;
	line-height: 130%;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 110%;
	color: #FFFFFF;
}
.recent-posts li{
	padding-bottom: 10px;
}
.recent-posts a{
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #CCCCCC;
	font-size: 85%;
	line-height: 120%;
	padding-top: 10px;
}
#credits a {
	color: #FFFFFF;
}

#credits a:hover {
	color: #F48120;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
