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

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


/* Spacing
----------------------------------------------------------------------------------------------------*/
/* broke module out seperately */
.module {
margin: 0px 15px 10px 15px;	
}

#breadcrumbs,
#content,
#footer { margin: 20px; }

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

#header { margin: 0; }

#toolbar,
#headerbar { margin: 0 15px 15px 0; }
#headerbar .module {  
	float: right;
	margin: 40px 0 40px 0;
	width: 35%;
	font-size: 30px;
	font-family: Times, Georgia, serif;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
}
	
}

#footer { margin-top: 0; }
#footer .module { margin: 0; }


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

/* Menubar */
#menubar {
	padding: 5px 5px 5px 0;
	background: #444;
	border-radius: 4px;
}

/* Search */
#search { margin: 7px 10px 0 0; }

/* Block Separators */
#top-a:after,
#innertop:after {
	content: "";
	display: block;
	margin: 0 20px;
	border-bottom: 1px solid #ddd;
}

#bottom-a:before,
#bottom-b:before,
#innerbottom:before {
	content: "";
	display: block;
	margin: 0 20px;
	border-top: 1px solid #ddd;
}

/* Remove Block Separators if System Output is disabled */
#header + #bottom-a:before,
#header + #bottom-b:before,
#top-a + #bottom-a:before,
#top-a + #bottom-b:before,
#top-b + #bottom-a:before,
#top-b + #bottom-b:before { border: none; }

/* Sidebar Backgrounds */
#sidebar-a,
#sidebar-b { 
	position: relative; 
}

#sidebar-a:before,
#sidebar-b:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: -1;
}

/*.sidebar-a-right #sidebar-a:before,
 .sidebar-b-right #sidebar-b:before { background: url(../images/line_dotted_v.png) 0 0 repeat-y; }

.sidebar-a-left #sidebar-a:before,
.sidebar-b-left #sidebar-b:before { background: url(../images/line_dotted_v.png) 100% 0 repeat-y; }
*/
/* Footer + Toolbar */
#footer,
#toolbar {
	font-size: 12px;
	line-height: 18px;
}

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

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