/********************************************
WEBSITE:				Blog Salvador 2009 - Camarote Salvador
AUTHOR:  				Inovamidia - www.inovamidia.com.br
DEVELOPEDMENT: 	Leonardo Pinho - leonardo@inovamidia.com.br
DATE:             		26/01/2009             
 *******************************************/
  
/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #000033;
}

* { 

	margin: 0; 

}

p { 
	margin: 0px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	text-decoration: none;
	margin-right: 40px;
	margin-left: 35px;
	margin-bottom: 20px;
} 

li{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 15px;
	margin-left: 25px;
	*margin-left: 10px;
	margin-bottom:-10px;
	*margin-bottom:-12px;
}

#back{
	height: 100%;
	width: 100%;
}

#wrapper {
	width:100%;
	height:100%;	
	background-image: url(../bg_geral.gif);
	background-repeat: repeat-x;
}

#interna{
	width:1024px;
	height:100%;
	margin-top: 0px;
	*margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../bg.gif);
	background-repeat: repeat-y;	
}

#topo_back {
	width: 100%;
	height: 100%;
	background-image: url(../bg_top.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

#topo {
	width:1024px;
	height: 293px;
	clear: both;
	background-color: #000000;
}

#interna_dir{
	width: 360px;
	height: 393px;
	padding:0px;
	margin:0px;
	float:right;
	background-image: url(../back_dir.gif);
	background-repeat: repeat-x;
}

#content {
	width: 664px;
	min-height:1004px;
	float:left;
	margin: 0px;
	padding: 0px;
	*clear: both;
	background-image: url(../back_gradient.gif);
	background-repeat: repeat-x;
}

#busca{
	padding-top: 30px;	
}

#bform{
	padding-top: 11px;
}

.campo_form {
	width: 190px;
	height: 16px;
	border: 1px solid #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 2px;
	background-color: #C9DAE4;
}

.campo_form1 {
	border: 1px solid #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 2px;
	background-color: #C9DAE4;
}

#conteudo {
	width: 933px;
	height:100%;
	min-height:500px;
	float: left;
	margin: 0px;
	padding: 0px;	
}	

#post_anteriores {
	height: 366px;
	width: 62%;
	padding-top: 95px;
}

#post_links {
	height: 213px;
	width:195px;
	background-image: url(../area_post_anteriores.gif);
	background-repeat: no-repeat;
	margin-left:14px;
	margin-top:20px;
}

#txt_back{
	height: 100%;
	width: 664px;
	float: left;
	margin: 0px;
	*margin-left:-1px;
	padding-top: 20px;
}

#txt_layout{
	height: 100%;
	width: 664px;
	*margin: 0px;
	*margin-left:1px;
}

.txt_tit {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #666699;
	margin-top: 4px;
	margin-bottom:20px;
	margin-left: 70px;
}

.texto {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666699;
	margin-top: 0px;
	margin-right: 123px;
	margin-left: 70px;
}

.ft_post {
	margin-left: 70px;
	margin-bottom:40px;
}

#bts_post {
	margin-left: 70px;
	margin-bottom:35px;
	height: 86px;
	width: 477px;
}

#rodape {
	width: 1024px;
	height: 46px;
	*margin:0px;
	*padding:0px;
	clear: both;	
}

/* float */
.float-left  {
	float: left;
}

.float-right {	 
	float: right;
}

.align-left  { text-align: left; }

.align-right { text-align: right; }

.align-center {	padding-left: 50px;}

.align-center {
	padding-left: 50px;
}
.bts_center	 {
	padding-left: 85px;
}

.txt_form {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 11px;
}

.formcolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	background-color: F5F5F5;
	margin-left:0px;
	border: 1px #787523 solid
}

/* headers */
h1, h2, h3, p {
	margin: 0;
	margin-bottom:-5px;
	margin-left: 70px;
	padding-top: 35px;
}

h1, h2, h3 {
	font-family: Arial;
	font-weight: bold;
	color: #cc9900;
	font-variant: normal;	
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* links */
a, a:visited {
	color: #000000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background: inherit;
	font-style: normal;
}
