@charset "utf-8";


/*
Theme Name: ALX Theme Portfolio
Theme URI: http://www.alexandrewagner.com.br/
Description: The awesome and exclusive theme to Alexandre Wagner.
Version: 1.0
Author: 3Bits
Author URI: http://www.3bits.net/
Tags: clean, white, pictures, portfolio
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*resets*/
html, body, ul, li,h1,h2,img,p,a{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	line-height:normal;
	border:none;
	text-decoration:none;
}
/*
* html .png, #sombra-top, #sombra-lateral, #sombra_footer{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}*/


/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


@font-face {
	font-family: 'Conv_VistaSanSCLig';
	src: url('fonts/fonts/VistaSanSCLig.eot');
	src: local('☺'), url('fonts/fonts/VistaSanSCLig.woff') format('woff'), url('fonts/fonts/VistaSanSCLig.ttf') format('truetype'), url('fonts/fonts/VistaSanSCLig.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_VistaSanSCMed';
	src: url('fonts/fonts/VistaSanSCMed.eot');
	src: local('☺'), url('fonts/fonts/VistaSanSCMed.woff') format('woff'), url('fonts/fonts/VistaSanSCMed.ttf') format('truetype'), url('fonts/fonts/VistaSanSCMed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




html{
	background:url('images/fundo_pattern.jpg') repeat 0 0;
	/*background:url('images/fundo_filete.jpg');*/
	height:100%;
}
body{
background:url('images/fundo_filete.jpg') repeat-x;
margin: 0;	
}
/*
.wrapper {
	background-image:url('images/sombra_lateral.png');
	background-repeat:repeat-y;
	background-position: center 0;
	min-height: 100%;
	position: relative;
}
*/
#sombra-top{

	background:url('images/sombra_top.png') no-repeat 0 0;
	position:absolute;
	height:269px;
	width:997px;
	margin:-12px 0 0 -34px;
}
#sombra-lateral{
	/*background-image:url('images/sombra_lateral.png');
	background-repeat:repeat-y;
	background-position:0 0;*/
	height:100%;
	margin: 0px 0 0 -13px;
	_margin: 0px 0 0 0px;
	position:relative;
	width:951px;
	
	
	

}
#sombra_footer{
	background:transparent url('images/sombra_bottom.png') no-repeat scroll 0 0;
	*background:transparent url('images/sombra_bottom.png') no-repeat scroll 0 22px;
	height:180px;
	*height:200px;

	bottom:0;
	margin:0 0 0 -31px;
	position:absolute;
	width:997px;
	z-index:6;
}

#tudo{
	display:block;
	background-color:#f4f4f4;
	border-top:12px solid white;
	border-left:12px solid white;
	border-right:12px solid white;
	width:925px;
	min-height:100%;
	margin:0 auto;
	position:relative;
	
	
-webkit-box-shadow: #000 0px 42px 7px;
-moz-box-shadow: #000 0px 42px 7px;
box-shadow: #000 0px 42px 7px;
behavior: url(/PIE.htc);

}
 * html #tudo {height: 95%;}
#page{
	display:block;
	width:917px;
	height:auto;
	min-height:670px;
	padding-bottom:100px;
}

#page1{
	background-color:#f4f4f4;
}
#logo{
	display:block;
	padding:25px 0 0 25px;
	margin-bottom:45px;
}
#logo h1 a{
	background:url('images/logo.gif') no-repeat 0 0;
	display:block;
	height:40px;
	width:115px;
}
#logo h1 a span,.tit_sobre span{
	display:none;
}
#buscador{
	display:block;
	float:right;
	margin:54px 22px 0 0;

}
#searchform{
	width:150px;
}
#s{
	border:none;
	background:url('images/bg_campo.gif') no-repeat 0 0;
	color:#666666;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	height:17px;
	margin-right:10px;
	padding:2px 2px 1px 20px;
	position:absolute;
	width:93px;
}
#searchsubmit{
	border:none;
	margin:4px 0 0 123px;
	position:absolute;

}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#s{	
		background:url('images/bg_campo.gif') no-repeat 0 3px;
		padding:3px 2px 10px 15px;
		height:15px;
		width:120px;
		margin-top:-3px;
		margin-left:-30px;

	}
	
	#sombra_footer{
		background:transparent url('images/sombra_bottom.png') no-repeat scroll 0 22px;
		height:200px;
		margin:0 0 0 -31px;
		position:absolute;
		width:997px;
		z-index:6;
	}
}

.hidden{
	display:none;
}
#content{
	margin:0 0 0 186px;
}

#fancy_frame {
background:#eee;
}









#menu{
	display:block;
	height:auto;
	margin:0 0 0 25px;
	*margin-left:-150px;
	padding:0;
	position:absolute;
}


#menu a {
text-transform:uppercase;
font-size: 20px;
letter-spacing: 0px;
color: #111;
margin: 0 0 -2px 0;
padding: 3px 0 3px 16px;
height: 22px;
display:block;
background:url(images/slash.png) no-repeat 0px 3px;
}

