@charset "utf-8";
/**
 * @package   Escola Estadual Nossa Senhora da Piedade
 * @category  CSS
 * @name      styles.css
 * @author    Fábio Emerson <www.fabioemerson.com>
 * @version   2010-04-15
 * @since     2008-12-01
 */
* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	background: #FFF url(../img/bg_html.gif) no-repeat center 200px;
}
body  {
	font: 13px "Trebuchet MS", Arial, Verdana;
	color: #000;
	background: url(../img/bg.gif) repeat-x;
}
a:focus, object {
	outline: none
}
p {
	margin: 15px 0;
}
li {
	margin-left: 40px;
}
ul li {
	list-style: none;
}
.right {
	float: right;
}

#main {
	margin: auto;
	width: 1000px;
	overflow: hidden;
}

/*TOPO*/
#main #top {
	height: 237px;
}
#main #top #logo {
	margin: 30px 0 10px 60px;
	*margin-bottom: 10px;
}

/*MENU DE CIMA*/
#main #top #nav {
	line-height: 40px;
	background: url(../img/bg_menu.gif) no-repeat;
	float: right;
	height: 40px;
	width: 420px;
	font-size: 12px;
	color: #00275E;
	text-align: center;
	margin-right: 50px;
	padding-top: 4px;
}
#main #top #nav a {
	margin: 0 4px;
	text-decoration: none;
	color: #00275E;
}
#main #top #nav a:hover {
	text-decoration: underline;
	background: none;
}

/*MENU PRINCIPAL*/
#main #top #nav2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
#main #top #nav2 a {
	color: #FFF;
	margin: 0 5px;
	padding: 5px 5px 3px;
	background: url(../img/bg_menu2_a.gif) repeat-x left bottom;
	*line-height: 24px;
	text-decoration: none;
}
#main #top #nav2 a:hover {
	color: #00275E;
	background: #FFF;
}

/*RODAPÉ*/
#footer {
	clear: both;
	background: #00275E;
}
#footer #footer_content {
	color: #FFF;
	margin: auto;
	padding: 40px 0;
	width: 960px;
	font-size: 11px;
}
#footer #footer_content a {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_content a:hover {
	background: #FFF;
	color: #00275E;
	text-decoration: none;
}
#footer #footer_content #by {
	float: right;
	margin: 20px 20px 0 0;
}
#footer #footer_content #footer_nav {
	height: 180px;
	font-size: 12px;
	margin: auto;
}
#footer #footer_content #footer_nav .box_links {
	float: left;
	height: 120px;
	width: 140px;
	margin-left: 80px;
	display: inline;
}
#footer #footer_content #footer_nav .box_links li {
	margin: 0px;
}


/*SLIDE*/
#main #slide {
	background: url(../img/bg_slide.gif) no-repeat;
	margin-bottom: 10px;
	height: 250px;
}

