/* Drupal 6 Framework - Created by Andre Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
12.CSS Support

[Font sizes - based on 75%/12px body font-size]
36px = 3em
30px = 2.5em
24px = 2em
18px = 1.5em
16px = 1.333333em
15px = 1.2em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equation for font sizing: 
-Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";

/**
 * 1.GLOBAL
 */
@font-face {
    font-family: 'NeoSansProRegular';
    src: url('fonts/neosanspro-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/neosanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/neosanspro-regular-webfont.woff') format('woff'), /* Modern Browsers */ url('fonts/neosanspro-regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NeoSansProMedium';
    src: url('fonts/neosanspro-medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/neosanspro-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/neosanspro-medium-webfont.woff') format('woff'), /* Modern Browsers */ url('fonts/neosanspro-medium-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
    text-align: left;
    background: #fff;
    color: #000;
    font-size: 75%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'NeoSansProMedium', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: .5em;
}

h1, h2 {
    font-size: 20px;
    border-bottom: 1px dashed #790000;
    text-transform: uppercase;
}

.pane-calendar h2 {
    margin-bottom: 0px;
}

h3 {
    font-size: 1.5em;
    line-height: 2em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: .8333em;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 1.8em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em 0;
    display: block;
    /*  width: 340px;*/
}

p a:link {
    text-decoration: underline;
}

a:link, a:visited {
    color: #707070;
    outline: none;
    text-decoration: none;

}

a:focus {
    outline: 1px dotted;
}

a:hover, a:active, li a.active {
    color: #707070;
    outline: none;
    text-decoration: underline;
}

.mainTitulo {
    font-size: 33px;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #7c0000;
    line-height: 33px;
    display: block;
    position: relative !important;
}

.mainDescricao {
    font-size: 14px;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    color: #666;
    line-height: 24px;
    display: block;
    position: relative !important;
    width: 380px !important;
    height: 165px;
    float: left;
    margin-top: 11px;
}

.flash {
    display: block;
    position: relative;
    float: left;
    width: 555px !important;
    height: 210px;
    margin-left: 420px;
}

/* Common Styling */
li ul, li ol, .block li ul {
    margin: 0;
}

ul, ol, .block ul {
    margin: 0 1.5em 1.5em 0;
    padding: 0 0 0 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

table {
    margin-bottom: 1.5em;
    width: 100%;
}

th, tr, td {
    padding: 0.1em 0.5em;
    vertical-align: middle;
}

hr {
    background: #666;
    border: none;
    clear: both;
    float: none;
    height: 1px;
    margin: -1px 0 1.5em;
    width: 100%;
}

fieldset {
    border: 1px solid #ccc;
    margin: .5em 0;
    padding: 1em;
}

/**
 * 2.LAYOUT
 */

#wrapper, header .wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
    position: relative;
}

#main-wrapper {
    background: url("images/body-top.jpg") repeat-x;
}

/* add this class to div#wrapper in page.tpl to show grid */
.showgrid {
    background: url(images/grid.gif) repeat-y;
}

/**
 * 3.MAIN
 */
/* 1 column: global values*/
#main {
    margin: 0 0 1.5em;
    position: relative;
}

/* 3 columns */
body.two-sidebars #main {
    float: left;
    margin: 0 20px 0 240px;
    padding: 0;
    width: 460px;
}

/* 2 columns: sidebar-first */
body.sidebar-left #main {
    float: right;
    margin: 0px 0 80px;
    height: 100%;
    padding: 0;
    width: 700px;
}

/* 2 columns: sidebar-second */
body.sidebar-right #main {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: 700px;
}

/* 4.SIDEBARS */
/* 3 columns: sidebar-first */
body.two-sidebars #sidebar-left {
    float: left;
    margin: 0 20px 0 -720px;
    padding: 0;
    width: 220px;
}

/* 3 columns: sidebar-second */
body.two-sidebars #sidebar-right {
    float: left;
    margin: 0;
    padding: 0px;
    width: 220px;
}

/* 2 columns: sidebar-first */
body.sidebar-left #sidebar-left, aside#sidebar-left {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: 220px;
}

