/*
Theme Name: WP Template 1140 Reponsive
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*Text Elements*/
h1, #content .entry-title{
    color: #005d9a;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
}
h2{
	color: #005d9a;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.1em;
    margin: 30px 0 16px 0;
}
h3{font-size: 28px; margin: 30px 0 16px 0; line-height: 1.1em;}
h4{font-size: 24px; margin: 30px 0 16px 0; line-height: 1em;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 100%;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit],
#content .member-info {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content, #content input, #content textarea {font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */

.hold-page {
	width: 980px;
	margin: -30px auto 0px;
	position: relative;
	padding-top: 30px;
	background-color: #fff;
	min-height: 100px;
	border: solid 1px #dddddd;
	border-bottom: none;
}

.row.space { margin-bottom: 25px; }

.space { margin-bottom: 25px; overflow: hidden; }

.full{ overflow: hidden; }

#wrapper.row { display: table; overflow: visible; }


/* =Global Elements
-------------------------------------------------------------- */

body {
	background: #fff url(img/bg-body.jpg) repeat;
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Definindo transições */
.logo *, .btn-elections *,
.extranet,
.news-title a,
.news-thumb span,
.box-subject a,
.banner a,
.box-join h3 a,
.thumb-member a,
.core h2 a,
.box-social a,
.item,
.menu a,
#list-events .box,
.join li *,
.filter-categories ul li a,
.maps a span,
.hold-member *,
.related-members {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* =Header
-------------------------------------------------------------- */

header.container { padding: 0; }

.header { background: #072f52 url(img/bg-header.jpg) no-repeat top center; }

.header .row {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
	display: block;
	height: 91px;
	overflow: visible;
}

.ie7 .header .row { overflow: visible; }

.logo a {
	display: block;
	position: relative;
	background: transparent url(img/logo.png) no-repeat;
	width: 238px;
	margin-top: 10px;
	height: 58px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.logo a:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.ie7 .logo a:hover { filter: alpha(opacity=100); }

.tucano {
	position: absolute;
	right: 3px;
	top: 15px;
	width: 59px;
	height: 44px;
	background: transparent url(img/tucano.png) no-repeat;
}

.logo a:hover .tucano {
	right:0; top: 8px;
}

.btn-elections { position: relative; }

.btn-elections span { display: none; }

.btn-elections img { position: absolute; top: -10px; }

.btn-elections a:hover img { top: -2px; }

.sprite-social { background: transparent url(img/social.png) no-repeat; }

.social-networks {
	list-style: none;
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
}

.social-networks li { float: left; margin: 0 3px; }

.social-networks li a { display: block; width: 21px; height: 21px; }

.rss { background-position: 0 0; }
.facebook { background-position: -27px 0; }
.twitter { background-position: -56px 0; }
.flickr { background-position: -86px -1px; }
.youtube { background-position: -112px 0; }

.line {
	height: 75px;
	background-color: #005ea0;
	border-top: solid 1px #2c8ac7;
	width: 100%;
	display: block;
	border-bottom: solid 4px #f8d513;
}

.extranet {
	background-color: #f8d513;
	color: #093a65;
	float: right;
	font-family: 'futura_std_mediumbold';
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 8px 10px;
}

.lock {
	float: left; 
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 5px;
	background-position: -160px 0;
}

.extranet:hover {
	background-color: #fff;
}

.hold-search {
	overflow: hidden;
	clear: both;
	padding-top: 4px;
}

#searchform {
	width: 100%;
	margin: 10px 0 0 0;
}

#s {
	background-color: #348ecd;
	border: solid 1px #348ecd;
	float: left;
	font-size: 12px;
	font-style: italic;
	color: #fff;
	width: 65%;
	padding: 5px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 1px;
	height: 16px;
}

#s:focus{
	background-color: #296894;
}

#searchsubmit {
	padding: 5px 0;
    width: 28%;
    float: right;
    font-family: 'futura_std_mediumbold';
}
#content #s {width: 66%; height: 20px; padding: 5px;
	background-color: #fff; font-size: 14px;
	-webkit-box-shadow: 2px 2px 4px #e5e5e5 inset;
	box-shadow: 2px 2px 4px #e5e5e5 inset;
	border: 1px solid #CCCCCC;
	font-style: normal;
}
#content #s:focus {border-color: #198FD2; color: #0D415A;}
#content #s:hover{border-color: #afafaf;}
#content #searchsubmit {color: #fff; height: 32px}

/* =Menu
-------------------------------------------------------------- */
.line-mobile,
.menu-mobile { display: none; }
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

header .menu li, footer .menu li {
	float: left;
	position: relative;
}
#access { padding-top: 5px; position: relative; z-index: 1; }
header .menu a, footer .menu a {
	color: #ffffff;
	display: block;
	line-height: 38px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'futura_std_bookbold';
	font-size: 12px;
}
footer .menu a {
	padding: 0 8px;
	font-size: 10px;
}
.header .menu a {
	border-left: solid 1px #4d8fbd;
	border-right: solid 1px #004270;
}
.header .menu .sub-menu a { border: none; }
.header .menu li:first-child a { border-left: none; }
.header .menu li:last-child a,
.header .last-child a { border-right: none; }
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 999999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #66a8d6;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	margin-left: 0;
}
#access li:hover > a,
#access ul ul :hover > a,
#access .current_page_item a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
/**/
.espaco-partidario	#access ul li.menu-item-16948 > a,
.agenda_category  	#access #menu-item-16947,
.tax-agenda_category #access ul li.menu-item-22939 > a,
.category 			#access ul li.menu-item-16873 > a,
.single-agenda #access #menu-item-16947 a,
/**/
.filter-categories ul li.current-cat a,
.filter-categories ul li.current a,
.tax-local #access ul li.menu-item-22921 > a,
/*ativamento menu noticias*/
.category 				#access ul li#menu-item-22921 a,
.single-format-standard #access ul li#menu-item-22921 a,
/*secretariados e espaco*/
.single-format-standard.espaco-partidario	#access ul li#menu-item-22924 a,
.single-format-standard.secretariados 		#access ul li#menu-item-22916 a{
	background: #348ecd;
	color: #fff;
}

