﻿/**************************************************************************************************
  Tags
**************************************************************************************************/
*
{
  margin:0px;
  padding:0px;
  outline:none;
}

html
{
  font: 13px/22px Arial, Helvetica, sans-serif;
  background:#E6F8FF url("../img/bg/background.jpg") repeat-x center top;
}

h1
{
  font-size:20px;
}

h2
{
  font-size:18px;
}

h3
{
  font-size:17px;
}

h4
{
  font-size:16px;
}

h5
{
  font-size:15px;
}

h6
{
  font-size:14px;
}

input, textarea, select, button, fieldset
{
  padding:2px;
  border:1px solid;
  font:normal 12px Arial, Helvetica;
}

a
{
}

img
{
  border:0px;
}

ul, ol
{
}

hr
{
  
}

/**************************************************************************************************
  Container
**************************************************************************************************/
#container
{
  width:980px;
  margin:0px auto 10px auto;
  *margin-left:10px;
  /*border:1px solid #CCCCCC;*/
}

/**************************************************************************************************
  Dater
**************************************************************************************************/
#dater
{
  clear:both;
  width:980px;
  height:31px;
  line-height:31px;
}

#dater p
{
  margin:0px 10px 0px 10px;
}

#dater .rss
{
  float:right;
}

#dater .rss a
{
  width:27px;
  height:27px;
  margin:2px 10px 0px 10px;
  display:block;
  text-indent:-5000px;
  background:url(../img/icon/rss-top.gif) no-repeat;
}

#dater .translation
{
  float:right;
  list-style:none;
}

.translation li
{
  display:inline;
  padding:0 3px 0 3px;
  font-weight:bold;
  text-transform:uppercase;
}

.translation li a
{
  text-decoration:none;
}

/**************************************************************************************************
  Header
**************************************************************************************************/
#header
{
  clear:both;
  width:980px;
  height:200px;
  background:url(../img/logo/topo_site1.png) no-repeat center center;
}

#header .blog-title
{
  padding:30px 20px 0px 20px;
  font-size:30px;
}

#header .blog-title a
{
  text-decoration:none;
}

#header .blog-description
{
  padding:0px 20px 0px 20px;
}

/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu
{
  clear:both;
  width:980px;
  height:36px;
}

#menu ul
{
  list-style:none;
}

#menu li
{
  float:left;
  display:block;
  position:relative;
  z-index:1 !important;
}

#menu li a
{
 float:left;
 height:36px;
 line-height:36px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:15px !important;
 font-weight:bold;
}

#menu li li a
{
 float:left;
 height:36px;
 line-height:36px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:12px !important;
 font-weight:normal !important;
}

#menu li ul
{
  top:36px;
  left:0px;
  z-index:10;
  position:absolute;
  display:none;
}

#menu li li
{
  clear:left;
  float:left;
}

#menu li li a
{
  width:180px;
  height:30px;
  line-height:30px;
  display:block;
  padding:0px 10px;
  border-top:1px solid;
}

#menu .parent{
  background:url(../img/bg/arrow-down.gif) no-repeat center right;
}

/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumb
{
  clear:both;
  width:980px;
  height:30px;
  line-height:30px;
}

#breadcrumb p
{
  padding:0px 10px 0px 10px;
}

#breadcrumb a
{
  text-decoration:none;
}

/**************************************************************************************************
  Content
**************************************************************************************************/
#content
{
  float:left;
  width:700px;
  padding:14px 0px 10px 10px;
}

#content .content-title
{
  height:25px;
  line-height:25px;
  padding:5px 10px 5px 12px !important;
}

#content .content-title a
{
  text-decoration:none;
}

.column-left
{
  float:left;
  width:365px;
}

.column-right
{
  float:right;
  width:335px;
}

.column-title
{
	color:#D9271D;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: -5px;
	padding-left: 10px;  /*background:url(../img/bg/widget-title.jpg) no-repeat left bottom #efefef;*/
}

.column-full
{
  clear:both;
  float:left;
  width:680px;
}