/*CONTEÚDO*/
#main #content_top {
	background: url(../img/bg_content.gif) no-repeat;
	height: 17px;
}
#main #content {
	padding: 0 15px 15px;
	min-height: 400px;
	_height: 400px;
	background: #FFF;
}
#main #content a {
	color:#00275E;
	text-decoration: underline;
}
#main #content a:hover {
	text-decoration: none;
	background: #00275E;
	color: #FFF;
}
#main #content h1 {
	font-size: 36px;
	color: #00275E;
	border-bottom: 2px dotted #CCC;
	font-weight: normal;
	margin-bottom: 5px;
}
#main #content h2 {
	font-size: 24px;
	color: #00275E;
	clear: both;
	font-weight: normal;
	margin: 15px 0;
}
#main #content h2 a {
	text-decoration: none;
	background: #00275E;
	padding: 5px;
	color: #FFF;
}
#main #content h2 a:hover {
	background: #69C;
}
#main #content h3 {
	font-size: 18px;
	font-weight: normal;
	color: #00275E;
	border-bottom: 2px solid #CCC;
	margin-top: 15px;
}
#main #content h4 {
	font-size: 16px;
	color: #00275E;
}
#main #content #nav_location {
	font-size: 11px;
	color: #00275E;
	font-style: italic;
	margin-bottom: 20px;
}
#main #content #nav_location a {
	padding: 0 2px;
}
#main #content .color {
	color: #00275E;
}
#main #content #link_voltar {
	background: url(../img/btn_voltar.gif) no-repeat;
	float: right;
	height: 24px;
	display: block;
	width: 67px;
	margin-top: 10px;
}
#main #content #link_voltar:hover {
	background: url(../img/btn_voltar.gif) no-repeat 0 -25px;
}
#main #content #imprimir {
	text-align: right;
	margin: -5px 0 0;
	height: 20px;
}
#main #content #imprimir a {
	font-size: 11px;
	color: #FFF;
	background: #00275E;
	padding: 2px;
	text-decoration: none;
}
#main #content #imprimir a:hover {
	text-decoration: underline;
}
#main #content #nav3 {
	margin: -30px 0 20px 0;
	text-align: right;
	font-size: 11px;
}
#main #content #nav3 a {
	color: #FFF;
	text-decoration: none;
	background: #00275E;
	padding: 5px;
}
#main #content #nav3 a:hover {
	background: #69C;
}

/*PUBLICIDADE*/
#main #publicidade {
	clear: both;
	padding-top: 20px;
	height: 100px;
}
#main #publicidade .box_pub {
	margin-left: 21px;
	float: left;
	width: 140px;
	display: inline;
}
#main #publicidade .box_pub .hover {
	position: absolute;
	display: none;
}

/*FORMULÁRIOS*/
#main #content form {
	margin-left: 50px;
}
#main #content form p {
	margin: 0 0 15px;
}
#main #content form label {
	width: 70px;
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
}
#main #content form .textfield, #main #content form .select {
	color: #666;
	background: #FFF url(../img/bg_campos.jpg) repeat-x;
	padding: 5px;
	border: 2px solid #CCC;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 450px;
}
#main #content form .select {
	width: auto;
}
#main #content form .textfield:hover, #main #content form .textfield:focus, #main #content form .select:hover, #main #content form .select:focus {
	background: #FFF;
	border-color: #69C;
}
#main #content form #correspondencia {
	float: right;
	margin-right: 60px;
	display: inline;
}

#main #content .btn {
	color: #FFF;
	background: #00275E;
	padding: 5px;
	*padding: 3px;
	cursor: pointer;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #00275E;
}
#main #content .btn:hover {
	background: #69C;
	border-color: #69C;
}
#main #content .box_corpo_docente {
	text-align: center;
	float: left;
	border-bottom: 2px solid #CCC;
	width: 120px;
	margin: 0px 9px 15px;
	_margin-left: 5px;
	height: 170px;
	font-weight: bold;
	padding: 10px;
}
#main #content .box_corpo_docente img {
	margin-bottom: 5px;
}
#main #content #fotolat {
	margin: 0 0 10px 10px;
	float: right;
	font-size: 11px;
	color: #666;
	text-align: center;
	width: 300px;
}
#main #content #leiamais {
	font-size: 11px;
	text-decoration: none;
}
#main #content #leiamais a {
	text-decoration: none;
}
#main #content #leiamais a:hover {
	text-decoration: underline;
}

/*NOTÍCIAS*/
#main #content .data_noticia {
	font-size: 11px;
	color: #999;
}
#main #content .box_noticias {
	padding: 15px 0;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
}
#main #content .box_noticias a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#main #content #img_noticia {
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
	color: #666;
	font-size: 11px;
	max-width: 210px;
	_width: 208px;
}
#main #content #img_noticia a img {
	border: 1px solid #00275E;
	padding: 3px;
}
#main #content #img_noticia a:hover img {
	border: 4px solid #00275E;
	padding: 0;
}
#main #content #album_noticia {
	margin: 30px 0;
}
#main #content #album_noticia a img {
	border: 1px solid #00275E;
	padding: 3px;
	margin: 5px;
}
#main #content #album_noticia a:hover {
	background: none;
}
#main #content #album_noticia a:hover img {
	border: 4px solid #00275E;
	padding: 0;
}
#main #content .box_recados {
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #CCC;
}

