@import url(../warp/css/layout.css);
/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL
Spacing
----------------------------------------------------------------------------------------------------*/
.module, #header, #breadcrumbs, #content, #footer
{
	margin: 0px;
}
#footer
{
	position: relative;
	text-align: left;
	padding: 15px 25px;
}
#footer .module
{
	margin: 0;
}
#headerbar
{
	margin: 0px;
	padding: 15px;
}
.wrapper
{
	/*+border-radius:10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*+box-shadow:0px 2px 5px #4F4F4F;*/
	-moz-box-shadow: 0px 2px 5px #4F4F4F;
	-webkit-box-shadow: 0px 2px 5px #4F4F4F;
	-o-box-shadow: 0px 2px 5px #4F4F4F;
	box-shadow: 0px 2px 5px #4F4F4F;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-search #content #system .page-title, .wp-archive #content #system .page-title
{
	background: #FFFFFF url(../images/back-gradient.png) repeat-x top;
	padding: 15px 20px;
	margin: 0px;
}
/*Side Border*/
.sidebar-a-right #sidebar-a, .sidebar-b-right #sidebar-b
{
	border-left: 1px solid #E5E5E5;
	/*+box-sizing:border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.sidebar-b-left #sidebar-b, .sidebar-a-left #sidebar-a
{
	border-right: 1px solid #E5E5E5;
	/*+box-sizing:border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
}
/*Dash*/
.sidebar-a-right .article-dash
{
	position: absolute;
	left: -25px;
	bottom: 9px;
	height: 30px;
	width: 10px;
}
.sidebar-a-left .article-dash
{
	position: absolute;
	right: -25px;
	bottom: 9px;
	height: 30px;
	width: 10px;
}
/*Layout
----------------------------------------------------------------------------------------------------*/
#totop-scroller
{
	display: block;
	position: absolute;
	top: 33%;
	right: 15px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) no-repeat 50% 50%;
	text-decoration: none;
}
