/*
 THEME NAME: Humantech 2009
 THEME URI: http://www.humantech.com.br
 DESCRIPTION: Tema do novo site da Humantech, based on Thematic
 VERSION: 0.1
 AUTHOR: Tobia Dalsecco
 AUTHOR URI: http://www.humantech.com.br
 TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
 .
 The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
 This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 .
 */
/* GOTO LINE 1384 PARA EDITAR LAYOUT */
/* THEMATIC */
/* --------------------------------------------------------------
 
 Reset default browser CSS.
 
 Based on work by Eric Meyer:
 http://meyerweb.com/eric/tools/css/reset/index.html
 
 -------------------------------------------------------------- */
/* v1.0 | 20080212 */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #fff;
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: 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;
}

/* TYPOGRAPHY */
/* --------------------------------------------------------------
 
 Set default typography based on Blueprint
 
 http://code.google.com/p/blueprintcss/
 
 -------------------------------------------------------------- */
body, input, textarea {
    color: #000;
    font: 12px Arial, sans-serif;
    line-height: 18px;
}

/* Headings
 -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    clear: both;
}

/* Text elements
 -------------------------------------------------------------- */
p {
    margin-bottom: 18px;
}

ul {
    margin: 0 0 18px 2.5em;
}

ol {
    margin: 0 0 18px 2.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style-type: decimal;
}

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 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

pre {
    font: 11px Monaco, monospace;
    line-height: 18px;
    margin-bottom: 18px;
}

code {
    font: 11px Monaco, monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #333;
    cursor: help;
}

ins {
    text-decoration: none;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/* Pullquotes
 -------------------------------------------------------------- */
blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

/*
 
 Adapt the following for use in your Child Themes when using
 different font-sizes and line-heights
 
 body, input, textarea {
 font: --px Arial,sans-serif;
 line-height:--px;
 }
 p, ul, ol, dd, pre {
 margin-bottom:--px;
 }
 pre, code {
 font:--px Monaco, monospace;
 line-height:--px;
 }
 
 All other styles can be overridden--or ignored!--in Child Theme stylesheets
 
 */
/*
 INICIO LAYOUT
 LAYOUT: One-Column (Right) Fixed
 DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
 */
body {
    min-width: 960px;
}

#branding {
    width: 900px;
    margin: 0 auto;
}

#access {
    position: relative;
    overflow: hidden;
}

.menu {
    width: 900px;
    margin: 0 auto;
}

#main {
    width: 903px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#container {
    float: left;
    margin: 0;
    padding: 0;
    width: 627px;
}

#content {
    margin: 0 0 0 10px;
    width: 540px;
    overflow: hidden;
}

.main-aside {
    width: 300px;
    float: right;
    position: relative;
    right: 10px;
}

#secondary {
    clear: right;
}

#footer {
    clear: both;
}

#subsidiary {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}

#subsidiary .aside {
    width: 300px;
    float: left;
    margin: 0 20px 0 0;
}

#subsidiary #third {
    margin: 0;
}

#siteinfo {
    clear: both;
    width: 900px;
    margin: 0 auto;
}

/* FIM LAYOUT */
/* images */
/* --------------------------------------------------------------
 
 Default styles for Images
 
 -------------------------------------------------------------- */
.entry-content img {
    margin: 0 0 18px 0;
}

.alignleft, img.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright, img.alignright {
    display: block;
    float: right;
    margin-left: 20px;
}

.aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.wp-caption {
    text-align: center;
    margin-bottom: 18px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px;
}

.gallery img {
    margin: 0;
}

.wp-smiley { /* Prevent the smileys from breaking line-height */
    max-height: 12px;
    margin: 0 !important;
}

/*
 
 Adapt the following for use in your Child Themes when using
 different font-sizes and line-heights
 
 .entry-content img,
 .wp-caption {
 margin-bottom:--px;
 }
 .wp-smiley {
 max-height:--px;
 }
 
 All other styles can be overridden--or ignored!--in Child Theme stylesheets
 
 */
/* default.css */
body, input, textarea {
    font: 15px Georgia, serif;
    line-height: 22px;
}

p, ul, ol, dd, pre {
    margin-bottom: 22px;
}

pre, code {
    font: 14px Monaco, monospace;
    line-height: 22px;
}

blockquote {
    color: #666;
    font-style: italic;
}

table {
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
}

caption {
    text-align: left;
}

tr {
    border-bottom: 1px solid #ccc;
}

th, td {
    padding: .7em 1.25em;
}

hr {
    background-color: #ccc;
    border: 0;
    color: #ccc;
    height: 1px;
    margin-bottom: 22px;
}

a:link {
    color: #004B91;
}

a:active, a:hover {
    color: #FF4B33;
}

/* =Header
 -------------------------------------------------------------- */
#header {
    margin: 0 auto;
    position: relative;
    width: 903px;
    z-index: 2;
}

#branding {
    padding: 88px 0 44px 0;
}

#blog-title {
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
}

#blog-title a {
    color: #000;
    text-decoration: none;
}

#blog-title a:active, #blog-title a:hover {
    color: #FF4B33;
}

#blog-description {
    color: #666;
    font-size: 13px;
    font-style: italic;
}

/* =Menu
 -------------------------------------------------------------- */
.skip-link {
    display: none;
}

#access {
    /* border-bottom:1px solid #ccc;*/
    height: 32px;
    font-size: 13px;
    overflow: visible;
    z-index: 100;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 15em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 15em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 15em; /* match ul width */
    top: 0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right: 1px solid #ccc;
    float: left;
}

.sf-menu a {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*padding:9px 13px;*/
    text-decoration: none;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
    border-bottom-color: #fff;
}

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
    /*color:			#666;*/
}

.sf-menu li {
    /*background:		#fff;*/
}

.sf-menu li li {
    /*background:		#fff;*/
}

.sf-menu li li li {
    /*background:		#9AAEDB;*/
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background:     #fafafa;*/
    outline: 0;
    border-bottom-color: #ccc;
}

.sf-menu ul {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 37px; /* overriding essential styles */
}

.sf-menu ul ul {
    margin-top: 0;
}

.sf-menu ul a {
    background: #fafafa;
    border-bottom: none;
}

.sf-menu ul a:hover {
    color: #FF4B33;
}

/* =Content
 -------------------------------------------------------------- */
#main {
    clear: both;
    padding: 66px 0 22px 0;
}

.page-title {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 44px 0;
}

.search .page-title, .tag .page-title {
    margin: 0 20px 15px;
    padding: 0;
}

.attachment .page-title {
    font-style: italic;
}

