/*
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;
}


/*------------------------------------------------------------*/
/***************  CABE�ALHO  *******************/

#container{
	width:930px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 11px;
}
.jqueryslidemenu ul{width:auto; margin:0;}
#topbar{width:930px; display:block; height:160px; margin-right: auto; margin-left: auto;}
#logo{
	width:140px;
	display:block;
	height:160px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#navbar_sec{
	width:780px;
	display:block;
	height:25px;
	float: left;
}
#navbar{
	width:780px;
	display:block;
	height:30px;
	float: left;
	margin-top: 30px;
        background-color: #f2f2f2;
}

#links_navbar_sec{
	vertical-align: text-bottom;
	height: 10px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 15px;
}

#links_navbar_sec a{
	color: #999999;
	text-decoration: none;
}

#links_navbar_sec a:hover{
	color: #000;
	text-decoration: none;
}

#news{
	vertical-align: text-bottom;
	height: 15px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #999999;
}



/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

body{
	font: normal normal 12px Arial, Helvetica, sans-serif;
	background-image: url(http://www.omicronfotografia.com.br/images/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}
h1{
	font-size: 85%;
}
h2{
	font-size: 200%;
        text-transform: uppercase; /* force text to uppercase */
}

#sidebar h2{
	font-size: 120%;
        text-transform: uppercase; /* force text to uppercase */
}

h2 a{
text-decoration: none;
color: #8967AC;
}
h2 a:hover{
text-decoration: none;
color: #8967AC;
}
h2 a:visited{
color: #8967AC;
}

h3{
	font-size: 150%;
}
h4{
	font-size: 150%;
}
h5{
	font-size: 125%;
}
h6{
	font-size: 250%;
}
hr{}
a:hover{
	color: #50A5DC;
}
a:active{	
	color: #50A5DC;
	text-decoration: none;
}
a {
	color: #8967AC;
	text-decoration: none;
}
a:visited{
	color: #8967AC;
}
input:focus{
	background: #ffc;
}
img{
	border: 0;
}
/*------------------------------------------------------------*/
/***************  MAIN STRUCTURAL ELEMENTS  *******************/
#page{
	width: 930px;
	margin: 0px auto;
}
#header{
    width: 910px;
	float: left;
	margin: 0 0 10px 0px;
	padding: 0 10px 10px 10px;
}
#logo_blog{
	float: left;
}
#logo_blog a{
	display: block;
	width: 60px;
	height: 20px;
}
#headerinfo{
	width: 300px;
	float: left;
	text-align: center;
	padding: 35px 0 0 0;
}
#search-box{
	width: 110px;
	float: left;
	padding: 20px 0 0 0;
}
#topnav{
	width: 100%;
	clear: both;
	height: 10px;
        background-color: #000;
}
#topnav li{
	padding: 7px 10px;
	font-weight: bold;
	float: left;
}
#topnav li a{
	text-decoration: none;
}
#content{
	width: 675px;
	float: left;
	margin: -10px 0 10px 0;
	padding: 10px;
}

#sidebar{
	width: 225px;
	float: right;
	margin: 0;
	padding: 0;
}
#footer{
	clear: both;
	margin: -10px 0;
	padding: 0px 15px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#assinatura{
	width:930px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------------------------*/
/******  COUNTER-ACT OF RESET ON MAIN CONTENT AREA ************/
#content ol, #content ul{
	list-style: auto;
	margin: 0px 0;
	padding: 0 20px 0 20px;
}
#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: 0;
	-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;
}


/*------------------------------------------------------------*/
/*****************    COMENT�RIOS  ***************************/

.commentlist ol {
	margin-left: 20px;
	padding: 20px;
}



/*-------------------------------------------------------------------------------*/
/**  TO REMOVE ALL COLOR AND BORDER STYLES DELETE THE ALL LINES BELLOW HERE *****/
body{
	background-color: #fff;
	color: #666;
	margin: 0px;
}
#header{
	background: #f2f2f2;
	/*border-color: #000;
	/*border-style: solid;
	/*border-width: 10px 10px 10px 10px;
	/*margin: 10px 0;*/
}
#logo_blog{
	background: url() no-repeat;
}
#content{
	/*background: #fff;*/
	/*border-color: #e1e1e1;*/
	/*border-style: solid;*/
	/*border-width: 0 2px 2px 0;*/
}

#entrada{
	width: 675px;
	background-color: #f2f2f2;
	padding: 10px;
	margin-left: -10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	/*margin-bottom: 20px;*/
}


#sidebar{
	margin-left: 10px;
	background-color: #f2f2f2;
	/*border-color: #e1e1e1;*/
	/*border-style: solid;*/
	/*border-width: 0 2px 2px 0;*/
}

#sidebar h2 {
	margin-left: 10px;
}

#sidebar ul {
	margin-left: 0px;
	background-color: #f2f2f2;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 10px;	/*border-color: #e1e1e1;*/
	/*border-style: solid;*/
	/*border-width: 0 2px 2px 0;*/
}

#sidebar li {
        padding-bottom: 10px;
}

.tag_cloud-3 {
        margin-left:10px;
        padding: 10px;
}

#footer{
	background: #f2f2f2;
	/*border-color: #e1e1e1;*/
	/*border-style: solid;*/
	/*border-width: 0 2px 2px 0;*/
}
.postmetadata {	
	background: #fff;
	padding:5px;
}
.navigation {
	width: 650px;
	background: #f2f2f2;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left: -10px;
	margin-right: 20px;
}
.navigation a {
	color: #8967AC;
}
#twitter {
	
}
