/********************************************
   AUTOR:  			FSI Informática 
   VERSÃO:      1.0          	
 *******************************************/ 
 
/********************************************
   ELEMENTOS HTML 
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	padding: 0;
	color: #000000;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	font-style: normal;
	margin-left: 10px;
}

table {
	padding: 0;
	color: #000000;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}


/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 {
	font-size: 1.5em;
	color: #0066cc;
} 
h2 { font-size: 1.2em; color: #CC6600; }
h3 {
	font-size: 1em;
	color: #339933;
}
h4 {
	padding: 0;
	color: #000000;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h5 {
	padding: 0;
	color: #000000;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

p, h1, h2, h3, h4, h5 {
	margin: 7px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {
	border: 0px solid #568EB6;
}
a:hover img {
	border: 0px solid #CCC !important; /* IE fix*/
	border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* Galeria de Fotos */
#foto1 {
	position:absolute;
	left:16px;
	top:51px;
	width:180px;
	height:160px;
	z-index:1;
	margin-left: 0px;
}
#foto2 {
	position:absolute;
	left:210px;
	top:50px;
	width:180px;
	height:160px;
	z-index:2;
}
#foto3 {
	position:absolute;
	left:405px;
	top:50px;
	width:180px;
	height:160px;
	z-index:3;
}
#foto4 {
	position:absolute;
	left:600px;
	top:50px;
	width:180px;
	height:160px;
	z-index:4;
}
#foto5 {
	position:absolute;
	left:15px;
	top:250px;
	width:180px;
	height:160px;
	z-index:5;
}
#foto6 {
	position:absolute;
	left:210px;
	top:250px;
	width:180px;
	height:180px;
	z-index:6;
}
#foto7 {
	position:absolute;
	left:405px;
	top:250px;
	width:180px;
	height:180px;
	z-index:7;
}
#foto8 {
	position:absolute;
	left:600px;
	top:250px;
	width:180px;
	height:180px;
	z-index:8;
}

/* Calendário */
div.titulo_calendario{
	color: #7D1C1B;
	font-size:1.5em;
	font-family: "Times New Roman", Times, serif;
	padding-bottom:25px;
}

div.calendario {
	background-color: #FFFFFF;
	background-image: url(img/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

div.mes {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #9A1212;
}

div.dia {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;
	color: #654040;
	font-family: Arial, Helvetica, sans-serif;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #568EB6; 
	background-color: #f2f2f2; 
	/* FAFAFA */ 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #568EB6;
	font: normal 1em Arial, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #000;
	background: #FFF;
	padding: 2px 3px;
	color: #0066CC;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* estrutura principal */
#agenda {
	position:absolute;
	left:435px;
	top:95px;
	width:300px;
	height:170px;
	z-index:3;
}
#estudos {
	position:absolute;
	left:434px;
	top:275px;
	width:300px;
	height:167px;
	z-index:3;
}
#eventos {
	position:absolute;
	left:4px;
	top:95px;
	width:368px;
	height:346px;
	z-index:3;
}
#galeria {
	position:absolute;
	left:304px;
	width:300px;
	height:300px;
	z-index:3;
	top: 481px;
	background-image: url(img/moldura_galeria.jpg);
}
#banner01 {
	position:absolute;
	left:5px;
	top:810px;
	width:380px;
	height:415px;
	z-index:3;
	border: 1;
}
#banner02 {
	position:absolute;
	left:260px;
	top:114px;
	width:240px;
	height:218px;
	z-index:3;
}
#oracao {
	position:absolute;
	left:375px;
	top:14px;
	width:170px;
	height:50px;
	z-index:3;
}
#bibliaonline {
	position:absolute;
	left:190px;
	top:14px;
	width:170px;
	height:70px;
	z-index:3;
}
#galeriadefotos {
	position:absolute;
	left:5px;
	top:14px;
	width:170px;
	height:70px;
	z-index:3;
}


/* corpo de texto */
#main {
	position:absolute;
	left:31px;
	top:243px;
	width:757px;
	height:721px;
	z-index:4;
	text-align: justify;
}

#main_center  {
	position:absolute;
	left:300px;
	top:110px;
	width:420px;
	height:400px;
	z-index:4;
	text-align: justify;
}

/* sidebar */
#sidebar {
	width: 150px;
	padding: 0;
	display: inline;
	margin-top: 0px;
	margin-left: 5px;
	float: left;
}
#sidebar ul.sidemenu {
	list-style:none;
	padding:0;
	left: 5px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	min-height:14px;
	font-size: x-small;
}

* html body #sidebar ul.sidemenu a {
	height: 14px;
}

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #0066CC;
	border-left:4px solid #0066CC;
}


/* Footer */
#footer {
	padding: 0;
	position: absolute;
	left: 10px;
	width: 815px;
	top: 530px;
	background-color: #FFFFFF;
}
#footer a {
	font-weight: bold;
	color: #0066cc;
}
#footer .footer-left{
	padding: 0;
	height: 18px;
	font-size: 85%;
	position: absolute;
	left: 10px;
	margin: 0 0 0 0;
	background-color: #ADBAC6;
	color: #FFFFFF;
}
#footer .footer-right{
	padding: 0;
	height: 18px;
	font-size: 85%;
	position: absolute;
	right: 10px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	background-color: #ADBAC6;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left   { float: left; }
.float-right  {	float: right; }
.align-left   {	text-align: left; }
.align-right  {	text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