.page-title a {
    color: #666666;
    text-decoration: none;
}

.page-title a:active, .page-title a:hover {
    color: #FF4B33;
}

.page-title span {
    font-style: italic;
}

.page-title .meta-nav {
    font-style: normal;
}

.hentry {
    background: transparent url(images/bg_linha_interna.gif) no-repeat scroll 0 0;
    padding: 15px 0;
    width: 627px;
}

.search .hentry, .tag .hentry {
    background: none;
    padding: 0;
}

#content .slug-quem-somos, #content .slug-apresentacao, #content .slug-nossa-equipe, #content .slug-seja-parceiro, #content .slug-o-que-fazemos, #content .slug-gestao-do-conhecimento, #content .slug-midia-e-conhecimento, #content .slug-engenharia-do-conhecimento {
    background-image: none;
    padding: 0;
}

#container .home .post {
    background-image: none;
    padding: 0;
}

.single .hentry {
    background-image: none;
    padding-top: 5px;
}

.single .entry-meta {
    background: transparent url(images/bg_linha_interna.gif) no-repeat scroll 0 0;
    padding: 15px 20px 0;
}

.single .entry-content h1 {
    margin-top: 0;
}

.home #content .sticky {
    border: 1px solid #ccc;
    margin: 0 0 66px 0;
    padding: 22px 20px 0 20px;
}

#header .breadcrumb {
    background-color: #E8E9EB;
    clear: none;
    color: #B71A1B;
    float: left;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 8px;
    margin: 0;
    padding: 12px 10px;
    text-align: left;
    width: 883px;
}

#header .breadcrumb #last {
    color: #B71A1B;
}

#header .breadcrumb #last:active, #header .breadcrumb #last:hover {
    color: #FF4B33;
}

.entry-title a, .breadcrumb a {
    color: #000000;
    text-decoration: none;
}

.entry-title a:active, .entry-title a:hover, .breadcrumb a:active, .breadcrumb a:hover {
    color: #FF4B33;
}

.entry-meta .author {
}

.entry-meta .n {
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.entry-meta a {
    color: #666666;
    text-decoration: none;
}

.entry-meta a:active, .entry-meta a:hover {
    color: #FF4B33;
}

.entry-meta abbr {
    border: none;
    cursor: text;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-transform: uppercase;
}

.entry-content {
    margin: 0 20px;
    padding: 0;
    width: 627px;
}

#content .post .entry-content {
    width: 587px;
}

.home .entry-content, .page .entry-content {
    margin: 0;
}

.search .page .entry-content, .tag .page .entry-content {
    margin: 0 20px;
}

.slug-quem-somos .entry-content {
    margin: 0;
    width: 627px;
}

.entry-content h1, .entry-content h2 {
    color: #2C2C2C;
    font-family: Tahoma;
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 0;
}

.entry-content h3 {
    font-size: 17px;
    font-style: italic;
    padding: 28px 0 14px 0;
}

.entry-content h4 {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.entry-content table {
    margin-left: 1px;
}

.entry-content embed {
    margin: 0 0 22px 0;
}

.entry-utility {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 44px 0;
}

.entry-utility a {
    color: #666;
    font-style: italic;
    text-decoration: none;
}

.entry-utility a:active, .entry-utility a:hover {
    color: #FF4B33;
}

.page-link {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 22px 0;
    padding: 22px 0 0 0;
    word-spacing: 0.5em;
}

.page-link a {
    border: 1px solid #ccc;
    color: #666;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.page-link a:active, .page-link a:hover {
    color: #FF4B33;
}

ul#links-page, ul#archives-page {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}

li.content-column {
    float: left;
    margin-right: 20px;
    width: 45%;
}

.gallery {
    padding: 0 0 22px 0;
}

.wp-caption-text, .gallery-caption {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}

#author-info {
    margin: 0 0 44px 0;
    overflow: hidden;
}

#author-info .avatar {
    float: left;
    margin: .3em 1em 0 0;
}

/* =Attachments
 -------------------------------------------------------------- */
.attachment-jpeg #container, .attachment-png #container {
    width: 100%;
}

.attachment-jpeg #content, .attachment-png #content {
    width: 930px;
}

.attachment-jpeg #comments, .attachment-png #comments {
    width: 540px;
    overflow: hidden;
}

.attachment-jpeg .main-aside, .attachment-png .main-aside {
    display: none;
}

/* =Navigation
 -------------------------------------------------------------- */
.navigation {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 0 22px 0;
    overflow: hidden;
}

.navigation a {
    color: #666;
    font-style: italic;
    text-decoration: none;
}

.navigation a:active, .navigation a:hover {
    color: #FF4B33;
}

.navigation .meta-nav {
    font-style: normal;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

#nav-above, #nav-below {
    width: 100%;
}

#nav-above {
    display: none;
}

/* =Comments
 -------------------------------------------------------------- */
#comments {
    padding: 22px 0 0 0;
    font-size: 11px;
    line-height: 18px;
}

#comments input, #comments textarea {
    font-size: 11px;
    line-height: 18px;
    border: 1px solid #e4e4e4;
    padding: 5px;
}

#comments input {
    width: 330px;
}

#comments textarea {
    width: 430px;
}

#comments code {
    font-size: 12px;
    line-height: 18px;
}

#comment-notes {
    margin-bottom: 5px !important;
}

#comments-list h3 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 18px 20px;
    color: #B71A1B;
}

#respond h3, #ht-indique-form h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

#respond .form-label {
    margin-top: 5px;
}

#respond h3 .red, #ht-indique-form h3 .red {
    color: #B71A1B;
}

#comments-list {
    padding: 0 0 0px 0;
}

#comments-list ol, #comments-list ul {
    list-style: none;
    margin: 0;
}

#comments-list ol {
    margin: 0;
}

#comments-list li {
    background: url(images/cite-start.gif) no-repeat 15px 15px;
    border: 1px solid #fcfcfc;
    padding: 18px 1.5em 0 1.5em;
    position: relative;
    margin: 0;
}

#comments-list li.alt {
    /*background: #fff; FUndo geral do comentario da pessoa*/
}

#comments-list li.bypostauthor {
    background: #FFFFCC;
}

#comments-list ul li {
    border: 1px solid #ccc;
    margin: 0 0 18px 0;
}

#comments-list li .avatar {
    position: absolute;
    top: 22px;
    left: 1.5em;
    width: 36px;
    height: 36px;
}

#comments-list .comment-author {
    padding: 0 0 0 30px;
}

