@charset "utf-8";

/* --------------------------------------------------------------------
 *
 * Filename:		styles-base.css
 * Description:		Arquivo de regras básicas do site
 * Version:			1.0.0 (2008-09-28)
 * Website:			http://www.colegioalicerce.g12.br/
 * Author:			Luiz R. Albano Jr. - iDesk Informática
 *
 * == STRUCTURE =======================================================
 *
 * Page width: 960px (liquid, horizontal menu)
 * Number of columns: 03
 *
 * $__globals		Definições de estilos a elementos globais
 * $__header		Definições do cabeçalho das páginas
 * $__menuLeft		Definições do menu de navegação esquerdo
 * $__menuRight		Definições da coluna a direita
 * $__content		Definições do conteúdo central
 * $__footer		Definições do rodapé das páginas
 * -------------------------------------------------------------------- */


/* $__globals
 * --------------------------------------------------------------------*/

body,h1,h2,h3,h4,h5,h6,div,p,pre,br,hr,span,a,ol,ul,li,table,tr,th,td,
form,label,fieldset,input,select,embed,object {
	margin:0;
	padding:0;
}

fieldset, img { border:0; }
div { text-align:left; }
a { text-decoration:none; }
strong { font-weight:bold; }

html { overflow-x: auto; height:100%; }

body {
	position:relative;
	background-color:#00618F;
	background: url(images/fundo_site.jpg) repeat-y #05628B;
	background-position:center;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
	float:none;
	display:block;
}

.clearfix {
	clear:both;
	float:none;
	display:block;
	overflow:hidden;
	visibility:hidden;
	height:0;
}



/* $__header
 * --------------------------------------------------------------------*/
 
#top {
	position:absolute;
	width:100%;
	left:0; top:0;
	z-index:30;
	background-image:url(images/fundo_branding.png);
	background-repeat:no-repeat;
	background-position:center 11px;
}

#branding {
	position:relative;
	z-index:35;
	width:960px;
	margin:auto;
}



/* $__content
 * --------------------------------------------------------------------*/

#shadow {
	position:relative;
	z-index:10;
	margin:auto;
	background:url(images/shadow.jpg) repeat-y;
	width:976px;
	top:205px;
	float:none;
	clear:both;
	padding-top:60px;
}

#content {
	float:left;
	width:530px;
	padding:0 10px;
	font-size:12px;
	background:url(images/fundo_content_center.jpg) repeat-x;
}

#content h2 {
	color:#003366;
	font-size:28px;
	font-weight:bold;
	margin:10px 0;
}

#content h3 {
	color:#003366;
	border-bottom:1px solid #003366;
	padding-bottom:5px;
	font-size:18px;
	font-weight:bold;
	margin:30px 0 15px 0;
}


#content p {
	font-size:1.165em;
	line-height:1.33em;
	text-align:justify;
	margin:20px 0;
}

#content ul {
	margin-left:45px;
	font-size:1.165em;
	line-height:1.33em;
}

#content #banner-flash {
	text-align:center;
	margin:10px;
}

#content .post {
	float:none;
	clear:both;
}

#content .post p { margin:15px 0; }
#content .post img { margin:8px; }
#content .post a { text-decoration:none; color:#333; }
#content .post a:hover { text-decoration:underline; color:#333; }

#content .post-home { height: 130px; }
#content .post-home p { margin:0; }
#content .post-home img { margin-right:8px; }
#content .post-home a { text-decoration:none; color:#333; }
#content .post-home a:hover { text-decoration:underline; color:#333; }

#content .post-home h3 {
	color:#333;
	border:0;
	font-size:20px;
	font-weight:bold;
	margin:0;
}

#content #content-bottom {
	position:relative;
	clear:both;
	float:none;
}

#content .entry h3 {
	color:#0C415A;
	font-size:18px;
	border-bottom:1px solid #CCC;
	margin-top:30px;
	margin-bottom:10px;
	font-weight:bold;
	float:none;
	clear:both;
}



/* $__menuLeft
 * --------------------------------------------------------------------*/
#menuLeft {
	width:230px;
	float:left;
	margin-left:8px;
	_margin-left:4px;
	text-align:center;
}

#menuLeft .menu { margin-left:4px; }

#menuLeft ul {
	text-align:left;
	list-style:none;
}

#menuLeft .groupColegio, 
#menuLeft .groupCursos, 
#menuLeft .groupDiversos {
	font-size:24px;
	font-weight:bold;
}

#menuLeft .groupColegio {
	background:url(images/menu_colegio_top.jpg) no-repeat;
	color:#FFFFFF;
	padding-top:20px;
}

#menuLeft .groupColegio ul {
	background:url(images/menu_colegio_fundo.jpg) repeat-y;
	padding-bottom:15px;
}

#menuLeft .groupColegio strong {
	color:#FFF;
	padding:5px 10px;
}

