/**************************************
 * THEME NAME: farese
 *
 * Files included in this sheet:
 *
 *   farese/style/default.css
 *   farese/style/header.css
 *   farese/style/menu.css
 *   farese/style/main.css
 *   farese/style/footer.css
 *   farese/style/admin.css
 *   farese/style/hacks.css
 **************************************/

/***** farese/style/default.css start *****/

@CHARSET "UTF-8";
html, body { width: 100%; /*height: 100%;*/ margin: 0; padding: 0; }

body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }

img { border: none; }

hr { height: 1px; border: none; border-top: 1px dashed #eee; border-bottom: 1px dashed #ddd; }

a { text-decoration: none; color: #3A6CA3; }
a:hover { text-decoration: underline; }

/* ESTRUTURA */
body
{
    text-align: left;
    background: url('./pix/img/bg.footer.gif') center bottom repeat-x #fbfbfb;
}

#bg-top
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: url('./pix/img/bg.header.gif') center top repeat-x;
    z-index: 1;
}

#page
{
    position: relative;
    width: 902px;
    margin: 0 auto;
    z-index: 99;
}

#content
{
    background: #ffffff;
    padding: 5px 4px;
    border: 1px solid #ccc;
    border-top: none;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.box
{
    margin: 0 0 10px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.category-top
{
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted #999;
}

.category a
{
    color: #333;
}

.category-top a
{
    font-size: 125%!important;
    color: #3A6CA3!important;
}

.sideblock a
{
    color: #3A6CA3;
}

.title
{
    font-size: 14px;
    color: #378514;
}

.user
{
    font-size: 14px;
}

#content .info
{
    text-align: left!important;
}

#content .info a
{
    color: #3A6CA3!important;
}

.info
{
    width: auto!important;
    margin-top: 0!important;
}

.info .name
{
    width: auto;
    font-size: 125%;
}

br.all
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: px;
}
/***** farese/style/default.css end *****/

/***** farese/style/header.css start *****/

.header-logo
{
    margin: 15px 15px 1px;
}

.header-slogan
{
    margin: 50px 0 0;
}

.header-login
{
    margin: 10px;
    font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
    text-shadow: 0 1px 0 #336;
    color: #9eccff;
}

.header-login a
{
    text-decoration: none;
    color: #eee;
}

.header-login a:hover
{
    text-decoration: underline;
    color: #fff;
}

.header-menu
{
    position: relative;
    height: 38px;
    background: url('./pix/img/header.menu.bg.gif') top left no-repeat transparent;
    padding: 19px 5px 4px;
    z-index: 99999;
}

.navbar
{
    background-color: #f0f0f0;
}
/***** farese/style/header.css end *****/

/***** farese/style/menu.css start *****/

.sys-menu
{
    
}

/* horizontal */
.sys-menu.horizontal ul
{
    font-family: "Helvetica Neue", Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-shadow: 1px 1px 0 #3e73ad;
    color: #fff;
    padding: 0;
    margin: 8px 10px 0;
}

.sys-menu.horizontal li
{
    display: list-item;
    float: left;
    margin-right: 20px;
    list-style-type: circle;
    list-style-position: inside;
}

.sys-menu.horizontal a
{
    position: relative;
    text-decoration: none;
    color: #fff;
    top: -3px;
}

.sys-menu.horizontal a:hover
{
    text-shadow: 0 3px 0 #3e73ad;
    top: -5px;
}

.sys-menu.horizontal span
{
}

.sys-menu.horizontal .item-spacer
{
    margin-right: 10px;
    list-style-image: url('./pix/img/menu.horizontal.spacer.png');
}

.sys-menu.horizontal .item-home { list-style-image: url('./pix/img/menu.horizontal.ico.home.gif'); }
.sys-menu.horizontal .item-docente { list-style-image: url('./pix/img/menu.horizontal.ico.docente.gif'); }
.sys-menu.horizontal .item-institucional { list-style-image: url('./pix/img/menu.horizontal.ico.institucional.gif'); }
.sys-menu.horizontal .item-biblioteca { list-style-image: url('./pix/img/menu.horizontal.ico.biblioteca.gif'); } 
.sys-menu.horizontal .item-posgraduacao { list-style-image: url('./pix/img/menu.horizontal.ico.posgraduacao.gif'); }
.sys-menu.horizontal .item-contato { list-style-image: url('./pix/img/menu.horizontal.ico.contato.gif'); }

/* vertical */
.list ul,
.sys-menu.vertical ul
{
    list-style: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.list ul li,
.sys-menu.vertical ul li
{
    position: relative;
    list-style: none;
    height: auto;
    color: #000;
    margin: 0 0 2px;
    padding: 0;
    border: 1px solid #5279a4;
}

.sys-menu.vertical ul li img
{
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 99999;
}

.sys-menu.vertical ul li:hover img
{
    right: 3px;
}

.list .tree_item a,
.sys-menu.vertical ul li a
{
    display: block;
    position: relative;
    min-height: 28px;
    line-height: 14px;
    text-decoration: none;
    background: url('./pix/img/menu.vertical.bg.gif') repeat-x left top #5382b6;
    color: #fff;
    text-shadow: 1px 1px 0 #3e73ad;
    margin: 0;
}

.list p.tree_item
{
    margin: 0;
}

.sys-menu.vertical ul li a:hover
{
    background: url('./pix/img/menu.vertical.bg.over.gif') repeat-x left top #384f69;
    text-shadow: 1px 1px 0 #1f3956;
}

.listl p:active,
.sys-menu.vertical ul li a:active
{
    background: url('./pix/img/menu.vertical.bg.push.gif') repeat-x left top #456990;
    text-shadow: 1px 1px 0 #2e5682;
}

.list span,
.sys-menu.vertical ul li a span
{
    display: block;
    padding: 5px 0 5px 10px;
}

.list h2,
.sys-menu.vertical h2
{
    position: relative;
    color: #4077b3;
    line-height: 11px;
    text-align: center;
    height: 38px;
    background: url('./pix/img/menu.vertical.head.bg.gif') repeat-x left top transparent;
    margin: 0;
    padding: 0;
    cursor: default;
}

.list h2 span,
.sys-menu.vertical h2 span
{
    display: block;
    font-family: Geneva, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0 0;
}

/* admin */
.type_setting hr
{
    display: none;
}

.list ul li
{
    border: none;
}

.block_tree .tree_item.branch
{
    background: url('./pix/img/menu.expanded.png') left center no-repeat #ccc!important;
}

.block_tree .collapsed .tree_item.branch
{
    color: #fff;
    background: url('./pix/img/menu.collapsed.png') left center no-repeat #5382b6!important;
}
/***** farese/style/menu.css end *****/

/***** farese/style/main.css start *****/

.sidebar-left
{
    width: 180px;
    min-height: 200px;
}

#main
{
    width: 700px;
    padding: 0;
}

#content .info
{
    font-size: 11px;
    color: #666;
    text-align: center;
    margin: 10px 0 0;
}
/***** farese/style/main.css end *****/

/***** farese/style/footer.css start *****/

#footer
{
    margin: 10px 0 0;
    padding: 0 0 10px;
}

.footer-copyright
{
    font-size: 10px;
    text-align: center;
    color: #999;
}

.footer-copyright a
{
    text-decoration: none;
    color: #333;
}
/***** farese/style/footer.css end *****/

/***** farese/style/admin.css start *****/

.admin-left
{
    width: 180px;
}

.admin-main
{
    width: 700px;
    padding: 0;
}

.admintree a
{
    text-decoration: none;
    color: #3A6CA3;
}
/***** farese/style/admin.css end *****/

/***** farese/style/hacks.css start *****/

.skiplinks
{
    display: none;
}
/***** farese/style/hacks.css end *****/