#comments-list .comment-meta {
    color: #666;
    font-size: 11px;
    padding: 0 0 9px 46px;
}

#comments-list .comment-meta a {
    color: #666;
    font-style: italic;
    text-decoration: none;
}

#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
    color: #FF4B33;
}

.comment-reply-link {
    font-size: 11px;
    padding: 0 0 18px 0;
    text-align: right;
}

.comment-reply-link a {
    color: #666;
    font-style: italic;
    text-decoration: none;
}

.comment-reply-link a:active, .comment-reply-link a:hover {
    color: #FF4B33;
}

.comment-navigation {
    font-weight: bold;
    padding: 0 0 18px 0;
    margin-right: 0.5em;
}

.comment-navigation a {
    border: 1px solid #ccc;
    color: #666;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.comment-navigation a:active, .comment-navigation a:hover {
    color: #FF4B33;
}

.comment-navigation a, .comment-navigation span {
    margin-right: 0.5em;
}

.comment-content {
    padding: 0 18px 15px 30px;
    background: url(images/cite-end.gif) no-repeat bottom right;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-author {
    font-size: 14px;
    color: #3f3e3f;
}

.separator {
    background: url(images/shadow-center.gif) no-repeat;
    height: 17px;
    width: 585px;
}

#comments-nav-below {
    display: none;
}

#trackbacks-list .comment-content {
    position: absolute;
    left: -9000px;
}

#respond {
    background: #fff;
    border: 3px double #EFEFF1;
    overflow: hidden;
    padding: 18px 20px;
    position: relative;
}

#comments-list #respond {
    border-bottom: 1px solid #ccc;
    margin: 0 0 18px 0;
    padding: 18px 1.5em;
}

#comments-list ul #respond {
    border: 1px solid #ccc;
    margin: 0;
}

#cancel-comment-reply {
    font-size: 11px;
    position: absolute;
    top: 18px;
    right: 1.5em;
}

#cancel-comment-reply a {
    color: #666;
}

#respond .required, #form-seja-parceiro .required, .obrigatorio-explicacao .required {
    color: #FF4B33;
    font-weight: bold;
}

.form-section {
    width: 230px;
    display: inline;
}

#commentform p, #ht-indique-form p {
    font-size: 11px;
    margin: 0;
}

.form-section-comment {
    width: 330px;
    display: inline;
}

.form-section label, .form-section-comment label {
    font-size: 11px;
    color: #786e45;
}

.form-section input {
    margin: 0 0 5px 0;
    /* width: 98%;*/
}

.form-section textarea {
    /*width: 99%; */
    font-size: 11px;
}

#form-allowed-tags p {
    color: #666;
    font-size: 11px;
    margin: 0;
}

#form-allowed-tags span {
    font-style: italic;
}

#form-allowed-tags code {
    font-size: 11px;
    line-height: normal;
}

.form-submit {
    padding: 18px 0 0 0;
}

.subscribe-to-comments {
    color: #666;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 18px 0 0 0;
}

.solo-subscribe-to-comments {
    color: #666;
    font-size: 11px;
    padding: 18px 0 0 0;
}

.comment_license {
    color: #666;
    clear: both;
    font-size: 11px;
    margin: 0;
    padding: 18px 0 0 0;
}

/* =Asides, Sidebars & Widget-Ready Areas
 -------------------------------------------------------------- */
.aside, .aside input {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
    margin-bottom: 18px;
}

.aside pre, .aside code {
    font-size: 12px;
    line-height: 18px;
}

.aside .current_page_item a {
    color: #FF4B33;
}

.aside .current_page_item .page_item a {
    color: #666;
}

.aside .current_page_item .page_item a:hover, .aside .current_page_item .page_item a:active {
    color: #FF4B33;
}

.aside {
    color: #666;
}

.aside a {
    color: #666;
}

.aside a:active, .aside a:hover {
    color: #FF4B33;
}

.aside h3 {
    font-size: 15px;
    font-style: italic;
    line-height: 22px;
}

.aside h3 a {
    text-decoration: none;
}

.aside caption {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aside ul {
    list-style: none;
    margin-left: 0;
}

.aside ul ul {
    list-style: disc;
    margin: 0 0 22px 20px;
}

.aside ul ul li {
    padding: 1px 0;
}

.aside ul ul ul {
    margin-bottom: 0;
}

.aside table {
    border: none;
}

.aside thead {
    border: 1px solid #ccc;
}

.aside tbody {
    border: 1px solid #ccc;
}

.aside th, .aside td {
    border-right: 1px solid #ccc;
    padding: .25em .8em;
}

.aside tfoot tr {
    border: none;
}

.aside tfoot td {
    border-color: transparent;
}

.aside #searchsubmit {
    display: block;
    float: left;
    text-indent: -20000em;
}

/*
 Main Asides
 */
.main-aside ul {
    height: 1%;
    padding: 0 20px;
}

.main-aside h3 {
}

.main-aside ul ul {
    padding: 0;
}

#primary {
    border: 1px solid #ccc;
    padding: 18px 0 0 0;
    margin-bottom: 22px;
}

/*
 Content Asides
 */
#content .aside {
    border: 1px solid #ccc;
    margin: 0 0 22px 0;
    padding: 18px 0 0 0;
}

#content .aside ul {
    padding: 0 20px;
}

#content .aside h3 {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 17px;
    font-style: italic;
    padding: 0 0 7px 0;
    text-transform: none;
}

#content .aside ul ul {
    padding: 0;
}

/*
 Footer Asides
 */
#subsidiary {
    padding: 33px 0 0 0;
}

/* =Footer
 -------------------------------------------------------------- */
#footer {
    border-top: 1px solid #ccc;
    margin-top: 22px;
}

#siteinfo {
    color: #666;
    font-size: 11px;
    line-height: 18px;
    padding: 22px 0 44px 0;
}

#siteinfo a {
    color: #666;
}

#siteinfo a:active, #siteinfo a:hover {
    color: #FF4B33;
}

/* =PageNavi
 -------------------------------------------------------------- */
/* Using !important to override PageNavi CSS */
.wp-pagenavi {
    width: 627px;
    height: 47px;
    background: url(images/h2-home-bg.png) no-repeat;
    margin: 3px auto 0;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    font-size: 11px;
    font-style: normal;
    margin: 0 0.375em;
    text-decoration: none;
}

.wp-pagenavi a.page {
    border: 1px solid #B8B8B8;
    color: #A90000;
    padding: 0 4px;
}

.wp-pagenavi a.page:hover {
    border: 1px solid #ccc !important;
    color: #FF4B33 !important;
}

