/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background:#290739 url(images/bg.jpg) no-repeat center top;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#page {
	text-align: left;
	width:910px;
	margin:0 auto;
}

#header {
	height:495px;
	position:relative;
}

#header h1	{
	display:none;
}

#header h1 span {
	color:#ae464b;
}

#header .msg {
	position:absolute;
	top:188px;
	left:220px;
	font-size:14px;
	letter-spacing:-0.022em;
	line-height:19px;
}

#header a.logo {
	display:block;
	width:280px;
	height:370px;
	position:absolute;
	left:-45px;
	top:80px;
	text-indent:-10000px;
	outline:none;
}


a.mail {
	position:absolute;
	top:660px;
	left:-35px;
	width:250px;
	height:35px;
	display:block;
	text-indent:-10000px;
	outline:none;
}

a.social {
	position:absolute;
	left:0;
	top:548px;
	display:block;
	width:33px;
	height:33px;
	text-indent:-10000px;
	outline:none;
}

a.face {
	left:41px;	
}

a.linkedin {
	left:83px;	
}

a.sigame {
	left:124px;
}

.menu {
	position:absolute;
	left:-20px;
	top:740px;
	margin:0;
	padding:0;
}

.menu li {
	font-size:15px;
	margin-left:10px;
	list-style:none;
}

.menu li a {
	color:#000;
	display:block;
	height:50px;
	width:200px;
	margin-bottom:5px;
	text-indent:-10000px;
	outline:none;

}
.menu li.m1 a {
	
}

.menu li.m2 a {

}



#content, 
#footer {
	margin-left:220px;
	width:690px;
}

#ultimos-trabalhos h2 {
	font-size:24px;
	font-weight:normal;
	color:#fff;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-right:15px;
	border-bottom:1px dotted #999;
	visibility:hidden;
}

#ultimos-trabalhos .foto-principal {
	border:4px solid #fff;
	width:210px;
	height:210px;
}

#ultimos-trabalhos .post {
	width:214px;
	height:290px;
	float:left;
	margin-right:15px;
}

#ultimos-trabalhos .post h3 {
	margin:0;
	padding:10px 0 3px;
	font-size:12px;
	font-weight:bold;
	color:#fff
}

#ultimos-trabalhos .post p {
	padding:0;
	margin:0;
	font-size:11px;
	color:#777;
	text-align:left;
}

#footer {
	background:url(images/rodape.png) no-repeat left top;
	margin-bottom:40px;
	margin-top:20px;
}

#footer p { 
	margin:0;
	padding:15px 10px 15px 110px;
}

#footer p.alignright { 
	text-align:right;
}


h2.pagetitle {
	font-size:18px;
	font-weight:bold;
	color:#6CB400;
	padding-bottom:3px;
	margin-bottom:10px;

	clear:both;
}


/* PAGE PORTFOLIO */
.portfolio #ultimos-trabalhos {
	margin-top:25px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}





/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
#page .entry .vvqbox {
	padding:0;
	margin:0;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}







/* Comments */

#comments h3 { font-size: 20px;	font-weight: normal;padding: 10px 0 20px 0; }

#comments #comments_wrap {padding: 0; position: relative; }
#comments ol.commentlist li { list-style-type:none; }

#comments .comment { margin-top: 10px; width: 100%; }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }

#comments .comment .col-left {width: 110px; font-size:11px;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside {
	width: 110px;
	float: left;
	position: relative;
	overflow: hidden;
	min-height:70px;
}

#comments .comment .col-right {
	min-height: 92px;
	background: #e6e6e6;
	padding: 10px 15px;
	margin-left:100px;
	float:none; 
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}

* html #comments .comment .col-right { height: 100px; }
#comments .comment div.reply { float:right; padding: 3px 3px 0; font-size:11px; }
#comments .comment div.reply a { text-decoration:none; color:#aaa; }

#comments ul.children { margin:10px 0 0 25px; padding:0; }

#comments .navigation .alignright, #comments .navigation .alignleft { margin:10px 0;}
#comments .navigation a {
	color: #555;
}
#comments .commentlist {padding:0;}
#comments .commentlist p{padding:0 0 10px;}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply {margin-bottom:10px;}

#commentform .btn {
	margin:0; 
	background:url(images/btn-submit.png) no-repeat;
 	color:#FFFFFF;
	font-weight:bold;
	width:79px;
	height:41px;
	padding:0;
	border:0;
	cursor:pointer;
}








#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;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

	}
.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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right:15px;
}

.navigation a  {
	font-size:16px;	
	color:#fff;
}
/* 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:310px;
	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:304px;
	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:300px;
	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:312px;
	text-align:center;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	top:0;
	left:0;
}

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

}

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