/* 
Nome do projeto: Estudio Terra
Autor: 2RD Multiagencia
*/
/* =Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0;	border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; }

body{
	line-height: 1;
	text-align:center;
	background:url(../imagens/bg-site.png) left bottom repeat-x #fff;
	
}

p{ line-height:20px; }

#site{
	text-align:left;
	width:995px;	
	margin:0 auto;
	font:12px Tahoma, Arial, sans-serif;
	color:#6b6b6b;
	overflow:hidden;
}

#topo{
	overflow:hidden;
	padding-top:40px;
	margin-bottom:40px;
}

#col-1{	float:left; }

#col-2{
	width:345px;	
	float:right;
}

#rodape{ height:135px; }

/* =topo */
#logo{ float:left; }

.info-topo{
	float:right;
	text-align:right;
	margin-top:72px;
}

.info-topo a{
	font-size:18px;
	color:#7a7a7a;
	text-decoration:none;
}

.info-topo span{ color:#000; }

/* =titulos */
.tit-padrao, .tit-padrao a{
	font-size:21px;
	color:#000;
	margin-bottom:15px;
	text-decoration:none;
}

.tit-destaques{
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin:8px 0;
}

.tit-bg{
	font-size:21px;
	color:#fff;
	background:#ff2600;
	padding:8px 5px 5px;
	display:inline-block;
	zoom:1;
	*display: inline;
	margin-bottom:15px;
}

.tit-banner{
	font-size:31px;
	color:#000;
	font-weight:normal;
	margin-bottom:15px;
}

/* =miolo */
.box-destaque{
	width:310px;
	margin-right:10px;
	float:left;
}

.data{
	display:block;
	border-left: 3px solid #ff2600;
	font-size:11px;
	color:#777;
	margin-top:10px;
	padding:5px;
}

.box-destaque p{ padding-right:15px; }

.veja-mais{
	display:block;
	margin-top:20px;
}

.bt-float{
	position:absolute;
	bottom: 5px;
    left: -9px;
}

.box-lateral{ margin-bottom:15px; }

.box-lateral p{ padding-right:15px; }

.video{	margin-bottom:20px; }

#feed-blog{
	clear:both;
	margin-top:10px;
}

#chamadas-blog li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px dotted #999;
}

#chamadas-blog li h4{
	font-size:15px;
	color:#000;
	margin-bottom:5px;
}

#chamadas-blog li h4 a{
	color:#000;
	text-decoration:none;
}

#chamadas-blog li div{
	color:#000;
	font-size:10px;
}

#chamadas-blog li p{
	padding-top: 5px;
	margin-bottom: 10px;
	line-height:19px;
}

#chamadas-blog li .link-materia{
	color:#FF0300;
	text-decoration:underline;
}

.galeria-chamada{
	height:150px;
	margin: 50px 0;
}

/* =rodape */
.copy{
	color: #FFFFFF;
    float: left;
    font-size: 15px;
    margin-top: 48px;
}

.redes-sociais{
	background: none repeat scroll 0 0 #FF2600;
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    text-align: center;
    width: 155px;
	height: 55px;
	padding:10px 0 0;
}

.redes-sociais span{ 
	margin-bottom:5px;
	display:inline-block; 
}

.credito{
	clear:both;
	float:right;
	margin-top:30px;
}

/* =inputs */
input[type="text"]{
	font:11px Tahoma,sans-serif;
	color:#000;	
	height:32px;
	border:1px solid #ecebef;
	border-top-color:#bbbbbd;
	margin:5px 0 8px;
	padding:0 10px;
	position: static;
}

.input-g{
	width:320px;
}

.input-m{
	width:233px;
}

label{ color:#000; }

#bt-enviar{
	margin-top:5px;
}

.box-lateral fieldset div{
	overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.box-lateral div.captcha{
	
}

.box-lateral div.captcha input, .box-lateral div.captcha img, .box-lateral div .radio{
	vertical-align:middle;
}

label.error{
    color: #FF0300;
    position: absolute;
    bottom: 0px;
}

div.box-nome label.error{ right: 5px; }

div.box-mail label.error{ right: 90px; }

/* =classes */
.left{ float:left; }

.clear{ clear:both;}

.link-padrao, .chamadas-blog dd a.link-padrao{ color:#ff0300; }

#banner{
	width:630px;
    height:363px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.conteudo-banner{
    height: 348px;
    padding: 15px 10px 0 20px;
    position: absolute;
    right: -265px;
    top: 0;
    width: 230px;
	line-height:18px;
}

.conteudo-banner p{
    color:#000;
	position:relative;
}

.transbox{
	background: none repeat scroll 0 0 #fff;
	height: 363px;
    position: absolute;
    right: 0;
    top: 0;
	z-index:0;
    width: 265px;
}

#envolve-flickr{
	position:relative;
	padding-left: 25px;
	padding-top: 5px;
}

#flickr{
	height: 90px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1020px;
}

#flickr li{
	border: 6px solid #D4D4D4;
    float: left;
    margin: 0 26px 0 0;
	height:75px;	
}

.prev, .next{
	width:60px;
	height:98px;
	display:block;
	position:absolute;
	top:0;
	text-indent:9999px;
}
.prev{
	left:0;
	background:url(../imagens/galeria-voltar.png) no-repeat;
}

.next{
	right:0;
	background:url(../imagens/galeria-avancar.png) no-repeat;
}
