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

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


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

/* .wrapper { padding: 5px 0; } */

.module,
#toolbar,
#header,
#breadcrumbs,
#content,
#footer { margin: 0px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#headerbar {
}

#headerbar .module { max-width: 700px; }


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

#toolbar,
/* #header, */
/*#footer,*/
#content,
.mod-box {
	padding: 30px 30px 0 30px;
	/* background: url(../images/section.png) 50% 50% repeat; */
	/* box-shadow: inset 0 0 30px rgba(0,0,0,0.2); */
	/* background-color: #dfdfdf; */
}

/* Add By Living Museum */
#footer {
	padding: 0;
	/*background-color: #dfdfdf; */
}

#header { 
	padding: 0px;
	/* background-color: #dfdfdf; */
	margin: 0;
}
/* End add By Living Museum  */

#toolbar {
	padding: 5px 10px;
	font-size: 11px;
}

#menubar {
	/* padding: 4px; */
	/* border-radius: 3px; */
	/* box-shadow: inset 0 0 3px rgba(0,0,0,0.3); */
	background-color: transparent;
	border-top-width: 0px;
	border-bottom-width: 1px;
	/* border-top-style: solid; */
	border-bottom-style: solid;
	border-top-color: rgba(102,102,102,0.3);
	border-bottom-color: #fff;
}

.module.mod-box.mod-box-effect.deepest {
	padding: 0px;
}

.breadcrumbs { margin-bottom: 10px; }
#yoo_hme {position: absolute; top: 0px; left: -5111px;}
#footer {
	color: #8b8d8e;
	font-size: 12px;
	text-align: left;
	/* background-color: #dfdfdf; */
}

#footer:before {
	/* bottom: -6px; */
	right: 0;
	left: 0;
	height: 14px;
	background-color: #dfdfdf;
}

#totop-scroller {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	width: 21px;
	height: 21px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
}
#totop-scroller:hover { background-position: 0 -50px; }


/* Section Line Style */
.top-a-line #top-a,
.top-b-line #top-b,
.main-line #main,
.bottom-a-line #bottom-a,
.bottom-b-line #bottom-b,
.footer-line #footer {
	/* margin-top: 20px;
	position: relative; */
}

.top-a-line #top-a:before,
.top-b-line #top-b:before,
.main-line #main:before,
.bottom-a-line #bottom-a:before,
.bottom-b-line #bottom-b:before,
.footer-line #footer:before {
	/* top: -13px;
	right: 5px;
	left: 5px;
	height: 10px;
	background: url(../images/section_before.png) 0 0 repeat-x; */
}

.top-a-line #top-a,
.main-line #header + #main,
.footer-line #footer { margin-top: 0px; } /* default margin-top:25px */

.footer-line #footer:before {
	top: -20px;
	right: 0;
	left: 0;
}

/* :Before Elements */
#footer:before,
.top-a-line #top-a:before,
.top-b-line #top-b:before,
.main-line #main:before,
.bottom-a-line #bottom-a:before,
.bottom-b-line #bottom-b:before,
.footer-line #footer:before {
	content: "";
	display: block;
	position: absolute;
}