@import url("reset.css");
@import url("replacements.css");

/**
	Projeto - Projeto (CLIENTE) v: 0.1
	Developer(s):
		+ Fernando Basilio (fernando.basilio@hellointeractive.com.br)
*/

/* ELEMENTOS ------------------------------------------------------------------------------ */
html, body {
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background:  url(../img/bg_site.jpg) repeat-x center;
	color: #000;
	line-height: 18px;
}

h1, h2, h3, h4, h5 { font-size: 10px; font-weight: normal; }

a{
	overflow: hidden;
	color: #261b6a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

li { list-style: none; }

input, textarea, select{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 4px;
	border: none;
}

textarea{
	overflow: auto;	
}

button{
	border: 0;
	font-size: 11px;
	cursor: pointer;
}

/* ESTRUTURA ------------------------------------------------------------------------------ */
#container{
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat right center;
}

.content_site{
	width: 950px;
	height: 550px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -475px;
}

.header{
	float: left;
	width: 631px;
	height: 72px;
	background: url(../img/bg_header.png) no-repeat;
	margin: 18px 0 20px 0;
}

.header h1,
.header h1 a{
	float: right;
	display: inline;
	width: 94px;
	height: 55px;
	background: url(../img/img_logo_gvt.png) no-repeat;
	text-indent: -9999px;
}

.header h1{
	margin: 7px 20px 0 0;	
}

.header h2,
.header h2 a{
	float: left;
	display: inline;
	width: 302px;
	height: 38px;
	background: url(../img/img_gvt_recife.png) no-repeat;
	text-indent: -9999px;
}

.header h2{
	margin: 16px 0 0 100px;	
}

.conteudo{
	float: left;
	display: inline;
	width: 512px;
	height: 362px;
	margin-left: 80px;
	background: url(../img/bg_conteudo.png) no-repeat;	
	padding: 20px;
}

.conteudo h3{
	color: #261b6a;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-top:5px;
}

.conteudo h4{
	font-size: 18px;
	font-weight: bold;
	color: #261b6a;
	margin: 10px 0 0 0;
}

.conteudo small{
	color: #928db4;
}

.conteudo p{
	margin: 10px 0 0 0;
}

/* sidebar */
.sidebar{
	float: left;
	width: 275px;
	position: absolute;
	top: 15px;
	right: 12px;
}

.sidebar h2{
	float: right;
	display: inline;
	width: 68px;
	height: 94px;
	margin-right: 20px;
	background: url(../img/img_emoticon.png) no-repeat;
	text-indent: -9999px;
}

.sidebar h3{
	float: left;
	width: 250px;
	padding: 0 0 0 25px;
	color: #261b6a;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0 0 0;
}

.form_pesquisar{
	float: left;
	padding: 5px 0 10px 25px;
}

.form_pesquisar input{
	float: left;
	width: 110px;
	border-top: 1px solid #858585;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #858585;
}

.form_pesquisar button{
	float: left;
	display: inline;
	width: 73px;
	background: #261B6A;
	color: #FFFFFF;
	padding: 5px 0;
	margin-left: 10px;
}

.sidebar ul{
	float: left;
	width: 275px;
}

.sidebar ul li{
	float: left;
	padding-left: 25px;
	width:250px;
	background: url(../img/bl_smile.png) no-repeat 8px 3px;
	line-height: 13px;
	padding-bottom: 10px;
}

.sidebar h3 a{
	float: left;
	padding: 5px 0 0 0;
	height: 20px;
}

.sidebar h3.link_visite_gvt a{
	float: left;
	width: 213px;
	height: 20px;
	background: url(../img/bl_mao.png) no-repeat right 0;
	padding: 5px 0 0 0;
}

.sidebar h3.link_rss a{
	float: left;
	width: 200px;
	height: 20px;
	background: url(../img/ico_rss.png) no-repeat right 6px;
	padding: 5px 0 0 0;
}


/*.sidebar h3.link_visite_gvt{
	margin-top: 0px;
}


.sidebar h3.link_rss{
	margin: 0;
}

.sidebar h3.link_meio{
	margin: 0;
}

*/

.scroll-pane {
	width: 490px;
	overflow: auto;
}
#texto {
	float: left;
	height: 360px;
	overflow-x: hidden;
	overflow-y: scroll; 
	padding: 0 20px 0 0
}

#texto strong {
	font-weight:bold;
}

.sidebar h3.link_meio{
	margin: 5px 0;
}

.post_comentario p{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.post_comentario label{
	float: left;
	width: 150px;
	padding: 3px 0 0 0;
	font-size: 11px;
}

.post_comentario input{
	float: left;
	width: 250px;
	border-top: 1px solid #858585;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #858585;
}

.post_comentario textarea{
	float: left;
	width: 450px;
	height: 80px;
	border-top: 1px solid #858585;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #858585;
}

.post_comentario .bt_enviar{
	float: right;
	width: 120px;
	background: #261b6a;
	color: #fff;
	padding: 4px 0;
	margin-right: 15px;
}

.post_comentario h4{
	font-size: 14px;
	font-weight: bold;
	color: #261b6a;
	margin: 20px 0 0 0;
}

.post_comentario .comentario{
	color: #666;
	line-height: 12px;
	font-size: 10px;
}

.comment-author vcard{
padding-left:20px;
background:#e9e8f0;
}




