.box
{
	margin:0px 0px 10px 0px;
	padding:0px 0px 2px 0px;
	background:#EDECEE;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.box a
{
  color:#1B1B1B;
  font-size:15px;
  text-decoration:none;
}

.box ul
{
  margin:5px;
  padding:5px;
  color:#333;
  list-style:none;
  font-size:12px;
}

.box ul li
{
  padding:5px;
  background:url(../img/bg/linhafundo.gif) repeat-x bottom;
  /*border-bottom:1px solid #CCCCCC;*/
}

.box h3
{
  vertical-align: top;
}

.archive
{
  margin:0px 0px 10px 0px;
  padding:0px 0px 2px 0px;
  /*background:#efefef;*/
}

.archive h3
{
  color:#3478a7;
  padding:0px 0px 5px 0px;
}

.archive a
{
  color:#3478a7;
  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:1px solid #efefef;
}

.archive form
{
  padding:10px;
}

.archive label
{
  float:left;
  width:150px;
}

/**************************************************************************************************
  Highlight
**************************************************************************************************/
.highlight-title
{
  color:#919191;
  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:250px;
  height:180px;
  padding:10px 5px 0px 9px;
}

.highlight-content
{
  float:right;
  width:385px;
  height:180px;
  color:#616161;
  padding:10px 10px 0px 20px;
}

.highlight-content h2
{
  margin:0px 0px 5px 0px;
}

.highlight-content a
{
  color:#616161;
  text-decoration:none;
}

.highlight-navigation
{
  margin:29px 10px 0px 10px;
  text-transform:uppercase;
  font-weight:bold;
}

.highlight-prev
{
  float:left;
  height:45px;
  color:#ffffff;
  padding:20px 0px 0px 70px;
  text-decoration:none;
  background:url(../img/bt/highlight-left.jpg) no-repeat left top;
}

.highlight-next
{
  float:right;
  height:45px;
  color:#ffffff;
  padding:20px 70px 0px 0px;
  text-decoration:none;
  background:url(../img/bt/highlight-right.jpg) no-repeat right top;
}

/**************************************************************************************************
  Posts
**************************************************************************************************/
.post
{
  clear:both;
  margin:0px 0px 10px 0px;
  padding:10px 10px 14px 10px;
}

.post .entry
{
  margin:0px 0px 10px 0px;
}

.entry01
{
  margin:0px 0px 5px 0px;
}

.post-date
{
  background:url(../img/icon/clock.gif) no-repeat;
  padding:0 0 3px 20px !important;
  margin:0 0 3px 0;
}

.post-author
{
  background:url(../img/icon/user.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-category
{
  background:url(../img/icon/folder.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-tags
{
  background:url(../img/icon/tag.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-comments
{
  background:url(../img/icon/comment.gif) 2px 2px no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

/**************************************************************************************************
  Comment Form
**************************************************************************************************/
.comment-form
{
  margin:0px 0px 10px 0px;
  padding:10px;
}

.comment-form li
{
  padding:5px;
  list-style:none;
}

.comment-form label
{
  float:left;
  width:100px;
}

.comment-form textarea
{
  width:400px;
  height:100px;
  padding:5px;
}

/**************************************************************************************************
  Comment
**************************************************************************************************/
.comment
{
  margin:0px 0px 10px 0px;
  padding:10px;
}

.comment p
{
  margin:10px 0px;
}

.comment .comment-author a
{
  text-decoration:none;
}

.comment-rss, .trackback-link
{
  float:right;
  text-decoration:none;
  font-size:11px;
  font-weight:normal;
  margin:0px 0px 0px 10px;
}

/**************************************************************************************************
  Navigation
**************************************************************************************************/
.navigation a
{
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
}

/**************************************************************************************************
  Sidebar
**************************************************************************************************/
#sidebar
{
  float:right;
  width:250px;
  padding:14px 10px 10px 10px;
}

#sidebar .widget
{
  margin-bottom:15px;
  padding-left:5px;
  width:245px;
  *width:250px;
}

#sidebar .widget p
{
  padding:5px;
}

#sidebar .widget a
{
  text-decoration:none;
}

#sidebar .widget li
{
  list-style:none;
}

#sidebar .widget form
{
  padding:5px;
}

#sidebar .widget-title
{
  height:25px;
  line-height:25px;
  margin:0px 0px 5px -5px;
  padding:5px 10px 5px 10px;
  text-align:left;
}

#sidebar .widget-title a
{
  text-decoration:none;
}

/**************************************************************************************************
  Widget: Posts, Páginas, Categorias, Arquivos, Links e Meta
**************************************************************************************************/
#widget_pages li, #widget_categories li, #widget_archive li, #widget_recent_entries li, .links li, #widget_meta li
{
  list-style:none;
}

#widget_pages li a, #widget_categories li a, #widget_archive li a, #widget_recent_entries li a, .links li a, #widget_meta li a
{
  height:30px;
  line-height:30px;
  padding:0px 5px 0px 28px;
  display:block;
  overflow:hidden;
  border-top:1px solid; 
}

#widget_pages li li a, #widget_categories li li a
{
  padding:0px 5px 0px 30px;
}

#widget_categories li a
{
  background:url(../img/icon/folder.gif) 8px 7px no-repeat;
}

#widget_categories li li a
{
  background:url(../img/icon/page-children.gif) 8px 7px no-repeat;
}


#widget_archive li a
{
  background:url(../img/icon/database.gif) 8px 7px no-repeat;
}

#widget_pages li a
{
  background:url(../img/icon/page.gif) 8px 7px no-repeat;
}

#widget_pages li li a
{
  background:url(../img/icon/page-children.gif) 8px 7px no-repeat;
}

#widget_recent_entries li a
{
  background:url(../img/icon/page_white_text.gif) 8px 7px no-repeat;
}

#widget_text p
{
  padding:5px;
}

.links li a
{
  background:url(../img/icon/link.gif) 8px 7px no-repeat;
}

/**************************************************************************************************
  Widget: Search
**************************************************************************************************/
#widget_search
{
}

#widget_search input
{
  margin:6px 0 0 0;
}

/**************************************************************************************************
  Widget: Nuvem de Tags
**************************************************************************************************/
#widget_tag_cloud
{
  text-align:center;
}

#widget_tag_cloud a:hover
{
  text-decoration:underline;
}

/**************************************************************************************************
  Widget: Comentários Recentes, RSS
**************************************************************************************************/
#widget_recent_comments li, #widget_rss li
{
  padding:10px 24px;
  border-top:1px solid;
}

#widget_rss .rsswidget
{
  font-weight:bold;
}

#widget_rss .rss-date
{
  font-size:11px;
}

#widget_rss .rssSummary
{
}

#widget_recent_comments li
{
  background:url(../img/icon/comments.gif) 5px 11px no-repeat !important;
}


/**************************************************************************************************
  Widget: Calendar
**************************************************************************************************/
#widget_calendar table
{
  width:230px;
  text-align:center;
}

/**************************************************************************************************
  Footer
**************************************************************************************************/
#footer
{
  clear:both;
  width:980px;
  padding:8px 0px;
  border-bottom:1px solid;
}

#footer a
{
  text-decoration:none;
}

#footer p
{
  padding:3px 10px 3px 10px;
}

#footer .backtoTop
{
  float:right;
  margin:0px 10px 0px 0px;
}

#footer .backtoTop a
{
  width:20px;
  height:20px;
  display:block;
  text-indent:-5000px;
  background:url(../img/icon/backtotop.gif) center no-repeat;
}

/**************************************************************************************************
  Classes
**************************************************************************************************/
.clear
{
  width:100%;
  height:1px;
  clear:both;
  visibility:hidden;
}

.noborder
{
  border:none !important;
}

.post-title a
{
  text-decoration:none;
}

.info
{
  font-size:11px;
}

.info a
{
  font-weight:bold;
  text-decoration:none;
}

.options
{
  float:right;
  margin:5px 0px 0px 0px;
}

.options a
{
  text-decoration:none;
  font-weight:bold;
  margin:0px 0px 0px 10px;
}

.alignleft
{
  float:left;
  margin:0px 10px 0px 0px;
}

.alignright
{
  float:right;
  margin:0px 0px 0px 10px;
}

.aligncenter
{
  margin:auto;
  display:block;
}

.more-link
{
  font-weight:bold;
}

.comment-wait
{
}

.wp-caption
{
}

.wp-caption-text
{
  padding:0px 5px 0px 5px;
}

.avatar
{
  float:left;
  margin:0px 10px 0px 0px;
}

.url
{
  font-weight:bold;
}



/**************************************************************************************************
  Entradas do Usuário
**************************************************************************************************/
.entry
{
}

.entry h1
{
}

.entry h2
{
}

.entry h3
{
}

.entry h4
{
}

.entry h5
{
}

.entry h6
{
}

.entry hr
{
  border:1px solid;
  margin:2px 0px 2px 0px;
}

.entry a
{
  text-decoration:underline;
}

.entry img
{
  margin:5px;
}

.entry blockquote
{
  margin:10px;
  padding:3px 10px 10px 10px;
  display:block;
  font-style:italic;
  border:1px solid;
}

.entry code, .entry pre
{
  margin:10px;
  padding:10px;
  display:block;
  font-family:monospace;
  border:1px solid;
  overflow:auto;
}

.entry address
{ 
}

.entry pre
{
}

.entry p
{ 
  margin:10px 0px 0px 0px;
  text-align:justify;
  color:#333;
}

.entry ul
{
  list-style-type:square;
  margin:5px 5px 5px 45px;
}

.entry ol
{ 
  list-style-type:decimal;
  padding:5px 5px 5px 45px;
}

.entry em
{
}

.entry strong
{
}

.entry strike
{
}

.entry span
{
}

/* tabela do calendário*/

#wp-calendar tr td  {
border:1px solid #D5EAFF;
}


.calendar-month th caption{
border:1px solid #FFFFFF;
}

/**************************************************************************************************
  Barra Marista
**************************************************************************************************/
#marista
{
  clear:both;
  width:980px;
  height:40px;
  *width:970px;
  *padding-left:10px;
  background:#FFFFFF;
}

#marista .logo-marista
{
  float:left;
  width:142px;
  height:13px;
  display:block;
  text-indent:-5000px;
  background:url(../img/logo/marista.gif) no-repeat center;
  padding-left:40px;
  padding-top:28px;
  
}

#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:#0096d7;
}

#marista .pastoral
{
  color:#ee3434;
}

#marista .cultura
{
  color:#8cc63f;
}

#marista .social
{
  color:#eeb211;
}

#marista .convencoes
{
  color:#663366;
}

#marista .institucional
{
  color:#055DC1;
}

























a {
    color: #0187c5;
    text-decoration: none;
    -moz-outline: none;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {
    color: #0187c5;
    text-decoration: underline;
}

.clearit {
	height: 1%;
}

.clearit:after,
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearit,
#content {
    zoom: 1;
}

/** Tag Filtering */

.filterTags {
    clear: both;
    margin: 10px 5px 0 15px;
	width:100%;
}

.filterTags li {
    float: left;
	list-style-type:none;
}

.filterTags li a {
    display: block;
    background: #FFF url(../img/bg/tag_left.png) no-repeat left top;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    padding: 0 0 0 3px;
    color: #333;
    cursor: pointer;
    width: 75px;
}

.filterTags li a span {
    display: block;
    line-height: 24px;
    height: 24px;
    background: #FFF url(../img/bg/tag_right.png) no-repeat right top;
    text-align: center;
    
}

.filterTags li a:hover,
.filterTags li a.all:hover,
.filterTags li a.selected:hover {
    background-position: left -24px;
}

.filterTags li a:hover span,
.filterTags li a.all:hover span,
.filterTags li a.selected:hover span {
    background-position: right -24px;
}

.filterTags li a:hover {
    text-decoration: underline;
}

.filterTags li a.all {
    background: url(../img/bg/tag-all_left.png) no-repeat left top;
    font-weight: bold;
    width: 72px;
}

.filterTags li a.all span {
    background: url(../img/bg/tag-all_right.png) no-repeat right top;
}

.filterTags li a.selected {
    background: url(../img/bg/tag-selected_left.png) no-repeat left top;
    color: #FFF;
}

.filterTags li a.selected span {
    background: url(../img/bg/tag-selected_right.png) no-repeat right top;
    font-weight: bold;
}

/**************************************************************************************************
  Datas do Post
**************************************************************************************************/
.dataPost {
	background:url(../img/bg/fundo_data.png) no-repeat right;
	width:45px;
	height:48px;
	float:right;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	*padding-top:4px;	
	color:#fff;
	margin-left:5px;
}

.diaDataPost {
	font-size:16px;
	font-weight:bold;
	color:#333;
	*line-height:30px;

}

.comentario {
	background:url(../img/icon/comentarios.gif) no-repeat left;
	color:#0066CC;
	padding-left:17px;
	font-size:11px;
}

.vejatodas {
	text-align:right;
	background:url(../img/icon/seta.gif) no-repeat right;
	color:#0066CC;
	padding-right:17px;
	font-size:11px;
	margin-right:5px;
}
