﻿/* Neon-Teh-CSS-Layout */
body {
	width: 640px;
	margin: auto;
	padding: 0;
	background-color: #B0EA9B;
	background-image:url('images/corpo.png');
	background-position:center;
	background-repeat: repeat-y;
	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}

.container {
	display: table;
}

img {
	border: none;
}

a {
	color: #3F65CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.masthead {
}

.container {
	min-width: 640px;
	min-height: 336px;
}

.left_col {
	width: 192px;
	float: left;
}


.left_col img {
	margin-top: 0px;
	margin-bottom: 0px;
}


.page_content {
	width: 432px;
	min-height: 290px;
	padding: 8px;
	background-image:url('images/stretchBody.png');
	background-repeat: repeat-y;
	display: inline-block;
}

.footer {
	color: darkgreen;
	font-size: 10px;
	/* background-image:url('images/footerCoiso.png');
	background-repeat:no-repeat;*/
	padding-top: 16px;
}

.footer p, a {
	margin: 0px;
}

.centrado {
	text-align: center !important;
}

/* cores */
.cinza {
	color: #555555;
}

.azul {
	color: #3F65CC;
}
/* woah itens! */

.item {
	float:left;
	width: 128px;
	min-height: 112px;
	max-height: 128px;
	text-align: center;
	border-color: #DDDDDD;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 15px;
	white-space: pre-line;
}

.item a {
	font-size: 10px;
}

.item .cinza {
	font-size: 9px;
}

.item img {
	margin-bottom: 4px;
}

.itemHorizontal {
	text-align: left;
	border-top: 1px solid;
	border-color: #DDDDDD;
	padding-top: 8px;
	padding-bottom: 8px;
}

.itemHorizontal a {
	font-size: 16px;
}


.itemHorizontal img {
	margin-right: 8px;
}

/* artigos!!! */

.artigoTitle {
	text-align: center;
	color: 0067BC;
}

.artigo {
	text-align: center;
	white-space: pre-line;
}

.artigo * {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: justify;
}

.artigo blockquote :before {
	content:"> ";
}

.artigo blockquote {
	color: #009900;
	background-color: #EEFFEE;
}

.artigo img {
	display: block;
	text-align: center;
	max-width: 432px;
	margin: auto;
}

/* roubado do especulamente */
.pagination {
	border-top: 1px solid;
	border-color: #DDDDDD;
	white-space: normal;
	display: inline-block;
	text-align: center;
	margin-top: 8px;
	margin-bottom: -10px;
	margin-left: 45px;
}

.pagination a,
.pagination p {
	display: inline-block;
}

.pagination a {
	color: #5757e6;
	text-decoration: none;
}

.pagination a:hover {
	color: #2525c4;
}
