body
{
	margin: 0 auto;
	max-width: 900px;
/* 	background-image: url(img/bg03.jpg); */
/* 	background-repeat: repeat-x; */
/* 	background-attachment: fixed; */
	background-color: #f6f6f6;
	color: #000;
	font-family: "Noto Serif", serif;
	font-size: 12px;
	line-height: 1.5;
}

a:link { color: #000; }
a:visited { color: #666; }
a:hover { color: #000; }
a:active { color: #000; }

a:link.on { color: #000; }
a:visited.on { color: #000; }
a:hover.on { color: #000; }
a:active.on { color: #000; }

#colunaEsquerda
{
	float: left;
	width: 19%;
	padding: 0 2%;
	padding-top:50px;
/* 	border-right: 1px dotted #bbb; */
	font-size: 100%;
}

.sub {
}

#colunaDireita
{
	float: right;
	padding-top:50px;
	width: 70%;
	font-size: 125%;
	padding-left: 2%;
	border-left: 10px solid #fff;
}

ul
{
	padding-left: 1.3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #bbb;
	margin: 0;

}

ul.releases {
padding-left: 0;
}

ul.releases li {
list-style: none;
margin-bottom: 1em;
overflow: auto;
}

ul.releases > li > img {
width: 136px;
float: left;
}
/* home */

ul.home {
padding: 0;
border: 0;
margin-bottom: 2em;
}

ul.home li {
list-style-type: none;
position: relative;
width: 610px;
}

ul.home li img {
display: block;
width: 610px;
height: auto;
margin: 0;
padding: 0;
}

ul.home li span {
position: absolute;
left: 0;
top: 0;
background-color: #fff;
background-color: rgba(255,255,255,.6);
padding: 0.5em;
font-weight: normal;
color: #000;
}

li { list-style-type: circle; }

.pal { list-style-type: disc; }

ul.releases img {
	vertical-align: top;
}

h1
{
	font-size: 100%;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #bbb;
	font-weight: bold;
}

h1 + h1 {
	padding-bottom: 0;
}

#colunaEsquerda h1 {
	font-size: 125%;
}

#colunaEsquerda h2 {
	border-bottom: none;
	padding-bottom: 0;
}

h1.home {
	padding: 0;
	margin: 0;
	border: none;
}

h1.home img {
	margin: 0;
}

h1 em
{
	font-style: normal;
	font-weight: normal;
}

h2
{
	font-size: 100%;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #bbb;
	font-weight: bold;
}

p
{
	padding-bottom: 13px;
	border-bottom: 1px solid #bbb;
}

img
{
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
}

bk01 { background-image: url(../img/03_CCCCCC.gif); }
bk02 { background-image: url(../img/bg2.gif); }
bk03 { background-image: url(../img/11_FFFFFF.gif); }

.clear
{
	padding-bottom: 0px;
	border-style: none;
}

/* images retina */

h1 img, p.clear img {
	width: 520px;
	height: auto;
}