#menu li.cat-item  a {
background: url("images/slash2.png") no-repeat scroll 5px 2px transparent;
}

#menu a:hover {
	color: #999;
}

#lista_trabalhos{
	margin:14px 0 20px 15px;
	*margin:14px 0 20px 0px;
}
#lista_trabalhos li{
	line-height:0;
	margin:0 0 9px 0;
	*margin:0 0 3px 0;
}

a#pessoal{

}


ul#contatos li, 
ul#contatos li a {
font-family: tahoma;
text-transform:uppercase;
font-size: 12px;
padding: 0px;
background: none;

}

ul#contatos li {
padding-left: 15px;
margin: 2px 0 5px 0;	
}


/*
#lista_trabalhos li a{
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#939598;
}
#lista_trabalhos li a:hover{
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#231F20;
}
*/

#lista_pessoal, #lista_blog{
	margin: 11px 0 14px 15px;
	/*margin:14px 0 20px 0px;*/
}
#lista_pessoal li, #lista_blog li{
	line-height:0;

	margin:0 0 -4px 0;
	*margin:0 0 0px 0;
}

#lista_pessoal .current-cat a, #lista_blog .current-cat a{
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#231F20;
}
#lista_pessoal li a:hover, #lista_blog li a:hover{
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#231F20;
}

#lista_pessoal li a, #lista_blog li a{
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#939598 !important;
}

a#menu_blog{
/*	background:url('images/menu_blog.png') no-repeat 0 0;*/
	display:block;
	height:22px;

	/*margin:0 0 7px 0;*/
}
a#menu_blog:hover{
/*	background:url('images/menu_blog.png') no-repeat 0 -22px;*/
	display:block;
	height:22px;

}
a#menu_contato{
/*	background:url('images/menu_contato.png') no-repeat 0 0;*/
	display:block;
	height:22px;

}
a#menu_contato:hover{
/*	background:url('images/menu_contato.png') no-repeat 0 -22px;*/
	display:block;
	height:22px;

}

#trabalhos span, #pessoal span, #menu_blog span, #menu_contato span, a#info span{display:none;}
#telefones{
	background: url('images/telefones.png') no-repeat 0 0;
	display:block;
	height:26px;
	margin:11px 0 0 15px;

}
a#menu_email{
	background: url('images/menu_email.png') no-repeat 0 0;
	display:block;
	height:9px;
	margin:9px 0 0 15px;

}
a#menu_email span{ display:none; }

span.lang-switch {
font-family: trebuchet MS;
    font-size: 10px;
    position: absolute;
    right: 29px;
    text-transform: uppercase;
    top: 5px;
	color: #999;
}

span.lang-switch a { color: #999; }
html.en span.lang-switch a.en { color: #555; text-decoration: underline; cursor: default; }
html.pt span.lang-switch a.pt { color: #555; text-decoration: underline; cursor: default; }























#post{
	display:block;
	margin:0 auto 5px;
	width:600px;
}
#post p a{
	color:#231F20;
	text-decoration:underline;
	font-weight:bold;
}
#post small{
	color:#939598;
	font-family:arial,sans-serif;
	font-size:12px;

}
#post h2, #content h2{
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:22px;
	margin-bottom:0px;
	padding-top:8px;
}
#post h2 a, #content h2{
	color:#626365;
}
#post p{
	color:#231F20;
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	margin:10px 0 0 0;
	text-align:left;

}
#conteudo{
	display:block;
	width:720px;
}
#conteudo p{

	padding:0 35px 0 85px;	
}
#image p{
	width:600px;

}
.alignnone{
	margin:0 auto;
}

#image p a img{
	display:block;
	margin:0;
}
#post p img{
	background:none;
	border:none;
	display:block;
}
#image{
	width:600px;
	margin:0 auto;
	display:block;
}
#tags{
	margin:0px 0 0 40px;
	*margin:0px 0 0 -5px;
}
#tags h2{
	background:url('images/tags.png') no-repeat 0 0;
	display:block;
	height:12px;
	margin-bottom:0px;
	width:40px;
	position:absolute;
}
#tags h2 span{
	display:none;
}
#tags p{
	line-height:0;
	margin:0 5px 0 47px;
	padding:0;
	*padding-left:47px;
}
#tags p a{
	color:#666666;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
	text-transform:lowercase;
}
#footer{
	bottom:0;
	display:block;
	margin:0 0 0 45px;
	*margin:-25px 0 0 45px;
	padding:0 0 0;
	position:absolute;
	width:890px;
}
#footer p{
	background:url('images/copyright_footer.png') no-repeat 0 0;
	display:block;
	height:33px;
	margin:-60px 0 0;
	*margin:-60px 0 0 15px;
	position:absolute;
	width:890px;
}
#footer p span{display:none;}

/*Navegação */
#navegar{
	display:block;
	height:20px;
	padding:40px 0 0px 0;
	position:relative;
	z-index:10;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
	margin-right:35px;
}

