/*
Theme Name: Cleanr
Theme URI: http://wpshoppe.com/demo/cleanr/about/
Description: Clean, Clear and BIG! Just so easy to READ!
Version: 0.1.2
Tags: black, white, light, two-columns, right-sidebar, fixed-width, threaded-comments, photoblogging
Author: Chandra Maharzan
Author URI: http://www.wpshoppe.com/about/
License: All Rights Reserved
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import url("css/reset.css");
@import url("css/text.css");
@import url("css/960.css");

body {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	background: #000 url(images/pergaminho-bg.jpg) no-repeat fixed top;
}

a {
	color: #761e09;
	text-decoration: underline;
}

h1 {
	display: block;
	position: absolute; 
	top: 130px;
	margin-left: 570px;
	overflow: hidden;
	width: 142px;
	height: 150px;
	background: url(images/logo.gif) top center no-repeat;
	
}

h1 a {
	display: block;
	width: 142px;
	height: 150px;
	text-indent: -500000px;
}

#grande {
	display: block;
	position: absolute; 
	overflow: hidden;
	top: 150px;
	margin-left: 260px;	
	width: 241px;
	height: 255px;
	background: url(images/logo-grande.gif) top center no-repeat;
	text-indent: -500000px;
}


h2 {
	color: #442e12;
}

.esquerda {
	float: left;
}

.direita {
	float: right;
}

.centro, .center, .aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.alignleft {
	float:left;
	margin-right: 7px;
	border: 1px #d9d4a9 solid;
}

.alignright {
	float: right;
	margin-left: 7px;
	border: 1px #d9d4a9 solid;
}

#container {
	width: 755px;
	margin: 0 auto;
}

#institucional {
	height: 5px;
	padding-left: 456px;
}

#institucional li {
	float: left;
	padding: 2px;
	list-style: none;
}

#institucional li a {
	color: #f5e6d0;
	text-decoration: none;
	font-size: 11px;
}

#header {
	background: transparent url(images/pergaminho-top.gif) no-repeat center top;
	height: 179px;
}

hr {
	clear:both;
	height: 0;
	border: 0;
	margin: 0;
}

#nav {
	padding: 25px 0 0 30px;
}

#nav li {
	float: left;
	list-style: none;
}

#content {
	background: transparent url(images/pergaminho-mid.gif) repeat-y center top;
	padding: 0 54px 40px 50px;
}

#tit-sessao {
	margin-left: -15px;
}

#tit-sessao h2 {
	display: block;
	width: 330px;
	height: 68px;
	overflow: hidden;
	text-indent: -500000px;
}

#tit-sessao #agenda {
	background: url(images/tit-agenda.gif) top center no-repeat;
}

#tit-sessao #artes-marciais {
	background: url(images/tit-artes-marciais.gif) top center no-repeat;
}

#tit-sessao #contato {
	background: url(images/tit-contato.gif) top center no-repeat;
}

#tit-sessao #cursos {
	background: url(images/tit-cursos.gif) top center no-repeat;
}

#tit-sessao #escola-de-magia {
	background: url(images/tit-escola-de-magia.gif) top center no-repeat;
}

#tit-sessao #horarios {
	background: url(images/tit-horarios.gif) top center no-repeat;
}

#tit-sessao #mapa {
	background: url(images/tit-mapa.gif) top center no-repeat;
}

#tit-sessao #praticas-internas {
	background: url(images/tit-praticas-internas.gif) top center no-repeat;
}

#tit-sessao #terapias {
	background: url(images/tit-terapias.gif) top center no-repeat;
}

#footer {
	background: transparent url(images/pergaminho-baixo.gif) no-repeat center top;
	width: 755px;
	height: 120px;
	margin-top: -52px;
	padding-top: 120px;
	text-align: center;
	color: #f2f2f2;
	font: 24px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.sub-pages {
	width: 500px;
	margin: -10px 0 0 14px;
	font-size: 11pt;	
	font-weight:bold;
}

.sub-pages li {
	list-style: none;
	display:block;
	float: left;
	margin: 0 10px 2px 0;
	padding: 0 0 0 10px;
	border-left: 1px #761e09 solid;
}

.sub-pages li a {
	color: #761e09;
	text-decoration: none;
}

.sub-pages li a:hover {
	text-decoration: underline;
}