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

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


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

.module { margin: 10px; }


#content { margin: 20px 40px 20px 0; }

#block-header + * #breadcrumbs { margin: 0 10px 20px 10px; }

#footer .module { margin: 0; }

#block-main {padding: 40px 0 20px 0;}

#bottom-a {margin: 0 10px; }

#bottom-b {padding: 10px;}

#main {margin: 0 20px;}

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

/* Blocks */

#block-header { background: #FDFEF7; }

.wrapper.max-width65 { max-width: 65%; }
.wrapper.max-width80 { max-width: 80%; }
.wrapper.max-width100 { max-width: 100%; }

/* Backgrounds */




.bg-colored h1,
.bg-colored h2,
.bg-colored h3,
.bg-colored h4,
.bg-colored h5,
.bg-colored h6,
.bg-colored { color: #FDFEF7; }

.bg-colored a {
	color: #FDFEF7;
	
}

.bg-colored code { color: #FFF; } 


.bg-white { background: #FDFEF7; }

.bg-dark a:hover { 
	color: #FDFEF7;
	color: rgba(255,255,255,0.65);
	
}

/* Header */
#header { 
	padding: 0 10px; 
	background: url(../images/header-background.jpg) 100% 0 no-repeat;
}

#logo { padding: 15px 0; }


#menubar {
	margin-bottom: -1px;
	float: right;
}

/* Footer */
#footer {
	padding: 10px;
	line-height: 18px;
	text-align: left;
	font-size: 12px;
}

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 1;
	width: 34px;
	height: 34px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
	opacity: 0.7
}

#totop-scroller:hover { 
	opacity: 1;
	background-position: 0 -40px; 
}

