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

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


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

.wrapper { padding: 0 10px; }

#header { margin: 25px 10px 25px 10px; }

#toolbar { margin-bottom: 15px; }

#menu,
#search { margin: 25px 0; }

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

#breadcrumbs,
#footer { margin: 20px; }

#footer .module { margin: 0; }


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

/* Header */
#menu { float: left; }

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

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: relative;
	margin: 0 auto 20px;
	width: 32px;
	height: 32px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#totop-scroller:hover { background-position: 50% -50px; }