/* 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
----------------------------------------------------------------------------------------------------*/
/* Theme Layout
----------------------------------------------------------------------------------------------------*/
html, body {
    margin:0;
    padding:0;
    height:100%
}
img {max-width:100%}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
.wrapper {
	float:none;
	margin:0 auto;
	background-color:#fff;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	/*overflow: hidden !important; /* FF Scroll-leiste */ 
	position:relative;
	-webkit-box-shadow: 0 0 10px #222;
	   -moz-box-shadow: 0 0 10px #222;
	        box-shadow: 0 0 10px #222;
}
#header {margin:0;}
#toolbar {margin:0 0 20px; padding-bottom:20px;}

#jp-left {
	width:300px;
	position: fixed;
	float:left;
	z-index:1;
	background-color:#000000;
	/*border-left: 2px solid #fff;
	/*border-right: 2px dashed #fff;
	box-shadow: 0 0 0 4px #000;*/
}
#jp-left #search {
	float:left;
	margin:35px
}
.searchbox .results {
    width: 229px;
    z-index: 110;
	left:-1px;
	top:30px;
}
#jp-left-inner .searchbox {
    background-color:#111;
    border: none;
    height: 30px;
    padding: 0 25px;
    width: 180px;
	border: 1px dashed #444;

}
#jp-left-inner .searchbox input {
	color:#ccc;
}

#socials,
#sidebar-left {
	margin:20px;
}

#jp-left .socials {
	margin-top:40px;
	padding:20px;
}
#logo, #logo > img {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
a#logo {
	display:block;
}

#jp-right {
	position:relative;
	z-index:0;
	float:right;
}
#jp-right-inner {
	position:relative;
	margin:0 30px;
}
.headerbar {margin:20px 0 20px 0;}

#main,
#content{
		margin-bottom:30px;
}
#bottom-a,
#bottom-b,
#bottom-c,
#bottom-d,
#bottom-e,
#bottom-f,
#top-a,
#top-b,
#top-c,
#top-d,
#top-e,
#top-f
{
margin-bottom:20px;
border-bottom:1px solid #efefef;
}
#footer {margin:0}

.breadcrumbs {
    padding:10px 0;
	border-bottom:1px solid #222;
	margin-bottom:30px;
}
/* Layout
----------------------------------------------------------------------------------------------------*/


/* Menus
----------------------------------------------------------------------------------------------------*/

#menu {
    width:100%;
	background-color:#000000;
	position:relative;
	margin-bottom:20px;
}

.menu-dropdown li.level1 {
    margin-right:0;
	border:none;
    border-right: 1px solid #111;
	padding-bottom:0;
	text-shadow: none;
	float:left;

}
.menu-dropdown li.level1:hover {
	background-color:#111;
}

.menu-dropdown li.active .level1 {
    color: #999;
	background-color:#111;
}
.menu-dropdown a.level1, .menu-dropdown span.level1{
	padding:10px 6px;
	border:none;

}
.menu-dropdown a.level1, .menu-dropdown span.level1 {
    color: #fff;
}
.menu-dropdown, .menu-dropdown .level1, .menu-dropdown .level1 > span {
    float: none;
}
.menu-dropdown {
    margin-bottom: 0;
}
.menu-dropdown .dropdown {
    border: none;
    top: 50px;
	color:#fff;
}

/* Second Column */
.menu-dropdown .dropdown-bg > div {
    padding: 0 5px;
	z-index:999;
	background-color:#000000;
    background: rgba(0, 0, 0, .9)!important;
	border:4px solid #333!important;

}
.menu-dropdown a.level2, .menu-dropdown span.level2 {
    color: #fff;
}
.menu-dropdown li.level2 {
    border-top: 1px solid #222;
    margin: 0 5px;
}
/* Modules
----------------------------------------------------------------------------------------------------*/
.module{
    margin:15px;
}
.mod-blank {
    border: none!important;
	padding:0!important;
	margin:0!important;
	background:none!important;
}
.mod-clean1,
.mod-clean2,
.mod-clean3 {
    border: none!important;
	padding:0!important;
	margin:15px!important;
	background:none!important;
}
.mod-clean1 h3 {
	color:#000;
	padding:8px 0;
	border-bottom:1px solid #ededed;
}
.mod-clean2 h3 {
	background:#000000;
	color:#FFFFFF;
	padding:8px 15px;
}
.mod-dark1 {
    border: none!important;
	padding:15px!important;
	margin:15px!important;
	background-color:#000!important;
}