/* 2 columns: sidebar-second */
body.sidebar-right #sidebar-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 220px;
}

/**
 * 5.HEADER
 */

#header {
    background-image: url("images/header.jpg");
    height: 87px;
    position: relative;
}

#header #logo {
    float: left;
    margin-top: 15px;
    width: 338px;
    height: 57px;
}

#nav {
    float: right;
    font-size: 16px;
    margin-top: 30px;
}

#nav a {
    color: white;
    text-transform: uppercase;
    font-family: 'NeoSansProMedium', Helvetica, Arial, sans-serif;
}

#header #site-name-slogan {
    float: left;
}

#header #site-name {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}

#header #site-name a:hover {
    text-decoration: none;
}

#header #site-slogan {
    margin: 0;
}

#search-theme-form {
    float: right;
    margin: 1em 0 0;
}

/* Hides "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label,
div#edit-search-block-form-1-wrapper label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/**
 * 6.NAVIGATION
 */
#navigation {
    font-family: 'NeoSansProMedium', Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    width: 286px;
    height: 37px;
    position: absolute;
    top: 25px;
    right: 95px;
}

#navigation #stripe {
    position: absolute;
    top: 5px;
    font-size: 17px;
    margin-left: -1px;
    color: #ffffff;
}

#navigation-footer #stripe {
    position: absolute;
    font-size: 11px;
    margin-left: 6px;
    color: #ffffff;
    top: 2px;
}

#navigation ul.primary-links {
    margin: 0;
    padding: 0;
}

#navigation ul.primary-links li {
    float: left;
    margin: 0;
    padding: 2px;
}

#navigation ul.primary-links li a {
    display: block;
    float: left;
    padding: 5px;
    color: #FFF;
}

#navigation ul.secondary-links {
    background: #eee;
    margin: 0;
    padding: 0;
}

#navigation ul.secondary-links li {
    margin: 0;
    padding: 0;
}

#navigation ul.secondary-links li a {
    display: block;
    float: left;
    line-height: 3em;
    padding: 0 1em;
}

#skip-link {
    position: absolute;
}

.breadcrumb {
    padding-bottom: 1.5em;
}

/* menus and item lists */
.item-list ul {
    margin: 0;
}

.item-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu li {
    margin: 0;
    padding: 0;
}

ul.inline {
    clear: both;
}

ul.inline li {
    margin: 0;
    padding: 0 1em 0 0;
}

/* admin tabs */
.tabs-wrapper {
    margin: 1px 0 1.5em;
}

ul.primary {
    margin: 0;
    padding: 1px 0 0;
}

ul.secondary {
    line-height: 3em;
    margin: 0 0 -1px;
    padding: 0;
}

ul.secondary a.active {
    border-bottom: none;
}

/**
 * 7.NODES
 */
#page-title {
    line-height: 1.5em;
}

.node {
    margin-bottom: 1.5em;
}

/* tags */
.terms {
    margin: 0 0 1.5em 0;
}

.terms span {
    font-weight: bold;
}

/* profile */
.profile {
    margin: 1.5em 0;
}

.profile h3 {
    border: none;
}

.profile dt {
    margin-bottom: 0;
}

.profile dd {
    margin-bottom: 1.5em;
}

/**
 * 8.COMMENTS
 */
#comments {
    clear: both;
    margin-top: 1.5em;
}

.comment {
    margin-bottom: 1.5em;
}

.comment .new {
    color: red;
    text-transform: capitalize;
}

/**
 * 9.BLOCKS
 */
.block {
    margin-bottom: 1.5em;
    position: relative;
}

/* login block */
#user-login-form {
    padding: 0;
    text-align: left;
}

#user-login-form .form-item {
    margin: 1em 0;
}

#user-login-form .item-list ul li {
    background: none;
    margin: 1em 0;
    padding: 0;
}

/* block configuration links */
section.block div.edit {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    display: none;
    font-size: 9px;
    margin: 0;
    overflow: hidden;
    padding: 2px 0 2px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
}

section.block:hover div.edit {
    display: block;
}

section.block div.edit a {
    color: #999;
    margin-right: 10px;
}

section.block div.edit:hover a {
    color: #000;
}

