/*
Theme Name: UFPel
Description: Tema institucional UFPel
Version: 1.0
Author: UFPel
*/

@import "padrao.css";
@import "governo.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #8DB727 url(images/bg.gif);
	font-family: Arial;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

/* barra de navegaçao */

#navegacao {
	background: url(images/navbarbg.png);
	border-bottom: 1px solid #ccc;
	height: 31px;
}
.serifa {
	font: bold 18px Times New Roman;
	line-height: 10px;
}
#navegacao a {
	text-decoration: none;
	color: #1e679e;
}
#linksnavegacao {
	float: left;
	width: 650px;
	padding-left: 10px;
}
#linksnavegacao li {
	background: url(images/navbardiv.png) no-repeat bottom right;
	padding: 10px 10px 0 10px;
	display: block;
	float: left;
	list-style: none;
	height: 21px;
	font: bold 12px Arial;
}
#acessibilidade {
	float: right;
	width: 250px;
}
#acessibilidade li {
	background: url(images/navbardiv.png) no-repeat bottom left;
	padding: 10px 10px 0 10px;
	display: block;
	float: left;
	list-style: none;
	height: 21px;
	font: bold 11px Arial;
}

/* cabeçalho */

#header {
	width: 470px;
	height: 100px;
	float: left;
	background: url(http://www.ufpel.edu.br/img/logo2_65_fc.gif) no-repeat top left;
	padding-left: 75px;
	margin: 20px 0 0 30px;
}

#header h1 {
	padding-top: 8px;
	font: 30px Trebuchet MS, Tahoma;
}
#header h1 a {
	color: #444;
	text-decoration: none;
}	
#header h2 {
	font: 13px Tahoma;
	padding-left: 2px;
	color: #999;
}

#busca {
	margin: 30px 30px 0 0;
	width: 350px;
	float: right;
}
#busca fieldset {
	border: none;
	background: url(images/fundoazul.png);
	height: 25px;
	padding: 5px 0 0 20px;
	font: 12px Verdana;
	color: #fff;
}
#busca input[type="text"] {
	margin-left: 10px;
	font: 12px Verdana;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: none;
}
#busca input[type="submit"] {
	font: bold 12px Verdana;
	color: #fff;
	background: transparent;
	border: none;
}

.clear {
	clear: both;
}

/* barra lateral */

#barralateral {
	width: 210px;
	padding-left: 40px;
	float: left;
}
#barralateral li {
	list-style: none;
}

#paginas {
	margin: 0 0 20px 20px;
	min-height: 180px;
}
#paginas li a {
	color: #fe8101;
	font: bold 0.8em Arial;
	text-decoration: none;
}
#paginas li a:hover {
	text-decoration: underline;
}
#paginas ul {
	margin-left: 20px;
}
#paginas ul li {
	font-size: 0.85em;
}

.widget {
	background: url(images/fundoquadro.png) repeat-x;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.widget > div {
	font: 0.8em Arial;
}
.widget h2 {
	font: bold 0.9em Arial;
	color: #1c67a0;
	padding-bottom: 5px;
}
.widget h2 em {
	font-style: normal;
}
.widget h2 a:hover {
	text-decoration: underline;
}
.widget li {
	margin-bottom: 6px;
	border-top: 1px solid #d8d8d8;
}
.widget li a {
/*	font: 0.8em Arial; */
	font: message-box;
	font-size: 0.8em;
	color: #1c67a0;
	text-decoration: none;
}
.widget li a:hover {
	color: #fe8101;
	text-decoration: underline;
}
.widget li p {
	font: 0.6em Arial;
}

/* imagem cabeçalho */

#imagemcabecalho {
	float: right;
	margin-right: 30px;
	border: 3px solid #1e679e;
}

/* conteúdo */

#content {
	width: 600px;
	float: right;
	margin: 10px 60px 0 0;
	min-height: 300px;
}

#paginacao {
	font: bold 0.8em Arial;
	height: 20px;
}
#paginacao a {
	color: #fe8101;
}
#paginacao a:hover {
	text-decoration: underline;
}
#paginacao .next {
	float: right;
}
#paginacao .previous {
	float: left;
}

/* rodapé */

#footer {
	clear: both;
	background: #666;
	padding: 8px;
	color: #fff;
}
#footer h3 {
	font: 20px Tahoma;
	padding-left: 280px;
}
#links {
	width: 660px;
	height: 70px;
	padding: 20px 0 0 280px;
	column-count: 3;
	column-gap: 20px;
	column-width: 200px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-moz-column-width: 200px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-width: 200px;
}
#links a {
	color: #fff;
	text-decoration: none;
}
#links li {
	list-style: none;
	font: 12px Verdana;
}

#creditos {
	padding-top: 40px;
	font: 12px Tahoma;
	color: #999;
}
#creditos a {
	color: #999;
}