.mod-box {
    border: 1px solid #efefef;
    border-radius: none;
  	background: #fdfdfd;
    -moz-border-radius: none;
	margin:15px;
}
.mod-shadow {
    border: 1px solid #fff;
    border-radius: none;
  	background: #fdfdfd;
    -moz-border-radius: none;
	margin:15px;
	-moz-box-shadow: 0 0 0 5px #999;
	-webkit-box-shadow:  0px 0px 5px 0px #999;
    box-shadow:  0px 0px 5px 0px #999;
}

.mod-dark {
    border: none;
  	background: #000;
	color:#999;
	padding:15px;
	margin:15px;
}
.mod-dark a:link,
.mod-dark a:visited {
	color:#fff;
}
.mod-dark a:hover {
	text-decoration:underline
}


/* Modules Left Sidebar
----------------------------------------------------------------------------------------------------*/
.mod-left {
  	background: #fdfdfd;
	padding:15px;
}
.mod-left h3 {
}
.mod-left1 {
	padding:15px;
	color:#888;
	background:none;
	margin:0;
}
.mod-left1 a {
	color:#fff;
}
.mod-left1 h3 {
  	background: #fff;
	color:#000000;
	padding:8px 15px;
	margin:0;
}
.mod-left2 {
	padding:15px;
	color:#888;
	background:none;
	margin:0;
}
.mod-left2 a {
	color:#fff;
}
.mod-left2 h3 {
  	background: #000;
	color:#fff;
	padding:0;
	margin:0;

}
#jp-left a.button-default:hover,
#jp-left a.button-primary:hover { background-color:#fff; color:#000!important;}

/* Tools
----------------------------------------------------------------------------------------------------*/
.img-shadow {
	-moz-box-shadow: 0 0 0 5px #999;
	-webkit-box-shadow:  0px 0px 5px 0px #999;
    box-shadow:  0px 0px 5px 0px #999;
    /* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
	max-width:100%;
	-moz-border-radius: 5px;
    border-radius: 5px;

}
.img-polaroid {
	-moz-box-shadow: 0 0 0 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px 0px #ccc;
    box-shadow:  0px 0px 10px 0px #ccc;
	max-width:99%!important;
	padding:1%;
	background:#000;

}

img.align-right {
	-moz-box-shadow: 0 0 0 5px #DDD;
	-webkit-box-shadow:  0px 0px 5px 0px #DDD;
    box-shadow:  0px 0px 5px 0px #DDD;
    /* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
	max-width:100%;

}
a.img-sidebar {
	margin:8px 6px;
}
a.lightbox-color {float:left; border:1px solid #ededed; padding:2px; margin:5px;}

/* System
----------------------------------------------------------------------------------------------------*/
hr.style-one { 
	border: 0; 
	height: 1px; 
	margin-bottom:40px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.style-two { 
	padding: 0; 
	border: none; 
	border-top: medium double #333; 
	color: #333;
	text-align: center; 
	margin:40px 0;
} 
hr.style-two:after { 
	content: "SAMPLE"; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: white;
 }

a.button-default,
a.button-primary
{
	/*-moz-border-radius: 5px;
	border-radius: 5px;*/
	border:none;
	padding:8px 14px;
}
#warp > h2 {
    background: none!important;
    padding: 0;
}
table.zebra th, table.zebra td {
    padding: 5px 0;
}
#system .items > .width50 .title {
    font-size: 22px;
    line-height: 120%;
}
/* Module Positions Table
----------------------------------------------------------------------------------------------------*/

table.td-outer {
    border-collapse: separate;
    border-spacing: inherit;
}
.td-inner td {background: #fff; padding:20px 0;border:1px solid #ccc; text-align:center}
.td-inner {margin:6px 0;}
.blue td {border:1px solid #8db7da}
td.blue {border:1px solid #8db7da}
td.orange {border:1px dashed #e9744c; background-color:#faf7f5}

