/*
Theme Name: Banco de Injustiças
Theme URI: http://bancodeinjusticas.org.br
Author: Robson GB
Author URI: http://robsongb.com/
Description: Designers: Cristina Secco e Robson GB / Devenvolvedor: Robson GB (Theme desenvolvido a partir do theme Toolbox 1.4 da Automattic)
Version: 1.1

*/

/* =Structure
-------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 0;
	border-top: 6px solid #fff;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#page {
	display: block;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Menu*/

#access {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5A6377;
	background-color: #E8E8E8 !important;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;	
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: #5A6377;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;	
	-webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px;
}
#access ul ul ul {
	left: 100%;
	top: 0;	
}
/*SUB MENU*/
#access ul ul a {
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	width: 250px;
	background-color: #5A6377;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5A6377;
}
/*MENU HOVER*/
#access li:hover > a,
#access ul ul :hover > a {
	color: #444;
	margin-bottom: -2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D1301F;
}
/*SUB MENU HOVER*/
#access ul ul a:hover {
	font-size: 12px;
	color: #FFF;
	background-color:#5A6377;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D1301F;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#main {
	display: block;
	background: #fff;
	overflow: hidden;
	width: 1000px;
	z-index: 1;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#primary {
	
}
#primary #content {
	padding-top: 10px;
}
article {
	position: relative;
	clear: both;
	color: #444;
	padding-bottom: 10px;
	display: block;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
article .entry-title {
	color: #444;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 5px;
}
article .entry-title a {
	color: #5A6377;
	text-decoration: none;
	font-size: 16px;
}
article .entry-title a:hover,
article .entry-meta a:hover {
	color: #D1301F;
}
article a {
	color: #5A6377;
	text-decoration: none;
	font-weight: bold;
}
article p a:hover {
	color: #D1301F;
	text-decoration: none;
}
article p {
	font-size: 14px;
	line-height: 24px;
	margin-left: 40px;
	margin-right: 20px;
}
article p strong {
	font-weight: bold;
	color: #333;
}
#entry-summary {
	font-style: normal !important;
	font-weight: 100 !important;
}
article.type-post:before {
	content: 'Post';
	position: absolute;
	top: 10px;
	left: -80px;
}
article.type-post:before {
	background: #333;
	text-shadow: 0 -1px 0 #111;
	color: #eee;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 10px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-font-smoothing: antialiased;
	border-left: 3px solid #222;
	-moz-box-shadow: none;
}
article .entry-meta {
	clear: both;
	display: block;
	margin: 0px;
}
article div.entry-meta {
	border-bottom: 1px solid #BC2310;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
article .entry-meta a {
	text-decoration: none;
}
article .entry-meta > span {
	font-size: 12px;	
}
article .entry-meta time,
article .entry-meta span.author a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
article .entry-meta span.sep:nth-of-type(2) {
	margin-left: 20px;
}
article .entry-meta .cat-links {
	display: none;
}


footer.entry-meta span:nth-child(2),
footer.entry-meta .sep {
	display: none;
}
footer.entry-meta .tag-links {
	font-size: 6px;
	color: #999;
}
footer.entry-meta .tag-links:after {
	content: '∞ ';
	font-weight: bold;
	color: #a71a1a;
}
footer.entry-meta a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-transform: capitalize;
}

/*COMENTAR*/
.entry-meta .comments-link a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	float: right;
	height: auto;
	width: auto;
	padding-right:20px;
}
.entry-meta .comments-link a:hover {
	
}

/*postado em*/
#entry-meta-footer {
	clear: both;
	display: block;
	margin: 0px;
	border-top: 1px solid #5A6377;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 5px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 12px;
}
#entry-meta-footer a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