#menuLeft .groupCursos {
	background:url(images/menu_cursos_top.jpg) no-repeat;
	color:#003366;
	padding-top:18px;
}

#menuLeft .groupCursos ul {
	background:url(images/menu_cursos_fundo.jpg) repeat-y;
	padding-bottom:15px;
}

#menuLeft .groupCursos strong {
	padding:5px 10px;
	color:#003366;
}

#menuLeft .groupDiversos {
	background:url(images/menu_diversos_top.jpg) no-repeat;
	color:#6C4A11;
	padding-top:18px;
}

#menuLeft .groupDiversos ul {
	background:url(images/menu_diversos_fundo.jpg) repeat-y;
	padding-bottom:15px;
}

#menuLeft .groupDiversos strong {
	padding:5px 10px;
	color:#6C4A11;
}

#menuLeft .groupColegio ul,
#menuLeft .groupCursos ul, 
#menuLeft .groupDiversos ul {
	font-size:14px;
	font-weight:normal;
}

#menuLeft .groupColegio ul li,
#menuLeft .groupCursos ul li,
#menuLeft .groupDiversos ul li {
	margin:0 12px; 
	padding:3px 0;
}

#menuLeft .groupColegio ul li { border-bottom:1px solid #FFF; }
#menuLeft .groupColegio a { color:#FFF; }
#menuLeft .groupCursos ul li { border-bottom:1px solid #003366; }
#menuLeft .groupCursos a { color:#003366; }
#menuLeft .groupDiversos ul li { border-bottom:1px solid #6C4A11; }
#menuLeft .groupDiversos a { color:#6C4A11; }




/* $__menuRight
 * --------------------------------------------------------------------*/

#menuRight {
	width:180px;
	float:left;
}

#frmEdiario {
	position:relative;
	background-color:#F2F6FA;
	border-bottom:3px solid #340E70;
	font-size:10px;
	padding-bottom:5px;
}

#frmEdiario label {
	display:block;
	margin-top:2px;
}

#frmEdiario label, #frmEdiario input { margin-left:10px; }

#frmEdiario #txtLogin, #frmEdiario #txtSenha {
	border:1px solid #350F71;
	width:155px;
	height:18px;
}

#frmEdiario #btnOk_eDiario {
	position:absolute;
	background:url(images/ediario_btn_ok.jpg) no-repeat;
	width:45px;
	height:20px;
	border:0;
	bottom:5px;
	right:10px;
}

#Educacional {
	position:relative;
	background:url(images/educacional_fundo.jpg) no-repeat;
	width:167px;
	height:190px;
	padding:20px 0 0 17px;
	margin-left:6px;
	font-size:10px;
}

#Educacional label {
	display:block;
	margin-top:5px;
}

#Educacional label, #Educacional input { margin-left:2px; }

#Educacional #strLogin, #Educacional #strSenha {
	border:1px solid #996802;
	width:125px;
	height:20px;
}

#Educacional #btnOk {
	position:absolute;
	width:45px;
	height:20px;
	border:0;
	bottom:50px;
	right:40px;
}




/* $__footer
 * --------------------------------------------------------------------*/

#footer {
	position:relative;
	z-index:5;
	clear:both;
	top:173px;
	float:none;
	height:105px;
	background-color:#0C415A;
}

#site-info {
	position:relative;
	color:#FFF;
	font-size:12px;
	width:960px;
	margin:auto;
	padding-top:30px;
}

#site-info a { color:#FFF; text-decoration:none; padding:0 5px; }

#site-info a:hover { text-decoration:underline; }

#billjr {
	position:absolute;
	right:5px;
}






#parceiros {
	float:none;
	clear:both;
	font-size:10px;
	margin-top:20px;
}

#parceiros img { margin:5px; }

#matriculas_abertas { position:absolute; width:200px; height:120px; top:65px; right:-40px; }


#comentarios {}

#comentarios #comments {
	font-size:14px;
}

#comentarios #comments .statistcs {
	font-size:11px;
	font-weight:normal;
}

#comentarios .commentlist {
	margin:0;
	padding:2px 10px;
}

#comentarios .commentlist li {
	padding:5px;
	text-align:left;
	list-style:none;
	font-size:12px;
}

#comentarios .commentlist li .commentmetadata a {
	color:#333;
	text-decoration:none;
}

#comentarios .commentlist li .commentmetadata a:hover { text-decoration:underline; }

#comentarios .commentlist .par { background-color:#F0F0F0; border-bottom:1px dashed #CCC;}

#comentarios .commentlist .impar { background-color:#FAFAFA; border-bottom:1px dashed #CCC;}

.homeLink {}

.homeLink a {
	color:#999;
	text-decoration:none;
}

.homeLink a:hover {
	color:#333;
	text-decoration:underline;

}

.linklove { display:none; }