/* views configuration links */
div.view {
    position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 9px;
    margin-right: 0;
    margin-top: 0;
    padding: 0 0 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

div.view div.views-admin-links li a {
    color: #999;
}

/**
 * 10.FOOTER
 */
#footer {
    background-color: #000000;
    clear: both;
    height: 100px;
    position: relative;
    bottom: 0;
    width: 100%;
}

#footer p {
    color: #FFFFFF;
    font-size: 10px !important;
    height: 35px;
    margin-left: 661px;
    padding-top: 5px;
    position: relative;
    width: 250px;
}

#footer a.feed-icon {
    position: absolute;
    right: 0;
    top: 1.416667em;
}

/* support drupal */
#footer #block-system-0 {
    position: absolute;
    right: 25px;
    top: 1.5em;
    z-index: 0;
}

#block-simplenews-10 {
    top: 9px;
}

#center {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#block-views-TematicaRodape-block_1 {
    position: absolute;
    z-index: 0;
    overflow: hidden;
    margin: 0px;
}

#footer #block-simplenews-10 #edit-submit-1 {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 50px;
    position: absolute;
    right: 25px;
    text-transform: uppercase;
    top: -42px;
    width: 50px;
}

#edit-actions #edit-submit {

    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'NeoSansProMedium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;

}

#footer #block-simplenews-10 h2 {
    border: medium none;
    height: 25px;
    line-height: normal;
    position: absolute;
    right: 273px;
    top: -29px;
    width: 160px;
    text-transform: uppercase;
}

#footer #block-simplenews-10 #edit-mail {
    background: transparent url("images/caixaNewsletter.png") no-repeat;
    border: medium none;
    color: #666666;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: 81px;
    top: -30px;
    width: 189px;
    text-transform: uppercase;
}

#seta {
    background-image: url(images/setaH2.png);
    width: 21px;
    height: 15px;
    position: relative;
    display: inline-block;
}

/**
 * 11.CSS SUPPORT
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */
.element-hidden {
    display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE6 */
* html .clearfix {
    height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
    min-height: 1%;
}

#block-block-1 {
    height: 200px;
    padding-top: 41px;
}

#block-block-1 h2 {
    font-size: 26px;
    color: #902724;
}

/* jcarousel Destaques*/
#block-views-Destaques-block_1 .view-Destaques ul {
    overflow: hidden;
}

.view-Destaques .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 170px;
    margin-left: -50px;
    width: 965px;
    margin-bottom: 20px;
}

.view-Destaques .jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 965px;
}

.view-Destaques .jcarousel-skin-default .jcarousel-item {
    width: 234px;
    height: 175px;
    border: none;
}

.view-Destaques img.imagecache-jcarousel, .view-Destaques a.imagecache-jcarousel {
    height:100% !important;
}

.view-Destaques .jcarousel-skin-default .jcarousel-item .views-field-field-image-fid {
    max-height:70%;
}

.view-Destaques .jcarousel-skin-default .jcarousel-item .views-field-field-image-fid .field-content img {
    max-height:70%;
}

.view-Destaques .jcarousel-skin-default .jcarousel-item .views-field-title {
    max-height:30%;
}

.view-Destaques .jcarousel-skin-default .jcarousel-next-horizontal, .view-Destaques .jcarousel-skin-default .jcarousel-prev-horizontal {
    top:67px;
}

.view-noticias .jcarousel-skin-default {
    text-align: left;
    margin-left: -43px;
}

.view-Destaques a:link, .view-Destaques a:visited, .view-Destaques a:hover, .view-Destaques a:active, .view-Destaques li a.active {
    color: #7d0204;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.view-EfemeridesCuriosidades .views-field-field-image-fid, .view-EfemeridesCuriosidades .views-field-body {
    float: left;
}

.view-EfemeridesCuriosidades .views-field-field-image-fid {
    width: 110px;
}

.view-EfemeridesCuriosidades .views-field-body {
    width: 219px;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #666666;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
}

.pane-destaques .pane-content, .pane-inqueritos-efemerides>.pane-content {
    border-top: none;
}

.view-EfemeridesCuriosidades .views-row {
    margin: 10px 0 0 10px;
}

