/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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


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

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

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

#header { margin: 15px 20px 0 20px; }

#toolbar,
#headerbar { margin-bottom: 15px; }

#headerbar .module { margin: 15px 0 15px 15px; }

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










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

body#page {
    /* background: #e2e2e2 url("../images/blur.png") top no-repeat; */
    background-attachment: scroll;
    background-color: #000000;
    background-image: url("../images/natural_paper.jpg");
    background-position: left top;
    background-repeat: repeat;
    margin: 0 auto;
    padding: 0;  
}
.wrapper  {
	margin-top:20px !important; 
    margin-bottom:20px !important; 
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.03);
    border: 1px solid #d9d9d9
}

#main .module-title {
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

/* Search */
#search { margin: 2px 2px 0 0; }
#toolbar {
	padding: 7px 7px 7px 15px;	
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	line-height: 26px;
	font-size: 12px;
}

/* Menubar */
#menubar {
  line-height: 18px;
   color: #373a3f;
  background: #373a3f;
  display: block;
   padding: 32px ;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

#footer {   
    font-size: 12px; 
    padding: 10px;
    color: #b2b2b2
}
#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; }