@charset "iso-8859-1";

/* ------------------------------------------
CEBRI - CSS

Author: Thiago Izequiel
E-mail: thiago@fattoriaweb.com.br
Date: 06/06/2008
Fattoriaweb


Sessions:
- HOME / PRINCIPAIS
- MENU
- EVENTOS
- NOTICIAS
- CADASTRE-SE
- BUSCA
- ENQUETE
- RODAPE

Colors:
- BODY = #818181;
- H2 = white;
- H3 = #4b8928;
- tipo evento a = #4b8928;
- tipo evento a:hover = #96af87;
- noticia a= #818181;
- noticia a:hover = #96af87;
- ver_todos a = #4b8928;
- ver_todos a:hover = #96af87;
- noticias dia = #6a9751;
- MENU = #434343;
- linha cinza = #f5f5f5;
- tipo evento = #4b8928;
- evento - local = #4b8928;
- evento - data = #96af87;
- border noticia thumb = #dadada;
- breakline = #CCCCCC;
--------------------------------------------*/

* {
margin: 0px;
padding: 0px;
}

/*------------------ HOME / PRINCIPAIS ------------------*/

body {
background: #eaeaea;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #818181;
}

#corpo {
width: 778px;
padding: 0 20px 0 20px;
margin: 0 auto;
}

#bg {
background: url(../img/background.gif) repeat-y center;
}

#header {
width: 778px;
height: 220px;
}

#login_header {
background: url(../img/bg_topo_login.gif) left no-repeat; padding: 13px 45px 12px 45px; width:756px; margin: 0 auto;}

#login_header p {
padding-top:5px;}

#login_header a {
color:#6a9751; text-decoration:none; font-size:0.9em;}

#login_header a:hover {
text-decoration: underline;}

#header_login {
background: url(../img/headerlogin.jpg) left no-repeat; width:847px; height:70px; margin: 0 auto; position:relative; left:1px;}

#header_login p {
color:#427924; position:relative; top: 30px; left: 70px;}

#header_login .login_links{
	float:right; text-align: right; padding:0 95px 0 0; top: 25px;
}

#header_login a {
color:#427924; text-decoration:none; font-size:0.9em; }


#header_login a:hover {
text-decoration:underline;}

.login_form {
float: right;}

.bt_login_topo {
padding: 4px 7px 4px 7px; background:#6a9751; color:#FFF; font-weight:bold; border: none; cursor:pointer; font-size:0.9em;}

.bt_login_topo:hover {
background: #447c24;}

.campo_login_topo {
background: #d9d9d9; border: 1px solid #aeaeae; padding:3px 7px 3px 7px; margin-right:5px; color:#474747; font-size:0.9em;}

#coluna_esquerda {
width: 565px;
float:left;
}
#coluna_esquerda img {
margin: 0px 12px 12px 12px;
}
#coluna_inteira {
width: 778px;
}
#coluna_direita {
float: left;
width: 200px;
margin:0 0 0 10px;
}
h3 {
font:bold 14px Arial, Helvetica, sans-serif;
color: #4b8928;
}
h4 {
font-size: 16px;
font-weight: bold;
}

.ver_todos a {
	font-weight: bold;
	color: #4b8928;
	text-decoration: none;
	background: url(../img/marcador.gif) no-repeat left;
	padding: 0 0 0 15px;
}
.ver_todos a:hover{
	color: #96af87;
}

/*------------------ MENU ----------------------------*/

#menu {
background: url(../img/menu_bg.gif) repeat-x center top;
height: 50px;
text-align: center;
}
/*
#menu ul{
	padding:20px 0 0 0;
}
#menu li{
	display:inline;
}
#menu a{
	font-size: 14px;
	font-weight:bold;
	color: #454545;
	text-decoration:none;
}*/	



/*-------------- EVENTOS ---------------*/

#eventos {
background: url(../img/h1_bg.gif) repeat-x top; 
margin: 17px 0 0 0;
}
#eventos h2 {
	font-size: 140%;
	color: white;
	padding: 7px 0 0 8px;
	margin:0 0 10px 0;
}
.dia {
	float:right;
	padding: 0 10px 0 0; 
}
.tabela{
	margin-bottom:10px;
}
.tabela a{
	font-size:14px;
	font-weight:bold;
	color:#4b8928;
	text-decoration:none;
	
}
.tabela a:hover {
	color: #96af87;
	text-decoration: underline;
}
.tabela td{
	padding: 0 0 0 8px;
}
.linha_cinza {
	background:#f5f5f5
}
.local {
font:bold 11px Arial, Helvetica, sans-serif;
color: #4b8928;
padding: 0 0 0 10px;
text-align: right;
}
.data {
font:bold 16px Arial, Helvetica, sans-serif;
color: #96af87;
text-align:right;
padding: 3px 8px 3px 0;
}
#eventos input{
	font-weight: bold;
	color: #4b8928;
	text-decoration: none;
	background: url(../img/marcador.gif) #fff no-repeat left;
	padding: 0 0 0 15px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
