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

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


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

.module,
#header,
#breadcrumbs,
#content,
#footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

#footer .module { margin: 0; }

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


#toolbar {
	background-color: #333;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color:#CCC;
	}
	
#headerbar {
	/*background-image: url(../../../images/header1.png);	*/
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	color:#CCC;
	background-repeat: no-repeat;
	background-position: right center;
	}

#menubar {
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	height:30px;
	}

#main{
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top:5px;
	padding:5px;
	}
	
#sidebar-a{
	text-align:center;}

#bottom-a h3{
	color:#fff;
	padding:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#bottom-a{
	margin-top:5px;
	background-color:#999;
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #fff 0%, #999 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #fff 0%, #999 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #fff 0%, #999 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #fff), color-stop(1, #999));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #fff 0%, #999 100%);
	background-image: radial-gradient(ellipse farthest-corner at center, #fff 0%, #999 100%);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	
#footer{
	background-color: #333;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	color:#fff;
	padding:5px;
	margin-top:5px;
}

#content{
	padding-left:10px;
	padding-right:10px;}


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

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