/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.1
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */
//link
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
}
hr {
	color: #333;
	border: 1px solid #121212;
}
pre {
	height: auto;
	overflow-x:scroll;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
dd {
	padding-left: 15px;
}
p {
	font-size: 9pt;
}
a {
	color: #6598b8;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	background: #070707;
	border: 1px solid #060606;
	padding: 5px 15px;
	margin: 10px 10px 5px 15px;
	font-style: italic;
	color: #fff;
}
code {
	color: #3366cc;
	font-style: italic;
}
strong {
	font-size: 110%;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	background:url(images/bg_body.jpg) repeat;
	width:100%;
	
	
}
html{width:100%;}
#bannerTop{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background: none;
	background-repeat: repeat-y;
	background-attachment:fixed;
	margin-top:0px;
	height:200px;
	width:700px;
	margin-left:-250px;
}


/* Header and wrapper */
#wrapper {
	margin: 0px auto 0px auto;
	width: 780px;
	text-align: left;
	padding: 0;
	margin-top:0px;
}
#header {
	padding: 0;
	margin: 0;
	position:relative;
	z-index:1;
	height: 200px;
	background-image:url(images/bg_top.jpg) ;
	background-repeat:repeat;
	width:100%;
}
#header #topright {
	text-align: right;
	float: right;
	width: 400px;
	margin: 5px 0 0 0;
}
#header #topright ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#header #topright li {
	display: inline;
}
#header #topright li a {
	color: #fff;
	font-size: 9pt;
	padding: 0 0 0 25px;
	text-transform: lowercase;
}
#header #topright li a:hover {
	color: #000;
	text-decoration: none;
}
#header #logo {
	float: left;
	width: 100%;
	margin:  0 0 0;
	padding: 0;/*  background-image: url('images/topo.jpg'); */
}
#header h1 {
	padding: 0;
	margin: 0;
}
#header h1 a {
	color: #fff;
	font-size: 17pt;
	text-decoration: none;
}
#header h1 a:hover {
	color: #eee;
	text-decoration: none;
}
#header span {
	padding: 0;
	color: #111;
	font-size: 11pt;
}
/* Menu */

#catnav {
	display:block;
	width:450px;
	height:12px;
	margin:0px;
	position:relative;
	top:45px;
	left:-90px;
	
}
#catnav a {
	height: 30px;
	width: 170px;
	background:url(images/onde_comprar.png) no-repeat;
	display:block;
	position:relative;
	left:28px;
	top:0px;
	color:#3F4C56;
	
}
#catnav a:hover {
	color:#3F4C56 ;
	
}
#socialIcons {
	margin: 0px 0 0 0;
	padding: 0;
	clear: both;
	height: 20px;
	width: 110px;
	float: right;
	position:relative;
	top:29px;
	left:-200px;
	z-index:10;
}
#provadorirtual {
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	height: 0px;
	width: 72px;
	float: right;
	position:relative;
	top:58px;
	left:-700px;
	z-index:10;
}
#nav {
	list-style: none;
	padding: 0;
}
#nav ul {
	margin-top: -7px;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	line-height: 44px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 15pt;
	color: #fff;
}
#nav li a:hover {
	color: #6598b8;
	text-decoration: none;
	display: block;
}
#nav li ul {
	list-style: none;
	position: absolute;
	width: 140px;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
}
#nav li li a {
	width: 140px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-top: 1px solid #131f27;
	background: #999;
	margin: 0;
	padding: 5px 20px 5px 15px;
}
#nav li li a:hover {
	border-top: 1px solid #131f27;
	background: #CCC;
	padding: 5px 20px 5px 15px;
}
#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}
#toprss {
	float: right;
	margin-right: 80px;
	display: none;
	width: 120px;
}
/* Top Content */
#main {
	clear: both;
	width: 767px;
}
#contentwrapper {
	float:left;
	width: 560px;
	margin-top:33px;

}
#contentwrapper2 {
	float:left;
	width: 760px;
	padding: 0;
}
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
	font-size: 14pt;
	background-color: #FAF9EC;	
	letter-spacing: -1px;
	color: #3F4C56;
	font-weight: normal;
	/*background: url(images/bg-trans.png) repeat;*/
	margin-top:20px;
}
.topPost {
	margin-top:0px;
	font-size: 9pt;
	background-color: #FAF9EC;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-webkit-border-radius: 10px;
}
.topPost .topTitle {
	padding: 0;
	font-family:"Times New Roman", Times, serif;
}
.topPost h2.topTitle a {
	font-family:"Times New Roman", Times, serif;
	font-size: 17pt;
	color: #3F4C56;
	margin-left:-15px;
	width:650px;
	
}
.topPost h2.topTitle a:hover {
	text-decoration: none;
	color: #A7A488;
}
.topPost p.topMeta {
	font-size: 9pt;
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
}
.topPost p.topMeta a {
	text-decoration: underline;
	color: #000000;
}
.topPost p.topMeta a:hover {
	color: #F00;
}
.topPost .topDate {
	background: no-repeat url('images/date.png');
	width: 61px;
	height:101px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	text-align: center;

	color:#3F4C56;
	position: relative;
	left:-30px;
}