article .post-edit-link {
	color: #D1301F !important;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article .post-edit-link:hover {
	font-color: #D1301F !important;
}
#nav-above,
.paged #content #nav-above,
.single #content #nav-above {
	display: none;
}
#nav-below a {
	background: #e3ecee;
	border: 1px solid #d0dde0;
	padding: 10px 20px 20px;
	display: inline-block;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #6cb3c5;
	font-size: 14px;
}
#nav-below a:hover {
	background: #666;
	border-color: #555;
	color: #eee;
}
body.single #nav-below {
	margin: 40px 0 30px;
}
body.single #nav-below a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 20px;
	border-bottom: 50px solid #d0dde0;
}
body.single #nav-below a:hover {
	background: #249eb9;
	border-color: #177c92;
}
body.single article {
	border: none;
}
article blockquote {
	position: relative;
}
article blockquote:before {
	color:#ebd91c;
	content:"\201C";
	position: absolute;
	top: 0px;
	left:-50px;
	font:82px/1 Georgia;
}
article blockquote:after {
	color: #ebd91c;
	content: "\201D";
	position: absolute;
	bottom: 0;
	right: -50px;
	font: 82px/0.25 Georgia;
}
article .page-link {
	margin: 30px 0;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F00;
}
body.single footer.entry-meta {
	font-size: 13px;
	margin: 20px 0;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
/* Galleries */

article.post img {
	padding: 0;
	border: 5px solid #f8f8f8;
	box-shadow: 0px 0px 2px #333;
}
img.alignleft,
div.alignleft {
	margin-left: 40px;
	margin-right: 20px;
}
img.alignright,
div.alignright {
	margin-right: 20px;
	margin-left: 20px;
}
.wp-caption {
	background: transparent;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	padding: 4px;
	text-align: center;
}
article.post .wp-caption img {
	margin: 5px 8px 0 -6px;
	border-width: 12px;
}
.wp-caption p.wp-caption-text {
	background: #f1f1f1;
	color: #666;
	font-size: 13px;
	margin: 0px;
	padding: 2px 10px;
}
div.gallery {
	max-width: 100%;
}
div.gallery a img {
	opacity: 0.7;
	position: relative;
}
div.gallery a:hover img {
	opacity: 1;
	z-index: 1;
}

/*Categoria*/
#page-header {
	position: relative;
	clear: both;
	color: #444;
	display: block;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 15px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #efefef;
}
#page-header .page-title{
	color: #444;
	margin-left: 10px;
}
#page-header .category-archive-meta{
	color: #444;
	padding-top: -8px;
	margin-top: -8px;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
}



/* Secondary */

#secondary {
	font-size: 14px;
}
.widget-area {
	background: #f4f4f4;
	border-left: 1px solid #e7e1d5;
	border-bottom: 12px solid #f9f9f9;
}
aside {
	margin-bottom: 40px;
	padding: 0 20px;
}
aside h1 {
	font-size: 18px;
	color: #333;
}
aside ul {
	list-style-type: circle;
	color: #666;
	padding-left: 20px;
}
aside li {
	margin: 10px 0;
}
aside a {
	color: #555;
	text-decoration: none;
}
aside a:hover {
	color: #111;
	text-decoration: underline;
}
aside.widget_search {
	background: #444;
	padding: 15px 10px;
	border-bottom: 2px solid #000;
}
aside.widget_search input[type="text"] {
	background: #eee;
	color: #777;
	border: none;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 3px #777;
	-moz-box-shadow: inset 1px 1px 1px #777;
	box-shadow: inset 1px 1px 1px #777;
}
aside.widget_search input#searchsubmit {
	background: #222;
	color: #eee;
	border: none;
	margin: 0;
	padding: 5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset -1px -1px 1px #000;
	-moz-box-shadow: inset -1px -1px 1px #000;
	box-shadow: inset -1px -1px 1px #000;
}
aside.widget_search input[type="text"]:hover,
aside.widget_search input[type="text"]:focus {
	background: #fff;
	color: #444;
}
aside.widget_search input#searchsubmit:active {
	background: #777;
	-webkit-box-shadow: inset -1px -1px 1px #555;
	-moz-box-shadow: inset -1px -1px 1px #555;
	box-shadow: inset -1px -1px 1px #555;
}
aside.widget_twitter {
	background: #cde8eb;
	padding-top: 10px;
	padding-bottom: 10px;
}
aside.widget_twitter h1 a {
	color: #178a97;
}
aside.widget_twitter li {
	list-style-type: none;
	color: #222;
	font-size: 13px;
}
ul.tweets {
	padding-left: 0;
}
aside.widget_text a {
	color: #478fa2;
}


/* WP.com */

img#wpstats {
	background-color: #e2db09;
	padding: 2px;
	border: 1px solid #e3bf09;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
}


/* Comments */