/*MURAL DE RECADOS*/
#main #content .box_recados .recado {
	font-style: italic;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 5px solid #E1E1E1;
	margin: 5px 0 10px;
}
#main #content .box_recados .remetente {
	font-size: 11px;
	background: #E1E1E1;
	padding: 5px;
}

/*PÁGINA INICIAL*/
#main.pg_inicio  #content h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
#main #content .box_home  {
	float: left;
	width: 300px;
	margin: 0 11px 10px;
	font-size: 11px;
	height: 350px;
	display: inline;
	overflow: hidden;
}
#main #content .box_home li {
	margin: 5px 0;
	border-bottom: 1px solid #EEE;
}
#main #content .box_home a {
	text-decoration: none;
	padding: 4px;
	display: block;
	color: #666;
}
#main #content .box_home a img {
	float: left;
	border: 1px solid #CCC;
	margin: 0 3px 3px 0;
	padding: 1px;
	background: #FFF;
}
#main #content .box_home a:hover img {
	border: 2px solid #00275E;
	padding: 0;
}
#main #content .box_home a:hover {
	text-decoration: underline;
	background: #FFF;
}
#main #content .box_home .mais {
	line-height: 25px;
	margin-top: 10px;
}
#main #content .box_home .mais a {
	background: #00275E;
	color: #FFF;
	display: inline;
	text-decoration: none;
}
#main #content .box_home .mais a:hover {
	background: #69C;
}

/*ÁLBUNS E AGENDA*/
#main #content #box_albuns.box_home li, #main #content #box_agenda.box_home li {
	min-height: 75px;
	_height: 75px;
	font-size: 11px;
}
#main #content #box_albuns.box_home a, #main #content #box_agenda.box_home a {
	min-height: 62px;
	_height: 62px;
}

/*MURAL DE RECADOS*/
#main #content .box_home #box_mural {
	overflow: auto;
	overflow-x: hidden;
	padding: 5px;
	height: 265px;
}
#main #content .box_home #box_mural li {
	border: none;
}
#main #content .box_home #box_mural .remetente {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
	margin-bottom: 15px;
	padding-top: 5px;
}

/*ENQUETE*/
#main #content #box_enquete {
	margin: 0 6px;
}
#main #content #box_enquete #enquete {
	min-height: 120px;
	_height: 120px;
}
#main #content #box_enquete fieldset {
	margin: 15px 0;
}
#main #content #box_enquete legend {
	font-size: 18px;
	color: #00275E;
	padding-bottom: 15px;
}
#main #content #box_enquete .btn {
	font-size: 11px;
	padding: 3px;
}
#main #content #box_enquete #loading {
	height: 120px;
	background: url(../img/loading_g.gif) no-repeat center;
}

/*AGENDA*/
#main #content .box_agenda {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
#main #content .box_agenda .title{
	font-weight: bold;
	color: #00275E;
	border-left: 3px solid #00275E;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}
#main #content .box_agenda .d {
	margin: 5px 0;
	border-left: 5px solid #E1E1E1;
	padding: 3px;
}
#main #content .box_agenda a {
	font-weight: bold;
	text-decoration: none;
}
#main #content .box_agenda a:hover {
	text-decoration: underline;
}
#main #content .box_agenda img {
	float: right;
	padding: 3px;
	border: 1px solid #00275E;
}
#main #content .box_agenda img:hover {
	padding: 0;
	border: 4px solid #00275E;
}

