/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1.4
Author: Nick La
Author URI: http://www.ndesign-studio.com

	This theme was designed and built by Nick La.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/
@import url(http://fonts.googleapis.com/css?family=Nunito:400,700);
html {-webkit-font-smoothing: subpixel-antialiased;}
body {
	font: 0.74em 'Lucida Grande', 'Lucida Unicode', Arial, sans-serif;
	color: #333333;
	background: #fff url('images/stripe.png') repeat;
	
	margin: 10px;
	padding: 0px 0px 30px;
}
@media only screen and (max-device-width: 480px) { 
 	h3 {
		font: normal 22px 'Lucida Grande', 'Lucida Unicode', Arial, sans-serif;
		color: #144f91;
		margin: 10px 0px 5px;
	}
	h4 {
		font: normal 20px 'Lucida Grande', 'Lucida Unicode', Arial, sans-serif;
		color: #144f91;
		margin: 10px 0px 5px;
	}
	h5 {
		font: normal 20px 'Lucida Grande', 'Lucida Unicode', Arial, sans-serif;

		color: #000;
		margin: 10px 0px 15px 0px;
	}
 } 
}
a {
	color: #3E76ED;
	text-decoration: none;
}
a:visited {
	color: #3E76ED;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size:1.1em;
} 
.tachado {text-decoration:line-through;}
h1 {
	margin:0;
	background: url(images/header-icon.png) no-repeat 0 3px;
	padding-left: 65px;
	height: 65px;
	font-family: 'Nunito', sans-serif;
	font-size:3.1em;font-weight:400;
	color: #fff;
}
h1 a, h1 a:visited{
	color: #fff;
	text-decoration: none;
	letter-spacing:1px;
}
h1 a:hover{
	color: #c8d8fd;
	text-decoration: none;
}
h2 {
	color: #144f91;
	margin: 0 0 2px 0;
	letter-spacing:-1px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 1.65em 'Nunito', sans-serif;font-weight:normal;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #144f91;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 1.35em 'Nunito', sans-serif;font-weight:normal;
	color: #144f91;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 1.27em 'Nunito', sans-serif;font-weight:normal;
	color: #144f91;
	margin: 10px 0px 5px;
}
h5 {
	font: normal 1.20em 'Nunito', sans-serif;
	
	color: #000;
	margin: 10px 0px 15px 0px;
}
h6 {
	font: normal 1.15em 'Nunito', sans-serif;
	color: #000;
	margin: -20px 0px 5px 0px;
}
.big {
	font-size:1.15em;color:#3367d4;
}
abbr {border-bottom:1px dotted #000000; background-color:#dbf4b0;color:#000!important;font-size:1.06em;line-height:1.85;padding:0 5px 0 5px;}
abbr a {border-bottom:1px dotted #000000; background-color:#dbf4b0;color:#000!important;font-size:1.06em;line-height:1.85;padding:0 5px 0 5px;}
abbr a:hover {color:#ff6600!important;}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 10px auto;
	width: 900px;
	border-bottom: 1px solid #d5e6eb;
	background:url(images/content-bg.gif) repeat-y;
	
}
/* header area */
#header {
	background: url(images/img05.png) no-repeat;
	height: 149px;
	border-bottom: 3px solid #59780a;
	position: relative;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#headerimg {
	position: relative;
	margin-left: -46px;
	padding: 30px 0px 0px 40px;
	height: 58px;
}
#headerimg .description{
	position: absolute;
	left: 107px;
	bottom: -6px;
	color: #c8d8fd;
	
	font: normal 1.25em 'Nunito', sans-serif;
}
#busca {
	position: absolute;
	top: 0px; 
	right: 10px;
	margin: 0px;
	list-style:none;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#nav li {
	float: left;
	margin-left: 10px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #ffffff;
	text-decoration: none;
	background: #4c4c4c !important; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* IE10+ */
	background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ) !important; /* IE6-9 */
}
#nav .page_item a{
	color: #fff;
	text-decoration: none;
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 0%, #3690f0 42%, #6085ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(0%,#54a3ee), color-stop(42%,#3690f0), color-stop(100%,#6085ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 0%,#3690f0 42%,#6085ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6db3f2 0%,#54a3ee 0%,#3690f0 42%,#6085ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6db3f2 0%,#54a3ee 0%,#3690f0 42%,#6085ff 100%); /* IE10+ */
	background: linear-gradient(top, #6db3f2 0%,#54a3ee 0%,#3690f0 42%,#6085ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#6085ff',GradientType=0 ); /* IE6-9 */
	padding: 5px 15px;
	font: 1.18em/100% 'Nunito', sans-serif;
	border-top: 1px solid #a3a2a2;
	border-left: 1px solid #858585;
	border-right: 1px solid #AFCD69;
	border-bottom:1px solid #747373;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#nav .page_item a:hover {
	color: #fff;
	z-index:100;
	background: #4c4c4c !important; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* IE10+ */
	background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ) !important; /* IE6-9 */
	box-shadow: 0 0 5px #529CFC;
	-moz-box-shadow: 0 0 5px #529CFC;
	-webkit-box-shadow: 0 0 5px#529CFC;
}