.wp-pagenavi a:active {
    color: #FF4B33 !important;
}

.wp-pagenavi span.pages {
    border: none !important;
    color: #666 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wp-pagenavi span.current {
    color: #666666;
}

.wp-pagenavi span.extend {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    margin: 2px;
    padding: 2px 4px;
}

.wp-pagenavi a img {
    margin: 2px 0 4px;
    vertical-align: middle;
}

/* pluging.css */
/* --------------------------------------------------------------
 
 Default plugin styles for Thematic
 
 -------------------------------------------------------------- */
/* =Ajax Edit Comments
 -------------------------------------------------------------- */
.edit-comment {
    margin-bottom: 18px;
}

/* =PageNavi
 -------------------------------------------------------------- */
/* I'm not overriding PageNavi anymore, it's too much of a mess.
 
 /* =WordPress Stats
 -------------------------------------------------------------- */
img#wpstats { /* hide WordPress Stats smiley */
    width: 0px;
    height: 0px;
    overflow: hidden
}

/* HUMANTECH  2009 */
body {
    background: url(images/body-bg.png) no-repeat top center #EFEFF1;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #2C2C2C;
}

/* HEADER + MENU */
#branding {
    width: 164px;
    height: 130px;
    /*background: url(images/logo.png) no-repeat;*/
    text-indent: -9999px;
    padding: 0;
}

#blog-description {
    height: 1px;
}

#blog-title a {
    display: block;
    width: 164px;
    height: 122px;
}

#access, .menu {
    height: 35px;
}

.menu {
    background: url(images/menu-bg.png) repeat-x;
}

.sf-menu {
    border: none;
}

.sf-menu li {
    background: none;
    height: 35px;
    margin: 0;
}

.sf-menu li li {
    background: none;
    margin: 0;
    border-bottom: 1px solid #dee0e1;
    height: 24px;
}

.sf-menu ul {
    border: 1px solid #dee0e1;
    border-bottom: none;
}

.sf-menu a {
    background: url(images/menu-border-bg.png) no-repeat center right;
    border: none;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 12px 22px 13px 21px;
    text-transform: uppercase;
}

.sfHover li a:hover {
    color: #962829;
}

.sf-menu li li a {
    color: #757474;
}

.sf-menu li li li a {
    color: #757474;
}

.sf-menu li.sfHover, .sf-menu li:hover {
    background: url(images/menu-hover-bg.png) no-repeat center 29px;
}

.menu .page-item-35 a {
    background: none;
    padding: 12px 21px 13px 21px;
}

.sf-menu ul a {
    background: url(images/sub-menu-bg.png);
}

.sf-menu li li a {
    height: 17px;
    text-transform: none;
    padding: 7px 21px 0;
}

.sfHover {
    margin: 0;
    padding: 0;
    height: 10px;
}

#sub-header {
    line-height: 0;
    margin: 0 auto;
    width: 900px;
}

.shadow {
    background: url(images/sombra-top.png) no-repeat;
    float: left;
    height: 12px;
    margin: 0 auto;
    width: 900px;
}

.shadow-center {
    background: url(images/shadow-center.gif) no-repeat;
    height: 17px;
    width: 585px;
    margin-left: 20px;
}

.xoxo .shadow {
    background: url(images/sidebar-menu-shadow.png) no-repeat;
    border: none;
    float: none;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 253px;
}

/* MAIN */
#main {
    margin: 17px auto 0;
    padding: 0;
}

/* CONTENT */
/*background: url(images/container-bg.png) no-repeat;*/
#content {
    margin: 16px 0 0;
    width: 627px;
}

.search #content, .tag #content {
    background: transparent url(images/bg_linha_interna.gif) no-repeat scroll 0 0;
    padding: 15px 0 0;
}

#container h2.entry-title {
    color: #962829;
    font-size: 13px;
    padding: 4px 0 0 0;
}

#redes-sociais {
    width: 627px;
    height: 58px;
    background: url(images/redes-sociais-bg.png) no-repeat;
}

#redes-sociais h2 {
    color: #b70000;
    float: left;
    font-size: 14px;
    line-height: 42px;
    padding: 0 0 0 20px;
    width: 100px;
}

#redes-sociais ul {
    width: 490px;
    float: left !important;
    margin: 6px 0 0 0;
}

#redes-sociais li {
    float: left;
}

/* HOME */
.home-posts {
    background: url(images/h2-home-bg.png) no-repeat;
    clear: none;
    font-size: 18px;
    height: 47px;
    line-height: 31px;
    margin: 3px 0 0 0;
    padding: 0 0 0 20px;
}

.novidades-rss {
    display: inline;
    float: right;
    margin: 6px 20px 5px;
    width: 22px;
    height: 22px;
    background-color: #0FC;
}

.home-posts a#rss {
    background: transparent url(images/redes-sociais-bg.gif) no-repeat scroll -66px 0;
    height: 22px;
    padding: 0;
    text-indent: -9999px;
    width: 22px;
    float: right;
    background-color: #339;
    display: inline;
    line-height: 0px;
}

h3.entry-title {
    background: transparent none repeat scroll 0 0;
    clear: none;
    float: none;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left;
    width: 587px;
}

.search h3.entry-title, .tag h3.entry-title {
    margin: 0;
}

h3.entry-title a, h3.entry-title a:hover {
    color: #B70000;
    font-size: 12px;
}

p.excerpt {
    font-size: 12px;
    line-height: 16px;
}

p.with-image {
    margin: 0 0 15px 20px;
    width: 587px;
}

p.without-image {
    margin: 0 0 0 20px;
    width: 587px;
}

.search p.without-image, .search p.with-image, .tag p.without-image, .tag p.with-image {
    margin: 0;
}

img.imgtfe {
    float: left;
    margin: 0 15px 15px 20px;
}

div.entry-utility {
    clear: both;
}

div.entry-meta {
    color: #666666;
    font-size: 13px;
    font-style: italic;
    height: 20px;
    line-height: 18px;
    margin-bottom: 8px;
    width: 607px;
}

.search div.entry-meta, .tag div.entry-meta {
    display: none;
}

/* POSTS */
.post-category-icon {
    background: transparent url(images/post-category-icon-text.png) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.post-day {
    background: transparent url(images/post-date-day-bg.png) no-repeat scroll 0 0;
    color: #FFFFFF;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 1px;
    padding: 3px 2px 3px 5px;
    text-align: center;
    width: 27px;
}

.post-monthyear {
    background: transparent url(images/post-date-monthyear-bg.png) no-repeat scroll 0 0;
    color: #FFFFFF;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 1px;
    padding: 3px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 57px;
}

/* LATERAL */
.main-aside, .main-aside ul {
    height: 1%;
    margin: 0;
    padding: 0;
    right: 0;
    width: 253px;
}

#primary {
    border: none;
    display: block;
    float: right;
    margin: 15px 0 0;
    padding: 0;
    width: 253px;
}

