
/*
Theme Name: Template 2
Theme URI: http://www.soabart.com/
Description: Basic Template 2. Two Columns, Logo, search, and navigation in header. Two dynamic sidebars.
Version: 1.0
Author: Chris Beaven
Author URI: http://www.saobart.com/
Tags: template,fixed width, two columns

	Template 2 v1.0
	 http://www.saobart.com/

	This theme was designed and built by Chris Beaven,
	whose blog you will find at http://www.saobart.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

Template 2

RESET - 
GENERAL ELEMENTS -         h1 thru h5, img, etc..
MAIN STRUCTURAL ELEMENTS - 
COUNTER-ACT OF RESET ON MAIN CONTENT AREA -
CAPTIONS -


HTML STRUCTURE

BODY
	- Page
		- Header
			+ logo
			+ headerinfo
			+ search-box
			+ topnav
		+ Content
		+ Sidebar
		+ Footer

****/	
/*------------------------------------------------------------*/
/***************          RESET      **************************/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
ol,ul {
	list-style: none;
}

li {
	list-style: none;
}
/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

body{
	font: normal normal 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}
h1{
	font-size: 250%;
}
h2{
	font-size: 200%;
        text-transform: uppercase; /* force text to uppercase */
}
h2 a{
text-decoration: none;
color: #000;
}
h2 a:hover{
text-decoration: none;
color: #000;
}
h2 a:visited{
color: #000;
}

h3{
	font-size: 175%;
}
h4{
	font-size: 150%;
}
h5{
	font-size: 125%;
}
h6{
	font-size: 100%;
}
hr{}
a:hover{
	color: #09F;
}
a:active{	
	color: #09F;
	text-decoration: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #609;
}
input:focus{
	background: #ffc;
}
img{
	border: 0;
}
/*------------------------------------------------------------*/
/***************  MAIN STRUCTURAL ELEMENTS  *******************/
#page{
	width: 960px;
	margin: 30px auto;
}
#header{
        width: 700px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 10px 20px;
}
#logo{
	float: left;
}
#logo a{
	display: block;
	width: 644px;
	height: 90px;
}
#headerinfo{
	width: 300px;
	float: left;
	text-align: center;
	padding: 35px 0 0 0;
}
#search-box{
	width: 170px;
	float: left;
	padding: 20px 0 0 0;
}
#topnav{
	width: 100%;
	clear: both;
	height: 30px;
}
#topnav li{
	padding: 7px 10px;
	font-weight: bold;
	float: left;
}
#topnav li a{
	text-decoration: none;
}
#content{
	width: 700px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0 20px;
}

#sidebar{
	width: 170px;
	float: right;
	margin: 10px 15px 0 0;
	padding: 10px 15px;
}
#footer{
	clear: both;
	margin: 10px 0;
	padding: 10px 20px;
}
/*------------------------------------------------------------*/
/******  COUNTER-ACT OF RESET ON MAIN CONTENT AREA ************/
#content ol, #content ul{
	list-style: auto;
	margin: 12px 0;
	padding: 0 0 0 40px;
}
#content ol li{
	list-style: decimal;
}
#content ul li{
	list-style: disc;
}
blockquote{
	margin: 12px 40px;
}
p{
	margin: 12px 0;
}
em{
	font-style: italic;
}
/*------------------------------------------------------------*/
/*****************      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;
}


/*-------------------------------------------------------------------------------*/
/**  TO REMOVE ALL COLOR AND BORDER STYLES DELETE THE ALL LINES BELLOW HERE *****/
body{
background-image: url("http://www.euroimportmini.com.br/images/fundos/2E0E00FFFFFF_116.png");
	background-attachment: fixed;
	background-color: #000;
	color: #666;
}
#header{
	background: #fff;
	/*border-color: #000;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	margin: 10px 0;*/
}
#logo{
	background: url(images/header.png) no-repeat;
}
#content{
	/*background: #fff;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 0 2px 2px 0;*/
}

#entrada{
	width: 700px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	margin-left: -20px;
	margin-bottom: 20px;
}


#sidebar{
	background: #fff;
	/*border-color: #e1e1e1;
	border-style: solid;
	border-width: 0 2px 2px 0;*/
}
#footer{
	background: #fff;
	/*border-color: #e1e1e1;
	border-style: solid;
	border-width: 0 2px 2px 0;*/
}
.postmetadata {	
	background: #F6F3DA;
	padding:5px;
}
.navigation {	
	background: #000;
	padding: 5px;
	margin-left: -20px;

}
.navigation a {
	color: #fff;
}
#twitter {
	
"}