#comments #comments-title {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
#comments #comments-title em {
	color: #eee;
	font-style: normal;
}
#comments #comments-title em:before {
	content:"\201C";
	color: #ff0;
}
#comments #comments-title em:after {
	content: "\201D";
	color: #ff0;
}
#comments .commentlist li {
	list-style-type: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #efefef;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#comments article p {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#comments article footer {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#comments article footer .aprovacao {
	font-size: 12px;
	font-style: normal;
	color: #D1301F;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 26px;
}
#comments article footer a {
	color: #888;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	
}
#comments article footer cite a {
	font-style: normal;
	font-size: 12px;
	color: #222;
}
#comments img.avatar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	border: 1px solid #ccc;
}
#comments ul.children article {
	position:relative;
	color:#000;
}
#comments ul.children li {
	position: relative;
}
#comments article {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#respond .form-allowed-tags {
	display: none;
}
#comments .reply a {
	font-size: 12px;
	font-weight: bold;
}
#comments .reply a:hover {
	color: #BC2310;
}
#comments li.bypostauthor > article {
	background: #e4eed6;
}
#comments #comment-nav-below {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin: 0px;
}
#comments #comment-nav-below a {
	color: #478fa2;
	font-weight: bold;
	text-decoration: none;
}
#comments #comment-nav-below a:hover {
	color: #BC2310;
}
#respond {
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
}
#respond a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#respond a:hover {
	color: #BC2310;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #eee;
	position: relative;
	padding: 10px;
	text-indent: 4px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	position: relative;
	color: #555;
	width: 100px;
	font-size: 13px;
	z-index: 1;
	display: block;
	float: left;
	height: 14px;
	padding-top: 10px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	z-index: 1;
	text-indent: 0;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	position: absolute;
	top: 4px;
	left: 9%;
	z-index: 1;
	font-size: 16px;
	font-weight: bold;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond .logged-in-as a {
	color: #478fa2;
	font-weight: bold;
	text-decoration: none;
}
#respond p {
	margin: 10px 0;
}
#respond input#submit {
	color: #5A6377;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	background: none;
	font-weight: bold;
}
#respond input#submit:hover {
	color: #D1301F !important;
}
#respond input#submit:active {
	color: #000 !important;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}


/* =Por RobsonGB
-------------------------------------------------------------- */
#home{
	padding-top: 20px;
}

#casodestaque {
	float: left;
	width: 630px;
	padding: 0;
	float: left;
	margin: 0px;
	}
	
.slideInfoZone {
	padding: 5px!important;
	}
	
.jdGallery .slideInfoZone h2 {
	font-size: 18px!important;
	color: #fff!important;
	font-weight: normal!important;
	}
	
#sobre {
	font-size: 14px;
	line-height: 20px;
	margin-right: 0px;
	display: block;
	float: right;
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #E8E8E8;
	padding: 20px;
	padding-bottom: 16px;
}
#sobre h1 {
	font-size: 16px;
	color: #444;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sobre a {
	color: #5A6377;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	height: auto;
	width: auto;
}
#sobre a:hover {
	color: #D1301F;
}

#menu-quest {
	font-size: 14px;
	line-height: 20px;
	margin-right: 0px;
	display: block;
	float: right;
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-left: 20px;
	background-color: #5A6377;
	padding: 20px;
	padding-top: 16px;
}
#menu-quest h1 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#menu-quest a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
#menu-quest a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

#noticias {
	padding: 10px;
	padding-right: 0px;
	display: block;
	height: auto;
	width: 620px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#noticias h1 {
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #efefef;
	padding-left: 10px;
	width: 580px;
}
#noticias h1 a {
	font-size: 12px;
	color: #5A6377;
	text-decoration: none;
	font-weight: normal;
	float: right;
}
#noticias h1 a:hover {
	color: #D1301F;
}
#noticias #item {
	display: block;
	height: auto;
	width: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 0px;
}
#noticias #item a {
	color: #5A6377;
	text-decoration: none;
	font-weight: bold;
}
#noticias #item a:hover {
	color: #D1301F;
}
#noticias img {
	width: 150px;
	height: 150px;
	margin-right: 5px;
	float: left;
	border: solid;
	border-width: 1px;
	border-color: #CCC;
	display: block;
}
#noticias h2 {
	font-size: 14px;
	line-height: 14px;
	color: #444;
	text-decoration: none;
	width: 450px;
	height: auto;
	float: right;
	padding: 0px;
	margin-bottom: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#noticias h2 a:hover {
	color: #D1301F;
}
#noticias small {
	font-size: 12px;
	color: #444;
	width: 450px;
	margin-bottom: 5px;
	padding: 0px;
	text-decoration: none;
	height:auto;
	float: right;
}
#noticias p {
	font-size: 12px;
	line-height: 18px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	height:auto;
	float: right;
}

