/**
 * @file style.css
 * @author Tiago Madeira <contact@tiagomadeira.com>
 * @date 2008-09-09
 *
 * @brief Default stylesheet
 *
 * @par License 
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 */

* {
	margin:0;
	padding:0;
}

html {
	background:#bbb;
	color:#000;
	font:12px Arial;
}

img {
	border:0;
	vertical-align:middle;
}

#wrap {
	border:solid 5px #999;
	border-top:0;
	width:1000px;
	background:#fff;
	padding-bottom:10px !important;
	margin:0 auto;
	margin-bottom:30px !important;
}

#top {
	background:url("/fototopo") no-repeat right center;
	height:150px;
}

#alphabg {
	height:150px;
	background:url("/img/alphabg.png") repeat-Y right center;
}

#top .logo {
	float:left;
	margin-top:15px;
	margin-left:10px;
	margin-right:15px;
}

#top h1 {
	padding-top:42px;
	padding-bottom:5px;
}

#top .eixo {
	font-size:1.3em;
	font-weight:bold;
}

#menu {
	margin:0 0 15px 0;
	/*background:#042675;*/
	color:#fff;
	line-height:1.8em;
	height:22px;
	background:#DE2222;
}

#menu ul {
	list-style:none;
}

#menu li {
	position:relative;
	display:block;
	width:123px;
	float:left;
}

#menu li a {
	border-left:solid 1px #BE0202;
	border-right:solid 1px #FE4242;
	width:123px;
	text-align:center;
	float:left;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}

#menu li a:hover {
	background:#AE0202;
}

#menu li ul {
	position:absolute;
	top:22px;
	left:1px;
	background:url("/img/susp.gif") no-repeat bottom center;
	width:123px;
	padding:2px 0;
	display:none;
}

#menu li li {
	float:none !important;
	padding:3px 6px !important;
	line-height:1em !important;
	width:116px !important;
}

#menu li li a {
	display:inline;
	float:none !important;
	border:0 !important;
	text-transform:none !important;
	font-weight:normal !important;
	text-align:left;
	line-height:1em !important;
}

#menu li li a:hover {
	background:none !important;
	text-decoration:underline;
}

#content {
	margin:0 0 0 10px;
}

#sidebar {
	float:right;
	margin:0 10px 15px 0;
}

#footer {
	margin:0 10px;
	clear:both;
	padding:15px 0 5px 0;
	text-align:center;
	color:#333;
	font-size:0.9em;
}

#footer p {
	margin:10px 0;
}

#footer a {
	color:#333;
}

#footer a:hover {
	text-decoration:none;
}

#content a {
	color:#042675;
}

h2 {
	font:1.4em Georgia;
	color:#DE2222;
	padding:0 0 5px 0;
}

.bloco {
	clear:both;
}

#stars, #lastnews {
	margin-bottom:15px;
}

#stars {
	width:295px;
	float:right;
}

#social p {
	text-align:center;
	margin-top:10px;
}

#social img {
	background:#fff;
	vertical-align:middle;
}

#lastnews {
	width:480px;
	float:left;
}

#lastnews .last {
	background:#333;
	width:200px;
	color:#fff;
	float:left;
	margin-right:10px;
}

#lastnews .last a {
	color:#fff !important;
	text-decoration:none !important;
}

#lastnews .last p {
	padding:5px;
}

#lastnews ul {
	list-style:none;
}

#lastnews li {
	padding-bottom:10px;
}

#lastnews li a {
	color:#000 !important;
	text-decoration:none !important;
}

#lastnews .more a {
	color:#DE2222 !important;
	text-decoration:none !important;
}

#lastnews .more a:hover {
	text-decoration:underline !important;
}

#lastnews .data {
	display:block;
	color:#666;
	font-size:0.9em;
}

#restrita, #agenda, #rcomments, #social {
	float:left;
	margin:0 10px;
}

#restrita {
	width:160px;
}

#agenda {
	width:200px;
}

#rcomments {
	width:220px;
	margin-left:0 !important;
}

#social {
	width:340px;
}

#restrita a:hover {
	text-decoration:none;
}

#agenda ul {
	list-style:none;
}

#agenda li {
	padding:3px 0;
}

#agenda .data {
	display:block;
	color:#444;
	font-size:0.9em;
	font-weight:bold;
}

#agenda strong {
	font-weight:normal !important;
	display:block;
}

#agenda a {
	color:#DE2222 !important;
}

#agenda li a {
	text-decoration:none;
	color:#000 !important;
}

#agenda li.bday strong {
	padding-left:28px;
	background:url("/img/cake.png") no-repeat left center;
}

ul.agenda {
	list-style:none;
	margin-left:2px !important;
}

ul.agenda li {
	font-size:1.05em;
	padding:5px 0;
}

ul.agenda li {
	padding-left:30px;
	background:url("/img/clock.png") no-repeat left center;
}

ul.agenda li.bday {
	padding-left:30px;
	background:url("/img/cake.png") no-repeat left center !important;
}

ul.agenda .data {
	font-size:0.95em;
	display:block;
	color:#444;
	margin-bottom:-3px !important;
}

ul.agenda li a {
	color:#000 !important;
}

#rcomments ul {
	list-style:none;
}

#rcomments li {
	padding:3px 0;
}

#rcomments a {
	color:#000 !important;
	text-decoration:none !important;
}

#stars {
	margin-right:10px;
}

#stars img {
	background:#fff;
	padding:1px;
	border:solid 1px #000;
	float:left;
	margin-right:5px;
}

#stars .info {
	font-size:0.9em;
	line-height:1.4em;
	padding:5px 0;
}

.more {
	padding-top:10px;
	font-size:0.9em;
}

#lastnews .more {
	padding:0 !important;
}

