/* Authors Stylesheet
by Bruno Guedes, 2007

Stylesheet defining multiple blog authors
Used by creator for fun use only, but may be used for serious multi-author blogs if wished =D
*/

/*Página de autores*/


ul.authorlist
{
	text-align: justify;
    display: block;
}

ul.authorlist li
{
	list-style-image: none;
	display: inline;
}

/*
Configurações gerais da div de posts e formatação geral para todos os autores
*/

div.post
{
	display: block;
	width: 98%;
	padding: 8px 0px;
}

div.post h1
{
	display: block;
	font-family: Arial, Bitstream;
	font-size: 18px;
	vertical-align: top;
	margin: 2px 4px;
}

div.title
{
	margin-bottom: 16px;
	border: 0px;
	display: block;
}

div.post h2
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
	margin: 0px 0px 0px 0px;
}

div.post h2 a
{
	font-weight: normal;
}

div.post h2 a:hover
{
	font-weight: bold;
}

div.post h3
{
    font-size: 16px;
    display: block;
    font-weight: bold;
    background: #c0c0c0;
    text-align: center;
}

div.post h4
{
    font-size: 12px;
    display: block;
    font-weight: bold;
    background: #c0c0c0;
    text-align: center;
}

div.post a
{
	text-decoration: none;
}

div.post a:hover
{
	font-weight: bold;
}

div.post img.full
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	max-width: 500px;
}

div.post img.floatright
{
	display: inline;
	float: right;
	margin: 4px 4px 4px 4px;
	border: 0px;
	padding: 0px;
	max-width: 48%;
}

div.post img.floatleft
{
	display: inline;
	float: left;
	margin: 4px 4px 4px 4px;
	border: 0px;
	padding: 0px;
	max-width: 48%;
}

div.post img.imagecenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	max-width: 50%;
}

div.post acronym
{
	font-variant: small-caps;
}

#navpostbar
{
	font-size: 10pt;
	display: block;
	width: 100%;
}

div.postcontent
{
	width: 98%;
	padding: 0px 8px;
	font-size: 10pt;
}

p.captcha img
{
	display: block;
	margin: 4px 4px 4px 4px;
	border: 0px;
}

img.avatar
{
	border: 0px none #000000;
	float: left;
	min-width: 48px;
	min-height: 48px;
}

span.readmore
{
	width: 100%;
	padding-left: auto;
	font-size: 8pt;
}

/*Bruno Guedes(i.e., eu mesmo).
�&#65533;rea de atuação: pessoal, amor, faculdade, humor, notícias, atualizações, memes, quadrinhos, aquarismo amador
*/
.guedesav
{
	font-family: Verdana;
}

.guedesav blockquote
{
	padding: 12px 16px 12px 8px;
	margin-left: 32px;
	border-left: solid thick #808080;
	color: #808080;
}

.guedesav div.postcontent p
{
	text-indent: 16px;
}

.guedesav ins
{
	text-decoration: small-caps;
}

/*Töpo a toupeira obesa
�&#65533;rea de atuação: rants, crônicas, saudosismos e rabugices em geral
*/
.topo
{
	font-family: Monospace, Courier;
}

.topo div.postcontent p
{
	text-indent: 32px;
}

.topo ins
{
	text-decoration: none;
	color: #808080;
}

/*Korso, toupeira artista
�&#65533;rea de atuação: arte, música, filmes, literatura, resenhas
*/
.korso
{
	font-family: Georgia;
}

.korso blockquote
{
	padding: 12px 8px 12px 8px;
	margin: 16px;
	border: solid thick #c0c0c0;
	color: #808080;
}

.korso ins
{
	text-decoration: none;
	text-shadow: #808080;
}

.korso div.postcontent p
{
	text-indent: 12px;
}

/*Toupeira Profissional
*�&#65533;rea de Atuação: computação, programação, tutoriais, games, comics, mangás
*/
.pro-mole
{
	font-family: Arial;
}

.pro-mole div.postcontent p
{
	text-indent: 16px;
}

/*Token
�&#65533;ea de Atuação: posts de ausência, justificativas, besteiras muito grossas
*/
.token
{
	font-family: "Comic Sans";
}

/*Quotations*/
blockquote.lyrics
{
	border: thin solid #c0c0c0;
	font-family: Monospace, Courier;
	padding: 4px;
}