#video {
	padding-top: 20px;
	display: block;
	height: auto;
	width: 340px;
	font-size: 14px;
	line-height: 20px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#video h1 {
	font-size: 16px;
	color: #444;
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #efefef;
	padding-left: 10px;
	width: 309px;
}
#video h1 a {
	font-size: 12px;
	color: #5A6377;
	text-decoration: none;
	font-weight: normal;
	float: right;
}
#video h1 a:hover {
	color: #D1301F;
}
#video #v {
	background-color:#000000;
	width: 339px;
	margin: 0px;
	padding: 0px;
	height: 290px;
}
#video h2 {
	background-color:#262730;
	font-size: 12px;
	color: #fff;
	width: 339px;
	margin: 0px;
	padding: 5px;
	height: 22px;
}
#video h2 a {
	color: #fff;
	text-decoration:none;
	width: 339px;
	margin-top: -6px;
	margin-left: 5px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	height: 22px;
	display: block;
}
#video h2 a:hover {
	width: 339px;
	margin-top: -6px;
	margin-left: 5px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	height: 22px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1301F;
}
#twitter {
	padding: 0px;
	display: block;
	height: auto;
	width: 620px;
	float: left;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	clear: left;
}
#twitter .tweet_text {
	font-size: 12px;
    line-height: 18px;
}
#twitter h1 {
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
	width: 510px;
	background-image: url(tweet/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#twitter h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 7px;
	}
#twitter h2 a {
	color: #5A6377;
	text-decoration: none;
}
#twitter h2 a:hover {
	color: #D1301F;
}

#banners {
	width: 340px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	height: 200px;
	float: right;
	display: block;
}
#banners h1 {
	font-size: 16px;
	color: #444;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #efefef;
	padding-left: 10px;
	width: 510px;
}
#banners img{
	width: 160px;
	margin: 0px;
	padding: 0px;
	height: 150px;
	float: right;
	display: block;
	border: none;
	margin-left: 5px;
}

#addthis-top {
	float:right;
	width: 180px;
}

#galeria-videos {
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;	
}
#galeria-videos #item {
	display: inline-block;
	float: left;
	height: 200px;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#galeria-videos #item img {
	height: 180px;
	width: 240px;
	margin: 0px;
	padding: 0px;
}
#galeria-videos #item h2 {
	font-size: 12px;
	width: 100%;
	margin: 0px;
	height: 20px;
}
#galeria-videos #item h2 a {
	color: #5A6377;
	text-decoration: none;
	font-weight: bold;
}
#galeria-videos #item h2 a:hover {
	color: #D1301F;
}

/* Formulario */
#form {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
}
#form #dados {
	font-size: 12px;
	font-weight: bold !important;
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
	line-height: 18px;
}

#form #linha {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 940px;
	display:block;
	float:left;
}

#form #item {
	display: block !important;
	float: left;
	height: auto;
	width: auto;
	margin-right: 20px;
	padding: 0px;
}
#form label {
	font-size: 13px;
	color: #555;
	height: 14px;
	display: block;
	margin-bottom: -10px;
}

