/**
 * Danger4k theme for Drupal 5.x
 *
 * Authors: danger4k, http://drupal.ru/user/3102
 *          garamond, http://drupal.ru/user/1408
 *
 */
@import "layout.css";

/* some common styles */

html, body, table th, table td {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #863643;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: .5em;
  padding-bottom: .35em;
  color: #4270ae;
  border-bottom: 1px dotted #BFC4CF;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #505050;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 120%;
}

/* links */

a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
  
}

a:hover {
  color: #000000;
}

a:active, a.active {
  color: #FFFFFF;
}

/* some more items */

img, a img {
  border: none;
}

/***********************
*   layout styling
***********************/

.left {
float:left;
margin:0 15px 4px 0;
}


.right {
float:right;
margin:0 0 4px 15px;
}