#primary hr {
    clear: both;
    background: url(images/form-hr-bg.png) repeat-x 0 10px;
    height: 14px;
    margin: 0;
}

#primary h3 {
    font-size: 15px;
    font-style: normal;
    height: 28px;
    line-height: 30px;
    margin: 1px 8px 0;
}

/* SEARCH */
.widget_search div {
    background: url(images/busca-bg.png) no-repeat;
    border: none !important;
    height: 44px;
    width: 253px !important;
}

#searchform #s {
    background: transparent url(images/searchform-input-bg.png) no-repeat scroll left center;
    border: medium none;
    float: left;
    font-size: 10px;
    height: 13px;
    line-height: 13px;
    margin: 11px 0 0 11px;
    padding: 5px;
    width: 200px;
}

#searchsubmit {
    background: url(images/searchform-input-bg.png) no-repeat right;
    border: none;
    height: 23px;
    width: 20px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    margin: 11px 0 0 0;
}

/* WIDGET INFORMATIVO */
#widget-informativo p {
    font-size: 11px;
}

#informativo-nome {
    border: 1px solid #E4E4E4;
    font-size: 10px;
    height: 13px;
    margin: 0 0 0 8px;
    padding: 5px;
    width: 220px;
}

#informativo-email {
    background: url(images/sidebar-input+send-bg.png) no-repeat left;
    border: none;
    float: left;
    font-size: 10px;
    height: 13px;
    line-height: 13px;
    margin: 5px 0 12px 8px;
    padding: 5px;
    width: 195px;
}

#informativo-enviar {
    background: url(images/sidebar-input+send-bg.png) no-repeat right;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 23px;
    margin: 5px 0 12px;
    padding: 0;
    text-indent: -20000em;
    width: 27px;
}

/* Widget Tag Cloud */
.widget_tag_cloud div {
    padding: 8px;
}

/* FOOTER */
#footer {
    border: none;
    background: url(images/footer-bg.png) repeat-x #26282b;
}

#site-map ul {
    list-style-type: none;
    text-indent: 0;
    margin: 10px 0 0 0;
}

#site-map ul li {
    display: block;
    float: left;
    height: 88px;
    width: 180px;
}

#site-map ul a, #site-map ul {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#site-map ul a:hover {
    color: #962829;
}

#site-map ul ul {
    margin: 0;
}

#site-map ul ul li {
    background: transparent url(images/sitemap-bullet.png) no-repeat scroll 0 55%;
    display: list-item;
    float: none;
    height: 18px;
    padding: 0 0 0 12px;
    width: 145px;
}

#site-map ul ul a {
    font-weight: normal;
}

#site-map ul li ul#childrenless-items li {
    background-image: none;
}

#site-map ul li ul#childrenless-items li a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#site-map ul li ul#childrenless-items li a:hover {
    color: #962829;
}

#footer {
    height: 178px;
}

#footer address {
    font-style: normal;
    line-height: 12px;
    color: #fff;
    font-weight: normal;
}

#footer hr {
    clear: both;
    background: url(images/footer-hr-bg.png) repeat-x;
    height: 1px;
    margin-bottom: 5px;
}

#footer .no-topic {
    padding-left: 30px;
}

#footer #copyright {
    color: #fff;
    float: left;
    padding: 4px 0 0 0;
}

#footer h4 {
    clear: none;
    color: #fff;
    float: left;
    font-size: 10px;
    line-height: 28px;
    margin: 0 10px;
}

.social-networks {
    float: right;
    list-style-type: none;
    margin: 0 0 0 8px;
}

.social-networks ul {
    float: left;
    list-style-type: none;
    margin: 0;
}

.social-networks li {
    float: left;
}

.social-networks a {
    display: block;
    width: 22px;
    height: 22px;
    background: #f00;
    margin: 5px 5px 0 0;
    text-indent: -9999px;
    float: left;
    background: url(images/redes-sociais-bg.gif) no-repeat;
}

.social-networks a#slideshare {
    background-position: 0 -22px;
}

.social-networks a#slideshare:hover, .always-on a#slideshare {
    background-position: 0 0;
}

.social-networks a#facebook {
    background-position: -44px -22px;
}

.social-networks a#facebook:hover, .always-on a#facebook {
    background-position: -44px 0;
}

.social-networks a#rss {
    background-position: -66px -22px;
}

.social-networks a#rss:hover, .always-on a#rss {
    background-position: -66px 0;
}

.social-networks a#flicker {
    background-position: -88px -22px;
}

.social-networks a#flicker:hover, .always-on a#flicker {
    background-position: -88px 0;
}

.social-networks a#in {
    background-position: -132px -22px;
}

.social-networks a#in:hover, .always-on a#in {
    background-position: -132px 0;
}

.social-networks a#orkut {
    background-position: -176px -22px;
}

.social-networks a#orkut:hover, .always-on a#orkut {
    background-position: -176px 0;
}

.social-networks a#twitter {
    background-position: -242px -22px;
}

.social-networks a#twitter:hover, .always-on a#twitter {
    background-position: -242px 0;
}

.social-networks a#youtube {
    background-position: -264px -22px;
}

.social-networks a#youtube:hover, .always-on a#youtube {
    background-position: -264px 0;
}

/* FORMS */
input, textarea, select {
    font-family: Tahoma, Geneva, sans-serif;
    color: #666;
    font-size: 12px;
}

.ht-forms {
    /*width: 450px;*/
    font-size: 11px;
}

.ht-forms label {
    clear: both;
    float: left;
    margin: 5px 0 0 20px;
    padding: 4px 5px 3px 0;
    text-align: left;
    width: 110px;
}

.ht-forms input, .ht-forms textarea, .ht-forms select {
    border: 1px solid #e4e4e4;
    float: left;
    margin: 5px 0 0 0;
}

.ht-forms input, .ht-forms textarea {
    width: 384px;
}

.ht-forms textarea, #mensagem {
    height: 110px;
}

.ht-forms select {
    width: 190px;
}

.ht-forms input, .ht-forms select, .ht-forms textarea {
    _height: 20px;
    padding: 5px;
}

.ht-forms #enviar, .ht-forms #limpar {
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 11px;
    height: 23px;
    line-height: 13px;
    margin-left: 135px;
    margin-right: 5px;
    margin-top: 10px;
}

