/* Copyright (C) ThemeKat, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 0px 5px 5px 5px; }

#content { margin: 18px;}

#footer .module { margin: 0; }

/*#headerbar { margin: 15px 0px 5px 0px; }*/


/* 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;
}

.chronoform {display: none;}
#comments-footer {display: none;}
.img-intro-left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
p {
line-height: 1.7em;
margin: 8px 0;
}

div#system > h1{display:none;}