#stars .more {
	clear:both;
}

#restrita fieldset {
	border:0;
}

#restrita input.text {
	width:140px;
}

#restrita input.submit {
	padding:2px;
}

#destaque {
	width:480px;
	float:right;
}

/*
#destaque img {
	border:solid 1px #000;
	padding:1px;
	background:#fff;
}
*/

.page {
	margin-right:10px !important;
}

.page p, .page ul, .page ol, .page code, .page h3 {
	line-height:1.5em;
	margin:8px 0;
	text-align:justify;
}

#content fieldset {
	border:0;
	margin-top:-15px;
}

#content fieldset ul {
	list-style:none;
	margin-left:0;
}

#content fieldset li {
	margin:4px 0;
	line-height:1.3em;
}

#content input.text {
	font:12px Arial;
	padding:4px;
	border:solid 1px #999;
}

#content input.submit {
	padding:2px;
}

.msg {
	font-weight:bold;
	color:#DE2222;
}

.suc {
	font-weight:bold;
	color:#22BE22;
}

.adminindex {
	margin-left:150px !important;
	list-style:none;
	width:700px !important;
}

.adminindex li {
	float:left;
	display:block;
	width:100px;
	height:100px;
	margin:10px;
	text-align:center;
}

.adminindex a {
	text-decoration:none;
	font-weight:bold;
	color:#000 !important;
}

textarea {
	width:820px;
	height:100px;
	border:solid 1px #ccc;
	padding:2px;
	font:12px Arial;
}

textarea.richtext {
	width:820px;
	height:500px;
}

.leftimage {
	float:left;
	margin-right:10px !important;
	margin-bottom:10px !important;
}

.rightimage {
	float:right;
	margin-left:10px !important;
	margin-bottom:10px !important;
}

img.border {
	border:solid 1px #000;
	padding:1px;
	background:#fff;
}

.tree a {
	color:#000 !important;
	text-decoration:none;
}

.tree {
	margin-left:15px !important;
	list-style:disc;
	line-height:2em !important;
}

.page ul, .page ol {
	margin-left:15px;
}

.tree ul {
	margin:0 !important;
	margin-left:15px !important;
	list-style:circle;
}

.tree input.submit {
	padding:0 !important;
	border:0;
	width:16px;
	height:16px;
	font-size:1px;
	text-indent:-999em;
	vertical-align:middle;
}

.tree form {
	display:inline;
}

.tree .inactive {
	color:#666 !important;
}

#restrita ul {
	list-style:none;
	margin-top:15px !important;
}

.gotop {
	font-size:0.95em !important;
	padding-left:20px;
	background:url("/img/up.png") no-repeat left center;
}

.view {
	padding:1px 0 1px 20px;
	font-size:0.95em !important;
	background:url("/img/view.png") no-repeat left center;
}

#lightbox {
	background:url("/img/alphablack.png") repeat;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9000;
	display:none;
}

#lbclose {
	position:absolute;
	z-index:9002;
	width:16px;
	height:16px;
	margin-top:-245px;
	margin-left:298px;
	left:50%;
	top:50%;
}

#lbclose a {
	background:url("/img/close.png") no-repeat center center;
	display:block;
	width:16px;
	height:16px;
}

#lbclose a span {
	display:none;
}

#lbcontent {
	position:absolute;
	z-index:9001;
	width:640px;
	height:500px;
	margin-top:-265px;
	margin-left:-335px;
	left:50%;
	top:50%;
	border:solid 5px #DE2222;
	background:#eee;
	background:#000 !important;
	padding:10px;
}

.mainimage {
	margin:20px 0;
	text-align:center;
}

.mainphoto {
	text-align:center;
	margin-top:-1px !important;
	margin-left:-2px !important;
}

.prevphoto, .nextphoto, .closephoto {
	margin-top:3px;
}

.prevphoto {
	float:left;
}

.nextphoto {
	float:right;
}

.closephoto {
	text-align:center;
}

.prevphoto a, .nextphoto a, .closephoto a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:0.95em;
	padding:2px;
}

.mainimage img {
	border:solid 1px black;
	background:#fff;
	padding:1px;
}

.off {
	opacity:0.4;
}

.page img {
	padding:1px;
	background:#fff;
	border:solid 1px #000;
}

.page #map img {
	padding:0 !important;
	background:none !important;
	border:none !important;
}

.adminindex img {
	border:none !important;
	padding:0 !important;
}

.postmeta {
	margin-top:0 !important;
	color:#666;
	font-size:0.9em;
	vertical-align:middle;
}

.postmeta a {
	color:#666;
	text-decoration:none;
}

.postmeta span {
	background:no-repeat left center;
	padding:2px 15px 2px 20px;
}

.postmeta .comments {
	background-image:url("/img/comments.png");
}

.postmeta .date {
	background-image:url("/img/cal.png");
}

.postmeta .time {
	background-image:url("/img/time.png");
}

#map {
	width:480px;
	height:345px;
}

.photogallery {
	text-align:left !important;
	list-style:none !important;
	margin:0 !important;
	text-indent:0 !important;
}

.photogallery li {
	display:inline;
}

.photogallery a.view {
	background:none !important;
	padding:0 !important;
}

.photogallery img {
	padding:1px !important;
	background:#000 !important;
	border-left:solid 2px #fff !important;
	border-right:solid 2px #fff !important;
	border-top:solid 3px #fff !important;
	border-bottom:solid 3px #fff !important;
}

.commentlist {
	list-style:none !important;
	margin:0 !important;
}

.commentlist li {
	padding:5px;
	margin-bottom:10px;
	border:solid 2px #999;
}

.commentlist li.odd {
	background:#eee;
}

.commentlist .date {
	font-size:0.95em;
}

