/* CSS Document */

body {
	background-color: black;
	font-size: 1.0em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	background-image: url(pics/devo.jpg);
	background-repeat: repeat;
}

img {border-style: none;}

a:link, 
a:visited,
a:active {
	color: red;
	text-decoration: none;
	padding-bottom: 2px;
}

a:hover {
	color: black;
}

#conteudo {
	width: 60%;
	background-color: white;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	margin-left: 15%;
	margin-right: 15%;
	height: inherit;
}

#categorias {
	padding-left: 2px;
	position: relative;
	top: 5px;
	font-size: 0.9em;
	*left: -40px;
}

#categorias a:hover {
	font-weight: bold;
	text-decoration: underline;
	
	
}

#categorias li {
	list-style: none;
	padding-bottom: 5px;
	*left: 0px;
}

#topo {
	width: 100%;
	position: relative;
	padding-bottom: 5px;
}

#colEsquerda {
	position: relative;
	width: 15%;
	background-color: white;
}

#colEsquerda a:link,
#colEsquerda a:visited,
#colEsquerda a:hover {
	text-decoration: none;
	color: black;
}

#colCentro {
	position: relative;
	width: 70%;
	background-color: white;
}

tr {
	vertical-align: top;
}

#colDireita {
	position: relative;
	width: 25%;
	background-color: white;
	text-align: center;
}

.btnCategoria {
	width: 100%;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	font-family: Courier, sans-serif;
	background-color: red;
	text-transform: capitalize;
	font-stretch:expanded;
}

.btnCategoria a:link,
.btnCategoria a:visited,
.btnCategoria a:hover {
	text-decoration: blink;
}

#formLink {
	font-size: 0.9em;
}

#formLink h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

.link {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2.0em;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	
}

.link img {
	border-style: none;
}

.link .tituloLink {
	color: red;
	padding: 0.2em;
	font-family: Arial, Garamond, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	width: 100%;
	
	
	

}

.comentario {	
	padding-bottom: 20px;
}


