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

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


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

.module { margin: 15px; }

#bottom-b,
#innertop,
#innerbottom,
#breadcrumbs,
#footer { margin: 20px; }


#bottom-a {
margin:0px 20px 20px 20px }

#header,
#top-a, 
#top-b  {margin: -1px 20px 0px 20px}
#top-a, #top-b { border-top:4px solid #A01A0D }

#header { margin-top: 15px; }

#innertop,
#breadcrumbs { margin-top: 0; }
#innerbottom { margin-bottom: 0; }

#content { margin: 0 20px; background:rgba(255,255,255,0.5)}
#content {padding:0px 20px; }

#top-a > div,
#top-b > div,
#bottom-a > div,
#bottom-b > div,
#innertop > div,
#innerbottom > div { margin: 0 -20px; }

#header, 
#innertop {
	padding-bottom: 20px;
}


#top-b { padding-bottom:0px; margin-bottom:20px}

#header { padding-bottom: 0px; }

#bottom-a,
#bottom-b,
#innerbottom {
	padding-top: 20px;
	border-top: 1px solid rgba(164, 140, 76, 0.5);
}



#footer .module { margin: 0; }

#headerbar { margin: 15px 0; }


IMG.logoimg{
    display: block;
    margin-left: auto;
    margin-right: auto }


/* System Output Disabled */
#header + #bottom-a,
#header + #bottom-b,
#top-a + #bottom-a,
#top-a + #bottom-b,
#top-b + #bottom-a,
#top-b + #bottom-b {
	padding-top: 0;
	border-top: none;
}


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


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


#sidebar-a {  margin-left:-20px; margin-right:20px}

#sidebar-b {  margin-left:20px; margin-right:-20px}

.sidebar-bg {

background: rgba(164, 140, 76, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.sidebar-a-right #sidebar-a .sidebar-bg,
.sidebar-b-right #sidebar-b .sidebar-bg { border-width: 0 0 0 1px; }

.sidebar-a-left #sidebar-a .sidebar-bg,
.sidebar-b-left #sidebar-b .sidebar-bg { border-width: 0 1px 0 0; }

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

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