.ht-forms #enviar {
    width: 71px;
    background: url(images/bt-enviar-bg.png) no-repeat;
}

.ht-forms #limpar {
    width: 110px;
    background: url(images/bt-limpar-bg.png) no-repeat;
    margin-left: 115px;
}

.ht-forms hr {
    clear: both;
    background: url(images/form-hr-bg.png) repeat-x 0 10px;
    height: 14px;
    margin: 0;
}

.ht-forms .error-container {
}

.ht-forms .error-wrap {
    float: left;
    margin: 13px 120px;
    position: absolute;
}

.ht-forms .error-wrap .error {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #FF0000;
    bottom: 0;
    color: #FF0000;
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    padding: 4px;
}

.ht-forms legend {
    color: #2C2C2C;
    font-family: Tahoma;
    font-size: 16px;
    margin: 0 20px 10px;
    padding: 0 0 0 20px;
}

.ht-forms fieldset {
    margin-top: 20px;
}

/* FORM CONTATO */
.ht-forms .short {
    width: 179px;
}

.ht-forms .side {
    clear: none;
    width: 65px;
}

.ht-forms .dual-second .error-wrap {
    margin-left: 75px;
}

.ht-forms .shorter {
    width: 100px;
}

.ht-forms select.shorter {
    width: 111px;
}

.ht-forms .campo-contato {
    float: left;
    width: 627px;
}

.ht-forms .dual-first {
    width: 330px;
}

.ht-forms .dual-second {
    width: 236px;
}

.ht-forms .mensagem-erro {
    clear: both;
    color: #CC0000;
    display: none;
    margin: 0 0 0 135px;
}

.ht-forms .pr {
	display: none;
}

#mensagem-sucesso {
    color: #008000;
    display: none;
    float: left;
    margin: 10px;
}

.ht-forms .dual-second .mensagem-erro {
    margin: 0 0 0 29px;
}

.radio-input {
    width: 15px !important;
    margin: 10px 5px 0 0 !important;
}

.radio-wrapper {
    width: 360px;
    float: left;
}

.radio-wrapper label {
    float: left;
    text-align: left;
    width: 60px;
}

/*----------------------------------- JQUERY JCAROUSEL ------------------------------------ */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list a {
    width: auto;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    margin-left: 2px;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 164px;
    height: 170px;
    display: inline;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*---------------------  JQUERY JCAROUSEL TANGO SKIN -------------------------------*/
.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 224px;
    padding: 0 5px 18px;
    margin: 0 auto;
}

.jcarousel-container-horizontal li, .jcarousel-container-horizontal ul {
    padding: 0 !important;
    margin: 0 !important;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 164px;
    height: 100px;
    margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal ul {
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 167px;
    height: 180px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0 !important;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    background: url(images/slideshow/bt-next.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    background: url(images/slideshow/bt-prev.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* imagem cliente */
.imagem-cliente {
    display: block;
    width: 164px;
    height: 100px;
    text-indent: -9999px;
}

.ht-tab-menu {
    margin: 10px 0;
    width: 627px;
}

.ht-tab-menu li {
    background: transparent url(images/inner-menu-bg.png);
    display: block;
    float: left;
    height: 30px;
    margin-bottom: 22px;
    padding: 0;
    text-align: center;
    width: 209px;
}

.ht-tab-menu li a {
    color: #666666;
    display: block;
    font-size: 14px;
    height: 22px;
    padding: 3px 0;
    text-decoration: none;
    width: 209px;
}

.ht-tab-menu li.active {
    background: transparent url(images/inner-menu-active-bg.png);
}

.ht-tab-menu li.active a {
    color: #B20304;
    padding: 6px 0 0;
}

#header #breadcrumb-subtitle {
    color: #B20304;
    padding: 12px 0;
    text-align: left;
}

.xoxo li .widget-content {
    background-color: #FFFFFF;
    background-image: none;
    border: 3px double #EFEFF1;
    display: block;
    height: 1%;
    margin: 0;
    padding: 0;
    width: 247px;
}

.xoxo li {
    display: inline !important;
}

ul.xoxo li:first-child {
    border: none;
    margin-top: 6px;
}

.xoxo li#search-2, .xoxo li.jcarousel-item {
    background-color: transparent;
    border: none;
}

#humantech-newsletter-widget p {
    clear: both;
    font-size: 11px;
    margin: 0 8px 16px;
}

/* a classe red é adicionada pelo script all.js */
.widgettitle .red, .home-posts .red {
    color: #B20304;
}

ul#oquefazemos li {
    background: transparent url(images/oquefazemos-arrow.png) no-repeat scroll 0 25%;
    border-bottom: #EFEFF1 solid 1px;
    display: list-item !important;
    font-size: 14px;
    list-style-type: none;
    margin: 11px 0 0;
    padding: 0 0 10px 14px;
    width: 200px;
}

ul#oquefazemos li a {
    text-decoration: none;
}

ul#oquefazemos li a:hover {
    color: #B20304;
}

ul#oquefazemos {
    margin: 16px 9px;
    width: 200px;
}

/* ESTILO DOS LINKS DE SUBPÁGINAS  ////////////////////////////////////////*/
.linksMenuIntBox {
    background-color: #FFFFFF;
    border: 3px double #EFEFF1;
    width: 560px;
    padding: 10px;
    margin-top: 30px;
    margin-left: 20px;
    overflow: auto;
    line-height: 12px;
    font-size: 11px;
    color: #2c2c2c;
}

.linksMenuIntBox h3 {
    font-size: 15px;
    font-style: normal;
    line-height: 10px;
    margin: 1px 8px 0;
    padding: 8px 0 8px;
}

ul#linksMenuInt li {
    background: transparent url(images/oquefazemos-arrow.png) no-repeat scroll 0 6%;
    border-bottom: #EFEFF1 solid 1px;
    display: list-item !important;
    font-size: 13px;
    list-style-type: none;
    margin: 11px 0 0;
    padding: 0px 0 10px 13px;
    width: 525px;
}

ul#linksMenuInt li a {
    text-decoration: none;
    color: #2C2C2C;
}

ul#linksMenuInt li a:hover {
    color: #B20304;
}

ul#linksMenuInt {
    margin: 16px 9px;
    width: 525px;
}

/* ////////////////////////////////////////////////*/
#htPageTab-container {
    margin-left: 0;
    margin-top: 0;
    width: 627px;
}

#htPageTab-container .diretor {
    background-color: #FFFFFF;
    border: 3px double #EFEFF1;
    display: none;
    float: left;
    margin: 10px 0 0 1px;
    width: 621px;
}

