//*#############################################################
CSS especialmente desenvolvido para o site http://www.templodemagia.com
Data: 23/09/2007
Autor: Rodrigo - krisiun@gmail.com
URL: http://www.templodemagia.com

Permitida a cópia deste CSS, desde que sejam mantidos os créditos originais.
#############################################################*//

/* Elementos principais */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
.link a:hover {
	color: #999;
	text-decoration: underline;
}
body {
	background: #000 url(img/black-marble.gif);
	color: #FFFFFF;
	margin: 14px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Citação */
div.quote {
	margin-bottom: 12px;
	font: italic 1.6em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Estrutura do site */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 8px auto 4px auto; 
	text-align: left;
	width: 96%; 
}


/* Cabeçalho */
.gfx {
	height: 110px;
}
.gfx h1 {
	background: url(img/home_bg_null.jpg);
	border-bottom: #eee 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border: double;
	border-color: #141414 #202020 #222 #202020;
	color: red;
	padding: 10px 20px;
}


/* Menu */
.menu a {
	background: #000 url(img/home_bg_null.jpg);
	color: #FFFFFF;
	float: none; 
	font-size: 1.2em;
	padding-top: 0px;
	padding-left: 25px;
	width: 118.4px; height: 70px;
}
.menu a span {
	padding-left: 0px;
}
.menu a:hover {
	background: #000 url(img/home_bg_null.jpg);
	color: red;
}
.menu a#last {
	width: 130px;
	border-right: none;
}


/* Conteúdo */
.content {
	border-top: none;
	clear: both;
	filter: alpha(opacity=80);
	font-weight: 700;
	line-height: 15px;
	padding: 8px 10px;
	opacity: .80;	
}
.content h1 {
	filter: alpha(opacity=80);
	opacity: .80;
	margin: 0 0 4px;
	font: bold 1.6em sans-serif,Arial;
	color: red;
}
.content h2 {
	margin: 0 0 4px;
	font: bold 2.0em Verdana,Arial;
	color: yellow;
	filter: alpha(opacity=80);
	opacity: .80;
}
.content h3 {
	text-align:center;
	margin: 0 0 4px;
	font: bold 2.2em Verdana,Arial;
	color: #FF0000;
	filter: alpha(opacity=80);
	opacity: .80;
}
.content p {
	filter: alpha(opacity=80);
	opacity: .80;
	margin: 0 0 12px;
}
.item {
	background-color: #030303;
	background-image: url(img/Shadowgram.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 8px 10px;
}


/* Rodapé */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
} 