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

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


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

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




#header { margin-top: 0; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/
#menu {
	position: relative;
	padding: 50px 0px 0px 10px;
	
	
	
}

#custommenu {
	position: relative;
	margin-top: 0px;
	
}

#search {
    margin-top: 26px;
    float:left;
    }

#block-main { 
	margin: 8px 0px;
	padding: 10px;
	;
}

#top-a,
#bottom-a { margin-top: 0px; }
#top-b { margin-bottom: 10px; }


/* Section Border Style */
.top-b-line #top-b,
.bottom-a-line #bottom-a { position: relative; }

.top-b-line  #top-b:before,
.bottom-a-line #bottom-a:before { 
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	border-bottom: solid 1px #ddd;
}

.top-b-line  #top-b:before { bottom: -10px; }
.bottom-a-line #bottom-a:before { top: 0px; }

/* Main/Sidebar Spacing */
#maininner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar-a-left #maininner,
.sidebar-b-left #maininner { padding-left: 0px; }

.sidebar-a-right #maininner,
.sidebar-b-right #maininner { margin-top: -10px; }

/* Footer */
#footer {
	margin-top: 30px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}

#footer a { color: #777; }

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 25px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; 
}

#totop-scroller:hover { background-position: 0 -150px; }
.pplogo{width:32px;height:32px;float:left; z-index:1000; background:url(../images/ppsquarelogo.png) no-repeat;display:block;position:absolute; }

#headerbar .module {
    float: right;
    margin-right: 0;
    max-width: 500px;
}