/**
 * Gringo, for Drupal 5.0
 * Don Diego, d.f.lago [at] googlemail [dot] com
 */

@import "../style.css";

/**
 * Layout.
 */

body {
	margin: 0;
	padding: 0;
}

#header {
  width: 98%;
  position: relative;
  text-align: left;
}
#header-block {
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 48em;
  height: 1.6em;
}
#main {
  width: 98%;
  margin: 0 auto;
  padding-top: 1.6em;
  text-align: left;
}
#sidebar-left {
  width: 21.2%;
  float: left;
}
#sidebar-right {
  width: 22.5%;
  float: right;
  margin-top: 2.2em;
}
#center {
  width: 100%; /* if #center is the only column */
  float: left;
}

#content {
  float: right;
  width: 76.5%;
}
#footer {
  clear: both;
  text-align: center; 
}



/* ----------------------  end  ---------------------- */


/**
 * Administer.
 */
body.sidebars div.admin .left, body.sidebars div.admin .right {
  width: 48%;
  margin: 0;
}
body.sidebars div.admin .left {
  float: left;
}
body.sidebars div.admin .right {
  float: right;
}
#system-themes table td, #system-themes table th {
margin: 0;
padding: 1em 0;
}