/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - webdesign sinci
 */
 
.wrapper {
	max-width: 940px;
	background: none repeat scroll 0 0 transparent;
}
#toolbar .float-left .module, #toolbar .float-left > time {
	color: #999;
	position:absolute;
	top:20px;
}
#header {
	margin-top:0px;
	margin-bottom: 0px;
}
.sets {
	background:#fff;
	margin-top:-5px;
}
.searchbox {
	top:30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
}
#menu {
	float:right;
	margin-top:40px;
	margin-right:-20px;
}
.menu-dropdown li.level1.parent:hover, .menu-dropdown li.remain.parent {
	background-image: url(../images/totop_scroller.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main {
	background: url("../images/bg_m.gif") repeat scroll left top transparent;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	-moz-box-shadow: 0px 0px 11px #000000;
	-webkit-box-shadow: 0px 0px 11px #000000;
	box-shadow: 0px 0px 11px #000000;
}
.menu-responsive { margin-bottom: 5px; }
#header-responsive .searchbox { top: -10px; }
table.zebra tbody, table.zebra tfoot { font-size: 16px; }
#system .item > header .meta {
	text-transform: uppercase;
	color: #333;
	
}
/*Breadcrumbs
******************************************/
.breadcrumbs a, .breadcrumbs > span { background: url("../images/breadcrumbs.png") no-repeat scroll 100% 50% transparent!important; }
/*Date Time
******************************************/
time pubdate {
	float: left;
	clear:both;
}
#system .item > header time {
	float:left;
	display: block;
	text-align: center;
	width: 60px;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #E6E6E6;
	margin: 0 20px 0 0;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#system .item > header time .day {
	font-size: 50px;
	letter-spacing: -2px;
	line-height:50px;
}
#system .item > header time .month {
	font-size: 22px;
	line-height: 22px;
}
#system .width50 .item > header time .day {
	font-size: 50px;
	line-height: 50px;
}
#system .width50 .item > header time .month {
	font-size: 22px;
	line-height: 22px;
}
.searchbox input, #footer { color:#fff; }
/*Latest News Modul
*********************************************/
.mod-white {
	background:#fff;
	padding:20px;
}
.mod-white a { font-size:16px; }
.mod-white ul.line > li { border-top: 1px solid #EEEEEE; }
.mod-white ul.line > li:first-child { border: medium none; }
/*Login Modul
*********************************************/
.mod-login {
	padding:20px;
	background:#ccc;
}
.mod-login input {
	border:0px!important;
	padding:3px;
}
.mod-login button {
	background:#ddd;
	border: 0 none;
	padding:8px;
	color:#333;
}
/*Accordion Menu
*********************************************/
.mod-accordion {
	padding:20px;
	background-color: #FFF;
}
.mod-accordion .menu-sidebar li.parent span.level1 > span {
	cursor: pointer;
	font-size:22px;
}
.mod-accordion .menu-sidebar .level2 a > span {
	font-size:18px;
	line-height: 20px;
	margin-left:10px;
	margin-bottom:3px;
}
.mod-accordion .menu-sidebar li.parent.active .level1 > span { color: #67AC2A; }
/*Social Icons
***********************************************/

.social-icons {
	list-style: none outside none;
	overflow: hidden;
	padding-left: 0;
	float: right;
	margin-right:50px;
	position:relative;
	top:-30px;
}
.social-icons li {
	float: left;
	margin-right: 5px;
}
.social-icons li.facebook a {
	background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
	display: block;
	height:48px;
	width: 48px;
}
.social-icons li.rss a {
	background: url("../images/rss.png") no-repeat scroll 0 0 transparent;
	display: block;
	height:48px;
	width:48px;
}
.social-icons li.twitter a {
	background: url("../images/twitter.png") no-repeat scroll 0 0 transparent;
	display: block;
	height:48px;
	width:48px;
}