.view-calendar .views-row {
    margin-top: 10px;
}

.view-calendar .views-field-field-date-value {
    font-size: 10px;
    color: #999999;
    margin-bottom: -3px;
}

.pane-calendar .view-calendar .item-list ul {
    padding-left: 12px;
}

.view-calendar .views-field-title {
    color: #343434;
}

.view-calendar ul {
    list-style: none outside none;
}

.calendar-calendar div.date-nav {
    background-color: white;
    border: none;
}

.view-display-id-block_1 .item-list {
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
    padding-top: 15px;
}

.view-banner .view-content {
    height: 255px;
    position: relative;

}

.view-banner .view-content div {
    position: absolute;
    top: 3px;
    width: 940px;
}

.view-banner .view-content img {
    float: left;
    margin-right: 20px;
}

#nav li {
    padding: 0 5px;
    float: left;
    list-style: none;
    color: white;
}

#block-simplenews-10 .content {
    color: white;
}

.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('images/arrows.png');
}

.field-content a:hover {
    text-decoration: underline;
}

#marketplace-panel, #marketplace-switcher, #block-block-2 {
    width: 150px;
}

.view-noticias .group {
    width: 345px;
    float: left;
}

.panel-region-separator {
    clear: both;
}

/* jcarousel Noticias*/

.view-noticias .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 655px;
}

.view-noticias .jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 700px;
}

.view-noticias .jcarousel-skin-default .jcarousel-item {
    width: 305px;
}

.view-noticias ul li a {
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: url("images/setaTitu.png") no-repeat;
    margin-top: 5px;
    padding-left: 10px;
}

.pane-calendar #mini-panel-calendar {
    border-left: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
    border-bottom: solid 1px #b7b7b7;
    -moz-box-shadow: 3px 3px 0px #e8e8e8;
    -webkit-box-shadow: 3px 3px 0px #e8e8e8;
    box-shadow: 3px 3px 0px #e8e8e8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;

}

.view-noticias .jcarousel-skin-default .jcarousel-next, .views-noticia .jcarousel-skin-default .jcarousel-prev {
    background-image: url("images/prevnext3.png");
    display: block;
    height: 26px;
    width: 12px;
}

.view-noticias .jcarousel-skin-default .jcarousel-next-horizontal {
    background-position: 22px -55px;
    position: absolute;
    right: 10px;
    top: -38px;
}

.view-noticias .jcarousel-skin-default .jcarousel-next-disabled-horizontal, .view-noticias .jcarousel-skin-default .jcarousel-next-disabled-horizontal:hover, .view-noticias .jcarousel-skin-default .jcarousel-next-disabled-horizontal:active {
    background-position: -22px 55px;
    cursor: default;
}

/*----------------*/
.view-noticias .jcarousel-skin-default .jcarousel-prev, .views-noticia .jcarousel-skin-default .jcarousel-prev {
    background-image: url("images/prevnext3.png");
    display: block;
    height: 26px;
    width: 12px;
}

.view-noticias .jcarousel-skin-default .jcarousel-prev {
    background-image: url("images/prevnext3.png");
    display: block;
    left: 682px;
}

.view-noticias .jcarousel-skin-default .jcarousel-prev-horizontal {
    background-position: 84px -55px;
    position: absolute;
    right: 10px;
    top: -38px;
}

.view-noticias .jcarousel-skin-default .jcarousel-prev-disabled-horizontal, .view-noticias .jcarousel-skin-default .jcarousel-prev-disabled-horizontal:hover, .view-noticias .jcarousel-skin-default .jcarousel-prev-disabled-horizontal:active {
    background-position: -84px 55px;
    cursor: default;
}

/*----------------*/
#mini-panel-calendar .views-field-title {
    margin-bottom: 4px;
}

#mini-panel-calendar .views-field-title span a {
    font-size: 13px;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    padding-top: 5px;
}

.view-display-id-block_1 p {
    float: none;
    margin: 0;
}

#block-popup_menu-menu-rede {
    width: 150px;
}

