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

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


/* Spacing
----------------------------------------------------------------------------------------------------*/
.wrapper { padding: 0 100px; max-width:1360px !important; }

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

#breadcrumbs { margin-bottom: 10px; }

#menu .module { margin: 15px; }

#header { margin-top: 0px; }

#toolbar { margin: 10px 20px 0 20px; }
#headerbar { margin: 10px 20px; }

#footer .module { margin: 0; }


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

#header { 
}

#toolbar {
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
}

#toolbar .float-right > time { float: right; }

#menubar {
	padding-top: 1px;
	border-radius: 0 0 4px 4px;
	float:right;
}

#menu { 
	border-right-width: 1px;
}

#search { margin: 13px 10px 0 0; }

#content {
	padding-top: 20px;
	padding-bottom: 50px;

}

#footer { background:#083050; padding:10px; color:#FFFFFF;}

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

#totop-scroller:hover { background-position: 0 -30px; }
#totop-scroller:active { background-position: 0 -60px; }

#top-a .module {
margin: 0px !important;
}