/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * ThemeKat styles
 */

/*main sections-------------------------------------------------*/
#page {background: #fea900;}

#main {background: #fee97e;}

#sidebar-a, #sidebar-b {background: #7f1400;}

#block-header, #block-footer {background:#fede3e url(../images/images/gradient_02.jpg) repeat-x;}

#block-top-a, #block-bottom, #block-top-b {background: #460b00;}

#header, #footer {margin:0;}

#logo p {margin: 0; padding: 0;}

#footer {padding:5px; color:#fea900;}

#footer a {color: #fede3e;}

#footer a:hover {color: #fee97e;}

#toolbar, #headerbar {color: #fff;}
/*main sections--------------------------------------------------*/



/*base------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {color: #7f1400;}

body {color:#222222;}

h4 {margin: 8px; font-size: 16px;}

dl {padding-left: 10px;}

dd {margin-left: 20px;}

/*base-------------------------------------------------------------*/



/*menus-----------------------------------------------------------*/
#menubar {background: #bf2000; padding: 5px;}

/* Level 1 */
.menu-dropdown { margin-bottom: -10px; }

.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: 30px;
	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:#fede3e url(../images/images/gradient_02.jpg) repeat-x;
	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------------------------------------------------------------------*/