.topPost .topDate a{ color:#FAF7EB;
					  position: relative;
					  left:0px;
					  top:0px;
					  font-family:"Times New Roman", Times, serif;
					  font-size:16px;
					  font-weight:100;
}

.topPost div.topContent {
	font-size: 9pt;
	color: #000000;
	padding:10px;
	margin-top:-15px;
}
.topPost div.topContent a {
	text-decoration: underline;
	color: #000000;
}
.topPost div.topContent a:hover {
	text-decoration: underline;
	color: #F00;
}
.topPost div.topContent ul, .topPost div.topContent ol {
	padding: 0 0 0 30px;
}
.topPost div.topContent ul li, .topPost div.topContent ol li {
	color: #000;
}
.topContent  img{max-width:500px !important; height:auto;}
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
/*	font-size: 9pt;
	font-style: italic;
	background: #F8DD9E;
	padding: 8px 10px;
	margin-right: 5px;
	line-height: 27pt;
	color: #333;*/
}
.topPost span.linkpages {
	font-size: 9pt;
	font-style: italic;
	margin-bottom: 10px;
	display:block;
}
.topPost span.linkpages a:hover {
}
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
	color:#F00;
}
.topPost span.topComments a {
	background: url(images/comente.png) left no-repeat;
	display:block;
	margin:10px;
	float:left;
	/*padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
	color: #333;
	font-weight: bold*/
	width:100px;
	height:20px;
}
.topPost span.topMore a {
	background: url(images/leiamais.png) left no-repeat;
	float:right;
	display:block;
	margin:10px;
	/*padding-left: 20px;
	line-height: 27pt;
	vertical-align: middle;
	color: #333;
	font-weight: bold*/
	width:100px;
	height:20px;
}
.topPost span.topTags em {
	/*background: url(images/tags.gif) left no-repeat;*/
	float:left;
	display:block;
	padding-left: 5px;
	line-height: 27pt;
	vertical-align: middle;
}
.topPost span.topTags a {
	line-height: 27pt;
	vertical-align: middle;
	color: #333;
	
}
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
	text-decoration: underline;
	color: #F00;
}
.topPost .topBottom {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top: 2px;
}
#nextprevious {
	margin: 10px 0 5px 0;
}
#nextprevious a {
	color: #3F4C56;
	text-transform: lowercase;
	text-decoration: underline;
}
#nextprevious a:hover {
	color: #3F4C56 ;
}
/* Comments */
#comment {
	margin-bottom: 10px;
	margin-top: 1px;
	background:#FAF9EC;
	width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
	border: 1px solid #DCCAAF;
	padding: 0px 15px 10px 15px;
	color: #3F4C56;
}
#comment h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #3F4C56;
	margin: 15px 0;
	padding: 0;
}
#comment p a {
	color: #6598b8;
}
#comment p a:hover {
	color: #3F4C56 ;
}
#comment p {
	padding:0;
	margin: 7px 0;
}
ul.commentlist, ul.trackback {
	list-style-type: none;
	margin: 10px 0;
	font-size: 9pt;
}
.commentlist li, .trackback li {
	margin: 10px 0 15px 0;
	padding: 10px;
	background: #3F4C56;
	border: 1px solid #444;
	list-style-type: none;
}
.commentlist li.alt {
	background: #777;
	border: 1px solid #020202;
	border: none;
	margin-top:10px;
}
.commentlist li.cleared {
	background: transparent;
	border: none;
}
.commentlist a:hover {
	color: #eee;
}
.commentlist a.gravatar {
	float: left;
	margin: 0 15px 10px 0;
	width: 60px;
}
.commentlist .commentbody {
	margin: 0;
	padding: 0;
}
.commentlist .commentbody p a {
	text-decoration: underline;
}
.commentlist cite {
	font-size: 10pt;
	font-style: normal;
	color: #ddd;
}
.commentlist small.commentmetadata a {
	color: #3F4C56 ;
}
.commentlist p {
	color: #dedede;
}
#respond {
	clear: both;
	margin-top: 15px;
}
textarea#comment {
	width: 450px;
	background: #fff;
	color: #111;
	padding: 10px;
}
#comment #submit {
	margin: 0;
}
#extrastuff a {
	color:#222;
	font-size:0.8em;
}
#extrastuff a:hover {
	color:#6598b8;
	text-decoration:none;
}
#extrastuff #rssleft {
	float:left;
	width:250px;
}
#extrastuff #trackright {
	float:right;
	width:180px;
	text-align:right;
}
/* Welcome section */

