/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * ThemeKat styles
 */

/*main sections-------------------------------------------------*/
#page { background: #aecffa; background: url(http://bvml.pt/images/fundo-WEB.jpg) fixed no-repeat; background-position: top center;

#main {background: none;}

#sidebar-a, #sidebar-b {background: #37ca41

#block-header, #block-footer {background:#81b6fa}

#block-top-a, #block-bottom, #block-top-b {background: #81b6fa;}

#header, #footer {margin:0;}

#logo p {margin: 0; padding: 0;}

#footer {padding:5px; color:#3dfe00a900;}

#footer a {color: #fede3e;}

#footer a:hover {color: #fee97e;}

#toolbar, #headerbar {color: #81b6fa;}
/*main sections--------------------------------------------------*/



/*base------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {color: #0e0301;

body {color:#222222;}

h4 {margin: 8px; font-size: 16px;}

dl {padding-left: 10px;}

dd {margin-left: 10px;}

/*base-------------------------------------------------------------*/



/*menus-----------------------------------------------------------*/
#menubar {background: #bf2000; padding: 5px;}

/* Level 1 */
.menu-dropdown { margin-bottom: -5px; }

.menu-dropdown li.level1 {
  margin-right: 10px;
  padding-bottom: 10px;
}

.menu-dropdown a.level1,
.menu-dropdown span.level1 {
  border: none;
  color: #fff;
}

/* Set Active */
.menu-dropdown li.active .level1 { color: #fff; background: #fe7e00;}

/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { color: #bf2000; background: #ffd300;}

/* Drop-Down */
.menu-dropdown .dropdown {
  top: 42px;
  border-top: 1px solid #ff5a39;
}

.menu-dropdown .dropdown-bg > div {
  padding: 0 5px;
  border: 1px solid transparent;
  border-top: none;
  background: #bf2000;
}

/* Level 2 */
.menu-dropdown li.level2 { 
  margin: 0 5px;
  border-top: 1px solid #ff5a39;
}
.menu-dropdown li.level2:first-child { border: none; }

.menu-dropdown a.level2,
.menu-dropdown span.level2 , .menu-dropdown a.level3,
.menu-dropdown span.level3 { color: #fff; }

/* Set Hover */
.menu-dropdown a.level2:hover { color: #ffd300; }

/* Set Current */
.menu-dropdown a.current.level2 { font-weight: bold; } 

/* Set Hover */
.menu-dropdown a.level3:hover { color: #ffd300; }

/* Set Current */
.menu-dropdown a.current.level3 { font-weight: bold; }

/* Link */
.menu-sidebar a,
.menu-sidebar li > span { color: #7f1400; }

/* Current */
.menu-sidebar a.current { font-weight: bold; }

/* Level 1 */
.menu-sidebar li.level1 { border-top: none; }
.menu-sidebar li.level1:first-child { border-top: none; } 

/*menus*-------------------------------------------------------------/



/*tools----------------------------------------------------------------*/
form.box fieldset { border: 1px solid #fea900; border-radius: 3px; }

.button-default {
  padding: 3px 10px;
  border: none;
}

ul.zebra > li,
table.zebra tbody td { border-bottom: 1px solid #fea900; }
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { border-top: 1px solid #fea900; }

ul.zebra > li.odd,
table.zebra tbody tr.odd { background: #fede3e; }
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: #fede3e; }

table.zebra caption { color: #222222; }

#system small { color: #222222; }
/*tools----------------------------------------------------------------*/

/*system------------------------------------------------------------------*/
#system .title a { color: #7f1400; }

#system .item > header .meta { color: #bf2000; }

#system .pagination a,
#system .pagination strong { border: none; }

ul.line > li { border-top: none; }

#system .items .item {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px dashed #7f1400;
}

#system .items .leading .item {
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #7f1400;
}

#system .item-list { border-top: 1px dashed #7f1400; }

.searchbox {
  width: 100px;
  height: 20px;
  padding: 0 25px;
  border: 1px solid #ddd;
  background:#fff url(../images/searchbox_magnifier.png) 0 50% no-repeat;
}



/*modules------------------------------------------------------------------*/
.mod-box {
  padding: 15px;
  border: none;
  background:#1654a3;
  border-top: 1px solid #ff5a39;
}

.mod-box h1, .mod-box h2, .mod-box h3, .mod-box h4, .mod-box h5, .mod-box h6 {color:#fee97e;}

/*modules------------------------------------------------------------------*/