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

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


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

#content{
    padding-right: 25px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 17px;
    margin-top: 17px;
}
#footer { margin: 5px; }

#logo { margin-right: 20px; }

#toolbar,
#headerbar { 
    bottom: 0;
    float: right;
    margin-top: 69px;
}

#toolbar + #headerbar { margin-top: -35px;}

#headerbar .module {
	margin-top: 0;
	margin-bottom: 0;
}

.breadcrumbs { margin-bottom: 20px; }

#footer {
	margin-bottom: 10px;
}

#footer .module { margin: 0; }


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

#footer { color: #CCC; }


header#header {
	background: #000000 url("../images/core_dunes/header.jpg") no-repeat 50% 0 scroll;
}

#menubar { 
    position: absolute;
    bottom: 0;
}

#menu { }

#top-a + #main:before,
#top-b + #main:before,
#main + #bottom-a:before,
#main + #bottom-b:before {
	display: block;
	content: "";
	height: 14px;
	border-top: 1px solid #E0E0E0;
}

#footer { 
	text-align: left;
	border-top: 1px solid #dedede;
	padding-top: 2px;
}

#footer > div{
	border-top: 3px solid #dedede;
}
#totop-scroller {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 35px;
	height: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

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