#form_contato{
	display:block;
	height:304px;
	margin:0 0 0 200px;
	width:296px;
	padding:0;
}
#form_envia{
	display:block;
	height:304px;
	margin:0 0 0 75px;
	width:296px;
	padding:0;
}
.lbl_nome, .lbl_email, .lbl_mensagem{
	margin-bottom:9px;
}
.lbl_nome span, .lbl_email span, .lbl_mensagem span{
	display:none;
}
.lbl_nome{
	background:url('images/input_nome.gif') no-repeat 0 0;
	display:block;
	height:10px;
	width:38px;
}
.lbl_email{
	background:url('images/input_email.gif') no-repeat 0 0;
	display:block;
	height:10px;
	width:42px;
}
.lbl_mensagem{
	background:url('images/input_mensagem.gif') no-repeat 0 0;
	display:block;
	height:10px;
	width:72px;
}
.input_nome, .input_email, .textarea_mensagem{
	background:#bdbdbd;
	border:none;
	margin-bottom:23px;
	width:293px;
}
.input_nome, .input_email{
	height:15px;
	padding:2px 0 3px 2px;
}
.textarea_mensagem{
	height:117px;
	display:block;
	padding:2px 0 3px 2px;
}
.input_enviar{
	float:right;
}

.error{
	font-family:Arial;
	color:#D12F19;
	font-size:12px;
}
.success{
	color:#006600;
	font-size:12px;
	font-family:Arial;
}
#comente a span, #compre a span{
	display:none;
}
#comente{
	margin:0px 0 10px 40px;
}
#comente a{
	background:url('images/comente.png') no-repeat 0 0;
	display:block;
	height:12px;
	width:71px;
}
#compre{
	margin:0px 0 10px 40px;
}
#compre a{
	background:url('images/compre.png') no-repeat 0 0;
	display:block;
	height:12px;
	width:63px;
}
#comments{
	margin:0 auto 23px;
	width:600px;
	padding-bottom:23px;
}
#respond{
	margin-top:60px;
}
h3#comments, #respond h3{
	color:#626365;
	font-family:Arial;
}

.author{
	background:url('images/input_nome.gif') no-repeat 0 0;
	display:block;
	height:10px;
	width:38px;
}
.email{
	background:url('images/input_email.gif') no-repeat 0 0;
	display:block;
	height:10px;
	width:42px;
}
.url_txt{
	background:url('images/input_site.gif') no-repeat 0 0;
	display:block;
	height:10px;
	width:26px;
}
.comentario_txt{
	background:url('images/input_comentario.gif') no-repeat 0 0;
	display:block;
	height:13px;
	width:84px;
}
.author, .email, .url_txt, .comentario_txt{
	margin-bottom:9px;

}

.author small, .email small, .url_txt small, .comentario_txt small{
	display:none;
}
input#author, input#email, input#url_txt{
	background:#bdbdbd;
	border:none;
	height:17px;
	width:293px;
	padding:2px 0 3px 2px;
	margin-bottom:22px;
}

textarea#comment{
	background:#bdbdbd;
	border:none;
	height:170px;
	width:293px;
}
input#submit{
	display:block;
	margin:15px 0 0 230px;
}

.url{
	color:#333;
}
a.url{
	color:#939598;
}
.comment{
	display:block;
	width:550px;
	margin:0 0 15px 0;
	padding:7px;
}
.comment p{
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}
.alt{
	background:#f0f0f2;
}
.comment-meta a{
	font-family:Arial;
	font-size:8px;
	color:#999999;
	padding-left:5px
}
.conta{
	color:#666666;
	font-family:Arial;
	font-size:9px;
	margin:-2px 0 0 76px;
	position:absolute;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
              .conta{
				color:#666666;
				font-family:Arial;
				font-size:9px;
				margin:0px 0 0 76px;
				position:absolute;
			}
}

#id_blog{
	background:url('images/id_blog.gif') no-repeat 0 0;
	position:absolute;
	margin:0;
	height:34px;
	width:20px;
}
#id_pessoal{
	background:url('images/id_pessoal.gif') no-repeat 0 0;
	position:absolute;
	margin:0px 0 0 0;
	height:33px;
	width:24px;
}
#id_trabalho{
	background:url('images/id_trabalho.gif') no-repeat 0 0;
	position:absolute;
	margin:0px 0 0 0;
	height:33px;
	width:21px;
}
#id_info{
	background:url('images/id_info.gif') no-repeat 0 0;
	position:absolute;
	margin:-10px 0 0 0;
	height:33px;
	width:3px;
}
#cerca{
	background:#e9e9e9;
	margin:20px 0 0;
	padding:30px 20px;

}

#submit-fake{
	border:1px solid #f4f4f4;
	background-color:#F4F4F4;
	color:#F4F4F4;
}
.tit_sobre{
	background:url('images/sobre-title.gif') no-repeat 0 0;
	margin:0 0 20px 0;
	height:18px;
	width:69px;
}
