/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL

* Style Style Sheet - Defines the main look like colors and backgrounds
* Not all style related CSS is included, only colors and backgrounds which may change for different theme styles

Base
----------------------------------------------------------------------------------------------------*/
BODY
{
	background: url(../images/patterns/body/pattern-05d.png);
}
H1, H2, H3, H4, H5, H6
{
	margin: 15px 0 15px;
	font-weight: normal;
	color: #353535;
}
H1
{
	font-size: 28px;
	line-height: 28px;
}
H2
{
	font-size: 24px;
	line-height: 24px;
}
H3
{
	font-size: 18px;
	line-height: 18px;
}
H4, H5, H6
{
	font-size: 16px;
	line-height: 16px;
}
A IMG:hover
{
	opacity: 0.8;
}
/*Layout
----------------------------------------------------------------------------------------------------*/
#bottom-b
{
	/*+text-shadow:1px 1px 2px #0A0A0A;*/
	-moz-text-shadow: 1px 1px 2px #0A0A0A;
	-webkit-text-shadow: 1px 1px 2px #0A0A0A;
	-o-text-shadow: 1px 1px 2px #0A0A0A;
	text-shadow: 1px 1px 2px #0A0A0A;
	border-top: 4px solid #EF5D02;
	background-color: #212121;
	border-bottom: 1px solid #303030;
}
#footer
{
	background-color: #303030;
	border-top: 1px solid #212121;
	/*+border-radius:0 0 10px 10px;*/
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	font: 11px / 15px sans-serif;
}
/*Menus
----------------------------------------------------------------------------------------------------*/
#menubar
{
	background-color: #353535;
	border-bottom: 3px solid #EF5D02;
	border-top: 1px solid #000000;
}
.menu-dropdown LI.level2
{
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
.menu-dropdown LI.level2:hover
{
	background-color: #F5F5F5;
	border-color: #EF5D02;
}
.menu-dropdown A.level2:hover
{
	color: #ef5d02;
}
.menu-sidebar LI.level1
{
	border-color: #DDD;
}
.menu-sidebar LI.level1:hover
{
	border-color: #EF5D02;
	background-color: #F5F5F5;
}
.menu-sidebar A:hover, .menu-sidebar LI > SPAN:hover
{
	color: #ef5d02;
}
/*Modules*/
.module IMG.noborder
{
	border: none;
}
.module IMG.advertising
{
	border: none;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.module IMG
{
	border: 2px solid #E5E5E5;
}
.wk-slideshow IMG
{
	border: none;
}
.module .wk-slideshow .nav
{
	margin-bottom: 10px;
}
.module-dash, .article-dash
{
	background-color: #ef5d02;
}
/*Bottom Styling*/
#bottom-b
{
	color: #c6c6c6;
}
#footer, #footer a
{
	color: #737373;
}
#bottom-b A
{
	color: #ef5d02;
}
#bottom-b A:hover, #footer A:hover
{
	text-decoration: underline;
	color: #ef5d02;
}
#bottom-b H3.module-title
{
	color: #c6c6c6;
	border-bottom: 1px solid #737373;
}
#bottom-b UL.line > LI
{
	border-left: 3px solid #737373;
	padding: 5px 8px;
}
#bottom-b UL.line > LI:first-child
{
	padding: 5px 8px;
}
#bottom-b UL.line > LI:hover, #bottom-b UL.line LI.current-cat
{
	border-left: 3px solid #EF5D02;
	background-color: #373737;
	border-right-color: #EF5D02;
}
/*----------------------------------------------------------------------------------------------------
Tools
----------------------------------------------------------------------------------------------------
Line*/
UL.line > LI
{
	border-color: #E5E5E5;
}
UL.line > LI:hover
{
	border-color: #EF5D02;
	background-color: #F5F5F5;
}
/*System
----------------------------------------------------------------------------------------------------*/
