/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (https://www.yootheme.com/license) */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#breadcrumbs,
#content {width: 100%; }

#toolbar,
#header,
#footer { margin: 0; }

#menu {margin-left: 20px;}

#menu .module { margin: 0; }

#header { margin: 15px 20px 0 20px; }

#headerbar .module {
	margin-top: 0;
	margin-bottom: 15px;
}

#footer .module { margin: 0; }

#absolute {
    position: relative;
   
	margin: 0 auto;
	width: 960px;
    z-index: 15;
}

#logo {padding-bottom: 10px;}

/* Layout
----------------------------------------------------------------------------------------------------*/

/* Blocks*/
#block-toolbar {
	padding: 0px 0;
	
}

#block-header {
	padding: 0px 0;
	border-bottom: 1px solid #B7B9B9;
}

#block-main {
	padding: 2px 0;
	
}

#block-bottom {
	padding: 15px 0;
	color: #777;
}

body#page {  }
#block-footer {
	padding: 5px 0;
	
}

/* Header */
#toolbar {
	line-height: 26px;
	font-size: 12px;
}

#header:before,
#footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 1px solid #B7B9B9;
}

#header:before { bottom: 2px; }

#footer:before {
	top: 2px;
	border-color: #DDD;
}

#header { min-height: 40px; }

#menubar {
	padding: 10px 0 0px 0;
	background: url(../images/line_dotted.png) 0 0 repeat-x;
}

/* Block Separators */
#top-a:after,
#top-b:after,
#innertop:after {
	content: "";
	display: block;
	margin: 0 15px;
	height: 1px;
	
}

#top-a {min-width: 960px;}

#top-b {margin-left: 20px; }

#bottom-a:before,
#innerbottom:before {
	content: "";
	display: block;
	margin: 0 15px;
	height: 1px;
	border-top: 1px solid #B7B9B9;
}

/* Remove Block Separators if System Output is disabled */
#header + #bottom-a:before,
#top-a + #bottom-a:before,
#top-b + #bottom-a:before { display: none; }

/* Footer + Header */
#toolbar,
#toolbar a,
#headerbar,
#footer { color: #777; }
#headerbar a,
#footer a { color: #bbb; }
#toolbar a:hover,
#headerbar a:hover,
#footer a:hover { color: #fff; }

/* Footer */
#footer {
	font-size: 12px;
	line-height: 18px;
}

#totop-scroller {
	display: block;
	position: absolute;
	top: -26px;
	left: 50%;
	z-index: 1;
	width: 27px;
	height: 15px;
	margin-left: -13px;
	background: #1f1f1f url(../images/totop_scroller.png) 50% 7px no-repeat;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.05);
	border-radius: 3px;
	text-decoration: none;
}

#totop-scroller:hover {
	top: -31px;
	padding-bottom: 5px;
}

