/*
Theme Name: Nitro Interativa
Theme URI: http://wordpress.org/
Description: The default WordPress theme of Nitro Interativa.
Version: 1.1
Author: Nitro Interativa
Author URI: http://www.nitrointerativa.com.br/
Tags: dark, custom header, fixed width, one columns, nitro interativa
*/

body, html{
	background-color:#000;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
}

img{
	border:0px;
}

#header{
	width:1024px;
	margin:auto;
}

#content{
	width:960px;
	margin:auto;
	color:#959595;
}

#content h2 a,#content h2{
	color:#555555;
	margin:0px auto;
	text-decoration:none;
}

.home_img{
	opacity:0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

.home_img:hover{
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.postmetadata, .postmetadata a{
	color:#FFF;
}

.post{
	padding-bottom:30px;
}

#footer{
	width:960px;
	margin:auto;
	color:#c2ff15;
	padding-top:15px;
}

#footer h1{
	color:#555555;
	font-size:20px;
}

#institucional h2, #institucional h2 a{
	color:#89e500;
}

#metodologia h2, #metodologia h2 a{
	color:#e5019b;
}

#contato h2, #contato h2 a{
	color:#e5e500;
}

#venhaparaotime h2, #venhaparaotime h2 a{
	color:#00e5e5;
}