/*
Theme Name: Gavetinha de Luxo
Theme URI: http://wordpress.org/
Description: Moda, Etc...
Version: 1.0
Author: Henry Max
Author URI: http://henrymax.com/
Tags: 
Text Domain: 
*/

a {
 	text-decoration:none;	
}

a img {
	border:0 solid;
}

body {
	color: #fff;
	text-align:center;
	background:#C73344;	
	font-size:15px;
	line-height:22px;
	font-family:helvetica, Verdana, Geneva, sans-serif;
}

#page {
	text-align:left;
	width:1000px;
	background:#000;
	margin:80px auto 0;
}

#auxpage {
	padding:40px 50px;
}

#header {
	height:200px;	
	background:url(images/logo.png) no-repeat left top;
	position:relative;	
}

#headerimg {
	text-indent:-10000px;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {	
	position:absolute;	
	width:380px;
	height:200px;
	top:0;
	left:0;
	outline:none;
}

#header #inputemail {
	position:absolute;
	top:145px;
	left:620px;
	width:184px;
	background:transparent;
	border:0;
}

#header #btnassina  {
	position:absolute;
	top:144px;
	left:810px;
}

#sidebar {
	float:left;
	width:300px;
}

#content {
	float:left;
	width:530px;
	margin-left:70px;
	background:#FFF;
	color:#444;
}

#content a {
	color:#C73344;
}

#content a:hover {
	color:#dc5b44;	
	text-decoration:underline;	
}

.narrowcolumn h2,
.widecolumn h2 {
	margin:0 0 40px 0;
	padding:20px 20px 0;
	color:#C73344;
	font-size:40px;
	text-transform:lowercase;
	letter-spacing:-3px;
}

#sidebar a {
	color:#dc5b44;	
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar #sigame,
#sidebar #categories,
#sidebar #twitter {
	margin-bottom:40px;
}	

#sidebar h2 {
	margin:0;
	padding:0;	
	height:40px;
	text-indent:-10000px;
}

#sidebar #sigame h2 {
	background:url(images/title-sigame.png) no-repeat left top;
}

#sidebar #categories h2 {
	background:url(images/title-categorias.png) no-repeat left top;
}

#sidebar #twitter h2 {
	background:url(images/title-tweetting.png) no-repeat left top;
}

#sidebar #links h2 {
	background:url(images/title-eurecomendo.png) no-repeat left top;
}

#sidebar #sigame a.btnsigame {
	width:22px;
	height:22px;
	display:block;
	float:left;
	text-indent:-10000px;
	margin-right:10px;
}

#sidebar #sigame a.btnsigame.twitter {
	background:url(images/btn-twitter.png) no-repeat left top;
}

#sidebar #sigame a.btnsigame.facebook {
	background:url(images/btn-facebook.png) no-repeat left top;
}

#sidebar #twitter {
	color:#dc5b44;
}

#twitter li {
	border-bottom:1px dotted #222;
}

#twitter .last {
	display:none;
}

#twitter a  {
	color:#C73344;
}

#twitter .tb_tweetinfo {
	font-size:11px;
}

#sidebar #links li h2 {
	background:none;
	margin:0;
	padding:15px 0 5px;
	text-indent:0;
	text-transform:lowercase;
	font-size:18px;
	line-height:16px;
	height:auto;
	color:#ddd;
}

#banners h2 {
	background:none;
	text-indent:0;
	color:#C22844;
	text-transform:lowercase;
}

#banners {
	padding-top:40px;	
}


#banners .banner {
	margin-bottom:5px;	
}

#menu {
	text-align:center;
	padding:20px 0 40px 0;
}

#menu ul {
	padding:0;
	margin:0 auto;
	width:550px;
}

#menu ul li {
	list-style:none;
	display:inline;
}

#menu ul li a {
	float:left;
	display:block;
	height:26px;
	text-indent:-10000px;
	outline:none;
	margin-left:20px;
}

#menu ul li a:hover {
	background-position:left -27px ;
}


#menu li.btnvc a {
	background:url(images/btn-vendercomprar.png) no-repeat left top;
	width:149px;
}

#menu li.btnsobremim a {
	background:url(images/btn-sobremim.png) no-repeat left top;
	width:111px;
}

#menu li.btnrss a {
	background:url(images/btn-rss.png) no-repeat left top;
	width:110px;
}

#menu li.btncontato a {
	background:url(images/btn-contato.png) no-repeat left top;
	width:85px;
}


/*
post-7 = CONTATO
*/
#post-7 .entry, 
.post-edit-link, {
	padding:20px;	
}

.post {
	padding: 0 0 40px;
	text-align: left;
}

.post small,
.post .entry,
.post .postmetadata {
	padding:0 20px;
}

.post h3,
.post h3 {
	width:470px;
	overflow:hidden;
	padding-bottom:0px;
	margin-bottom:10px;
	font-size:20px;
}

.post .author {
	font-family:helvetica;
	font-size:11px;
	color:#999;
}

.post hr {
	display: block;
}

#content .postmetadata {
	padding:0;
	margin:0;
	clear:both;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	background:url(images/logo-rodape.png) no-repeat left 58px;
	padding:60px 10px 10px 95px;
	font-size:70%;
	line-height:17px;
}

#footer, #footer a {
	color:#C73344;	
}

#footer a:hover {
	color:#dc5b44;
	text-decoration:underline;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


#respond {
	padding:20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

h3#comments {
	margin:0;
	padding:0 20px;
	font-weight:normal;
	font-size:15px;
	color:#999;
}

.comment-author .fn {
	font-size:20px;
	font-style:normal;
}

.comment-meta {
	font-size:11px;
	color:#999;
}

.commentlist {
	margin:0;
	padding: 0 20px;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background:#eee;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:10px 0;
	padding:0 20px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* CONTATO */

.contato-form, .contato-desc {
	float:left;
}

.contato-form {
	width:190px;
	line-height:10px;
}

.contato-form label{
	padding:0;
	margin:0;
	text-align:left;
}

.contato-form label span {
	display:block;
	padding-bottom:4px;
	font-weight:bold;
}

.contato-form p {
	margin:0;
	padding:0;
}

.contato-form label input,
.contato-form label textarea {
	width:184px;
	font:12px tahoma,arial,helvetica,sans-serif;
	letter-spacing:1px;
	background:#FFFFFF url(images/field-bg.gif) repeat-x scroll top;
	margin:0;
	padding:3px 3px 4px;
	_height:23px;
	border:1px solid #B5B8C8;
}

.contato-form label textarea {
	height:100px;	
}

.contato-desc {
	width:275px;
	margin-left:25px;
	padding-top:7px;
}

.btn-enviar {
	text-align:left;
	padding-top:10px;
}

#content .wpcf7-not-valid-tip-no-ajax,
#content .wpcf7-validation-errors,
#content .wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-mail-sent-ng {
	background:#C73344;
	color:#FFF;
	width:192px;
	text-align:center;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
}

.wpcf7-mail-sent-ok {
	background:#82ff3c	;
	color:#000;

}

#content .wpcf7-validation-errors {
	margin-top:10px;

}



#sidebar .categories li ul {
	padding-left:25px;	
	margin-bottom:15px;
}