body {
    background: url('images/bg_9.png') top center no-repeat #ffe5be;
    font-family: Georgia;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px; 
}


a {
    color: #fb873a;
}
a:hover {
    color: #ff6600;
    text-decoration: none;
}

#page {
    background: url('images/bg-content') center repeat-y;
    width: 951px;
    padding: 0px 20px 10px 11px;
    margin: 0 auto;
}

#top-header {
    width: 992px;
    height: 44px;
    margin: 30px auto 0;
    background: url('images/bg-header') center no-repeat;
}

.logo {
    background: url('images/ufsm-bg.png') bottom left no-repeat;
    padding-left: 32px;
    padding-bottom: 26px;
    padding-top: 11px;
    float: left;
}
.search-area {
    background: url('images/search-bg.png') top center no-repeat;
    float: right;
    width: 246px;
    height: 26px;
    padding: 3px 0 0 15px;
}
.search-hover {
    background: url('images/search-bg.png') bottom center no-repeat;
}
.search-button {
    background: transparent;
    border: none;
    width: 190px;
    color: #b68b4a;
    font-size: 16px;
}
.search-submit {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bolder;
    font-size: 15px;
    padding: 0 7px 0 11px;
}

#search-title{
    font-weight: normal;
}


.social {
    background: url('images/botaozinho.png') bottom right no-repeat;
    float: right;
    width: 226px;
    padding: 15px 0 1px 15px;
    margin-top: 55px;
}

.social a{
    float: right;
}

.clear {
    clear: both;
}

#menu {
    margin-left: 15px;
    z-index: 99;
}
#menu ul li {
    float: left;
    list-style: none;
    margin-left: 0px;
}
#menu ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #c58b64;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
#menu ul li:hover a {
    text-decoration: none;
    background: #f60;
    color: #fff0d8;
}
#menu li:hover > a, #menu ul ul :hover > a {
background: #f60;
color: #333;
}
#menu ul .current_page_item a, #menu ul .current_page_parent a {
    background: #fff0d8;
}
#menu ul li ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
}
#menu ul li ul li {
    float: none;
    display: block;
}
#menu ul li ul li a {
    display: block;
    border-radius: 0px !important;
}

#slider {
    width: 960px;
    height: 290px;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #fff;
}
.accordion {
    margin:0;
    padding:0;
    overflow:hidden;
    list-style:none;
    width:960px;
    height:290px;
    position:relative;
    background:#000;
}
.accordion li {
    display:none;
    padding:0;
    margin:0;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    width:500px;
    height:290px;
}
.accordion li#k1 { background-color:#F00; }
.accordion li#k2 { background-color:#0F0; }
.accordion li#k3 { background-color:#00F }
.accordion li#k4 { background-color:#FF0; }
.accordion li#k5 { background-color:#0FF; }
.accordion li .item { position:relative; }
.accordion li img { display:block; }
.accordion li .shadow {
    position:absolute;
    top:0;
    right:0;
    width:39px;
    height:290px;
    background:url(images/accordion-shadow.png) repeat-y;
}
* html .accordion li .shadow {right:-1px;}
.accordion .caption {
    position:absolute;
    bottom:0;
    left:0;
    width:170px;
    padding:10px;
    color:#fff;
    font-weight:bold;
    background:url(images/trans-bg.png) repeat-x top left;
}
.accordion li:hover .caption { width:480px; }


.home-posts {
    width: 590px;
    padding-left: 10px;
    float: left;
    margin-top: 15px;
}
.date {
    width: 85px;
    float: left;
    background: url('images/date-bg.png') top center no-repeat;
}
.date .dia {
    padding: 6px 0 0 43px;
    color: white;
    font-weight: bolder;
    font-size: 23px;
}
.date .mes {
    color: #cc7a41;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.home-posts .post {
    border-bottom: 1px #f3af4b dashed;
    margin-bottom: 16px;
}
.home-posts .title a {
    color: #fb873a;
    font-size: 21px;
}
.home-posts .title a:hover {
    color: #ff6600;
    text-decoration: none;
}
.home-posts .text {
    color: #5b5b5b;
    font-size: 15px;
}
.home-posts .content {
    width: 490px;
    float: right;
}
.home-posts .last {
    border: none;
}


#footer {
    background: url('images/bg-footer.png') top center no-repeat;
    width: 992px;
    margin: 0 auto;
    padding: 30px 0 0 60px;
}
#footer .endereco {
    float: left;
    width: 350px;
    color: #5c4b32;
    font-size: 14px;
    padding: 5px 0 0 10px;
}
#footer .fone {
    float: left;
    margin-left: 15px;
    width: 290px;
    color: #5c4b32;
    font-size: 15px;
    padding: 10px 0 0 10px;
    line-height: 25px;
}
#footer .zarkre {
    float: right;
    width: 100px;
    padding: 8px 47px 0 0px;
}

.home-links {
    width: 305px;
    float: right;
}

.page-content {
    padding: 30px 20px 0 0;
}
.page-content .title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0px 10px 20px;
    display: inline;
    color: #f60;
}
.page-content .text {
    padding: 25px;
    font-size: 16px;
}

.page-content h3{
    padding-top: 10px;
    border-top: 1px dashed #fb873a;
    font-size: 20px;
    margin-bottom: 2px;
}

.page-content .prof{
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px;
}

.page-id-9 .page-content .text p {
    margin: 0;
}
.page-id-9 .page-content .text img {
    vertical-align: bottom;
    padding-right: 5px;
}
.page-id-9 .page-content .text table {
    width: 100%;
}

.cargo{
    font-size: 16px;
    font-weight: bold;
}

.gestao{
    font-size: 20px;
    font-weight: bold;
}

.ccsh{
    float: left;
    margin-top: 5px;
}

.idiomas{
    position: absolute;
    margin-left:607px;
    margin-top: -20px;
}

.twitter-share-button{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

.accordion2 {
	width: 900px;
}
.accordion2 h2 {
    border: solid 1px #FE580B;
    font-size:18px;
    text-decoration: none;
    padding: 7px 15px;
    cursor:pointer;
    display:block;
    margin: 0;
    margin-top: 5px;
}
.accordion2 h2:hover {
	background: #f3af4b;
}
.accordion2 h2.active {
	
}
.accordion2 .tudo{
	background: #fff;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #FE580B;
	border-right: solid 1px #FE580B;
        border-bottom: solid 1px #FE580B;
}

.link-documentos{
    float: left;
    margin-right: 20px;
    text-align: center;
}

#___plusone_0{
    float: right !important;
    margin-top: 8px !important;
    margin-right: 5px !important;
}