#htPageTab-container div.diretor-ativo {
    display: block;
}

#htPageTab-container .diretor h1 {
    margin: 7px 0 0 17px;
}

#htPageTab-container .diretor h1 .red {
    color: #B20304;
}

#htPageTab-container .diretor h2 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 17px;
}

#htPageTab-container .diretor .diretor-dual-first {
    float: left;
    width: 280px;
}

#htPageTab-container .diretor .diretor-dual-second {
    float: left;
}

#htPageTab-container .diretor .social-networks {
    float: none;
    height: 27px;
    margin: 0 0 0 18px;
}

#htPageTab-container .diretor .mensageiros {
    clear: left;
    display: block;
    float: left;
    list-style-type: none;
    margin: 10px 0 40px 18px;
}

#htPageTab-container .diretor .mensageiros li {
    background: transparent url(images/im-icons.png) no-repeat scroll 0 0;
    height: 16px;
    margin: 5px 0;
    padding: 1px 0 1px 18px;
}

#htPageTab-container .diretor .mensageiros li.mensageiro-skype {
    background-position: 0 1px;
}

#htPageTab-container .diretor .mensageiros li.mensageiro-gtalk {
    background-position: 0 -18px;
}

#htPageTab-container .diretor .mensageiros li.mensageiro-msn {
    background-position: 0 -36px;
}

#htPageTab-container .diretor .mini-curriculo {
    line-height: 15px;
    list-style-image: url(images/list-bullet.png);
    list-style-type: none;
    margin-bottom: 40px;
    max-width: 320px;
}

#mini-curriculos-diretores {
    margin-left: 0;
    margin-top: 0;
    width: 627px;
}

#mini-curriculos-diretores .diretor {
    background-color: #FFFFFF;
    border: 3px double #EFEFF1;
    display: none;
    margin: 0 0 0 15px;
    width: 591px;
}

#mini-curriculos-diretores .diretor div {
    background-position: right top;
    background-repeat: no-repeat;
    height: 193px;
    margin: 0;
    padding: 0;
}

#mini-curriculos-diretores .diretor div ul.mensageiros {
    margin-bottom: 0;
}

#mini-curriculos-diretores .diretor div.shadow {
    background: transparent url(images/sombra-cartao.png) no-repeat center;
    height: 13px;
    margin: 0 0 15px;
    padding: 0;
    width: 591px;
}

#diretor-celso div {
    background-image: url(images/cartao-celso.jpg);
}

#diretor-ricardo div {
    background-image: url(images/cartao-ricardo.jpg);
}

#diretor-jonecir div {
    background-image: url(images/cartao-jonecir.jpg);
}

#diretor-juliana div {
    background-image: url(images/cartao-juliana.jpg);
}

#diretor-henrique div {
    background-image: url(images/cartao-henrique.jpg);
}

#diretor-paulo div {
    background-image: url(images/cartao-paulo.jpg);
}

#diretor-eduardo div {
    background-image: url(images/cartao-eduardo.jpg);
}

#mini-curriculos-diretores div.diretor-ativo {
    display: block;
}

#mini-curriculos-diretores .diretor h1 {
    display: inline;
    float: left;
    margin: 15px 0 0 17px;
}

#mini-curriculos-diretores .diretor h1 .red {
    color: #B20304;
}

#mini-curriculos-diretores .diretor h2 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 17px;
}

#mini-curriculos-diretores .diretor .diretor-dual-first {
    background: none;
    float: left;
    height: auto;
    width: 260px;
}

#mini-curriculos-diretores .diretor .diretor-dual-second {
    background: none;
    float: left;
    height: auto;
}

#mini-curriculos-diretores .diretor .social-networks {
    float: none;
    height: 27px;
    margin: 0 0 0 18px;
}

#mini-curriculos-diretores .diretor .mensageiros {
    clear: left;
    display: block;
    list-style-type: none;
    margin: 10px 0 40px 18px;
}

#mini-curriculos-diretores .diretor .mensageiros li {
    background: transparent url(images/im-icons.png) no-repeat scroll 0 0;
    height: 16px;
    margin: 5px 0;
    padding: 1px 0 1px 18px;
}

#mini-curriculos-diretores .diretor .mensageiros li.mensageiro-skype {
    background-position: 0 1px;
}

#mini-curriculos-diretores .diretor .mensageiros li.mensageiro-gtalk {
    background-position: 0 -18px;
}

#mini-curriculos-diretores .diretor .mensageiros li.mensageiro-msn {
    background-position: 0 -36px;
}

#mini-curriculos-diretores .diretor .mini-curriculo {
    line-height: 15px;
    list-style-image: url(images/list-bullet.png);
    list-style-type: none;
    margin-bottom: 40px;
    max-width: 320px;
}

#loading-image-wrapper {
    position: relative;
}

#loading-image {
    background: transparent url(images/ajax-loader.gif) no-repeat scroll center center;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 130px;
    width: 100px;
    z-index: 50;
}

.home-post-footer {
    background: transparent url(images/horizontal-line-below-post.png) no-repeat scroll 0 0;
    clear: both;
    height: 17px;
    margin: 15px auto 0;
    width: 627px;
}

p.excerpt-read-more {
    line-height: 13px;
    margin: 15px 20px;
}

.search p.excerpt-read-more, .tag p.excerpt-read-more {
    margin: 15px 0;
}

.excerpt-read-more a {
    color: #786E45;
    font-size: 11px;
    text-decoration: none;
}

.excerpt-read-more .excerpt-read-more-first-character {
    font-size: 13px;
    font-weight: bold;
}

.page p, .page h1 {
    margin: 0 20px 10px;
}

#copyright {
    margin: 0;
}

.cliente-galeria {
    width: 607px;
}

.cliente-container {
    float: left;
    margin: 0px 0px 4px 20px;
    display: inline;
}

.cliente-item {
    line-height: 0;
    text-align: center;
    padding: 0px 7px;
    background-color: #FFFFFF;
    border: 1px double #e8e8ea;
}

.cliente-item:hover {
    border: 1px double #b5b5b5;
}

.cliente-item img {
    margin: 0;
}

.cliente-shadow {
    padding: 0px;
    background: url(images/sidebar-menu-shadow.png) no-repeat top;
    height: 15px;
    width: 180px;
    clear: both;
}

.retrato-wrapper {
    display: inline;
    float: left;
    margin: 0 0.75px 0 20px;
    padding: 0;
}

