﻿/**************************************************************************************************
  Tags
**************************************************************************************************/
*
{
  margin:0px;
  padding:0px;
  outline:none;
}

/* Tipografia */
body { font: 13px/22px Arial, Helvetica, sans-serif; }
cite, q { font-style: italic; }
h1,h2,h3,h4,h5,h6 { margin:0 0 2px 0; color: #003A63; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h1 { font-size: 28px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }


html
{
	background-image: url(../img/bg/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #643E19;
}

/*h1
{
  font-size:36px;
}

h2
{
  font-size:18px;
}

h3
{
  font-size:16px;
}

h4
{
  font-size:14px;
}

h5
{
  font-size:12px;
}*/

input, select, textarea, button
{
  font:normal 12px Arial, Helvetica;
  padding:2px;
}

img#wpstats{
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden;
	}

button{
font-size:11px;
color:#FFFFFF;
background:#110801;
border:1px solid #110801!important;
}

input[type=submit]{
font-size:11px;
color:#FFFFFF;
background:#110801;
border:1px solid #110801!important;
}

a
{
}

img
{
  border:0px;
}

ul, ol
{
}

/**************************************************************************************************
  Container
**************************************************************************************************/
#container
{
  width:980px;
 /* margin:0px auto;*/
  left:50%;
  background:#ffffff;
  margin-left:-490px;
  position:absolute;
}

/**************************************************************************************************
  Barra Marista
**************************************************************************************************/
#marista
{
  clear:both;
  width:980px;
  height:40px;
  background:#FFFFFF;
}

#marista .logo-marista
{
  float:left;
  width:630px;
  height:30px;
  display:block;
  text-indent:-5000px;
  background:url(../img/logo/marista.gif) no-repeat center;
  padding-left:30px;
  padding-top:10px;
  
}

#marista ul
{
  float:right;
  line-height:40px;
  list-style-type:square;
  margin:0px 15px 0px 15px;
}

#marista ul li
{
  float:left;
  margin:0px 0px 0px 30px;
}

#marista a
{
  font-weight:bold;
  text-decoration:none;
}

#marista .educacao
{
  color:#110801;
}

#marista .pastoral
{
  color:#ee3434;
}

#marista .cultura
{
  color:#8cc63f;
}

#marista .social
{
  color:#eeb211;
}

#marista .convencoes
{
  color:#663366;
}

#marista .institucional
{
  color:#055DC1;
}

/**************************************************************************************************
  Cabecalho
**************************************************************************************************/
#header
{
  clear:both;
  width:980px;
  height:173px;
  background:url(../img/bg/topo.jpg) no-repeat;
}

#header h1 a
{
  width:300px;
  height:233px;
  line-height:233px;
  padding:0px 20px 0px 20px;
  text-decoration:none;
  display:block;
}

/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu
{
  clear:both;
  width:980px;
  height:30px;
  background:#110801; 
  background:url(../img/bg/background_menu.jpg) repeat-x;
  border-top:1px solid #110801;
  z-index:10 !important;
}

#menu ul
{
  list-style:none;
  line-height:22px;
  padding:4px 10px 4px 10px;
}

#menu ul li
{
  float:left;
  padding:0px 10px 0px 10px;
  display:block;
  position:relative;
  z-index:10 !important;
  border-right:1px solid #FFFFFF;
}

#menu ul li a
{
	float:left;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-size: 14px;
}


#menu ul ul
{
  top:22px;
  left:-10px;
  z-index:99;
  position:absolute;
  display:none;
  
}

#menu li li
{
  clear:left;
  float:left;
  background:#95490F;
  border:none;
}

#menu li li a
{
  width:180px;
  /*height:20px;*/
  line-height:20px;
  padding:0px 5px;
  display:block;
  padding-bottom:3px;
  border-top:1px solid #95490F;
}

#menu ul ul ul
{
  top:0px;
  left:200px;
  z-index:99;
  position:absolute;
  display:none;
}

#menu li li li
{
  clear:left;
  float:left;
  background:#110801;
  border:none;
}

#menu li li li a
{
  width:180px;
  /*height:20px;*/
  line-height:20px;
  padding:0px 10px;
  display:block;
  padding-bottom:3px;
  border-top:1px solid #419AC6;
}

/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumb
{
  clear:both;
  width:980px;
  height:30px;
  line-height:30px;
}

#breadcrumb p
{
  color:#616161;
  padding:0px 20px 0px 20px;
}

#breadcrumb a
{
  color:#888888;
  text-decoration:none;
}

/**************************************************************************************************
  Conteúdo
**************************************************************************************************/
#content
{
  float:left;
  width:680px;
  padding:10px 0px 10px 20px;
}

.highlight-title
{
  color:#FFFFFF;
  padding:5px 10px 0px 10px;
}

.highlight
{
  width:680px;
  height:300px;
  margin:0px 0px 10px 0px;
  background:url(../img/bg/highlight.jpg) no-repeat;
  z-index:1 !important;
}

.highlight-cycle
{
  width:680px;
  height:180px;
}

.highlight-image
{
  float:left;
  width:222px;
  height:167px;
  padding:10px 5px 0px 5px;
  margin-left:15px;
  margin-top:3px;
}

.highlight-content
{
  float:right;
  width:385px;
  height:180px;
  color:#FFFFFF;
  padding:10px 10px 0px 25px;
  *padding:10px 10px 0px 0px;
  *margin-left:-20px;
}

.highlight-content h2
{
  margin:0px 0px 5px 0px;
}

.highlight-content a
{
  color:#FFFFFF;
  text-decoration:none;
}

.highlight-navigation
{
  margin:14px 10px 0px 10px;
  text-transform:uppercase;
  font-weight:bold;
}

.highlight-prev
{
  float:left;
  height:45px;
  color:#110801;
  padding:20px 0px 0px 70px;
  text-decoration:none;
  background:url(../img/bt/highlight-left.gif) no-repeat left top;
}

#nav 
{	
margin-left:270px;
margin-top:-22px;
}
#nav a {
	border: 0px solid #ccc;
	/*background: #E6E6E6;*/
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
	color: #FFFFFF;
}
#nav a.activeSlide {
	background: #F8F2EB;
	color: #110801;
	border: 2px solid #110801;
}
#nav a:focus { outline: none; }