#menu-rede {
    width: 82px;
    height: 31px;
    background-image: url('images/botaoCentros.png');
    position: absolute;
    top: 26px;
    right: 5px;
    font-size: 15px;
    color: #fff;
    font-family: 'NeoSansProMedium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 5px;
    padding-left: 8px;
}

#cluetip {
    width: 230px !important;
    height: 243px !important;
    background-image: url('images/fundoTrans2.png');
    z-index: 96;
    -moz-box-shadow: none !important;
}

#cluetip a {
    float: left;
    position: relative;
    padding-left: 8px;
    padding-top: 5px;
    color: #ffffff;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
}

.cluetip-close {
    position: absolute !important;
    width: 16px;
    height: 16px;
    top: -1px;
    right: 13px;
}

.cluetip-title .ui-widget-header .ui-cluetip-header, .cluetip-close {
    position: absolute;
    left: 172px;
}

#nav {
    position: absolute;
    right: 95px;
}

.webform-container-inline div, .webform-container-inline div.form-item {
    display: block;
}

#mini-panel-inqueritos_efemerides .content .field, .node-type-efemerides-curiosidades .content .field {
    float: left;
}

#mini-panel-inqueritos_efemerides  .content .field-field-image, .node-type-efemerides-curiosidades .content .field-field-image {
    width: 110px;
}

#mini-panel-inqueritos_efemerides  .content .field-field-description, .node-type-efemerides-curiosidades .content .field-field-description {
    color: #666;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    line-height: 16px !important;
}

#footer #block-simplenews-10 #edit-submit-1, #block-simplenews-10 #edit-submit-2, #block-simplenews-10 #edit-submit-3 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -41px;
    right: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'NeoSansProMedium', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.content p {
    color: #666;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    line-height: 16px !important;
}

.pane-inqueritos-efemerides .pane-content header h2 {
    font-size: 13px;
    border-bottom: none;
    color: #000000;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    text-transform: capitalize;
}

.pane-inqueritos-efemerides .pane-content header h2 a {
    font-size: 13px !important;
    color: #666;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    line-height: 16px !important;
}

.poll {
    font-size: 13px !important;
    color: #666;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    line-height: 16px !important;
    width: 280px;
}

.poll .title {
    font-size: 14px;
    margin-bottom: 5px;
}

#main {
    font-size: 13px;
}

#main ul {
    list-style: none;
}

.poll .percent {
    font-size: 11px !important;
}

.poll .total {
    font-size: 11px !important;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

/* --------------------------- (FOOTER)-------------------------*/
* {
    margin: 0;
    padding: 0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
    height: 100%;
}

#main-wrapper {
    height: auto;
    margin-bottom: -100px;
    min-height: 100%;
    position: relative;
}

/* must be same height as the footer */
#footer {
    clear: both;
    height: 100px;
    position: relative;
}

#push {
    height: 100px;
}

#search-block-form .text-label {
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    color: #8b8b8b !important;
    padding-left: 6px;
}

.block-search {
    top: -15px;
    z-index: 10;
}

.block-search .content {
    float: right;
}

#search-block-form .form-submit {
    position: absolute;
    margin-top: -24px;
    left: 908px;
    background: transparent url(images/lupa.png) no-repeat;
    width: 21px;
    height: 21px;
    border: 0 none;
    cursor: pointer;
}

#search-block-form .form-text {
    background: transparent url(images/boxpesquisa.png) no-repeat;
    width: 190px;
    height: 29px;
    border: 0 none;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    padding-left: 6px;
}

.block-search {
    top: -15px;
    z-index: 10;
    margin-bottom: 0px;
}

#block-views-banner-block_1 {
    margin-bottom: 0px;
}

#poll-view-voting .poll .vote-form {
    text-align: left;
}

#poll-view-voting .poll .vote-form {
    padding-left: 10px;
}

#poll-view-voting .poll .vote-form .choices {
    margin: 0px;
    padding-left: 15px;
}

#edit-reverse, #edit-shuffle {
    display: none;
}

.logosFooterContainer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 930px;
    margin-top: 10px;
}

.pane-menu-menu-centro {
    background-image: url("images/admin.png");
    border: 1px solid #D6D6D6;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 0 #E8E8E8;
    padding: 5px;
}