#form input[type="text"],
#form textarea {
	background: #fff;
	border: 1px solid #eee;
	padding: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: -2px;
	border-radius: 2px;
}
#form textarea {
	margin-bottom: -20px;
}
#form input[type="radio"]{
	display:inline;
	position:relative;
	width:auto;
	height:auto;
	clear: left;
	float: none;
	margin-bottom: 0px;
}
#form .opcoes {
	font-size: 12px;
	display: inline;
	position:relative;
	width:auto;
	height:auto;
	clear: left;
	float: none;
}
#form select {
	-webkit-appearance: none;
	background: #fff url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%0C%80%00%00%00%40%08%02%00%00%00W%AEz%EF%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%04%E5IDATx%DA%EC%DD%3DN%E3Z%18%06%E0%B1oD%82%A8%E8(%A8%D2Q%D2%D0%40%83%C4%12%D8%01%3Db%09P%81%A0%40%A2%60%05%D9%05%BB%A0%04%09!B%3A%9A%10%07%F2g%E7%22%90f(%98%E09%23Y7%E7%3EOi%1F%1FK_%FD%EA%FD%92%E9t%FA%03%00%00%00%00%00%00%00%00%80%3F%97%1A%01%00%00%00%00%00%00%00%00%40%98%9A%06%2C%00%00%00%00%00%00%00%00%20%0E%D5%A7%A14%60%01%00%00%00%00%00%00%00%00%04%D2%80%05%00%00%00%00%00%00%00%00DB%03%16%00%00%00%00%00%00%00%00%C0%DC%D0%80%05%00%00%00%00%00%00%00%00D%A2(%8A%8A%FF(%80%05%00%00%00%00%00%00%00%00D%C2%0AB%00%00%00%00%00%00%00%00%80%B9%A1%01%0B%00%00%00%00%00%00%00%00%88%84%15%84%00%00%00%00%00%00%00%00%00%81%AC%20%04%00%00%00%00%00%00%00%00%98%1B%1A%B0%00%00%00%00%00%00%00%00%80HXA%08%00%00%00%00%00%00%00%00%10%A8%FA4%94%00%16%00%00%00%00%00%00%00%00%10%09%0DX%00%00%00%00%00%00%00%00%00%81%AAOC%A5%86%0E%00%00%00%00%00%00%00%00%10F%03%16%00%00%00%00%00%00%00%00%10%09%2B%08%01%00%00%00%00%00%00%00%00%02U%9F%86%12%C0%02%00%00%00%00%00%00%00%00%22!%80%05%00%00%00%00%00%00%00%00%10%C8%0AB%00%00%00%00%00%00%00%00%80%40%1A%B0%00%00%00%00%00%00%00%00%00%02i%C0%02%00%00%00%00%00%00%00%00%08%A4%01%0B%00%00%00%00%00%00%00%00%20%90%06%2C%00%00%00%00%00%00%00%00%80%40%02X%00%00%00%00%00%00%00%00%00%81%AC%20%04%00%00%00%00%00%00%00%00%08%24%80%05%00%00%00%00%00%00%00%00%10%C8%0AB%00%00%00%00%00%00%00%00%80%40%1A%B0%00%00%00%00%00%00%00%00%00%02i%C0%02%00%00%00%00%00%00%00%00%084%3B%0Du%7B%7B%7Bzz%3A%18%0C%CA_%D8h4%F6%F6%F6677%F3%3C%FF%F2%40%D2%E9t%CC%1D%00%00%00%00%00%00%00%00%88%40%96e3%DE%26I2%18%0C%8E%8F%8F%EF%EE%EE%CA%DC%B6%BC%BC%7Cxx%D8l6_%5E%5EF%A3%D1%97%E9%AE%D4%D0%01%00%00%00%00%00%00%00%80%FF%83%E9t%BA%B8%B8xvv%B6%B3%B3%F3%ED%E1%F5%F5%F5V%AB%B5%B6%B66%99L~W%7F%F5%26y%7C%7C4Y%00%00%00%00%00%00%00%00%20%02%BD%5E%EF%DB3i%9A%D6%EB%F5%AB%AB%ABV%AB%F5%BBu%84%BB%BB%BB%FB%FB%FB%FD~%3F%CB%B2%B73%B3%02X%EDv%DB%DC%01%00%00%00%00%00%00%00%80%08%94%09%60%FDx%DFE%B8%B0%B0%D0n%B7%2F..%3A%9D%CE%E7W%8DF%E3%E8%E8hcc%23%7B7%1C%0E%BF%DC%3C%F8%EB%AA%87%87%07s%07%00%00%00%00%00%00%00%00%22%F0%FC%FC%5C%F2d%9A%A6%B5Zm2%99%9C%9F%9F___%7F%3C%5C%5D%5D%3D99YYY%E9%F5z%FD~%7F%3C%1E%17E1%FB%9E%7F%0E%0E%0E%CC%1D%00%00%00%00%00%00%00%00%88%C0p8%2Cyr%3A%9D%E6y%9E%A6%E9%F6%F6%F6h4%BA%B9%B9%D9%DA%DA%BA%BC%BC%AC%D5j%DDn7%CB%B2%B7%87%B3%BB%AF%3E%24%F7%F7%F7%E6%0E%00%00%00%00%00%00%00%00D%A0%7C%03%D6Oi%9A%D6%EB%F5n%B7%DBl6%C7%E3q%96e%AF%AF%AF%DF%16_%FDT%2B%93%D2%02%00%00%00%00%00%00%00%00%F8%EF%2B%1F%9C%FA%FC%C9%9B%A5%A5%A5%A7%A7%A7%3C%CF%CB%AC%1D%FCL%00%0B%00%00%00%00%00%00%00%00%88DX%1A*%7F%97%24I%C0%E7%02X%00%00%00%00%00%00%00%00%40%24%FE%26%0D%15%F6%AD%00%16%00%00%00%00%00%00%00%00%10%89%80%15%84%7FI%00%0B%00%00%00%00%00%00%00%00%88D%F5i(%01%2C%00%00%00%00%00%00%00%00%20%12%1A%B0%00%00%00%00%00%00%00%00%00%02i%C0%02%00%00%00%00%00%00%00%00%08%24%80%05%00%00%00%00%00%00%00%00%10%C8%0AB%00%00%00%00%00%00%00%00%80%40%D5%A7%A1RC%07%00%00%00%00%00%00%00%00%08%A3%01%0B%00%00%00%00%00%00%00%00%88%84%15%84%00%00%00%00%00%00%00%00%00%81%AAOC%09%60%01%00%00%00%00%00%00%00%00%91%10%C0%02%00%00%00%00%00%00%00%00%08T%FD%0A%C2%D4%D0%01%00%00%00%00%00%00%00%00%C2h%C0%02%00%00%00%00%00%00%00%00%22a%05!%00%00%00%00%00%00%00%00%40%A0%EA%D3PV%10%02%00%00%00%00%00%00%00%00%04%D2%80%05%00%00%00%00%00%00%00%00D%A2(%8A%8A%FF(%80%05%00%00%00%00%00%00%00%00D%C2%0AB%00%00%00%00%00%00%00%00%80%B9%A1%01%0B%00%00%00%00%00%00%00%00%88%84%06%2C%00%00%00%00%00%00%00%00%80%B9%A1%01%0B%00%00%00%00%00%00%00%00%88DQ%14%15%FF%F1_%01%06%00md%E2%BF%C9%C3%19%DA%00%00%00%00IEND%AEB%60%82") no-repeat right center;
	-webkit-background-size: 1600px 32px;
	border: 1px solid #eee;
	margin-top: 5px;
	border-radius: 0px;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 0.75em;
	margin-bottom: 0px;
}