.highlight-next
{
  float:right;
  height:45px;
  color:#110801;
  padding:20px 70px 0px 0px;
  text-decoration:none;
  background:url(../img/bt/highlight-right.gif) no-repeat right top;
}

.column-title
{
  color:#110801;
  padding:7px 10px 22px 10px;
  background:url(../img/bg/widget-title.jpg) no-repeat left bottom #FFFFFF;
}

.title-noticias {
  background:url(../img/icon/noticias.gif) no-repeat;
  height: 37px;
  width: 51px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-cursos {
  background:url(../img/icon/cursos.gif) no-repeat;
  height: 37px;
  width: 51px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-publicacoes {
  background:url(../img/icon/publicacoes.gif) no-repeat;
  height: 37px;
  width: 51px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-professores {
  background:url(../img/icon/professores.gif) no-repeat;
  height: 37px;
  width: 51px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-testemunhos {
  background:url(../img/icon/testemunhos.gif) no-repeat;
  height: 37px;
  width: 51px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-fotos {
  background:url(../img/icon/fotos.gif) no-repeat;
  height: 42px;
  width: 40px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-depoimentos {
  background:url(../img/icon/depoimentos.gif) no-repeat;
  height: 42px;
  width: 40px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-anteriores {
  background:url(../img/icon/anteriores.gif) no-repeat;
  height: 42px;
  width: 40px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-poesia-falada {
  background:url(../img/icon/poesia_falada.gif) no-repeat;
  height: 37px;
  width: 51px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-fotos-evento {
  background:url(../img/icon/fotos_evento.gif) no-repeat;
  height: 42px;
  width: 44px;
  float:left;
  padding-right:3px;
  padding-left:2px;
  margin-left:2px;
	
}

.title-leitura-em-movimento {
  background:url(../img/icon/leitura_movimento.gif) no-repeat;
  height: 40px;
  width: 42px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.title-eu-indico {
  background:url(../img/icon/eu_indico.gif) no-repeat;
  height: 42px;
  width: 46px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}


.title-projetos-maristas {
  background:url(../img/icon/projetos_maristas.gif) no-repeat;
  height: 42px;
  width: 40px;
  float:left;
  padding-right:3px;
  padding-left:2px;
  margin-left:2px;
	
}


.title-videos {
  background:url(../img/icon/videos.gif) no-repeat;
  height: 42px;
  width: 40px;
  float:left;
  padding-right:3px;
  padding-left:2px;
	
}

.column-left
{
  float:left;
  width:330px;
}

.column-right
{
  float:right;
  width:330px;
}

.box
{
  margin:0px 0px 10px 0px;
  padding:0px 0px 2px 0px;
  /*background:#FBFBFB;*/
}

.box a
{
  color:#110801;
  text-decoration:none;
}

.box ul
{
  margin:5px;
  padding:5px;
  color:#6d6d6d;
  list-style:none;
  background:#ffffff;
}

.box ul li
{
  padding:5px;
 /* border-bottom:3px solid #FBFBFB;*/

}

.box h3 a
{
  vertical-align: top;
  color:#110801;
  
}

.ferramentas{
	clear:both;
	height:30px;
	padding-top:3px;
}

.vejatodos{
	float:right;	
}

.rss{
	height:25px;
	float:left;
	text-indent:25px;
	background-image: url(../img/bt/rss.png);
	background-repeat: no-repeat;
	background-position: 1px;	
}


.column-full
{
  clear:both;
  float:left;
  width:680px;
}

.column-nosidebar
{
  clear:both;
  float:left;
  width:950px;
}

.archive
{
  margin:0px 0px 10px 0px;
  padding:0px 0px 2px 0px;
  /*background:#efefef;*/
}

.archive h3
{
  color:#110801;
  padding:0px 0px 5px 0px;
}

.archive a
{
  color:#110801;
  text-decoration:none;
}

.archive p
{
  margin:0px 0px 10px 0px;
}

.archive ul
{
  padding:5px;
  color:#6d6d6d;
  list-style:none;
}

.archive ul li
{
  padding:5px;
  background:#ffffff;
  border-bottom:3px solid #efefef;
}

.archive form
{
  padding:10px;
}

.archive label
{
  float:left;
  width:150px;
}

.post-date, .post-author
{
  font-size:11px;
  line-height:25px;
}

.post-author a
{
  font-weight:bold;
}

.post-category
{
  
}

.post-comments
{
  margin:0px 0px 0px 30px;
}

.post-info
{
	clear:both;
	width:640px;
	margin:10px 0px 10px 0px;
	padding:10px;
	font-size:11px;
	background:#FFFFFF;
	border:thin solid #efefef;
}

.post-info a
{
  color:#616161;
}

.post-options
{
  float:right;
  line-height:25px;
  font-size:11px;
}

.post-options a
{
  margin:0px 0px 0px 10px;
}

.publicity
{
  margin:0px 0px 10px 0px;
  background:#efefef;
}

.publicity ul
{
  list-style:none;
}

.publicity ul li
{
  float:left;
  margin:7px 0px 7px 7px;
}

.navigation
{
  padding:10px;
  font-weight:bold;
}

/**************************************************************************************************
  Sidebar
**************************************************************************************************/
#sidebar
{
  float:right;
  width:250px;
  
  padding:10px 20px 10px 0px;
 
}

.widget-title
{
  color:#110801;
  margin:0px;
  padding:7px 10px 17px 10px;
  background:url(../img/bg/widget-title2.jpg) no-repeat left bottom;
}

.widget
{
  color:#6d6d6d;
  margin:0px 0px 10px 0px;
  padding:3px;
  /*background:#efefef;*/
}

.widget p
{
  padding:5px;
  background:#FFFFFF;
}

.widget a
{
  color:#888888;
  text-decoration:none;
}

.widget ul
{
  list-style:none;
}

.widget ul li
{
  color:#6d6d6d;
  margin:0px 0px 3px 0px;
  padding:5px;
  background:#ffffff;
}

.widget ul li.odd
{
  background:#FBFBFB;
}

#searchform
{
  padding:5px;
}

#searchform #s
{
  width:90px;
  border:1px solid #cccccc;
}

.textwidget
{
  padding:0px 5px 5px 5px;
}

/**************************************************************************************************
  Footer
**************************************************************************************************/
#footer
{
  clear:both;
  width:980px;
  /*color:#616161;*/
  text-align:center;
  background:#F8F2EB;
  border-top:3px solid #110801;
}

#footer p
{
  padding:20px;
}

#footer a
{
  color:#110801;
  text-decoration:none;
}

#footer .wp
{
  float:right;
  width:25px;
  height:25px;
  margin:20px 10px 0px 10px;
  display:block;
  text-indent:-5000px;
  background:url(../img/logo/wp.gif) no-repeat;
}

#footer .cc
{
  float:right;
  width:25px;
  height:25px;
  margin:20px 10px 0px 10px;
  display:block;
  text-indent:-5000px;
  background:url(../img/logo/cc.gif) no-repeat;
}

/**************************************************************************************************
  Classes
**************************************************************************************************/
.alignleft
{
	float:left;
	margin:0px 5px 5px 0px;
	
}

.alignright
{
  float:right;
  margin:0px 0px 5px 5px;
}

.aligncenter
{
  margin:auto;
  display:block;
}

.hidden
{
  display:none;
}

.wp-caption
{
}

.wp-caption-text
{
}

.more-link
{
  font-weight:bold;
}

.avatar
{
  float:left;
  margin:0px 5px 5px 0px;
}

.comment-wait
{
}

.no-border
{
  border:none;
}

.clear
{
  width:100%;
  height:1px;
  clear:both;
  visibility:hidden;
}

.mensagem-form-ok
{
	color: #060;
	background-color: #E1F0D2;
	padding: 10px;
	border: thin solid #060;
	font-size: 16px;
}

/**************************************************************************************************
  Entradas do Usuário
**************************************************************************************************/
.entry
{
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6
{
  color:#616161;
  padding:5px 0px 10px 0px;
}

.entry a
{
  text-decoration:underline;
}

.entry p
{ 
  margin:10px 0px 10px 0px;
  text-align:justify;
}

.entry ul
{
  list-style-type:square;
  padding:5px 5px 5px 45px;
  border:none;
}

.entry ol
{ 
  list-style-type:decimal;
  padding:5px 5px 5px 45px;
  border:none;
}

.entry li
{
  border:none !important;
}

.entry em
{
}

.entry strong
{
}

.entry strike
{
}

.entry img
{
  margin:5px;
}

.entry blockquote
{
  margin:10px;
  padding:10px 10px 10px 70px;
  display:block;
  font-style:italic;
  background:url(../img/bg/blockquote.jpg) no-repeat 20px 20px #fafafa;
  border:1px solid #cccccc;
}

.entry code, pre
{
  margin:10px;
  padding:10px;
  display:block;
  overflow:auto;
  background:#fafafa;
  border:1px solid #cccccc;
}

.entry address
{ 
}


/* enquete */

.wp-polls-form li { width:100%; float:left;}
.wp-polls-form label {width:80%;}


/* TABELAS */

table {
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
  background: #F7F7F7;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
  border: 1px solid #E5E5E5;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-botton: 2px;
  /*color: #0096D7;*/
  }
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #E5E5E5;
  /*text-align: left;*/
  background: #E5E5E5;
  /*color: #0096D7;*/
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  /*color: #0096D7;*/
  }
tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #0096D7;
  }
tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #E5E5E5;
  background: #E5E5E5;
  padding-top:6px;
  }
.odd {
  background: #7B2342;
  }
tbody tr:hover {
  background: #E5E5E5;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #E5E5E5;
  }
