@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#content { margin: 10px; }

#header{margin:0 10px}

#headerbar .module.deepest {
  margin-left: 25px;
}

#menubar {
  background: none repeat scroll 0 0 #353535;
}
#menu{
margin-left:35px;
}

#menu .module { margin: 10px 5px; }

#top-a {
  margin: 0 10px;
  position: relative;
}

#top-a .module.mod-box {
  margin: 0;
}

#top-c .module.mod-box {
  margin:0;
}

#top-c {
  border-bottom: 1px solid #dedede;
  margin: 0 10px;
  padding: 3px 0;
}

.graybox {
  background: #d0d0d0;
  bottom: 0;
  height: 35px;
  position: absolute;
  width: 100%;
  z-index: 55;
}

#bottom-b {
  background: none repeat scroll 0 0 #323232;
  margin: 0 10px;
  padding: 0 10px;
}

#footer {
  background: none repeat scroll 0 0 #323232;
  border-top: 1px solid #555;
  margin: 0 10px;
  padding: 10px 10px 33px;
  position: relative;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom:0; }
#headerbar .module {
  float: right;
  margin-right: 0;
  max-width: 350px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
  background: url("../images/totop_scroller.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 25px;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 25px;
  z-index: 1;
}

#totop-scroller:hover {
  background-position: 0 -30px;
}

.socialblock {
  display: inline-block;
  float: right;
  margin-right: 50px;
}

#search {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
}

#breadcrumbs {
  background: none repeat scroll 0 0 #ededed;
  margin: 10px 10px -10px;
  padding: 20px 0 0px;
}

.breadcrumbs {
  background: none repeat scroll 0 0 #ffffff;
  overflow: hidden;
  padding: 5px 0px 0px 35px;
  position: relative;
}

.tri {
  border-bottom: 28px solid rgba(0, 0, 0, 0);
  border-left: 28px solid #ededed;
  bottom: 0;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}