/*
   hmf.css
   Have more fund
   
   Created by John van Dijk on 2009-03-31.
   Copyright 2009 Ruby Libre. All rights reserved.
     
   Grid Settings:
     
      - Column Count: 12
      - Column Width: 50px
      - Gutter Width: 20px
      - Total Width : 820px
*/
/* @group Global */
body {
  background: #FFFFFF url('../images/bg_all.png') repeat-x 50% 0;
}
#borders {
  width: 820px;/*996*/
  padding: 0 88px;
  /* min-height fast-hack */
  min-height: 550px;
  height:auto !important;
  height: 550px;
  margin: 0 auto;
}
/* @end */

/* @group Header */
#header h1 {
  margin-top: 36px;
  margin-bottom: 104px;
  *margin-bottom: 102px; /*move to external file*/
}
#header h1 a {
  display: block;
  width: 274px;
  height: 29px;
  background: transparent url('../images/logo_hmf.png') no-repeat;
  text-indent: -100em;
  overflow: hidden;
}
#header h1 small {
  display: block;
  width: 214px;
  height: 23px;
  background: transparent url('../images/tagline_hmf.png') no-repeat;
  text-indent: -100em;
  overflow: hidden;
}
/* @end */

/* @group Body */
#body {
  margin-top: 2.3em;
}
#body .feature {
  background: #FFFFFF;
  padding: 6px;
}
#body .feature img {
  margin-bottom: 20px;
}

#body .block {
  background: #FFFFFF;
  padding: 18px 6px 6px 6px;
}
#sidebar .block {
  background: #F3EFE0;
  padding: 18px 10px 6px 10px;
  margin-bottom: 1.5em;
}
#body .article {
  border-bottom: 1px solid #D8D1C5;
  margin-bottom: 1.45em;
}
#body .article img,
#body .last-article img {
  border: 1px solid #D8D1C5;
  padding: 15px 5px;
}
#body .person img {
  float: left;
  margin-right: 12px;
  padding: 0;
}

#body h2 {
  border-bottom: 1px solid #D8D1C5;
  text-transform: uppercase;
  font-size: 1.5em; 
  line-height: 1em; 
  padding-bottom: 0.5em;
  margin-bottom: 0.45em;
}
#body img {
  vertical-align: text-bottom;
}
/* @end */

/* @group Footer */
.footer {
  background: #F5F5F5;
  border-top: 1px solid #E9E9F2;
}
.footer-home {
  padding-top: 1em;
}
.footer-home .container {
  padding-top: 1.5em;
}
.footer .block {
  padding: 0 6px;
}
.footer .foot {
  margin-top: 1.5em;
}
.footer-home .foot {
  border-top: 1px solid #D8D1C5;
}
.footer .foot * {
  color: #666666;
}
.footer .copyright {
  float: left;
  padding-left: 6px;
}
.footer .navigation {
  float: right;
  padding-right: 6px;
}
.footer .navigation a {
  padding-left: 1em;
}
/* @end */

/* @group Navigation */
#header ul.navigation {
  zoom: 1; /*move to external file*/
}
#header ul.navigation,
#header ul.navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header ul.navigation li {
  float: left;
  display: inline;
  letter-spacing: 0.05em;
}
#header ul.navigation li a {
  color: #FFFFFF;
  display: inline;
  float: left;
  font-size: 12px;
  padding: 0.6em 2.6em 0.6em 0;
  text-decoration: none;
  text-transform: uppercase;
}
#header ul.navigation li a:hover,
#header ul.navigation li.selected a {
  color: #0D428E;
}
/* @end */

/* @group Text Styles*/
a { 
  color: #133463;
}
address {
  font-style: normal;
}
h1, 
h2, 
h3 { 
  color: #FF6600; 
}

/* @end */

/* @group Forms */
form {
  clear: both;
}
fieldset {
  background: #F5F5F5;
  border-color: #E9E9F2;
}
legend {
  background: #F5F5F5 url('../images/bg_legend.png') repeat-x;
  padding: 0 0.5em;
  color: #999999;
}
/* ie6 to external */
* html fieldset,
* html legend {
  background: transparent;
}
.inline {
  margin: 0 0 0.75em;
}
.inline label {
  display: block;
  float: left;
  line-height: 3em;
  text-align: right;
  margin-right: 2em;
}
.inline input.text,
.inline textarea {
  width: 285px;
  background: #FFFFFF url('../images/bg_textfield.png');
  border: 1px solid #C1C1C1;
  border-color: #858585 #C1C1C1 #E1E1E1;
}
.de .inline input.text,
.de .inline textarea {
  width: 240px;
}
.inline textarea {
  height: 7.5em;
}
.checkbox label,
.button input {
  margin-left: 165px;
}
/* @end */

/* @group Miscellanious */
hr { 
  background:#D8D1C5;
  color:#D8D1C5;
  height: 1px;
}
/* @end */

/* @group modules */
.info-package img {
  float: left;
  margin: 0 5px 5px 0;
}
.info-package a.button {
  background: transparent url('../images/btn_yes_please.nl.png') no-repeat top left;
  display: block;
  width: 130px;
  height: 30px;
  clear: both;
  overflow: hidden;
  text-indent: -100em;
}
.en .info-package a.button {
  background-image: url('../images/btn_yes_please.en.png');
}
.de .info-package a.button {
  background-image: url('../images/btn_yes_please.de.png');
}
.info-package a.button:active {
  background-position: bottom left;
}
/* @end */

/* @group utility box */
#header {
  position: relative;
}
#header .utility-box {
  top: 0;
  position: absolute;
  right: 0;
}
#header .utility-box p {
  margin: 0;
  padding: 0;
}
#header .utility-box a {
  color: #FFFFFF;
}
#header .utility-box img {
  background-image: url('../images/sprite_locales_FFFFFF.png');
  vertical-align: middle;
}
#header .utility-box a:link img.dutch,
#header .utility-box a:visited img.dutch {
  background-position: 0px -16px;
}
#header .utility-box a:link img.german,
#header .utility-box a:visited img.german {
  background-position: 16px -16px;
}
#header .utility-box a:link img.english,
#header .utility-box a:visited img.english {
  background-position: 32px -16px;
}
#header .utility-box a:hover img.dutch,
#header .utility-box a:active img.dutch,
#header .utility-box img.dutch {
  background-position: 0px 0px;
}
#header .utility-box a:hover img.german,
#header .utility-box a:active img.german,
#header .utility-box img.german {
  background-position: 16px 0px;
}
#header .utility-box a:hover img.english,
#header .utility-box a:active img.english,
#header .utility-box img.english {
  background-position: 32px 0px;
}
/* @end */