/*apagando menu noticias*/
.single-format-standard.espaco-partidario	#access ul li#menu-item-22921 a,
.single-format-standard.secretariados 		#access ul li#menu-item-22921 a {
	background: transparent;
}

#access .current_page_item > ul > li a {background-color: #66a8d6;}

#access .current-page-ancestor > a,
#access .current_page_parent > a,
#access .current_page_item > ul > li a:hover,
#access .current_page_item > ul > li.current_page_item > a {background-color: #348ecd;}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a{
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Buttons
-------------------------------------------------------------- */

.button, #content .wpcf7-submit {
	border: solid 1px #054775;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #063f68;
    

    background: #196da9;
	background: -moz-linear-gradient(top,  #196da9 0%, #015591 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#196da9), color-stop(100%,#015591));
	background: -webkit-linear-gradient(top,  #196da9 0%,#015591 100%);
	background: -o-linear-gradient(top,  #196da9 0%,#015591 100%);
	background: -ms-linear-gradient(top,  #196da9 0%,#015591 100%);
	background: linear-gradient(to bottom,  #196da9 0%,#015591 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196da9', endColorstr='#015591',GradientType=0 );
}
.button:hover, #content .wpcf7-submit:hover {
	background: #015591;
	background: -moz-linear-gradient(top,  #015591 0%, #196da9 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015591), color-stop(99%,#196da9));
	background: -webkit-linear-gradient(top,  #015591 0%,#196da9 99%);
	background: -o-linear-gradient(top,  #015591 0%,#196da9 99%);
	background: -ms-linear-gradient(top,  #015591 0%,#196da9 99%);
	background: linear-gradient(to bottom,  #015591 0%,#196da9 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015591', endColorstr='#196da9',GradientType=0 );

}

/* =Footer
-------------------------------------------------------------- */
.footer {
	background-color: #08345A;
	padding: 0 0 20px 0;
}

.end-page {
	width: 100%;
	background: #fff url(img/bg-body.jpg) repeat;
	overflow: hidden;
}

.row.hold-logos { 
	padding-top: 30px;
	background-color: #fff;
	border: solid 1px #dddddd;
	border-top: none;
	border-bottom: solid 4px #f8d513;
	position: relative;
}

.end-footer { 
	background-color: #08345A;
	margin-top: -20px;
	padding-top: 30px;
}

.ie7 .end-footer { margin-top: 0; }
.ie7 .row.hold-logos { margin-bottom: -20px; }

.hold-logos figure {
	float: left;
	width: 14%;
	text-align: center;
}

.signature { 
	font-style: normal;
	color: #fff;
	font-size: 11px;
	padding-left: 10px;
	clear: both;
}

.title {
	color: #ffdd00;
	display: block;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
}

.adr { font-style: normal; }

.adr a { color: #fff; }
.adr a:hover { color: #ffdd00; }
.email a { text-decoration: underline; }

.footer .logo a {
	background-image: url(img/logo-footer.png);
	width: 100%;
}
.footer .tucano { 
	background: transparent url(img/tucano-footer.png) no-repeat; 
	right: 5px; top: 11px;
}

.footer .menu a:hover { color: #f8d513; }

/* =Homepage
-------------------------------------------------------------- */

/*flexslider*/
.slideshow { margin: 0; min-height: 335px; }

.slideshow.loading {
	background: transparent url(img/carregando.gif) no-repeat center center;
}

.slideshow a { color: #fff; }

.slideshow .hold-image { max-height: 250px; overflow: hidden; display: block; }

.slideshow a:hover { color: #f9d513; }

.slideshow h2 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	line-height: 28px;
}

.slideshow p {
	font-size: 12px; line-height: 18px; margin: 0; }

.slideshow a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.slideshow .slides img { width: 100%; }

/*noticias*/
.news-list {
	margin: 0; padding: 0; list-style: none;
}

.news-list li {
	overflow: hidden;
	margin-bottom: 10px;
}

.news-title {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-weight: bold;
	display: inline;
}
.ie7 .last-news .news-title {
	clear: none;
}

.box-news .news-title {
	font-size: 16px;
}

.news-title a { color: #005ea0; display: block; }
.news-title a:hover { color: #002e4d; }

.schedule .news-title { color: #005ea0;}
.schedule .news-title a {display: inline;}

.date { font-size: 11px; color: #999999; font-weight: bold; }

.news-thumb {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	max-width: 120px;
}

.last-news .news-thumb a{
	width: 120px;
	height: 85px;
	display: block;
	overflow: hidden;
}

.articles-list .news-thumb a {
	display: block;
	overflow: hidden;
	max-width: 100px;
}

.last-news .news-thumb img {
	width: 100%;
}

.news-thumb span {
	position: absolute;
	width: 100%;
	height: 99%;
	left: 0;
	top: 0;
	display: block;
	border: solid 3px #005ea0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	filter: alpha(opacity=0);
	opacity: 0;	
}

.ie7 .news-thumb span {
	width: 97%;
	max-height: 82px;
}

.news-thumb a:hover span {
	filter: alpha(opacity=100);
	opacity: 1;
}

.box-subject {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0 0 10px;
	padding-top: 12px;
	font-family: 'futura_std_bookbold';
}

.hold-radio .box-subject { padding-top: 0; }

.box-subject a { 
	/*color: #666;*/ position: relative; left: 0;
}

.blue a { color: #005d9a; }

.box-subject a:hover { color: #008ed4; }

.mensalao { background-color: #222222; }

.inside { padding: 12px; }

.inside.schedule { padding-bottom: 0; overflow: hidden; height: 265px;}

.inside .box-subject { padding-top: 0; }

.mensalao .box-subject a { color: #e73636; }

.mensalao .news-title a { color: #fff; }
.mensalao .news-title a:hover { color: #de8383; }

.mensalao .date { color: #999; }

.mensalao .box-subject a:hover { color: #f80000; }

.schedule .event-date { background: transparent url(img/event_gray.png) no-repeat left center; padding-left: 20px; }
.schedule .event-time { background: transparent url(img/clock_gray.png) no-repeat left center; padding-left: 20px; }

.schedule .event-date,
.schedule .event-time {
	font-size: 12px;
	margin: 3px 8px 3px 0;
}

/*box - Home*/

.video-desc {
	color: #005EA0; font-weight: bold; margin: 10px 0; font-size: 16px;
	line-height: 22px;
}

.radio {
	background: transparent url(img/radio.jpg) no-repeat left 4px;
	padding: 0 0 0 35px;
	color: #13679e;
	font-weight: bold;
	min-height: 32px;
}

.listen { font-size: 12px; font-style: italic; }

.news-author { color: #13679e; font-weight: bold; font-size: 12px; }
.single .news-author {font-size: 14px;}
.schedule { background-color: #f5f5fd; }

.schedule .news-title { 
	font-size: 16px;
	display: block;
}

.date-event { 
	color: #005d9a; font-size: 14px; font-weight: bold;
	display: block; margin-bottom: 8px; }

#content .event-desc p { font-size: 12px; line-height: 18px; color: #000; margin-bottom: 10px; margin-top: 10px;}

.local { font-size: 12px; color: #000; display: block; }

.more {
	font-weight: bold;
	font-size: 12px;
}

.phrase {
	color: #005D9A;
	padding:0 0 30px 0;
	background: transparent url(img/frase.png) no-repeat center bottom;
}
.phrase p {margin-bottom: 3px;}
.phrase-details { padding: 10px 0 0 0; }
.phrase-details span { font-size: 12px; display: block; }
.phrase-details figure { float: left; margin: 0 10px 0 0; }
.banner a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

/*participe*/
.box-join { font-family: 'futura_std_bookbold'; }

.box-join h3 { margin: 0; padding: 0; font-size: 22px; }

.box-join h3 a { background-color: #002e4d; display: block; padding: 15px 10px; }

.box-join h3 a:hover { background-color: #f4d402; color: #005ea0; text-decoration: none;}

.box-join a { color: #fff; text-transform: uppercase; }

.join {
    padding: 0;
    margin: 0;
    width: 100%;
}

.join li{
    width: 100%;
	margin: 0;
	overflow: hidden;
	display: block;
	border-bottom: solid 1px #8ebbde;

	background: #2d78a9;
	background: -moz-linear-gradient(top,  #2d78a9 0%, #145f90 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d78a9), color-stop(100%,#145f90));
	background: -webkit-linear-gradient(top,  #2d78a9 0%,#145f90 100%);
	background: -o-linear-gradient(top,  #2d78a9 0%,#145f90 100%);
	background: -ms-linear-gradient(top,  #2d78a9 0%,#145f90 100%);
	background: linear-gradient(to bottom,  #2d78a9 0%,#145f90 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d78a9', endColorstr='#145f90',GradientType=0 );
}

.ie7 .join li {	float: left; }

.join li a{
    text-align: left;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 3%;
    width: 94%;
}

.join li a:hover { background-color: #80AECD; }

.join-ico {
	float: left;
	/*width: 16%;*/
	/*margin-right: 3%;*/
}

.join-content { 
	float: right;
	width: 84%;
	overflow: hidden;
}

.join-main, .join-sub {
	color: #fff;
	display: block;
}
.join-main{
    font-size: 14px;
    padding-bottom: 3px;
}
.join-sub{ 
	font-size: 18px;
	float: left;
	overflow: hidden;
}
.join-sub img {	vertical-align: middle; }
.psdb{ 
	color: #f4d402;
	font-weight: bold;
	font-family: 'futura_std_bookbold';
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -3px;
	float: left;
	margin-top: -7px;
	padding-left: 3px;
}
.ie7 .psdb {
	top: -4px;
	line-height: 30px;
}

/*.join li a:hover .join-sub, .join li a:hover .join-main { color: #004686; }
.join li a:hover .psdb { color: #fff; }*/

.internal-pages { margin-bottom: 20px; }
.internal-pages .join li a{
    padding: 10px 2%;
    width: 96%;
}
.internal-pages .join-ico { width: 12%; margin-right: 2%; }
.internal-pages .join-content { width: 86%; }
.internal-pages .join-main{ font-size: 13px; padding-bottom: 4px; letter-spacing: 0px; }
.internal-pages .join-sub{ font-size: 17px; letter-spacing: 0px; }
.internal-pages .psdb { line-height: 24px; font-size: 24px; margin-top: -4px; }

.political .news-title a {
	color: #666666;
	font-size: 14px;
}

.political .news-title a:hover { color: #999; }

.hold-carrossel { position: relative; padding: 0 20px; min-height: 80px; }

#carrossel li {
	float: left;
	margin: 0 10px;
	width: 70px;
	height: 80px;
}

.btn-carrossel {
	background: transparent url(img/setas-carrossel.png) no-repeat;
	text-indent: 999px;
	height: 84px;
	width: 22px;
	display: block;
	position: absolute;
	top: 0;
}
.btn-carrossel:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#prev { background-position: -4px 0; left: 0; }
#next { background-position: -25px 0; right: 0; }

.social { min-height: 200px; }

.afg-table { background-color: #fff; }

/*redes sociais*/
.loading { background: #fff url(img/carregando.gif) no-repeat center center; }

.fb_iframe_widget { background: #fff; }

#twitterFollow { height: 40px; position: relative;  }
#twitterFollow iframe{display: block; float: right; margin: 5px 0 0 0;}

.profile-image {
	position: absolute; left:15px; bottom:-15px;
	background: transparent url(img/psdb-twitter.gif) no-repeat;
	display: block; width: 45px; height: 45px;
}

#tweetFeed {
	padding: 20px 20px 10px 20px;
	background-color: #e0f2fe;
}

.jta-tweet-list { margin: 0; padding: 0; list-style: none; font-size: 12px; color: #005fa3; }

.jta-tweet-timestamp {float: left; }

.jta-tweet-text a { font-weight: bold; }

.jta-tweet-attributes, .jta-tweet-actions { display: block; text-transform: lowercase; font-weight: bold; font-size: 10px; }

.jta-tweet-actions a,
.jta-tweet-attributes a { color: #000; padding-right: 10px; }

.jta-tweet-actions a:hover,
.jta-tweet-attributes a:hover { color: #666; }

.jta-tweet-body  { overflow: hidden; }

/* mobilize-se */

ul.mobilize-se{ list-style:none; padding:0; margin: 0; }
ul.mobilize-se li {height: 35px; padding: 10px 0px 0px 15px; border-top: 1px solid #eee;}
ul.mobilize-se li span.num {color: #005D9A; font-weight: bold; font-size: 16px}
ul.mobilize-se li.item7 {height:60px}
ul.mobilize-se li.item8 {border-bottom: 1px solid #eee;}
ul.mobilize-se li:nth-child(odd){ background:#FBFBFB;}
ul.mobilize-se li a { font-weight: bold}

/* assine o boletim - mailchimp */

.page-id-384 #mc_signup_form, #mc_signup_form {
	display: block;
	margin-top: 20px;
}

.page-id-384 #mc_signup_submit {
    color: #FFFFFF;
    float: right;
    font-family: 'futura_std_mediumbold';
    margin-right: 2%;
    padding: 8px;
    width: 30%;

}

.page-id-384 #mc_display_rewards {
	font-size: 10px;
	margin-top:10px;
	clear: both;
	float: right;
	margin-right: 10px;
}

#mc_display_rewards { display: none; }

.page-id-384 #mc-indicates-required {
	font-size: 12px;
	margin-top:10px
}

.hold-photos { 
	background: #fff;
	overflow: hidden;
}

.hold-photos a {
	width: 23%;
	height: 70px;
	float: left;
	max-height: 50px;
	overflow: hidden;
	margin: 0 2% 10px 0;
}
.hold-photos a.last { margin-right: 0; }

.hold-photos a img { width: 100%; }


/* =Bancadas
-------------------------------------------------------------- */
.hold-member {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}
.hold-member img { border: solid 5px #cccccc; margin-bottom: 5px; }
.hold-member figure a { min-height: 170px; display: block; }
.hold-member h3 { font-size: 16px; margin: 0 0 3px 0; font-weight: bold; }
.hold-member h3 a { color: #000; }
.hold-member h3 a:hover { color:#348ECD; }
.hold-member a:hover img { border-color: #348ECD; }
.hold-member .subject-bancada { font-size: 14px; color: #000; letter-spacing: 0px; line-height: 14px; }
.sub-title.sub-bancada {
	font-size: 18px;
	padding-bottom: 5px;
	line-height: 24px;
	border-bottom: solid 1px #005ea0;
}
.hold-deputado .hold-member {
	width: 18%;
	margin: 0 1% 10px;
	min-height: 195px;
}
.hold-deputado .hold-member figure a { min-height: 120px; }

#vereadores-area .hold-member {
	width: 100%;
	margin: 0;
}
.hold-member .contact-member,
.hold-member .member { float: left; margin: 0; }
.hold-member .member { padding-right: 15px; }
.hold-member .contact-member {
	border-left: solid 1px #999;
	padding: 0 5px;
	margin: 5px 0 0 0;
}
.hold-member .contact-member.first { border: none; }

/*altura para box na página de diretórios*/
.box-diretorio { min-height: 220px; }
.box-bancada {
	padding: 10px;
	border: solid 1px #e3e8ec;
	overflow: hidden;
	background-color: #fbfbfb;
	background-color: -moz-linear-gradient(top,  #fbfbfb 0%, #f0f0f0 100%);
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f0f0f0));
	background-color: -webkit-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
	background-color: -o-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
	background-color: -ms-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
	background-color: linear-gradient(to bottom,  #fbfbfb 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0f0f0',GradientType=0 );
}
.box-bancada.gov { background: #e8f1f8; }
.box-bancada.loading {
	background-image: url(img/carregando.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.member {
	line-height: 22px;
	margin: 0;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	display: inline;
}

#area-deputado-estadual .fourcol,
#area-deputado-federal .fourcol {
	margin-bottom: 10px;
	min-height: 100px;
}

.member, .member a { color: #083761; }

.member a { }

.member a:hover { color: #005D9A; }

.subject-bancada {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #666;
	display: block;
	font-weight: normal;
	margin: 0;
}

.filter-bancada { min-height: 210px; }
.filter-bancada .subject-bancada span { font-size: 20px; line-height: 24px; }
.filter-bancada .member { font-size: 20px; line-height: 24px; margin-bottom: 10px; display: block; }

.subject-bancada span { font-size: 18px; display: block; font-weight: bold; }

.box-bancada address { clear: both; padding-top: 5px; margin: 0; }
.ie7 .box-bancada address { margin-top: -10px; }
.box-bancada address span { display: block; color: #666; font-size: 12px; margin: 5px 0; font-style: normal; }
.box-bancada address .local { color: #083761; font-weight: bold; font-size: 16px; }

.bancada-form {
	background: transparent url(img/bg-form.jpg) repeat-x center bottom;
	padding: 10px 0 15px 0;
	margin: 0 0 12px 0;
}

.bancada-form select {
	width: 100%;
	color: #666;
	font-size: 12px;
	padding: 3px 0;
}

.thumb-member { float: left; margin-right: 10px; width:70px; height: 90;  }

.hold-secretarios		.thumb-member,
#area-senador 			.thumb-member,
#area-deputado-federal 	.thumb-member,
#area-deputado-estadual .thumb-member {	width: 50px; }

.hold-secretarios		.thumb-member img,
#area-senador 			.thumb-member img,
#area-deputado-federal 	.thumb-member img,
#area-deputado-estadual .thumb-member img {
	border: solid 1px #ccc;
}

.member-details { float: left; width: 195px; }
.member-details.space { padding: 0; margin: 0; }

.thumb-member a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.info-member.box-bancada { border: none; margin-bottom: 20px; }
.info-member .member { font-size: 28px; line-height: 34px; }

.details { zoom: 1; }

.info-bancada {
	padding: 10px;
	background-color: #e8f2f8;
	margin-bottom: 20px;
	overflow: hidden;
}
.info-bancada .subject-bancada { font-size: 14px; letter-spacing: 0px; line-height: 24px; }

.contact { display: block; padding-top: 10px; }

.number-member {
	color: #348ecd;
	font-weight: bold;
	font-family: 'futura_std_bookbold';
	font-size: 52px;
	line-height: 52px;
	letter-spacing: -2px;
 	text-shadow: 1px 1px 1px #9c9a9a;
}

.related {
	color: #80aecd;
	font-style: italic;
	margin-bottom: 10px;
}
.related span {
	font-size: 16px;
	color: #005ea0;
	font-style: normal;
	font-weight: bold;
}

.related-news .date { color: #000; }
.related-news .news-title { font-size: 18px; line-height: 24px; }
.related-news .news-title a { color: #093a65; }
.related-news .news-title a:hover { color: #348ECD; }

.sub-news { color: #444444; font-size: 12px; }

.details-bancada { margin-top: 15px; min-height: 180px; }
.details-bancada .member { margin: 0 0 10px; font-size: 20px; }
.details-bancada .news-list li { margin: 2px 0; padding-left: 2px; font-size: 12px; }
.box-hidden { display: none; }

.contact-member {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}


/* =Executiva
-------------------------------------------------------------- */
.page-template-sobre-php .list-members h2 { 
	color: #fff; background-color: #005d9a; font-weight: bold;
	font-size: 16px; padding: 5px; margin-bottom: 10px;
}
.page-template-sobre-php .list-members p { font-size: 14px; color: #666; }

/* =Núcleos
-------------------------------------------------------------- */
.core {	
	height: 100px; overflow: hidden;
	margin-bottom: 20px;
}
.core h2 { 
	margin: 0;
	width: 100%; height: 100%;
	font-size: 18px; line-height: 22px;
	background: #2d78a9;
	background: -moz-linear-gradient(top,  #2d78a9 0%, #145f90 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d78a9), color-stop(100%,#145f90));
	background: -webkit-linear-gradient(top,  #2d78a9 0%,#145f90 100%);
	background: -o-linear-gradient(top,  #2d78a9 0%,#145f90 100%);
	background: -ms-linear-gradient(top,  #2d78a9 0%,#145f90 100%);
	background: linear-gradient(to bottom,  #2d78a9 0%,#145f90 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d78a9', endColorstr='#145f90',GradientType=0 );
}
.core h2 a { 
	color: #fff; display: block; text-align: center;
	width: 94%;
	height: 100%;
	padding: 0 3%;
}
.js .core h2 a span { 
	filter: alpha(opacity=0);
	opacity: 0; }
.core h2 a span {  float: left; display:block; width: 100%; }
.core h2 a:hover {
	/*background-color: #145f90;*/
	background-color: #80AECD;
}

/* =Compartilhe | Filie-se
-------------------------------------------------------------- */
.box-social {
	overflow: hidden;
	margin-bottom: 15px;
}
.logo-social {
	background: transparent url(img/redes-sociais.jpg) no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 70px;
	margin-right: 5px;
}
.logo-twitter{ background-position: 0 -79px; }
.logo-facebook{ background-position: 0 0; }
.logo-youtube { background-position: 0 -158px; }
.logo-social:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.social-desc {
	float: left;
}
.social-desc h3  { 
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.social-desc span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.social-desc span a { color: #093a65; }
.social-desc span a:hover { color: #348ecd; }

.social-desc ul {
	padding-top: 15px;
	list-style: none;
	color: #444444;
	margin: 0;
}

.social-desc ul li {
	background: transparent url(img/bg-lista.jpg) no-repeat left center;
	padding-left: 15px;
}

.form-online h2 {
	background-color: #f8f8f8;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
}

.form-online ul li {
	list-style: none;
	background: transparent url(img/bg-lista-azul.jpg) no-repeat left center;
	padding-left: 15px;
}

/* =Espaco Partidario
-------------------------------------------------------------- */
.item { border-top: solid 1px #ddd;	padding: 8px 0px;}
.item:first-child { border: none; }
.item:hover { background-color: #f5f4f4; }
.item .sub-title { margin: 0; font-size: 18px; line-height: 18px; }
.item .date { font-size: 12px; line-height: 12px; }
.hold-itens { margin-bottom: 20px; }

#content .description p { margin-bottom: 0; }

.post-cat a { color: #FE9C10; }

.search-results .post-cat {
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px #999999;
	padding-left: 5px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}

#content p.box-title {
 	margin: 0;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 28px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.category-active .page-title {
	background: #F5F5F5 url(img/category.png) no-repeat 5px center;
	padding-left: 35px;
	color: #005D9A;
}
.place .page-title {
	background: #F5F5F5 url(img/place.png) no-repeat 5px center;
	padding-left: 35px;
	color: #005D9A;
}
.schedule-active .page-title {
	background: #F5F5F5 url(img/agenda.png) no-repeat 5px center;
	padding-left: 35px;
	color: #005D9A;
}
.schedule-active .page-title,
.place .page-title,
.category-active .page-title { margin-top: 0; }
.page-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;	
	color: #093A65;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #F5F5F5;
}
.page-title span {
	font-size: 21px;
	font-style: italic;
	color: #FE9C10;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
}
.sub-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 10px;
	letter-spacing: -1px;
}
.sub-title a { color: #0364a9; }
.sub-title a:hover { color: #358fce; }
.category #content .entry-title, .tax-local #content .entry-title, .tag #content .entry-title{
	margin-bottom: 6px;
	font-size: 21px;
}
#content .destaques .entry-title {
	background: #012e4d;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 12px 20px;
	height: 60px;
}
.category .destaques {overflow: hidden; margin-bottom: 20px;}
#content .destaques .entry-title a {color: #fff;}
#content .destaques .entry-title a:hover {text-decoration: underline;}
#content .destaques img {
	float: left;
    width: 100%;
}
.hold-img-destaques {
	max-height: 180px;
	overflow: hidden;
	display: block;
}
#content .destaques .cat-title {font-weight: bold; font-size: 16px; color: #005d9a; margin-bottom: 10px; letter-spacing: -1px;}
.entry-meta {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
.post-source {margin-bottom: 10px;}
.home .post-source {margin-bottom: 0; margin-top: 6px;}
.post-source .box-source{
	background-color: #E0F2FE;
    color: #093A65;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px;
}
.post-source .author{
	font-weight: normal;
	font-style: italic;
}
.last-news .date {display: block; }
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content h2 {
	margin: 0 0 15px 0;
	color: #0364A9;
	font-size: 20px;
}
.entry-content h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
	color: #005d9a;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #fe9c10;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #348ecd;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #093a65;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 0;
	text-align: center;
}
.wp-caption img {
	margin: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #fff;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
/*input[type=submit] {
	color: #333;
}*/
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #005d9a;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'futura_std_bookbold';
	margin: 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* =Agenda
-------------------------------------------------------------- */
.linha {overflow: hidden; margin-bottom: 20px;}
#list-events {/*padding-top: 40px;*/}
#list-events .event-date {
	background: transparent url(img/event.png) no-repeat left center;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #005EA0;
}
#list-events .event-time { 
	background: transparent url(img/clock.png) no-repeat left center;
	padding-left: 25px;
	display: block;
	color: #005EA0;
	font-style: italic;
}
#list-events .event-title {font-size: 12px; margin: 4px 0 0 0; line-height: 18px; font-weight: bold;}
#list-events .event-title a {color: #444;}
#list-events .event-title a:hover {text-decoration: underline; color: #002E4D;}
#list-events .event-categories{font-weight: bold;}
#list-events .event-location {margin-top: 4px;}
#list-events .event-categories, #list-events .event-location, #list-events .event-desc {font-size: 12px; line-height: 18px;}
#list-events .box { padding: 5px; }
#list-events .box:hover { background-color: #F5F5F5; }

.home .schedule p {margin-bottom: 8px;}
.home .event-desc {max-height: 40px; overflow: hidden; }
.box-title {color: #005d9a; border-top: 3px solid #005d9a; padding: 5px 2px; font-weight: bold; margin-bottom: 10px;}

#cat, #cat2, #cat3 { width: 100%; color: #666; padding: 3px 0; }

/* =Compartilhe
-------------------------------------------------------------- */
.toolbox .addthis_toolbox {list-style: none; margin: 0 0 0 3px; position: relative; }
.toolbox .addthis_toolbox li {margin-bottom: 6px; height: 22px; display: block;}
.toolbox .addthis_toolbox li.item04 a { background: url("img/share-email.png") no-repeat scroll left center; padding-left: 24px; height: 20px; color: #333; font-size: 11px; width: 62px;}

.toolbox .button { background: #fff; filter: none; border: none; }

.toolbox .addthis_toolbox li.item02 iframe {  }
.fb_ltr.fb_iframe_widget_lift { right: -70px!important; background: #fff; padding: 10px; border: solid 2px #ccc!important; }

.pluginLikeFlyoutFullButton { right: 0!important; }


/* =Tags
-------------------------------------------------------------- */
.post-details .p-det-tags a {display: block; color: #098fd2; margin: 0 0 8px 3px;}
.post-details .p-det-tags a:hover {color: #002e4d;}

.single-post #content {padding-right: 10px;}

/* =Filtros
-------------------------------------------------------------- */
.filters .box {margin-bottom: 20px;}
.filter-categories ul,
.filter-mobile { margin: 0;}
.filter-categories ul li,
.filter-mobile li {list-style: none; background-color: #005ea0; border-bottom: 1px solid #fff;}
.filter-categories ul li:last-child,
.filter-mobile li:last-child {border: none;}
.filter-categories ul li a,
.filter-mobile li a {font-size: 12px; font-weight: bold; display: block; padding: 12px; color: #fff;}
.filter-categories ul li a:hover,
.filter-mobile li a:hover {background-color: #348ECD;}
.filter-title {text-transform: uppercase; color: #005d9a; font-weight: bold; margin-bottom: 10px;}
.filter-title span {font-size: 18px; }

.filter-mobile { display: none; }

.entry-summary .post-excerpt {color: #444;}
.entry-summary .post-excerpt:hover, .related-posts .title-section a:hover,  #content .related-posts .entry-summary a:hover {text-decoration: underline;}

.category-mobile { display: none; }

/* =Navigation
-------------------------------------------------------------- */
.navigation {overflow: hidden; background-color: #f5f5f5; clear: both;}
.navigation a:link, .navigation a:visited {color: #999; text-decoration: none;}
.navigation a:active,
.navigation a:hover {color: #ff4b33;}
.nav-previous {float: left; width: 50%;}
.nav-next {float: right; text-align: right; width: 50%;}
#nav-above {margin: 0 0 18px 0;}
#nav-above {display: none;}
.paged #nav-above, .single #nav-above {display: block;}
#nav-below {margin: -18px 0 0 0;}

#content .wp-paginate{margin: 5px 0; overflow: hidden; float:right;}
.navigation .wp-paginate li{display: block; float: left;  text-align:center; margin: 0 5px 0 0;}
.navigation .wp-paginate li a,
.navigation .wp-paginate li span,
.agenda .wp-paginate a.page-numbers, 
.agenda .wp-paginate span.page-numbers{display: block; padding: 5px 2px; width: 16px; height:16px; margin:0; font-weight:bold;}
.navigation .wp-paginate li span.current{color: #015d9a; padding: 6px 2px; text-align:center;}

.navigation .wp-paginate li a.page,
.navigation .wp-paginate li a.prev,
.navigation .wp-paginate li a.next{border:none; background:none; color: #999; border:1px solid #f5f5f5;}

.navigation .wp-paginate li a.page:hover,
.navigation .wp-paginate li a.prev:hover,
.navigation .wp-paginate li a.next:hover,
.agenda .wp-paginate a.page-numbers:hover {color: #444;}


/* Especial para Agenda */
.agenda .wp-paginate a.page-numbers, .agenda .wp-paginate span {float: left; text-align: center; }
.agenda .wp-paginate span.current{color: #015d9a;}
.agenda .wp-paginate a.next {margin-right: 5px;}

/* =Related Posts
-------------------------------------------------------------- */
.related-posts {overflow: hidden; margin-bottom: 20px; clear: both;  margin-top: 30px;}
.related-posts .title-section {background-color: #f5f5f5; color: #015d9a; font-size: 12px;  padding: 10px 16px; font-weight: bold;}
.related-posts .title-section a {float: right; color: #444444; font-weight: normal;}
#content .related-posts .entry-title {font-size: 14px; letter-spacing: 0; margin-bottom: 10px;}
 #content .related-posts .entry-summary {line-height: 1.5em; font-size: 12px;}

.sub-nav ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sub-nav ul li {
    border-bottom: 1px solid #fff;
    display: block;
}
.sub-nav ul li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    background-color: #005ea0;
    color: #fff;
    font-weight: bold;
}

.sub-nav ul li a:hover {background-color: #348ECD;}
.sub-nav ul li.current-menu-item a { background-color: #348ECD;}

/* =Sidebars
-------------------------------------------------------------- */
/* Sidebar Page */
aside .box {padding-bottom: 30px;}

/* Sidebar Participe */
aside p {margin-bottom: 10px;}
aside #text-3, aside #text-4 { background-color: #f8f8f8; padding: 20px 10px 20px 20px;}
aside .widget-title {color: #005d9a;}
aside #text-3 .textwidget, aside #text-4 .textwidget {color: #666;}
aside #text-3 .textwidget h3, aside #text-4 .textwidget h3{margin: 0 0 10px 0; font-family: 'futura_std_bookbold'; color: #005D9A;}
aside #text-3 .textwidget a, aside #text-4 .textwidget a {color: #fe9c10;}

aside .conheca-diretorio .join {margin: 0; text-transform: uppercase; text-decoration: none; font-family: 'futura_std_bookbold';}
aside .conheca-diretorio .join li{
	background: url("img/bg-encontre-diretorio.gif") repeat left center #125781; 
	width: 100%;
	height: 80px;
}
.conheca-diretorio .join li a { height: 93%; padding-top: 7%; text-decoration: none; }

aside .conheca-diretorio .join-content { width: 100%; float: none; }
aside .conheca-diretorio .join-sub {color: #ffcc00;}
.conheca-diretorio .join li a:hover .join-sub { color: #fff; }

#secondary .widget-container {margin-bottom: 40px;}

.maps h2 { margin: 20px 0 10px; font-size: 20px; }
.maps address span { display: block; }
.maps a { position: relative; display: block; }
.maps a span {
	position: absolute;
	bottom: 4px;
	width: 100%;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	background-color: rgba(0, 126, 187, 0.7);
	filter: alpha(opacity=0);
	opacity: 0;
}
.maps a:hover span {
	filter: alpha(opacity=100);
	opacity: 1;
}
.ie8 .maps a span,
.ie7 .maps a span {
	background-color: #007ebb;
}

.widget-area ul.jta-tweet-list { list-style: none; margin: 0; }

.side-contato .xoxo { margin: 0; }

/* =Formulário de Contato
-------------------------------------------------------------- */
.wpcf7-form fieldset{border:none; padding: 0; margin: 0;}
.contact-form label, .wpcf7-form label{float: left; margin: 0 0 20px 0; width: 140px; color: #444; }
.contact-form label span, .wpcf7-form label span{display:block; font-size:12px;  font-weight:bold;  color:#666;}
.contact-form p input[type=text],
.contact-form p input[type=password],
.contact-form p textarea,
.wpcf7-form p input[type=text],
.wpcf7-form p input[type=password],
.wpcf7-form p textarea,
.wpcf7-form p select,
#mc_signup_form .mc_input {
	display:block;
	width:70%;
	padding:8px 1%;
	font-size:12px;
	color:#999;
	background-color: #fff;
	font-size: 14px;
	padding: 5px;
	font-family:Arial;

	-webkit-box-shadow: 2px 2px 4px #e5e5e5 inset;
	box-shadow: 2px 2px 4px #e5e5e5 inset;
}
.wpcf7-form p select { border: solid 1px #ccc; width: 72%; margin-bottom: 20px; }
.contact-form p input[type=text],
.contact-form p input[type=password],
.wpcf7-form p input[type=text],
.wpcf7-form p input[type=password]{
    height: 20px;
}
.contact-form p textarea, .wpcf7-form p textarea {height: 120px; margin-bottom: 20px;}
.contact-form p input[type=checkbox], .contact-form p input[type=radio],
.wpcf7-form p input[type=checkbox], .wpcf7-form p input[type=radio]{margin:0 5px 0 0;}
.contact-form p input[type=text]:hover, 		
.contact-form p input[type=password]:hover, 	
.contact-form p textarea:hover,
.wpcf7-form p input[type=text]:hover, 		
.wpcf7-form p input[type=password]:hover, 	
.wpcf7-form p textarea:hover{border:1px solid #afafaf;}

.contact-form p input[type=text]:focus,
.contact-form p input[type=password]:focus,
.contact-form p textarea:focus,
.wpcf7-form p input[type=text]:focus,
.wpcf7-form p input[type=password]:focus,
.wpcf7-form p textarea:focus {background-color:#ffffff; border:1px solid #198FD2; color:#0D415A !important;}

.wpcf7-form p .wpcf7-not-valid-tip-no-ajax {color: #ee6f11;}

.feedback.alert, .wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-mail-sent-ok {background-color:#FFF6BF; border: 1px solid #FFD324; color: #514721; margin-bottom: 20px;  padding: 5px 10px; font-size: 12px;}
.feedback.alert p, .wpcf7-form div.wpcf7-validation-errors p {line-height: 32px; margin-bottom: 0 !important; padding: 8px 5px; }

.wpcf7-form .required { color: #fe9c10; font-weight: bold; float: left; margin-right: 4px;}
.wpcf7-form .alert-required .required { float: none; }
.wpcf7-form .alert-required { color: #666666; font-style: italic; margin-bottom: 20px;  text-align: left; font-size: 12px; }  

#content .wpcf7-form p {margin-bottom: 0; overflow: hidden; position: relative;}

.wpcf7-form .zona-secao label, .wpcf7-form .zona-secao .wpcf7-form-control-wrap {float: left;}

.wpcf7-form .zona-secao .Zona-Eleitoral, .wpcf7-form .zona-secao .Secao {width: 22%;}
.wpcf7-form .zona-secao .Inscricao-Eleitoral, .wpcf7-form .zona-secao .Data-de-Filiacao {width: 26%;}
.wpcf7-form .zona-secao .Inscricao-Eleitoral input[type=text], .wpcf7-form .zona-secao .Data-de-Filiacao input[type=text]{width: 85%;}

#content .wpcf7-form input[type=submit]{
   font-family: 'futura_std_mediumbold';
   width: 30%;
   float: right;
   padding: 8px 20px; color: #fff; margin-right: 2%;
}


/* =Participe 
-------------------------------------------------------------- */
#list-procedimentos h3 {line-height: 18px;}
#list-procedimentos h3 a {color: #093a65; font-size: 18px; }
#list-procedimentos h3 a span {color: #666; font-size: 14px; display: block; width: 50%;}


.tax-agenda_category .current-cat {background-color: #348ECD;}

#mc_signup_form .mc_var_label { float: left; width: 15%;}
#mc_signup_form .mc_merge_var { margin: 10px 0; }
.mc_required {
	color: #FE9C10;
    float: left;
    font-weight: bold;
    margin-right: 4px;
}
.ie7 #mc_signup_form .mc_var_label { position: relative; padding-left: 10px; }
.ie7 .mc_required { position: absolute; left:0; top:0; }
#mc_signup_form .mc_input  { width: 80%; }

/* =Projetos
-------------------------------------------------------------- */
.page-template-projetos-php .core h2 {height: 74px; font-size: 16px; line-height: 20px;}
.page-template-projetos-php .core h2 a { padding-top: 6px; height: 68px;}
.page-template-projetos-php .core { height: 220px;}
.page-template-projetos-php .core h2 a span {opacity: 1;}
.page-template-projetos-php .thumb {max-height: 132px;}
.page-template-projetos-php .lupa {
    background: url("img/lupa.png") no-repeat scroll center center transparent;
    height: 133px;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    width: 200px;
}
.page-template-projetos-php .lupa:hover {opacity: 1;}

.page-template-projetos-php .menu-item-17070 a, 
.page-template-projetos-php  #access ul ul .menu-item-17071 > a, .page-template-projetos-php .sub-nav ul li.menu-item-17071 a{background-color: #348ECD;}


.post-15724 iframe {width: 100%;}

.home .thumb-video a span {
top: 60%;
left: 15%;
width: 45px;
height: 35px;
text-indent: -9999px;
display: block;
position: absolute;
background: url(img/play.png)no-repeat scroll top center;
}
.home .thumb-video a span:hover{background-position: bottom center;}

/* =Projetos: Obras do Governo */
ul.no-governo{ list-style:none; padding:0; margin: 0; }
ul.no-governo li {height: 30px; padding: 5px 0px 0px 15px; border-top: 1px solid #eee;}
ul.no-governo li:nth-child(odd){ background:#FBFBFB;}
ul.no-governo li a {font-weight: bold; font-size: 12px; float: right; padding: 1px 15px 0px 0px; text-decoration: ;}

.ln-letters {
	overflow: hidden;
	margin-bottom: 10px;
}
.ie7 .ln-letters a { width: 3.79%; }
.ln-letters a {
	background-color: #005ea0;
	color: #fff;
	width: 3.84%;
	display: block;
	float: left;
	text-align: center;
	padding: 5px 0;
}
.ln-letters a.ln-disabled,
.ln-letters a.ln-disabled:hover {
	background-color: #D6DEE4;
    color: #999999;
}
.ln-letters a:hover, 
.ln-letters a.ln-selected {
	background-color: #348ECD;
}

.single #content iframe {width: 100%;}

/* Página de Busca dos membros da Bancada */
#content .member-info {background-color: #F5F5FD; padding: 8px 8px 2px 8px; overflow: hidden; margin-bottom: 24px;}
#content .member-info figure {display: inline; float: left;  margin-right: 12px;}
#content .member-info .name {display: inline; color: #093a65; font-weight: bold; margin: 0; clear: none;}
#content .member-info .cargo {margin: 2px 0 0 0; color: #666;}
.search .search-title {color: #348ECD;  margin-bottom: 10px;}
.search .search-title span { font-weight: bold; font-size: 16px; font-style: italic; color: #005ea0;}
#content .member-info a {display: block; font-size: 11px; margin-top: 2px;}

.related-members {list-style: none; margin: 0;}
.related-members li {margin-bottom: 5px; overflow: hidden;}
.related-members .thumb-member {max-width: 38px; float: left; margin-right: 4px;}
.related-members .member-name {display: inline;  font-size: 12px; font-weight: bold; line-height: 16px;}

/*display style for page sobre.php*/
.open {display: inline;}
.closed {display: none;}

/* Texto da Página História */
ul.aparte {list-style: none; margin:0}
ul.simplelist {list-style-type: disc; }
ul.numericlist {list-style-type: decimal;}
ul.abc {list-style-type: lower-alpha;}


