/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module {
	margin-top: -1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#footer .module { margin: 0; }

#toolbar { margin-bottom: 10px; color:#e4e4e4; font-size: 12px; }

#toolbar a {color: #66ccff; font-weight: bold; font-size: 12px; }

#toolbar a:hover { color: #999; }

#headerbar { margin-bottom: 0px; }

#header { margin: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}