#main #welcome {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	background: url(images/bg-trans.png) repeat;
}
#main #welcome h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	letter-spacing: -2px;
	margin: 0 10px;
	padding: 10px 0 3px 0;
}
#main #welcome p {
	font-size: 9pt;
	color: #eee;
	margin: 0 10px;
	padding: 6px 0;
}
#main #welcome a {
	text-decoration: underline;
	color: #ff9933;
}
#main #welcome a:hover {
	color: #6598b8;
}
#main #welcome form {
	margin: -5px 0 0 0;
	background: transparent; /* required for IE */
}
#main #welcome #feedbox {
	border: 1px solid #444;
	padding: 2px 1px;
	width: 180px;
}
.submitbutton {
	margin: 0px 0 0 5px;
	background: #3F4C56;
	color: #fff;
	font-size: 8pt;
	padding: 1px 6px;
	vertical-align: middle;
	border: none;
	
}
.submitbutton:hover {
	cursor: pointer;
	background: #3F4C56;
	color:#FBF700;

}
#searchform  {
	width: 200px;
}
#searchform  #searchbox {
	width: 90px;
	margin-left:5px;
}
/* Sidebars */
#sidebars .top{
	margin-top: -75px;
	margin-left: 0px;
}
#sidebars {
	background:url(images/barra_lateral.png) repeat-y;
	float: right;
	width: 180px;
	color: #eee;
	margin-top: 50px;
}
#sidebars .sidebarbox {
  /*background: url(images/bg-trans-verde.png) repeat;*/
  padding: 8px 20px;
  padding-left:0px;
  padding-top:0px;
 /*border: 1px solid #444; */
}
#sidebars .sidebarbox img {
  /*background: url(images/bg-trans-verde.png) repeat;*/
  padding: 8px 15px;
  padding-left:0px;
  padding-top:0px;
  position:relative;
  left:-35px;
  margin-top:-20px;
 /*border: 1px solid #444; */
}
.ondeComprar {margin-left:-15px; width:140px; height:80px;margin-bottom:-40px;}
#sidebar_full {
	padding: 0;
	margin-left: 15px;
}
#sidebar_left {
	float: left;
	width: 200px;
	margin-left: 15px;
	display:none;
}
#sidebar_right {
	float: right;
	width: 200px;
	margin-right:-30px;
}
#sidebars h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-weight: normal;
	font-size: 11pt;
	color: #000;
	background:url(images/fundo_sidebar_title.png) no-repeat; width:165px; height:26px;
	text-align:center;
	padding-top:2px;
	margin-left:-20px;
	font-size:14px;
	color:#FBF7E5;
}
#sidebars table {
	width: 130px;
}
#sidebars ul {
	margin: 0;
	padding: 0 0 0px 0;
}
#sidebars li {
	margin-bottom: 20px;
	list-style: none;
	font-size: 9pt;
}
li#recent-posts-4 .sidebarbox {margin-top:-25px;
}
li#recent-posts-4 .sidebarbox h2 {width:210px;
							 height:75px;
							 position:relative;
							 left:-15px;
							 background:url(images/tit_posts.png) no-repeat;
							 font-size:2px; 
							 color:#ACE6F0; 
}
							 
