@charset "utf-8";
/* CSS Document */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - General Properties
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

* {
 	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	background-color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

a {
	color: #FFCC00;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	margin-bottom: 10px;
	letter-spacing: -2px;
}

	h1 a {
		color: #ff9900;
		text-decoration: none;
	}
	
	h1 a:hover {
		text-decoration: underline;
	}

h2 {
	font-size: 24px;
	letter-spacing: -0.05em;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 18px;
	letter-spacing: -0.05em;
}

h5 {
	font-size: 11px;
}

div.texts p {
	font-size: 13px;
	line-height: 20px;
	text-indent: 25px;
	padding: 5px 0px;
}

div.texts p.letra {
	float: left;
	font-size: 40px;
	display: block;
	line-height: 40px;
	padding: 5px 3px 0px 0px;
	color: #ff9900;
	text-indent: 0px;
}

div.texts p.first {
	text-indent: 0px;
}

div.texts p.image-sub {
	font-size: 11px;
	text-align: center;
	font-style: italic;
}

div.line {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #333333;
	overflow: hidden;
}

.margin {
	margin-bottom: 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
	color:#fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - TOP
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
div#top {
	width: 100%;
}
 
	div#top div.line {
	 	width: 100%;
		height: 10px;
		background-color: #2C2C2C;
	}
	
	div#top div.back {
		width: 100%;
		height: 170px;
		background-image: url(../img/site/top_back.jpg);
		background-repeat: repeat-x;
	}
	
		div#top div.back div.logo {
			width: 541px;
			height: 170px;
			margin: auto;
			background-image: url(../img/site/top.png);
			background-repeat: no-repeat;
			background-position: center;
		}
		
			div#top div.back div.logo p,
			div#top div.back div.logo p a {
				display: block;
				width: 100%;
				height: 100%;
			}
	
	div#top div.menu {
		width: 100%;
		height: 38px;
		background-image: url(../img/site/menu_back.jpg);
		background-repeat: repeat-x;
	}
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 * 
	 * - TOP MENU
	 * 
	 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
		div#top div.menu ul {
			display: block;
			width: 872px;
			height: 100%;
			margin: auto;
			list-style-type: none;
		}
		
			div#top div.menu ul li {
				width: 141px;
				height: 36px;
				display: block;
				float: left;
				margin: 2px 2px 0px 2px;
				background-image: url(../img/site/menu_button.png);
				background-repeat: no-repeat;
				outline: none;
			}
			
			div#top div.menu ul li:hover {
				background-position: center;
			}
			
			div#top div.menu ul li.selected,
			div#top div.menu ul li:active {
				background-position: right;
			}
			
				div#top div.menu ul li.selected a {
					background-position: bottom;
				}
			
				div#top div.menu ul li a {
					width: 100%;
					height: 100%;
					background-repeat: no-repeat;
					display: block;
					outline: none;
				}
			
				div#top div.menu ul li a.home {
					background-image: url(../img/site/button_home.png);
				}
				
				div#top div.menu ul li a.eventos {
					background-image: url(../img/site/button_eventos.png);
				}
				
				div#top div.menu ul li a.aguia {
					background-image: url(../img/site/button_aguia.png);
				}
				
				div#top div.menu ul li a.fotos {
					background-image: url(../img/site/button_fotos.png);
				}
				
				div#top div.menu ul li a.associados {
					background-image: url(../img/site/button_associados.png);
				}
				
				div#top div.menu ul li a.contato {
					background-image: url(../img/site/button_contato.png);
				}
				
				div#top div.menu ul li a:hover {
					background-position: bottom;
				}
					
	div#top div.line2 {
	 	width: 100%;
		height: 6px;
		overflow: hidden;
		background-color: #4E4E4E;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - CENTER
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div#center {
	min-height: 500px;
	background-color: #1F1F1F;
	background-image: url(../img/site/center_top.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

	div#center div.content {
		width: 866px;
		min-height: 500px;
		margin: auto;
		padding: 15px 0px;
	}
	
		div#center div.content p.apresentacao {
			font-size: 13px;
			padding: 20px 0px 30px 0px;
			margin-left: 10px;
			line-height: 22px;
			font-style: italic;
			height: 70px;
		}
		
			div#center div.content p.apresentacao img {
				float: left;
				margin-top: -10px;
				margin-bottom: -18px;
				margin-right: 20px;
			}
		
		/*-------------------------------------------------------*/
		
		div#center div.content div.conteudo {
			float: left;
			background-color: #333333;
		}
			
			div#center div.content div.conteudo a {
				color: #ff9900;
				text-decoration: none;
			}
			
			div#center div.content div.conteudo a:hover {
				text-decoration: underline;
			}
			
			div#center div.content div.conteudo h2 {
				margin-bottom: 10px;
			}
			
			div#center div.content div.conteudo h3 {
				padding-left: 15px;
				background-image: url(../img/site/marcador.jpg);
				background-repeat: no-repeat;
				background-position: center left;
				font-size: 16px;
			}
			
			div#center div.content div.conteudo .data {
				font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				color: #CCCCCC;
				font-size: 12px;
				padding-left: 5px;
			}
			
			div#center div.content div.conteudo p {
				font-size: 14px;
				font-style: italic;
			}
					
			div#center div.content div.conteudo ul {
				list-style-type: none;
			}
			
				div#center div.content div.conteudo ul li {
					margin-bottom: 10px;
				}
		
		/*---------- NOVIDADES ----------------------------------*/
		
		div#center div.content div.novidades {
			width: 536px;
			height: 492px;
			float: left;
			margin: 5px 0px;
			overflow: hidden;
		}
		
			div#center div.content div.novidades div.left {
				width: 14px;
				height: 100%;
				background-image: url(../img/site/box2_left.jpg);
				background-repeat: no-repeat;
				float: left;
			}
			
			div#center div.content div.novidades div.conteudo {
				width: 497px;
				height: 462px;
				padding: 15px 20px 15px 5px;
			}
			
				div#center div.content div.novidades div.conteudo p {
					font-style: normal;
				}
				
				div#center div.content div.novidades div.conteudo ul,
				div#center div.content div.novidades div.conteudo ol {
					font-size: 12px;
					color: #fff;
					line-height: 20px;
					padding: 3px 0px;
				}
				
					div#center div.content div.novidades div.conteudo ul li,
					div#center div.content div.novidades div.conteudo ol li {
						margin-bottom: 0px;
						display: inline;
						padding-right: 10px;
					}
				
				div#center div.content div.novidades div.conteudo div {
					text-align: right;
					padding-top: 5px;
				}
				
					div#center div.content div.novidades div.conteudo div a {
						text-decoration: underline;
						font-size: 11px;
					}
					
					div#center div.content div.novidades div.conteudo div a:hover {
						text-decoration: none;
					}
				
				div#center div.content div.novidades div.conteudo h4 {
					background-color: #292929;
					text-indent: 8px;
					padding-top: 2px;
					-moz-border-radius: 6px 6px 0px 0px;
					-webkit-border-radius: 6px 6px 0px 0px;
				}
				
				div#center div.content div.novidades div.conteudo h5 {
					margin-bottom: 10px;
					background-color: #292929;
					text-indent: 8px;
					padding-bottom: 3px;
					-moz-border-radius:  0px 0px 6px 6px;
					-webkit-border-radius: 0px 0px 6px 6px;
				}
				
				div#center div.content div.novidades div.conteudo img {
					border: 9px solid #eeeeee;
					float: left;
					margin-right: 15px;
				}
		
		/*---------- CLASSIFICADOS -------------------------------*/
		
		div#center div.content div.classificados {
			width: 328px;
			height: 492px;
			float: right;
			margin: 5px 0px;
			overflow: hidden;
		}
		
			div#center div.content div.classificados div.right {
				width: 14px;
				height: 100%;
				background-image: url(../img/site/box2_right.jpg);
				background-repeat: no-repeat;
				float: left;
			}
			
			div#center div.content div.classificados div.conteudo {
				width: 289px;
				height: 462px;
				padding: 15px 5px 15px 20px;
			}
							
				div#center div.content div.classificados div.conteudo h3 {
					font-size: 14px;
				}
				
				div#center div.content div.classificados div.conteudo p {
					font-size: 12px;
					font-style: normal;
				}
				
				div#center div.content div.classificados div.conteudo div {
					height: 40px;
					overflow: hidden;
				}
				
					div#center div.content div.classificados div.conteudo div a {
						text-decoration: underline;
					}
					
					div#center div.content div.classificados div.conteudo div a:hover {
						text-decoration: none;
					}
				
				div#center div.content div.classificados div.conteudo div.novidade {
					height: 56px;
					padding-top: 4px;
					overflow: hidden;
					margin-bottom: 5px;
				}
				
				div#center div.content div.classificados div.conteudo ul li {
					margin-bottom: 0px;
				}
				
				div#center div.content div.classificados div.conteudo div.line {
					height: 0px;
					border-top: 1px solid #1f1f1f;
					border-bottom: 1px solid #484848;
					margin: 15px 0px;
				}
		
		/*---------- EVENTOS ----------------------------------*/

		div#center div.content div.eventos {
			width: 438px;
			height: 252px;
			float: left;
			margin: 5px 0px;
			overflow: hidden;
		}
		
			div#center div.content div.eventos div.left {
				width: 14px;
				height: 100%;
				background-image: url(../img/site/box1_left.jpg);
				background-repeat: no-repeat;
				float: left;
			}
			
			div#center div.content div.eventos div.conteudo {
				width: 399px;
				height: 222px;
				padding: 15px 20px 15px 5px;
			}
			
				div#center div.content div.eventos div.conteudo div {
					height: 25px;
				}
				
				div#center div.content div.eventos div.conteudo a.fotos {
					font-size: 11px;
					color: #FFCC00;
					font-weight: bold;
					padding-left: 5px;
				}
			
		/*---------- NOSSA SEDE ----------------------------------*/
		
		div#center div.content div.sede {
			width: 141px;
			height: 222px;
			padding: 15px 20px;
			margin: 5px 0px 0px 6px;
			float: left;
			background-color: #333;
		}
				
		/*---------- LIVRO DE VISITAS ---------------------------*/
		
		div#center div.content div.livro {
			width: 235px;
			height: 252px;
			float: right;
			margin: 5px 0px;
			padding: 0px;
			overflow: hidden;
		}
			
			div#center div.content div.livro div.conteudo {
				width: 196px;
				height: 222px;
				padding: 15px 5px 15px 20px;
				margin: 0px;
			}
			
				div#center div.content div.livro div.conteudo h3 {
					font-size: 14px;
				}
				
				div#center div.content div.livro div.conteudo p {
					font-size: 12px;
				}
				
				div#center div.content div.livro div.conteudo div {
					height: 55px;
				}
				
				div#center div.content div.livro div.conteudo div.line {
					height: 0px;
					border-top: 1px solid #1f1f1f;
					border-bottom: 1px solid #484848;
				}
				
				div#center div.content div.livro div.conteudo ul li {
					margin-bottom: 5px;
				}
				
				div#center div.content div.livro div.conteudo a.livro {
					color: #CCCCCC;
					text-decoration: underline;
					text-align: center;
					margin-top: 10px;
					display: block;
				}
				
				div#center div.content div.livro div.conteudo a.livro:hover {
					color: #FFFFFF;
				}
				
			div#center div.content div.livro div.right {
				width: 14px;
				height: 252px;
				background-image: url(../img/site/box1_right.jpg);
				background-repeat: no-repeat;
				margin: 0px;
				padding: 0px;
			}
		
		/*--------------- PAGINATION ---------------------------------*/
		
		div#center div.content div.pagination {
			width: 251px;
			height: 47px;
			margin: auto;
			margin-top: 30px;
			padding: 0px 15px;
			background-image: url(../img/site/pagination_back.jpg);
		}
		
			div#center div.content div.pagination div {
				float: left;
				margin-top: 10px;
			}
		
			div#center div.content div.pagination p {
				display: block;
				float: left;
			}
			
				div#center div.content div.pagination a {
					display: block;
					width: 28px;
					height: 28px;
					background-repeat: no-repeat;
				}
				
				div#center div.content div.pagination a:hover {
					background-position: bottom;
				}
				
				div#center div.content div.pagination .left-disabled {
					background-image: url(../img/site/arrow_left_disabled.jpg);
					margin: 10px 0px 0px 15px;
				}
				
				div#center div.content div.pagination .right-disabled {
					background-image: url(../img/site/arrow_right_disabled.jpg);
					margin: 10px 15px 0px 0px;
					float: right;
				}
				
				div#center div.content div.pagination .left-enabled {
					background-image: url(../img/site/arrow_left_enabled.jpg);
					margin-top: 10px;
					float: left;
				}
				
				div#center div.content div.pagination .right-enabled {
					background-image: url(../img/site/arrow_right_enabled.jpg);
					margin-top: 10px;
					float: right;
				}
				
				div#center div.content div.pagination p.center {
					width: 190px;
					margin-top: 16px;
					text-align: center;
				}
				
		/* --------------- Submitted ------------------- */

		div.submitted {
			height: 400px;
		}

		div.submitted div#flashMessage {
			font-size: 20px;
			text-align: center;
			line-height: 35px;
			background-repeat: no-repeat;
			background-position: center 10px;
			padding-top: 65px;
		}

		div.submitted div#flashMessage.success {
			background-image: url(../img/site/submitted_success.jpg);
		}

		div.submitted div#flashMessage.error {
			background-image: url(../img/site/submitted_error.jpg);
		}

		div.submitted p {
			text-align: center;
			line-height: 50px;
		}
		
		div.submitted a.voltar {
			font-size: 14px;
		}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - BOTTOM
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div#footer {
	width: 100%;
	height: 350px;
}

	div#footer div.top {
		width: 100%;
		height: 222px;
		margin: 6px 0px;
		background-color: #232323;
		background-image: url(../img/site/footer_back.jpg);
		background-repeat: repeat-x;
	}
	
		div#footer div.top div.content {
			width: 900px;
			height: 222px;
			margin: auto;
		}
		
			div#footer div.top div.content div.list {
				width: 173px;
				height: 182px;
				float: left;
				border-right: 1px solid #000000;
				border-left: 1px solid #333333;
				padding: 20px 25px;
			}
			
			div#footer div.top div.content div.left {
				border-left: none;
			}
			
			div#footer div.top div.content div.right {
				border-right: none;
			}
			
				div#footer div.top div.content div.list h2 {
					font-size: 20px;
					margin-bottom: 15px;
					letter-spacing: -0.02em;
				}
				
				div#footer div.top div.content div.list ul {
					list-style: none;
					line-height: 24px;
				}
				
				div#footer div.top div.content div.list a {
					text-decoration: none;
					font-style: italic;
					font-size: 12px;
					background-image: url(../img/site/marcador_footer.jpg);
					background-repeat: no-repeat;
					background-position: center left;
					padding-left: 12px;
				}
				
				div#footer div.top div.content div.list a:hover {
					text-decoration: underline;
				}
	
	div#footer div.bottom {
		width: 100%;
		height: 128px;
		background-image: url(../img/site/footer_bottom.jpg);
		background-repeat: repeat-x;
		font-size: 11px;
	}
	
		div#footer div.bottom a.img {
			width: 80px;
			height: 15px;
			display: block;
			float: left;
			margin: 10px 10px 0px 0px;
			background-repeat: no-repeat;
			line-height: 15px;
			font-size: 10px;
		}
		
		div#footer div.bottom a:hover {
			color: #FFCC00;
		}
		
		div#footer div.bottom a.img:hover {
			background-position: bottom;
		}
		
		div#footer div.bottom a.firefox {
			background-image: url(../img/site/firefox.jpg);
		}
		
		div#footer div.bottom a.creativecommons {
			background-image: url(../img/site/creativecommons.jpg);
		}
		
		div#footer div.bottom a.xhtml {
			background-image: url(../img/site/xhtml.jpg);
		}
		
		div#footer div.bottom a.css {
			background-image: url(../img/site/css.jpg);
		}
		
		div#footer div.bottom a.cakephp {
			width: 100px;
			background-image: url(../img/site/cakephp.jpg);
		}

		div#footer div.bottom div.content {
			width: 900px;
			height: 128px;
			margin: auto;
		}
		
			div#footer div.bottom div.content div.left {
				width: 420px;
				height: 88px;
				float: left;
				color: #FF9900;
				padding-left: 25px;
				padding-top: 40px;
			}
			
			div#footer div.bottom div.content div.right {
				width: 49%;
				height: 100%;
				float: right;
			}
			
				div#footer div.bottom div.content div.right h3 {
					font-size: 15px;
					color: #999999;
					line-height: 20px;
					margin-top: 20px;
				}
				
				div#footer div.bottom div.content div.right p {
					color: #666666;
				}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - CAKE SQL TABLE
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table.cake-sql-log {
	background: #f4f4f4;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

table.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

table.cake-sql-log th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

table.cake-sql-log th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table.cake-sql-log tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	/*padding: 4px;*/
	text-align: center;
	vertical-align: top;
	padding: 4px 8px;
	text-align: left;
}

table.cake-sql-log tr.altrow td {
	background: #f4f4f4;
}

table.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}

table.cake-sql-log td.actions a {
	margin: 0px 6px;
}