#eventos input:hover{
	color: #96af87;
}


/*------------ NOTICIAS ---------------*/

#noticias {
background: url(../img/h1_bg.gif) top no-repeat; 
width: 100%;
margin: 10px 0 0 0;
}
#noticias h2{
	font-size: 140%;
	color: white;
	padding: 7px 0 0 8px;
	margin: 0 0 16px 0;
}
#noticias h3{
	margin: 0 10px 0 10px;
}
#noticias img {
border: 3px solid #dadada;
float: left;
margin: 0 8px 8px 0; 
}
#noticias p{
	margin: 5px 15px 15px 15px;
}
#noticias a {
color: #818181;
text-decoration: none;
}
#noticias a:hover {
color: #96af87;
text-decoration: underline;
}
.noticia_dia {
font:bold 11px Arial, Helvetica, sans-serif;
color: #6a9751;
}
.breakline {
margin: 10px 0 10px 0;
clear: both;
height:4px;
background:#eaeaea;
text-indent:-10000px;
}
.rss {
float: right;
margin-right:-12px;
}

/*------------ TWITTER ---------------*/
#twitter {
background: url(../img/h1_bg.gif) top no-repeat; 
width: 100%;
margin: 10px 0 0 0;
}
#twitter h2{
	font-size: 140%;
	color: white;
	padding: 7px 0 0 8px;
	margin: 0 0 25px 0;
}
#twitter p{background:#d2e0ca; padding:8px; margin-bottom:10px; border-bottom:1px dotted #999;}
#twitter a{
	color:#4b8928;
}
#twitter a:hover{
	text-decoration:none;}
	
#twitter .dados_tweet{
	font-size:10px;
	color:#4b8928;
	margin:10px 20px 20px 20px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
.passarinho{ position:absolute; padding-left:490px; }
.tweet_data{font-size:10px; color:#4b8928;}
#tweet_acoes a{ font-size:10px; color:#e56604;}

/*----- CADASTRE-SE E BUSCA------*/


#coluna_direita p{
	margin-top:15px;
}
#busca {
margin: 10px 0 10px 0;
background: url(../img/campo_busca.gif) no-repeat top;
}
#busca h4 {
padding: 11px 0 15px 0;
color:#909090;
}
.campo_busca {
font:11px Verdana, Arial, Helvetica, sans-serif;
background: #d6d6d6;
color: #818181;
width: 180px; 
border:none;
margin:-7px 0 0 10px;
}

/*---- ENQUETE -----*/

#enquete {
background: url(../img/enquete.gif) no-repeat top;
margin-top: 10px;
}
#enquete h4 {
padding: 6px 0 15px 0;
color:#909090;
}
#enquete p{
margin-bottom: 10px;
}

/*---- RODAPE -----*/

#rodape {
background:#eaeaea url(../img/rodape.gif) center top no-repeat;
height:40px;
}

#barra_rodapebg {
background: #484848;}

#barra_rodape {
padding-top:30px; color:#999999; margin: 0 auto; width:790px;}

#barra_rodape p {
font-size: 0.9em;}

#barra_rodape a {
color:#999999; text-decoration:none;}

#barra_rodape a:hover {
text-decoration: underline;}

#barra_rodape ul {
margin-bottom:20px;}

#barra_rodape ul li{
display:inline; font-weight:bold;}

#barra_rodape ul li a {
color:#999999; text-decoration:none;}

#barra_rodape ul li a:hover {
text-decoration:underline;}

.social_media {
float: right; color:#161515; text-shadow: 0.1em 0.1em #6d6d6d;}

.social_media span {
position: relative; top:-13px;}

.social_media img {
margin-left:5px;}

#assinatura {
text-align:right;
margin: 0 auto;
width: 770px;
padding: 40px 0 20px 0;
}

#assinatura p {
font:10px Arial, Helvetica, sans-serif;
text-align:left;
float:left;
padding-top:7px;
}





/*---- ESCONDE AS LINHAS DOS EVENTOS ----*/

.hideIt{display:none;}

/*---- LOGOUT ----*/
#logout {
	background:#133000;
	padding:10px;
	color:white;
}
#logout a{
	color:#5c943d;
	text-decoration:none;
}
#logout a:hover{
	color:#3b7b18;
	text-decoration:underline;
}
#float{
	position:absolute;
	margin:180px 0 0 150px;
}