/* content area */
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 636px;
	overflow: hidden;
	background:#fff;
	border-left: 1px solid #a3a2a2;
	border-right: 1px solid #ccc;
}

.post {
	clear:both;
	padding-top: 15px;
}
#content .post a.comprar {
	border: 1px solid #95bf30;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: rgb(230,240,163); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* W3C */
	font: 2.6em;
	color:#000;
	text-decoration:none;
	padding:6px 18px;
	margin-right:8px;
}
#content .post a.verpdf {
	border: 1px solid #95bf30;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: rgb(230,240,163); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* W3C */
	
	font: 2.4em;
	color:#000;
	text-decoration:none;
	padding:6px 18px;
	margin:12px 8px 12px 0;
}
#content .post a:hover.comprar {
	color:#000;
	background: rgb(230,240,163); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 59%, rgba(189,206,57,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(59%,rgba(195,216,37,1)), color-stop(100%,rgba(189,206,57,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#bdce39',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* W3C */
}
#content .post a:hover.verpdf {
	color:#000;
	
	background: rgb(230,240,163); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 59%, rgba(189,206,57,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(59%,rgba(195,216,37,1)), color-stop(100%,rgba(189,206,57,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#bdce39',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 59%,rgba(189,206,57,1) 100%); /* W3C */
}
#content .post a.comprabubok .compraya {
	background: rgb(230,240,163); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* W3C */
	text-align:left;
	font: 2.4em;
	color:#000;
	margin-right:19px;
}
#content .post a:hover.comprabubok .compraya {

	color:#000;
}
#content .post .bubok {
	position:relative;
	top: 5px;
}
#content .post form {margin-top:20px;}
#content .post textarea {
	width: 620px;
	height: 75px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 13px;
}
#content .post label{
	color: #787878;
	font-size: 87%;
}
#content .post input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#content .post input[type="submit"]{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
	margin-bottom:16px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 550px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea, {
	width: 620px;
	height: 75px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 10px;
	width: 220px;
	color: #666666;
	overflow: hidden;
	background:#ecfdce;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
#sidebar a .comprar {
	background: #000 url(images/nav-button-bg.gif) repeat-x;
	
	color:#000000;
	text-decoration:none;
	padding:0 8px 3px 8px;
	margin-top:3px;
	border: 1px solid #90A581;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #529CFC;
	-webkit-box-shadow: 0 0 5px#529CFC;
	box-shadow: 0 0 5px #529CFC;
}
#sidebar a:hover .comprar {
	color: #ffffff;
	text-decoration: none;
}
#sidebar p .comprar { line-height:35px;}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 133px;
	height: 22px;
	padding: 2px 0 2px 4px;
	background: #ecfdce;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #90A581;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* search form button - to specify button only use input[type="submit"] */

#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: 14px/100% 'Molengo', Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-bottom:4px;
}
/* form */
code {font-size:125%;}
input.text {width:390px;padding:5px;background: #ffa20c;border: 1px solid #781351;}
textarea {width:390px;height:140px;padding:5px;}
/* footer area */
#footer {
	clear: both;
	background: #071d34 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer h4 {
	font: normal 146%/100% 'Molengo', Arial, Helvetica, sans-serif;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 900px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
/*slider*/
.container { 
	width:662px; 
	height:224px; 
	overflow:hidden; 
	position:relative;
	margin:0 auto; 
	cursor:pointer; }
.slides { 
	position:absolute; 
	top:0; 
	left:0; }
.slides div { 
	position:absolute; 
	top:0; 
	width:630px; 
	display:none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { 
			border-collapse: 
			collapse; 
			border-spacing: 0; }
#loopedSlider { 
			margin:18px auto; 
			width:600px; 
			position:relative; 
			clear:both; }
ul.pagination { 
			list-style-type:none; 
			margin:0; 
			padding:0; 
			margin:1px auto; 
			width:132px; }
ul.pagination li { 
			float:left; 
			margin:-15px 5px 5px 5px; }	
ul.pagination a { 
			display:block; 
			width:12px; 
			padding-top:12px; 
			height:0; 
			overflow:hidden; 
			background-image:url(images/pagination.png); 
			background-position:0 0; 
			background-repeat:no-repeat;}
ul.pagination li.active a {
			background-position:0 -12px}
a.previous { 
			position:absolute; 
			top:100px; 
			left:-22px; }
a.next { 
			position:absolute; 
			top:100px; 
			right: -18px; 
}
.social {
	position:relative;
	width:620px;
	float: left;
	text-align: center;
	margin:0 auto;border:none;
}
.social li {
	display:inline;
	list-style:none;
}
