/* Copyright (C) OSMiUM PTY LTD */

@import url(../warp/css/layout.css);
/* Spacing
----------------------------------------------------------------------------------------------------*/

.module, #header, #breadcrumbs, #content, #footer {
	margin: 10px;
}
#header {
	margin-top: 0;
	display:none;
}
#footer .module {
	margin: 0;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

#menu {
	position: relative;
	margin-top: 30px;
	float: right;
}
#search {
	margin-top: 30px;
}
#block-main {
	margin: 0px 10px 20px 10px;
	padding: 10px;
	background: #fff;
}
#top-a, #bottom-a {
	margin-top: 0px;
}
#top-b {
	margin: -20px;
}
/* Section Border Style */
.top-b-line #top-b, .bottom-a-line #bottom-a {
	position: relative;
}
.top-b-line #top-b:before, .bottom-a-line #bottom-a:before {
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	right: 10px;
}
.top-b-line #top-b:before {
	bottom: -10px;
}
.bottom-a-line #bottom-a:before {
	top: -10px;
}
/* Main/Sidebar Spacing */
#maininner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar-a-left #maininner, .sidebar-b-left #maininner {
	padding-left: 20px;
}
.sidebar-a-right #maininner, .sidebar-b-right #maininner {
	padding-right: 20px;
}
/* Footer */
#footer {
	margin-top: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
#footer a {
	color: #777;
}
#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 25px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
#totop-scroller:hover {
	background-position: 0 -150px;
}