#form input[type="submit"]{
	color: #5A6377;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	background: none;
	font-weight: bold;
}
#form input[type="submit"]:hover{
	color: #D1301F !important;
}
#form input[type="submit"]:active{
	color: #000 !important;
}


#form h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	float: left;
	height: auto;
}
#form h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 940px;
	float: left;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#form h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 800px;
	float: left;
	height: auto;
}


#form submit {
	background: #5A6377;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
}
#form submit:hover {
	background: #FFF;
	color: #D1301F;
}
#form submit:active {
	color: #000 !important;
}




#footer1 {
	background-color: #2b2f38;
	height: auto;
	width: 970px;
	float: left;
	padding: 15px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer2 {
	height: 54px;
	width: 970px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E353F;
	background: #1F242B; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;		base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMTMxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjI0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #101316 0%, #1f242b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101316), color-stop(100%,#1f242b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #101316 0%,#1f242b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #101316 0%,#1f242b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #101316 0%,#1f242b 100%); /* IE10+ */
	background: linear-gradient(top,  #101316 0%,#1f242b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101316', endColorstr='#1f242b',GradientType=0 ); /* IE6-8 */
	}

#copyright {
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 10px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	padding-top: 24px;
}
#ass  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A2A2A2;
	width: 300px;
	height: 34px;
	float: right;
	text-decoration: none;
	margin-right: 0px;
	padding-top: 34px;
	padding-right: 0px;
	text-align: right;
}
#ass a {
	text-decoration: none;
	color: #A2A2A2;
}
#ass a:hover {
	color: #ffffff;
}