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

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


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

.module,
#content,
#footer { margin: 7px; }

#header {margin:0 7px}

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

#toolbar { 
	background-color: #EEECE6;
	border-bottom: 5px solid #D0D0D1;
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
}
#toolbar/*, #headerbar*/ { margin-bottom: 15px; }
#headerbar .module { margin: 0 0 10px 15px; }

#breadcrumbs { margin: 7px 7px 14px 7px; }

#footer { margin: 15px 7px; font-size: 12px;
	line-height: 18px;
	background: url('/images/yootheme/ncl-logo-footer.png') no-repeat left center #333;
	padding: 20px 15px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 5px solid #B82F2B;
	box-shadow: inset 0px 1px 8px black;
	color:#EBEAE4;
}
#footer .module { margin: 0; }
#footer .menu {margin-left:200px;}


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

.wrapper { padding: 0 13px; }

/* Boxes */

.mod-line {
	padding: 15px;
	border: 1px solid #ddd;
	border-bottom-color: #bbb;
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
	border-radius:1px;
}

.noblog #content {
	padding: 15px;
	border: 1px solid #ddd;
	border-bottom-color: #bbb;
	border-radius: 1px;
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1),
				0 0 10px rgba(0, 0, 0, 0.03);
}

#breadcrumbs {
	padding: 7px 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 12px;
}

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

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 21px;
	height: 21px;
	border: 1px solid #999;
	background: url(../../../images/totop_scroller.png) 50% 50% no-repeat;
	border-radius: 2px;
	text-decoration: none;
}

#totop-scroller:hover { background-color: #EEE; }

