/*
Theme Name: São João
Theme URI: http://www.igrejasaojoao.com.br/
Description: Tema desenvolvido para a Comunidade IECLB São João em Pelotas, RS.
Version: 1.0
Author: Rafael Lerm
Author URI: http://www.ecomp.furg.br/~lerm/
Tags: ieclb, sao joao, pelotas, custom header, fixed width, two columns, widgets

	Tema desenvolvido para a Comunidade São João IECLB,
	em Pelotas/RS.

	Código HTML e CSS por Rafael Lerm. http://www.ecomp.furg.br/~lerm/
	Design gráfico por Lígia Kuhn. http://www.ligiakuhn.com/

*/



body {
	text-align: center;
	background-color:#F0E3C3;
	background-image: url("./images/fundo-body.png");
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family: "Arial", sans-serif;
}

a {
	color:#553D17;
	}

small {
	font-size: 11px;
	}

#mainContainer {
	width: 775px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	top: 0;
	position: relative;
	background-image: url(./images/papel-repeat.jpg);
}

#header {
	width: 775px;
	height: 202px;
	background-image: url("./images/fundo-header.jpg");
}

#papel-nonrepeat{
	background-image: url(./images/papel-nonrepeat.jpg);
	background-repeat: no-repeat;
	background-position: 0 202px;
}

#contentContainer {
	/*margin-left: 273px;
	width: 397px;
	padding-top:7px;
	padding-left:21px;*/
	float:right;
	margin-right:90px;
	padding-top:7px;
	width:397px;
}

.content, .entry, #respond, .textwidget{
	font-size: 12px;
	color: #5F4721;
}

.textwidget{
	margin-top: .5em;
}

.postmetadata{
	font-size: 11px;
	margin-bottom: 40px;
	clear:both;
	}

.navigation {
	margin-top: 40px;
}
.post {
	text-align: justify;}

.postmetadata, .navigation, .navigation a {
	color: #5F6741;
	font-style: italic;
	}

.content h2,  .content h1, .content h3,  .content h4, .content h5{
	color: #B38D0F;
	font-size: 12px;
	font-family: inherit;
	font-weight: normal;
}

.contentHeader  h2, .pagetitle{
	margin:0px;
	color: #5F4721;
	font-size: 18px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.pagetitle{
	font-size:18px;
	}

.contentHeader  h2 a{
	font-style: normal;
	color: #5F4721;
	text-decoration: none;
}

.contentHeader  h2 a:visited{
	color: #5F4721;
}

.contentHeader{ 
	margin-bottom: 17px;
	margin-top: 17px;
	}

.readMore {
	
}

.contentFooter {
  
}

.widget {
	padding-bottom:15px;
	}

.widget img {
	border-style:none;
	}

.leftColumnContainer {
	padding-top:10px;
	margin-left:0px;
	width:173px;
	padding-right:25px;
	margin-left:75px;
	margin-top: 14px;
	float:left;
	border-color: #DCD3B3;
	border-right-width: 1px;
	border-right-style: solid;
	color: #5F4721;
	font-size:12px;
	}

.leftColumn  h2{
	margin:0px;
	font-size: 14px;
	font-weight: normal;
}

.leftColumn ul.first{
	padding-left: 0px;
	list-style: none  none;
	margin-top: 0px;
	}

.leftColumn ul {
	list-style-image:url(./images/lista.png);
	list-style-type:square;
	font-size:13px;
	/*font-weight:bold;*/
}
.leftColumn a {
	text-decoration: none;
	}

.leftColumn a:hover {
	text-decoration: underline;
	}

#s {
	width: 10em;
}

#footer {
	text-align: center;
	height: 68px;
	background-image: url(./images/fundo-footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #9F7837;
	font-size: 12px;
	margin-top: 2em;
}
#footer p{
	padding-top:5px;
}

.clear{ clear: right;}
#clear{ clear:both;}

/* Comments */
#comments {
	color: #5F4721;
	font-size: 17px;
	font-weight: normal;
	}
.commentlist{
	font-size:12px;
	color:#5F4721;
	}
.comment-meta{
	font-size:11px;
	}
	
/*  Imagens  */
.content img.aligncenter { 
	margin: 0px auto 10px;
	display: block;
	text-align: center;
	cursor: pointer;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
.alignleft, .alignright, .centered, .alignnone { margin-bottom: 3px;}
.content img { 
	margin: 10px;
	padding: 5px;
	border: 1px solid #aaa;
}
.entry { display:block;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}