/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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


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


#breadcrumbs,
#content
{
	margin: 25px;
}


#headerbar { margin: 10px 0; }

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

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

.wrapper{
	background: #fff;
	margin: 25px auto 25px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}

#logo{
	width: 236px;
	height: 43px;
	background: url(../images/logo.jpg) no-repeat bottom;
}
#menubar{
	background: #d6e899;
}

#sidebar-b {
	float: right;
	position: relative;
}
/*
#sidebar-b:before {
	position: absolute;
	top: 0;
	left: -5px;
	bottom: 0;
	content: '';
	width: 10px;
	background: url(../images/sidebar_separator.gif) repeat-y 0 0; 
}

*/

#footer
{
	margin: 5px 25px 25px 25px;
	background: #eaf3cc;
	border-top: 1px solid #fff;
	position: relative;
}
/*
#footer:before
{
	position: absolute;
	content: '';
	left: 0;
	top: -6px;
	height: 5px;
	width: 940px;
	background: #98c500;
}
*/
#footer .module
{
	margin: 10px;
}
