/*
Theme Name: Android
Theme URI: http://www.boxandroid.com.br/
Description: Tema desenvolvido por Aderbal Nunes
Author: Aderbal Nunes
Author URI: http://www.boxandroid.com.br/
Version: 1.0
*/


*{margin:4;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none; color:#97c024;}a:hover{text-decoration:underline; color:#333333; cursor:pointer;}
div{position:relative; text-align:left;}

body{
	background:url(images/bg_mini_quadrad.gif);
	font-family:"Arial", Gadget, sans-serif;
	font-size:12px;
}

div#header{
		background:url(images/header_bg.png) no-repeat center;
		width: 847px;
		height: 200px;
		margin: 0 auto;
	}
div#logo{
		background:url(images/header_01.png) no-repeat center;
		width: 250px;
		height: 200px;
	}
div#main-menu{
		width: 250px;
		height: 180px;
		position: absolute;
		top: 3px;
		right: 30px;
		float: right;
		text-align:right;
	}
	
.page_item{
		text-transform:uppercase;
		font-family:"Arial Black", Gadget, sans-serif;
		font-size:20px;
		list-style:none;
	}
	
div#container{
		padding: 10px;
		background: #FFF;
		width: 800px;
		margin: 0 auto;
	}

div#contEsq{
	    float: left;
	    width: 540px;
	    border-right: 1px solid #CCC;
	    padding: 2px;
	}

div#contDir{
	    float: right;
	    width: 250px;
	}
	
div#footer{
		color:#666;
		text-align:center;
		height: 50px;
	}
	
/* 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 */

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