* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(../img/img01.gif) repeat-x;
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
a{color:White;}
a.hover{color:#E49218;}
a:visited{color:#4192E4;}
.display
{
    border: solid 1px #333333; 
    background-color: #0c0c0c; 
    width: 200px; 
    height: 200px
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}
hr
{
    width:75%;
    height:1px;    
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}


#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 0px 0 0 20px;
	font-size: 3em;
	
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu1 {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(../img/img03.png);
	color:#FFFFFF;
}

#menu1 ul {
	margin: 0;
	padding: 0px 5px 10px 5px;
	list-style: none;
	line-height: normal;
	color:#FFFFFF;
}

#menu1 li {
	float: left;
	padding:12px 10px 20px 20px;
	color:#FFFFFF;
}

#menu1 a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.0em;
	font-weight: bold;
	color:#FFFFFF;
}

#menu1 a:hover {
	color:#000;
	
}
#menu1 li:hover
{
    background-image:url(../img/barramenu2.png);
    color:Black;
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
    border-bottom:solid 1px #fff;
    }

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(../img/img04.jpg) no-repeat;
	
}

/* Content */

#content {
	float: left;
	width: 700px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(../img/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(../img/img06.gif) no-repeat;
	font-size: 1.6em;
}


#search {
	padding: 5px;
	text-align: center;
}

#search input {
	margin-bottom: 3px;
	padding: 3px 5px;
	background: #1F1F1F url(../img/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	color: #FFFFFF;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
		height:13px;

}


#footer {
	width: 962px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../img/img07.png) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

.barraAzul
{
    background-image:url(../img/barra/barraPreto.png);
    padding-left:10px;
    color:#FFF;
    height:31px;
    background-repeat:no-repeat;
    font-weight:bold;
    font-size:14px;
    }
    
.barraTituloAzul
{
    background-image:url(../img/barra/brrAzul.png);
    padding-left:10px;
    color:#000;
    height:30px;
    font-weight:bold;
    font-size:14px; 
    width:250px;    
}

table.datagrid {
  display:table; 
  font-family:arial, calibri, sans-serif; 
  font-size:8pt; 
  line-height:1.7em; 
  background-color:#222222; 
  border:solid 1px #333333; 
 
  color:#FFF;
 
  } 
table.datagrid tr {
  display:table-row; 
  padding:0.5em; 
  border:10px solid #aaa; 
  border-width:1px 1px 0 50px; 
  border-color:#000 #888 #000 #888; 
  margin:2px 25px; 
  } 

table.datagrid tr:hover 
{
  background:#333333;
  color:#ffffff;
  cursor:pointer;
}

table.datagrid Caption
{
    background-image:url(../img/barra/brrLaranja.png); 
    height:25px;
    vertical-align:middle;
    color:#FFF;
    font-size:14px;
    font-weight:bold; 
    padding-left:20px;
    text-align:left;  
    padding:2px 2px 2px 10px ;   
}

table.gridAlternativo
{
  display:table; 
  font-family:arial, calibri, sans-serif; 
  font-size:12px; 
  line-height:1.7em; 
  background-color:#222222; 
  border:solid 1px #333333; 
  color:#FFF;
 
  } 
table.gridAlternativo tr {
  display:table-row; 
  border:dotted 1px #aaa; 
  margin:2px 25px; 
  padding: 10px 10px 10px 10px;
  } 
table.gridAlternativo tr:hover 
{
  background:#333333;
  color:#ffffff;
  cursor:pointer;
}
