/*
Theme Name: BZpress
Theme URI: http://gabrielgarbin.net/
Description: Exclusive theme for "gabrielgarbin,net".
Version: 1.0
Author: Gabriel Garbin
Author URI: http://gabrielgarbin.net/
Tags: portfolio
*/
.alignleft{
    float: left;
    border: 10px #ccc solid;
    margin-right: 10px;
}
.aligncenter{
	 border: 10px #000 solid;
}
.aligncenter:hover{
	 border-color: #FF5D3C;
}
body {
	background: #bfb9b1 url(images/body_bg.jpg) center top repeat-y;
}
h4 a {
	color: #1D2331;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
#header {
	background: url(images/header_wrapper_bg.jpg) center bottom repeat-x;
	height: 90px;
	margin-bottom: 50px;
}
#logo{
	margin-top: 30px;
}
#nav {
	margin-top: 30px!important;
}
#nav li, #nav li a {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	list-style: none;
	text-decoration: none;
}

#intro {
	background: url(images/intro.png) left top no-repeat;
	height: 195px;
	padding-top: 50px;
	margin-bottom: 50px;
	text-shadow: 2px 2px 2px #333;
}
#intro_text p {
	font-size: 18px;
	color: #e4e4e4!important;
	line-height: 24px;
	padding-right: 50px;
	width: 550px;
}
#intro_text {
	width: 550px;
	padding-right: 50px;
}
#intro_text p .scroll_c {
	color: #fff!important;
	text-decoration: none;
}
#intro_text p .scroll_c:hover {
	color: #1D2331!important;
	background-color: #FFF;
}
#left_col {
	padding-top: 20px;
	height: 1350px;
}
#left_col a, #footer a, #left_col a:active, #footer a:active, #left_col a:visited, #footer a:visited{
	color: #1D2331;	
}
#left_col a:hover, #left_col a:focus, #footer a:hover, #footer a:focus, #nav li a:hover, #nav li a:focus{
	/*background-color: #1D2331;
	color: #fff;*/
	text-shadow: 1px 1px 3px #333;
}
#left_col h3 {
	margin-bottom: 0px;
}
#left_col h4 {
	color: #1D2331;
	font-size: 23px;
}
#left_col p {
	color: #1D2331;
	font-size: 14px;
}

#box_portfolio, #box_twitter {
	background-image: url(images/header_wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 250px;
	margin-bottom: 60px;
}
#form{
	display: block;
}
.twitter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 0px;
}
.twitter span {
	font-style: normal;
}
.twitter_date {
	font-size: 11px;
	font-weight: bold;
}
.box_caption {
	height: 196px;
	width: 470px;
	float: right;
	border: 15px solid #111;
	margin-bottom: 30px;
}
#footer_wrapper {
	background-color: #b2aca5;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 200px;
}
	#footer{
		padding-top: 20px;	
	}
/*PORTFOLIO*/

.boxgrid {
	width: 470px;
	height: 171px;
	margin-bottom: 70px;
	float:right;
	background:#161613;
	border: solid 10px #B2ACA5;
	-moz-border-radius: 2px;
-webkit-border-radius: 2px;
	overflow: hidden;
	position: relative;
	box-shadow: 10px 10px 5px #888;
}
.boxgrid:hover{
	border-color: #1D2331;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	font-size:12px;
	margin-top: -15px;
	width: 315px;
	color: #FFF!important;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #111;
	height: 200px;
	width: 100%;
	padding: 5px 0px 0px 10px;
	opacity: .9;
	/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/*For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				
}
.boxcaption h4 {
}
.boxcaption h4, .boxcaption p {
	color: #fff;
	text-shadow: 0px 0px 3px #333;
}
.boxcaption a {
	background-color: #1D2331;
	color:#FFF;
}
.boxcaption a:hover {
	background-color: #e4e4e4;
	color: #1D2331;
}
.boxcaption p {
	font-size: 12px;
	width: 310px;
	text-align: justify;
}
.captionfull .boxcaption {
	top: 180;
	left: 0;
}
.caption .boxcaption {
	top: 180;
	left: 0;
}
.boxcaption p.services {
	color: #222!important;
	background-color: #EBE2D1;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
}
span.services_title {
	color: #FFF;
}
#portfolio {
	padding-top: 20px;
}
/* contato */



/*#INNER RIGHT*/
#box_contato li{
	margin-left: 0px!important;
}
#contato {
	margin-top: 38px;
}
#contact_list {
	list-style: none;
}
#contact_list li {
	margin-bottom: 10px;
}
#contato label {
	display: inline-block;
	font-size: 18px;
	padding-top: 10px;
	width: 300px;
	color: #1D2331;
}
#name, #email, #msg {
	background: transparent;
	border: 1px solid #1D2331;
	font: 22px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 0 4px 5px;
	width: 350px;
}
#name, #email {
	height: 20px;
}
#msg {
	height: 60px;
	margin-top: 15px;
}
#send {
	background: url(images/btn_send.gif) 0 0 no-repeat;
	border: none;
	height: 33px;
	margin: 10px 0 0 325px;
	width: 100px;
}
#send:hover {
	background-position: 0 -35px;
	cursor: pointer;
}
#contact_info, #localization_info {
	border: 2px solid #1D2331;
	border-left: none;
	border-right: none;
	padding: 15px 0 10px 0px;
	margin: 0px 0 40px 20px;
}
#title_contato {
	margin: 0 0 20px 10px;
}
.numeros {
	font: 30px Georgia, "Times New Roman", Times, serif;
}
#contact_info {
	width: 260px;
}
.error {
	float: none;
	color: red;
}
.close {
	border: none;
	cursor: pointer;
	height: 18px;
	width: 57px;
	background: url(images/close.png) 0 0 no-repeat;
}
.close:hover {
	background-position: 0 -19px;
}
.focus {
	border-color: #f60!important;
}



/*blog posts single */
#blog_post{
padding-bottom: 40px;
margin-bottom: 20px;
}
#blog_post p{
	margin: auto;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
#blog_post h2{
	background-color: #000;
	color: #fff;
	display:block;
	width: 600px;
	font-size: 68px;
	padding: 10px;
}
#blog_post h2:hover{
	background-color: #FF5D3C;
		-webkit-transform: rotate(-15deg); 
-moz-transform: rotate(-15deg);	
}