/*ÁLBUM DE FOTOS*/
#main #content .box_fotos {
	float: left;
	width: 444px;
	height: 95px;
	margin: 0 10px 20px;
	padding: 5px;
	border: 1px solid #CCC;
	border-left: 10px solid #00275E;
	display: inline;
}
#main #content .box_fotos a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: none;
	color: #00275E
}
#main #content .box_fotos a:hover {
	text-decoration: underline;
}
#main #content .box_fotos a img {
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid #00275E;
	text-decoration: none;
}
#main #content .box_fotos a:hover img {
	border-color: #00275E;
	background: #00275E;
}
#main #content .box_fotos a span {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

/*.... THUMBS ...*/
#main #content #thumbs {
	float: left;
	width: 260px;
	font-size: 11px;
}
#main #content #thumbs a img {
	margin: 0px 3px 3px 0px;
	border: 1px solid #CCC;
	padding: 2px;
	display: block;
	float: left
}
#main #content #thumbs a.active img, #main #content #thumbs a:hover img {
	border-color: #00275E;
	background: #00275E;
}
#main #content #thumbs #naveg li {
	margin-right: 3px;
}
#main #content #thumbs #naveg li a {
	padding: 1px 4px;
}
#main #content #thumbs #naveg .atual, #main #content #thumbs #naveg .desl {
	padding: 1px 4px;
}
#main #content #img {
	margin-left: 260px;
	height: 430px;
	text-align: center;
}
#main #content #img #loading {
	height: 200px;
	background: url(../img/loading_g.gif) no-repeat center bottom;
}

/*VALIDAÇÃO FORMS*/
#main #content form .error {
	margin: 0;
	border: 2px solid #F00;
}
#main #content form div.error {
	color: #F00;
	font: normal 11px "Trebuchet MS", Arial, Verdana;
	border: none;
	margin-left: 77px;
}

/*PAGINAÇÃO*/
#main #content #naveg {
	margin-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	float: left;
	clear: both;
}
#main #content #naveg li {
	float: left;
	list-style-type: none;
	margin: 0;
	margin-right: 6px;
}
#main #content #naveg li a{
	padding: 3px 6px;
	text-decoration: none;
	display: block;
	color: #00275E;
	border: 1px solid #00275E;
}
#main #content #naveg li a:hover{
	color: #FFF;
	background: #00275E;
}
#main #content #naveg .atual{
	color: #FFF;
	background: #00275E;
	padding: 3px 6px;
	border: 1px solid #00275E;
}
#main #content #naveg .desl{
	color: #CCC;
	padding: 3px 6px;
	border: 1px solid #CCC;
}
#main #content .calendario {
	width: 300px;
	border-collapse: separate;
	border-spacing: 1px;
	float: left;
	margin: 17px 0 0 17px;
	_margin-left: 8px;
}
#main #content table.calendario th {
	font-weight: bold;
	background: #EFEFEF;
	text-align: center;
	color: #00275E;
	padding: 4px;
}
#main #content table.calendario td {
	border: solid 1px #EFEFEF;
}

#main #content .calendario td {
	text-align: center;
	padding: 3px;
}
#main #content .calendario td.dia_letivo {
	background: #FFC;
}

#main #content .calendario td.letivo {
	color: #FFF;
	background: #669;
}
#main #content .calendario td.escolar {
	color: #FFF;
	background: #936;
}
#main #content .calendario td.feriado {
	background: #FC0;
}
#main #content .calendario td.planejamento {
	background: #6CF;
}
#main #content .calendario td.aniversario {
	background: #F9C;
	color: #FFF;
}
#main #content .calendario td.recessos {
	background: #C60;
	color: #FFF;
}
#main #content .calendario td.sabado_letivo {
	color: #FFF;
	background: #096;
}
#main #content .calendario td.caminha_civica {
	background: #FC9;
}
#main #content .calendario td.consciencia_negra {
	background: #9CC;
}
#main #content #calendario_legenda {
	margin: 0;
	padding: 0;
}
#main #content #calendario_legenda li {
	margin: 0 0 3px;
	line-height: 18px;
	height: 18px;
}
#main #content #calendario_legenda li span {
	float: left;
	height: 18px;
	width: 18px;
	margin-right: 5px;
}