#retratos-diretores .retrato-wrapper a {
    background: transparent url(../../../images/diretores.jpg) no-repeat;
    display: block;
    height: 180px;
    text-decoration: none;
    text-indent: -20000px;
    width: 131px;
}

#retratos-diretores .retrato-wrapper a#retrato-celso {
    background-position: 0 -180px;
}

#retratos-diretores .retrato-wrapper a#retrato-celso:hover, #retratos-diretores .retrato-wrapper a#retrato-celso.diretor-ativo {
    background-position: 0 0;
}

#retratos-diretores .retrato-wrapper a#retrato-juliana {
    background-position: -131px -180px;
}

#retratos-diretores .retrato-wrapper a#retrato-juliana:hover, #retratos-diretores .retrato-wrapper a#retrato-juliana.diretor-ativo {
    background-position: -131px 0;
}

#retratos-diretores .retrato-wrapper a#retrato-ricardo {
    background-position: -262px -180px;
}

#retratos-diretores .retrato-wrapper a#retrato-ricardo:hover, #retratos-diretores .retrato-wrapper a#retrato-ricardo.diretor-ativo {
    background-position: -262px 0;
}

#retratos-diretores .retrato-wrapper a#retrato-jonecir {
    background-position: -393px -180px;
}

#retratos-diretores .retrato-wrapper a#retrato-jonecir:hover, #retratos-diretores .retrato-wrapper a#retrato-jonecir.diretor-ativo {
    background-position: -393px 0;
}

.edit-link {
    clear: both;
    float: left;
}

#humantech-newsletter-widget .erro {
    /*  background-color: #FFDFDF;
     border: 1px solid #FF0000;
     */
    padding: 2px 5px;
    color: #CC0000;
}

#humantech-newsletter-widget .sucesso {
    /*  background-color: #DFFFDF;
     border: 1px solid #008000;
     */
    padding: 2px 5px;
    color: #008000;
}

#content .page .entry-content img {
    margin: 0;
}

#post-footer {
    background: #FFFFFF;
    border: 3px double #EFEFF1;
    height: 20px;
    padding: 1px 3px 1px 0;
    width: 615px;
}

#post-footer div {
    display: inline;
    float: left;
    margin: 0;
}

/* FALE CONOSCO: INFO DE CONTATO */
.contato-infos {
    background-color: #FFFFFF;
    border: 3px double #EFEFF1;
    width: 560px;
    padding: 10px;
    margin-left: 20px;
    margin-top: -17px;
    overflow: auto;
    line-height: 12px;
    font-size: 11px;
    color: #2c2c2c;
}

.contato-infos h4 {
    color: #B71A1B;
    margin: 10px 0 15px 0;
}

.contato-infos address.adr {
    width: 280px;
    float: left;
    font-style: normal;
}

.contato-infos ul {
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
}

.contato-infos ul li a {
    color: #2c2c2c;
    text-decoration: none;
}

.contato-infos .email, .contato-infos .telefone {
    height: 17px;
    line-height: 17px;
    margin-bottom: 3px;
    text-indent: 20px;
}

.contato-infos .email {
    background: url(images/icon-email.gif) no-repeat;
}

.contato-infos .telefone {
    background: url(images/icon-telefone.gif) no-repeat;
}

.novidades-title {
    float: left;
    /*_float: left;
     _display: block;
     _width: 14px;*/
}

/* AJAX COMMENTS */
#comments #submit {
    float: left;
    _float: none
}

#loading {
    width: 24px;
    height: 24px;
    float: left;
    background: url(images/ajax-loader.gif) no-repeat;
    margin-left: 10px;
}

#htac-messages {
    margin-left: 10px;
    width: 400px;
    float: left;
}

#form-newsletter #loading {
    clear: both;
    left: -12px;
    margin-bottom: 10px;
    margin-left: 50%;
    position: absolute;
}

#form-fale-conosco #loading, #form-seja-parceiro #loading {
    margin-top: 9px;
}

#ht-indique-form {
    background: #FFFFFF none repeat scroll 0 0;
    border: 3px double #EFEFF1;
    display: none;
    float: left;
    margin: 20px 0;
    padding: 20px;
}

#ht-indique-form label {
    clear: both;
    color: #786E45;
    display: block;
    font-size: 11px;
}

#ht-indique-form input {
    border: 1px solid #E4E4E4;
    display: block;
    font-size: 11px;
    line-height: 18px;
    padding: 5px 0;
    width: 278px;
}

#ht-indique-form textarea {
    border: 1px solid #E4E4E4;
    display: block;
    font-size: 11px;
    width: 580px;
}

#ht-indique-form #postlink, #ht-indique-form #titulopost {
    display: none;
}

#ht-indique-form form #indiquesubmit {
    background: transparent url(images/bt-enviar-bg.png) no-repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    display: inline;
    float: left;
    margin: 10px 10px 0 0;
    width: 71px;
}

#ht-indique-form form .mensagem-erro {
    color: #CC0000;
    display: none;
    font-size: 11px;
    margin: 0;
}

#ht-indique-form #mensagem-sucesso {
    float: left;
    font-size: 11px;
    margin: 10px 0 0;
}

#ht-indique-form #inner-erro {
    display: block;
    float: left;
    margin: 10px 0 0;
}

#ht-indique-left {
    float: left;
    margin: 0 21px 0 0;
}

#ht-indique-right {
    float: left;
}

.htac-error {
    color: #B71A1B;
    line-height: 12px;
}

.htac-success {
    color: #008000;
}

#respond input, #respond textarea {
    margin-bottom: 0;
}

#htac-messages {
    height: 23px;
    line-height: 23px;
}

#commentform .form-submit #submit {
    background-image: url('images/bt-enviar-bg.gif');
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 23px;
    line-height: 10px;
    width: 71px;
    visibility: visible;
    border: none;
}

#post-footer a {
    background: url(images/post-footer-sprite.gif) no-repeat;
    color: #786E45;
    text-decoration: none;
    font-size: 11px;
    margin: 0 13px 0 18px;
    padding: 0 0 0 15px;
    position: relative;
    _position: fixed;
    bottom: 2px;
}

#post-footer .voltar a {
    background-position: 0px 0px;
}

#post-footer .compartilhe a {
    background-position: 0px -14px;
    background-position: 5px -14px;
}

#post-footer .indique a {
    background-position: 0px -28px;
}

#post-footer .imprimir a {
    background-position: 0px -42px;
}

#post-footer .comentario a {
    background-position: 0px -56px;
}

.entry-content .obrigatorio-explicacao {
    margin-right: 100px;
    text-align: right;
}
