/*   
Theme Name: Metlal
Theme URI: http://www.metlal.com.br
Description: Tema exclusivo feito para a Metlal.
Author: Carlos Carvalhar e Gilberto Paiva
Author URI: http://www.metlal.com.br
Version: 1.0
Tags: metlal
.
Apenas Metlal pode utilizar este tema.
.
*/
/*******************************
	TAGS HTML
*********************************/
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005177;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#435e7d;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
/*******************************
	FORMULARIO BUSCA
*********************************/
form #s {
	border:#2D7CA8 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2D7CA8;
	padding-left:1px;
	font-size:10px;
	height:15px;
}
form #buscabtn {
	border:none;
	background-color:#f0f5f9;
	font-family:Arial, Helvetica, sans-serif;
	color:#404853;
	font-size:12px;
	font-weight:bold;
}
form #buscabtn:hover {
	color:#3080ee;
}

/*******************************
	IMAGEM FUNDO
*********************************/

#bg { /* imagem estica para ocupar tudo */
	top:0;
	left:0;
	position:fixed; 
	z-index:0; 
	width:100%;
	height:100%;
}
/*******************************
	CONTAINER GERAL
*********************************/
#container {
	
	width:1000px; /* tamanho total do site + 25 para cada borda */
	margin:0 auto; /* center, not in IE5 */
	height:100%; /* IE6: treaded as min-height*/
	z-index:1; /* garantia de ficar em cima da imagem */
	position:relative; /* needed for footer positioning*/


}
/*******************************
	CLASSES
*********************************/
.alt{
background-color:#E9F1FE;
}

.categoria {
	font-size:14px;
	font-weight:bold;
	padding-top:3px;
}
.attachment-medium {
	border:#8dabb4 2px solid;
	padding:1px;

}

.gallery {
	margin: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	width:600px;
}
.gallery-item {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	width:165px;
	float:left;

}
.gallery img {
	border: 1px solid #cfcfcf;
	background-color:#E9F1FE;
}
.gallery-caption {
	font-size: 10px;
	line-height: 17px;
	padding: 5px 5px 5px;
	margin: 0;
}

.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: 10px;
	line-height: 17px;
	padding: 5px 5px 5px;
	margin: 0;
}

.gallery-caption {
	font-size: 10px;
}


.info_post{
	font-size:10px;
	font-style:italic;
}
.linha{
	background-image:url(imagem/divisoria.gif);
	background-repeat:repeat-x;
	width:100%;
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
}
.titulo {
	width:310px;
	border-bottom-color:#0099FF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:2px;
	font-size:12px;
	font-weight:bold;
	color:#005177;
}
.titulo_interno {
	width:100%;
	border-bottom-color:#0099FF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:2px;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	color:#005177;
}
.categoria_descricao {
	padding: 10px;
	background-color:#f0f5f9;
	border:#6882a2 solid 1px;
	margin-bottom:10px;

}
.admin {
	background-image:url(imagem/editicon.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	text-align:left;
	width:250px;
}
.admin a{
	font-size:10px;
	font-weight:normal;
}
.clear {
	clear:both;
}
/*******************************
	THUMBNAILS
*********************************/
#container_thumb {
	position:relative;
	width:310px;
	padding-bottom:5px;
}

#container_thumb_categoria {
	position:relative;
	width:550px;
	padding-bottom:5px;
}

#separador {
	height:4px;
}

#thumbnail {
	width:90px;
	float:left;
	padding-right:10px;

}
#thumbnail img {
	border:#8dabb4 2px solid;
	padding:1px;
	vertical-align:text-top;

}
#texto_thumb {
	width:210px;
	float:left;

}
#texto_thumb_categoria {
	width:450px;
	float:left;

}

/*******************************
	BORDAS
*********************************/
#borda_esq {
	background:url(imagem/dropshadow_esq.png) repeat-y scroll center center;
	width:25px;
	height:100%;
	height:auto;
	min-height:100%;
	float:left;
}
#borda_dir {
	background:url(imagem/dropshadow_dir.png) repeat-y scroll center center;
	width:25px;
	height:100%;
	height:auto;
	min-height:100%;
	float:left;
}
#content {
	background-color:#FFFFFF;
	float:left;
	width:950px;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding-bottom: 60px; /* necessário para respeitar o scroll qdo tiver em tela pequena e o footer nao come o content*/
}
/*******************************
	HEADER
*********************************/
#header {
	background-color:#b6f1c0;
}
#flash {
	background-color:#8dabb4;
}
#busca {
	text-align:right;
	background-color:#F0F5F9;
	height:25px;
	padding-bottom:2px;
}
/*******************************
		CORPO DO SITE
*********************************/
#conteudo {
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* bottom padding for footer = tamanho heigth do footer*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;

	
}
#esquerda {

	float:left;
	width:350px;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#esquerda_interna {
	float:left;
	width:660px;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding-right:40px;
}
#meio {

	float:left;
	width:350px;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}
#direita {
	float:left;
	width:240px;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

/*******************************
	FOOTER
*********************************/
#footer {
	background-color:#f0f5f9;
	border-top:#6882a2 solid 1px;
	position:absolute;
	width:100%;
	height:60px;
	bottom:0px; /* stick to bottom */
}
#assinatura {
	clear:both;
	border-top:#6882a2 solid 1px;
	background-color:#BBD1E3;
	text-align:center;
	font-style:italic;
	font-size:9px;
	padding-bottom:3px;
	padding-top:3px;
}
#foo_col1 {
	margin-left:10px;
	float:left;
	width:780px;
	height:60px;

}
#foo_col2 {
	float:left;
	margin-right:3px;
	height:60px;
}