li#tag_cloud-5 .sidebarbox h2 {width:210px;
							 height:75px;
							 position:relative;
							 left:-15px;
							 background:url(images/tit_tags.png) no-repeat;
							 font-size:2px; 
							 color:#ACE6F0; 
}
li#categories-3 .sidebarbox h2 {width:210px;
							 height:75px;
							 position:relative;
							 left:-15px;
							 background:url(images/tit_categorias.png) no-repeat;
							 font-size:2px; 
							 color:#ACE6F0; 
}

#ondeComprar{position:relative; left:50px;}
#sidebars li ul {
	padding: 0;
}
#sidebars ul ul li {
	margin: 0;
	padding: 2px 2px 2px 16px;
	color: #000;
	/*background: url(images/bullet.gif) left 8px no-repeat;*/
	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}
#sidebars a {
	display: inline;
	color: #000;
}
#sidebars a:hover {
	color: #3F4C56 ;
	text-decoration: underline;
}
#sidebars a:visited {
	color: #009BDC;
	text-decoration: underline;
}


#sidebars p {
	padding: 2px 0;
	font-size: 9pt;
	color: #000;
}
#sidebarrodape{height:15px; position:relative; left:0px; top:0px;}
.widget_recent_entries {
	/*background: url('images/bg-trans-verde.png') repeat;*/
}
.widget_tag_cloud {
	/*background: url('images/bg-trans-verde.png') repeat;*/
}
.widget_calendar {
	/*background: url('images/bg-trans-verde.png') repeat;*/
}
.widget_links {
		/*background: url('images/bg-trans-verde.png') repeat;*/
}
.widget_search {
		/*background: url('images/bg-trans-verde.png') repeat;*/
}
#sidebar_left div {
		display:none;
		/*background: url('images/bg-trans-verde.png') repeat;*/
}
#sidebar_right div {
		/*background: url('images/bg-trans-verde.png') repeat;*/
}
#sidebar_right ul li#search-3 {margin:0px !important; padding:0px !important;} 
#sidebar_right ul li#search-3 .sidebarbox h2 {display:none;} 

#tag_cloud a {
	display: inline;
}
#sidebars ul.children li {
	border-bottom:none;
}
#sidebars ul.children {
	margin-bottom:0;
}
/* Before footer */
#morefoot {
	background: url(images/bg-trans.png) repeat;
	border: 1px solid #444;
	padding: 5px;
	font-size:10px;

	color: #000;
	margin: 0 0 10px 0;
	width: 767px;
	display:none;
}
#morefoot p {
	margin: 5px 0;
	padding: 5px 0;
}
#morefoot ul {
	list-style-type: none;
	margin-top: 5px;
}
#morefoot ul li, #morefoot p {
	font-size: 9pt;
}
#morefoot a {
	text-decoration: underline;
	color: #F00;
}
#morefoot a:hover {
	text-decoration: underline;
	color: #390;
}
#morefoot h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #444;
	margin: 0;
	padding: 0 0 2px 0;
}
#morefoot #searchbox {
	padding: 1px;
	width: 140px;
}
#morefoot .col1 {
	float: left;
	width: 235px;
}
#morefoot .col2 {
	margin: 0 25px;
}
#morefoot .col2, #morefoot .col3 {
	float: left;
	width: 235px;
}
#morefoot li {
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(images/more.gif) left 2px no-repeat;
	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}
/* footer*/
#footer {

	clear: both;
	padding: 5px 5px 5px 5px;
	width: 767px;
	background:#FAF9EC;
	border: 1px solid #DCCAAF;

}
#footer p {
	font-size: 9pt;
	color: #000;
	padding: 0;
}
#footer a {
	color: #3F4C56;
	text-decoration: underline;
}
#footer a:hover {
	color: #a7a488;
}
#footerleft {
	float: left;
	width: 600px;
}
#footerright {
	float: right;
	width: 100px;
	text-align: right;
}
/* Misc */
.highlight {
	color: #222;
	font-weight: bold;
}
.cleared {
	margin: 0;
	padding: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter, div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
	max-width:500px !important;
	height:auto;
}
img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #111;
}
#repres tr td {
	border: 1px solid #000;
	padding: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
