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

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


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

.module,
#header,
#content { margin: 10px 10px 0 10px; }

#breadcrumbs { margin: 25px 10px 5px 10px; }
#sidebar-a, #sidebar-b {min-width: 260px}

#toolbar,
#footer { margin: 0 10px; }

#footer .module { margin: 0; }

#headerbar { padding: 10px; }


/* Blocks
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#block-toolbar { padding: 5px 0; }

/* Main */
#block-main { padding: 10px 0; }

/* Bottom */
#block-bottom { padding: 20px 0;  background: url(../images/content.png) 0 0 repeat;}

/* Footer */
#block-footer {
	padding: 20px 0;
	background: #E42A00;
}


/* Layout
----------------------------------------------------------------------------------------------------*/
body#page.page.sidebar-a-left.sidebar-b-right.noblog  {background: url(../images/pointstricot_bg2.avif) 0% 0% no-repeat fixed;
    background-size: cover;}
    
/* Toolbar */
#toolbar {
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Menu */
/* #menubar {padding: 10px;background: url(../images/menubar.png) 0 0 repeat;} */

/* System */
#content {
	padding: 0.8em;
	background-color: #ffffffba;
	border-radius: 20px;
}

/* Footer */
#footer {
	font-size: 16px;
	text-align: left;
}

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

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