* {
margin: 0px;
padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
body {
	background: #fff url(images/bgbody.jpg) top center no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #000;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 980px;
 }

#topo{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 980px;
	text-align: right;
	height: 90px;
	padding-bottom: 10px;
	padding-top: 10px;
}



/* Menu */

#catnav {
	clear: both;
	height: 35px;
	width: 980px;
	margin-top: 0px;
  }

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width:700px;
  }
	
#nav li {
  float: left;
	margin: 0px;
	padding: 0px;
  }

#nav a {
	display: block;
	line-height: 44px;
	margin: 0;
	padding: 0 10px 0 15px;
	font-size: 10pt;
	color: #000000;
	letter-spacing: -1px;
  }

#nav li a:hover {
  color: #FF6600;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #000;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
	float: right;
	width: 65px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}



/* Top Content */

#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  }
#contentwrapper {
  float:left;
  width: 580px;
  margin: 0 0 15px 0;
  padding: 0;
  }
.pageTitle {
 }
.topPost {
  margin: 0px;
  padding: 0px;
  }
.topPost h1.topTitle a {
	font-size: 22px;
	font-weight: normal;
	color: #FF6600;
	letter-spacing: -2px;
  }
.topPost h1.topTitle a:hover {
  text-decoration: none;
  color: #0099FF;
  }
.topPost p.topMeta {
	padding: 0px;
	font-size: 10px;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #666666;
  }
.topPost p.topMeta a:hover {
  color: #000000;
  }
.topPost div.topContent {
	font-size: 11px;
	color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
  }
.topPost div.topContent a {
	color: #FF6600;
	text-decoration: underline;
  }
.topPost div.topContent a:hover {
	text-decoration: underline;
	color: #0099FF;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #333;
  }



.topPost span.topComments {
	
	font-style: italic;
	margin-right: 5px;
	color: #000;
	margin-left: 25px;
  }
.topPost span.topComments a {
  color: #3399FF;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover {
  color: #FF6600;
  text-decoration: underline;
  }



.topPost span.topMore {
  
  font-style: italic;
  margin-right: 5px;
  color: #000;
  }
.topPost span.topMore a {
  color: #3399FF;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  vertical-align: middle;
  }
.topPost span.topMore a:hover {
  color: #FF3300;
  text-decoration: underline;
  }
  
  
  
.topPost span.topTags {
  
  font-style: italic;
  margin-right: 5px;
  color: #000;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #3399FF;
  vertical-align: middle;
  }
.topPost span.topTags a:hover {
  color: #FF3300;
  text-decoration: underline;
  }



#nextprevious {
	margin: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
  }


/* Comments */

#comments {
	padding: 15px;
	margin: 0px;
	border: 1px solid #e9e9e9;
  }
#comments p {
	font-size: 14px;
	margin: 10px;
}
#comments #submit {
  margin-top: 0px;
}
#comments a {
  color: #FF6600;
  }
#comments a:hover {
  color: #0099FF;
  }
#numberofcomments {
	color: #FF6600;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
  }
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #0a0a0a;
  }
#commentlist li.alt {
  border: none;
  border: none;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a:hover {
  color: #333;
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#commentlist .commentbody {
	padding: 0px;
	float: right;
	width: 435px;
	margin: 0px;
  }
#commentlist .commentbody p {
	font-size: 11px;
	margin: 0px;
  }
#commentlist cite {
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	font-weight: bold;
  }
#commentlist small.commentmetadata a {
  color: #999999;
  }
#commentlist p {
	margin: 0px;
  }



.submitbutton {
	margin: -5px 0 0 5px;
	color: #fff;
	font-size: 10px;
	padding: 3px 6px;
	vertical-align: middle;
	border: 1px solid #111;
	background-color: #FF3300;
  }
.submitbutton:hover {
	cursor: pointer;
	background-color: #0099FF;
  }


/* Sidebars */
#sidebars {
	float: right;
	width: 340px;
  }
#sidebar_left {
	float: left;
	width: 160px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#sidebar_right {
	float: right;
	width: 160px;
	margin-bottom: 25px;
	margin-top: 25px;
}
#sidebars h2 {
	padding: 2px;
	font-size: 16px;
	color: #0099FF;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
  }

#sidebars ul li {
  list-style: none;
  font-size: 10px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  color: #FF6600;
  }
#sidebars a:hover {
  color: #0099FF;
  text-decoration: underline;
  }

#sidebars p {
	padding: 0px;
	font-size: 10px;
	color: #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
  }

.sidebarbox {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#tag_cloud a {
  display: inline;
  }

.retangular{ margin-top:15px; margin-bottom:15px; text-align:center; }

/* Before footer */

#morefoot {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 960px;
	height: 15px;
	background-color: #efefef;
  }


/* footer*/
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
  }

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #E5E5E5;
	padding-top: 6px;
	/* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #666;
  }





















td{
	border-collapse:collapse;
	color: #666666;
	padding: 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
th{
	border-collapse:collapse;
	text-align: center;
	color: #666666;
	padding: 4px;
	font-size: 11px;
}

p {
	font-size: 12px;
	color: #666;
	line-height: 175%;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
h1{
	color:#0066FF;
	font-size:12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h2{
	color:#FF3300;
	font-size:11px;
	margin-bottom:5px;
	margin-top: 10px;
	margin-left: 10px;
}
h3{
	color:#666666;
	font-size:11px;
	margin-bottom:5px;
	margin-top: 10px;
	margin-left: 10px;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
form {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
select {
	margin: 0px;
	color: #666F77;
	font-size: 10px;
	border: 1px solid #999;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(imagens/form-bg.jpg);
	background-repeat: repeat-x;
}
input {
	margin: 0px;
	color: #666F77;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #FFFFFF;
}
textarea {
	margin: 0px;
	color: #666F77;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 300px;
	
}
dl{
	font-size:11px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom: 0px;
}
dt{
	float:left;
	margin-right:10px;
	width: 100px;
}
dd{
font-weight:bold;
}
.botao {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0099CC;
	border: 2px solid #FFFFFF;
	background-image: none;
	padding: 0px;
}
.botao-on {
	font-weight: bold;
	font-size: 10px;
	background-color: #FF3300;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background-image: none;
	padding: 0px;
}

#corpo{
	width:850px;
	height: 354px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	float: none;
}
.interno{
margin-left:25px; 
margin-right:25px;
}

.lista {
	font-size:10px;
	list-style-type:disc;
	color:#666666;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float:left;
	width: 240px;
}
.lista li {
	float: none;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 15px;
	padding: 0px;
	margin-right: 0px;
}
#rodape_escuro{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666;
}
#bts {
	width: 95%;
	text-align:right;
	clear:both;
	float:none;
	margin-right: auto;
	margin-left: auto;
}
#link li {
	font-size: 11px;
	color: #CC0000;
	text-align:left;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#link a {
	font-size: 11px;
	text-decoration: none;
	color: #0033CC;
}
#link a:hover {
	text-decoration: none;
	color: #FF6600;
}
.publi{
border:#ccc 3px solid;
}
.img{
border:#ccc solid 2px;
}


.slide{
}

.slide th{
	background-image:url(imagens/slide.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.preto{

}
.nextback{
	margin-top:25px;
	height: 30px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.back{ float:left; width:280px; font-size:12px;}
.next{ float:right; width:280px; font-size:12px; text-align:right;}

