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

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


/* Spacing
----------------------------------------------------------------------------------------------------*/
#top-b .width75 {width:75%;}
#top-b .width25 {width:25%;}

#bottom-a .width40 {width:40%;}
#bottom-a .width30 {width:30%;}


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

#header { margin-top: 0; }

#footer .module { margin: 0; }




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

#menu {
	position: relative;
	margin-top: 30px;
	float: right; 
}

#search { margin-top: 30px; }

#block-main { 
	margin: 0 10px;
	background: #fff; 
}

#top-b { background: #D7DC75;}

#bottom-b {border-top: 3px solid #D7DC75; margin: 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-right #maininner,
.sidebar-b-right #maininner { padding-right: 20px; }*/

/* Footer */
#footer {
	margin-top: 30px;
	line-height: 18px;
	color: #fff;
}

#footer a { color: #fff; }

#footer a:hover { color: #fff; }

#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; }