@charset "utf-8";

body {
	background-color: #000000;
	color: #fff;
	font-size: 11px;
	font-family: verdana, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
}
a, a:visited, a:hover, a:link {
	color: red;
	text-decoration: none;
	border: 0;
}
img {
	border: 0 solid transparent;
}
.section-container {
	margin: 5px;
	position: absolute;
	display: none;
}
#editorial {
	background-color: #d3005f;
}
#interview {
	background-color: #009dd9;
}
#invited {
	background-color: #fadf00;
}
#submitted {
	background-color: #02be4e;
}
#carpet {
	background-color: #b1424d;
}
#nomads {
	background-color: #29a294;
}
#project {
	background-color: #b9d300;
}
#review {
	background-color: #cbd24c;
}
#events {
	background-color: #f81319;
}
#credits {
	background-color: #00af8a;
}
#nextissue {
	background-color: #fea877;
}

#corpo {
	position:relative;
	width:1024px;
	margin: 0 auto;
}
#titulo {
	position:relative;
	width:700px;
	height:200px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	top: -5px;
}
#logovirus {
	position:absolute;
	width:115px;
	height:97px;
	z-index:2;
	top: 5px;
	left: 10px;
}
.articlelist {
	display: none;
	background: black url('../img/transbg.png') repeat scroll left top;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	color: #0f0;
	z-index: 2000;
}
.articlelist li {
	list-style-type: none;
}
.articlelist li:hover {
}
.articlelist li:hover span {
	color: #0f0;
}
.tooltip {
	display: none;
	width: 350px;
	background: transparent url('../img/transbg.png') repeat scroll left top;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	color: #0f0;
	z-index: 6000;
}

.tooltip .title-en {
	font-style: italic;
}
.text_gray {
	color: #666;
}
.text_small {
	font-size: 15px;
}

#marquee {
	position:absolute;
	width:750px;
	height:20px;
	z-index:10;
	top: 160px;
	left: 200px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#marquee span.pt {
	color: #f00;
}

#marquee span.en {
	color: #fff;
}

span.pt {
	color: #000;
	font-weight: bold;
}

span.en {
	color: #fff;
	font-weight: bold;
}

.title-en {
	color: #ccc;
}

.title-pt {
	color: #757575;
}
.title-author {
	color: #565656;
}

#img_1 {
	position: absolute;
	width: 320px;
	height: 180px;
	border: 0;
	padding: 0;
	margin: 0;
	top: 180px;
	left: 10px;
}

#img_2 {
	position: absolute;
	width: 320px;
	height: 180px;
	border: 0;
	padding: 0;
	margin: 0;
	top: 500px;
	left: 10px;
}
#img_3 {
	position: absolute;
	width: 320px;
	height: 180px;
	border: 0;
	padding: 0;
	margin: 0;
	top: 340px;
	right: 10px;
}

.top_layer {
	z-index: 1000;
}

.bottom_layer {
	z-index: 5;
}

#canvas {
	position: absolute;
	top: 0;
	left: 0;
}
/* vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab : */
