@import url("reset.css");

body {
	font-family: DejaVu sans condensed, lucida sans;
	font-size: 10pt;
	line-height: 12pt;

	background-color: white;
}

/* #99c -> cor de fundo do header 
 * #ccc -> cor de fundo dos quadros laterais
 * #306 -> cor de texto (links e header)
 */

h1 {
	/* pos */
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 54px;

	background-image: url(/page_attachments/0000/0007/header.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #000;
	color: #80f;

	padding-top: 34px;
	padding-left: 27px;

	font-family: DejaVu Serif book, lucida Serif;
	font-weight: normal;
	font-size: 28pt;
}

.left {
	position: fixed;
	left: 0px;
	top: 109px;
	bottom: 0;
	width: 183px;

	background-color: #ccc;
	color: #306;

	padding-top: 34px;
	padding-left: 27px;
}

.left a, .left strong {
	font-weight: bold;

	margin-bottom: 11px;

	display: block;

	color: #306;
}

.left strong, .left strong a {
	color: #f00;
}

.right {
	position: fixed;
	right: 0px;
	top: 109px;
	bottom: 0px;

	padding: 34px 0 0 10px;
	width: 300px;
	background-color: #ccc;
}

.right h3 {
	margin-bottom: 10px;
}

.right div {
	margin-bottom: 10px;
}

.right li {
	margin-bottom: 5px;
}

.page {
	margin-top: 116px;
	margin-left: 244px;
	margin-right: 330px;

	font-size: 9pt;
}

h2, h2 a {
	font-weight: bold;
	font-size: 14pt;

	color: #086;

	margin-bottom: 10px;
}

.date {
	font-style: italic;

	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.post {
	background-image: url("/page_attachments/0000/0003/copo.png");
	background-repeat: no-repeat; 
	background-position: bottom right;
	margin-bottom: 20px;
}

.columns {
	column-width: 200px;
	-moz-column-width: 200px;
	-moz-column-rule: solid 1px #ddd;
	-webkit-column-width: 200px;
}

.content li {
	padding-left: 1em;
	margin-top: 5px;
}

p, blockquote {
	margin-bottom: 5px;
}

blockquote {
	margin-left: 15px;
}

.tags {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #306;
}

.lang {
	font-size: 9px;
}

/* areas */
h2.digitais a:hover, .left a:hover.digitais, .left strong.digitais {
	color: #ff0000;
}

h2.digitais a, .left a.digitais {
	color: #960000;
}

h2.pessoais a:hover, .left a:hover.pessoais, .left strong.pessoais {
	color: #009900;
}

h2.pessoais a, .left a.pessoais {
	color: #005000;
}

h2.criacoes a:hover, .left a:hover.criacoes, .left strong.criacoes {
	color: #0000ff;
}

h2.criacoes a, .left a.criacoes {
	color: #000064;
}