.pane-menu-menu-centro h2 {
    background-color: #C0C0C0;
    border-bottom: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding-left: 5px;
}

.pane-menu-menu-centro h2 span#seta {
    background-image: none;
}

.pane-menu-menu-centro li a {
    color: #000000;
}

.status {
    color: #DDFFDD;
}

div.status {
    border: 1px solid #39CC35;
}

div.status, tr.status {
    background: none repeat scroll 0 0 #DFFEDF;
    color: #222200;
    padding: 2px;
}

div.status, tr.status, div.warning, tr.warning {
    margin: 2px 0px;
    padding-left: 8px;
}

.view-id-nodequeue_2 h2 {
    display: none;
}

.view-id-nodequeue_2 .views-field-field-image-fid {
    width: 117px;
    height: 105px;
    float: left;
}

.view-id-nodequeue_2 .views-field-title {
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.view-id-nodequeue_2 .views-field-field-description-value {
    font-size: 11px;
    color: #666;
}

.bannerTexto {
    font-size: 11px;
    margin-top: 15px;
}

.linksUteis {
    width: 900px;
    height: 219px;
    position: relative;
}

.linksUteis li {
    position: relative;
    list-style: none;
    padding: 5px;
    display: inline-block;
    background-color: #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
}

#block-menu-menu-centro {
    background-image: url(images/admin.png);
    border: 1px solid #d6d6d6;
    -moz-box-shadow: 3px 3px 0 #E8E8E8;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

#block-menu-menu-centro h2 {
    background-color: #C0C0C0;
    border-bottom: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding-left: 5px;
}

#block-menu-menu-centro ul li a {
    color: #000000;
}

#block-menu-menu-centro .content {
    margin-top: 5px;
}

#mini-panel-calendar {
    border-bottom: 1px solid #B7B7B7;
    border-left: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    box-shadow: 3px 3px 0 #E8E8E8;
    margin-bottom: 15px;
    padding: 5px;
}

#mini-panel-inqueritos_efemerides h2 {
    margin-bottom: 20px;
}

.feder {
    margin-left: 20px;
}

.proconvergencia {
    margin-right: 20px;
}

.box h2 {
    color: #666 !important;
    font-size: 16px !important;
    border: none !important;
    margin-bottom: 20px;
}

.title a {
    color: #990000;
}

#intranet {
    color: white !important;
    position: absolute;
    top: 63px;
    font-size: 10px !important;
    right: 474px;
    z-index: 100;
}

.view-Destaques div ul {
    height: 175px;
    overflow: hidden;
}

.view-Destaques div ul li {
    float: left;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    height: 125px;
    padding: 0 40px;
}

.jcarousel-skin-default .jcarousel-item {
    height: 126px;
}

.view-view-Efemerides .views-row .views-field-title a {
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-family: 'NeoSansProMedium', Helvetica, Arial, sans-serif;
    color: #eb7234;
    padding-top: 3px;
}

.view-Efemerides .views-row .views-field-body {
    padding-right: 5px;
    padding-top: 30px;
    color: #666666;
    line-height: 16px;
    font-family: 'NeoSansProRegular', Helvetica, Arial, sans-serif;
}

.view-Efemerides .views-row {
    background-color: #F0F0F0;
    clear: both;
    margin-top: 10px;
    min-height: 105px;
    padding: 8px;;
}

.view-Efemerides .views-row .views-field-field-image-fid {
    width: 105px;
    float: left;
    margin-right: 10px;
}

.view-Efemerides img {
    margin-right: 10px;
}

.view-footer {
    margin-right: 15px;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

#main img {
    border-color: white;
}

.more {
    float: right;
    margin: 15px 20px 0 0;
}

#block-views-TematicaCabecalho-block_1 {
    float: left;
}

#background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#block-views-TematicaCabecalhoRede-block_1 {
    width: 340px;
}

.poll .choices img {
    float:left;
    margin-right:1em;
}

.poll .form-radios, .poll .form-checkboxes {
    clear:both;
}
#government {
    display:inline-block;
    position:relative;
    top:10px;
    font-size:10px;
    color:white;
}
#government span, #government small {
    display:block;
}
#government small {
    font-size:8px;
}