/*
   base.css
   
   Created by John van Dijk on 2008-10-01.
   Copyright 2008 Besides Purple. All rights reserved.
*/

/** @group font **/
body, table {
  font: 13px/1.231 Arial, Helvetica, clean, sans-serif;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

/** @group layout **/
#doc {
  width: 950px;
  margin: auto;
}
/* header */
.doc-header {
  background: url('../images/bg_hd_ft.png') no-repeat bottom;
  height: 7.46153846em;
}
.logobox {
  width: 193px;
  height: 47px;
  padding-top: 2.2em;
  float: left;
}
.logobox h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.logobox a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -100em;
  margin: 0;
  padding: 0;
  background: url('../images/logo_knowfort.png') no-repeat;
}
.masthead {
  width: 27em;
  padding-top: 3.07692308em;
  float: right;
  text-align: right;
}
.masthead .searchbox label {
  position: absolute;
  top: -100em;
}

/* body */
.doc-body {
  padding-top: 1.4em;
}
#navigation {
  width: 165px;
  float: left;
}
.main {
  width: 765px;
  float: right;
}
#content {
  width: 580px;
  float: left;
  padding-bottom: 3em;
}
#content .visual {
  margin-bottom: 2em;
}
.main .sidebar {
  width: 145px;
  padding: 10px 10px 119px;
  float: right;
  background: #E7DFC4 url('../images/bg_sidebar.jpg') repeat-x bottom;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
/* case .full in rootpath (use for home) */
.full #content {
  width: auto;
  float: none;
}
.full .main .sidebar {
  /* this one shouldn't even be here */
  display: none;
}

/* footer */
.doc-footer {
  background: url('../images/bg_hd_ft.png') no-repeat top;
  padding-top: 0.6em;
  clear: both;
}
.doc-footer p {
  font-size: 85%;
}
.doc-footer p,
.doc-footer a {
  color: #82244E;
}
.legalbox {
  float: left;
  width: 165px;
  background: transparent url('../images/logo_dsm.gif') no-repeat right top;
}
.copyright {
  float: right;
}
.legalbox,
.copyright {
  padding-top: 0.4em;
}

/* misc */
.columns {
  width: 100%;
}
.left-column {
  width: 47%;
  float: left;
}
.right-column {
  width: 50%;
  float: right;
}

/* handheld */
.handheld {
  padding: 0.6em;
}
.handheld .logobox {
  float: none;
  margin-bottom: 1em;
  padding-top: 1em;
}

/** @group navigations **/

/* main navigation */
#navigation ul {
  margin: 0;
  padding: 0;
}
#navigation li {
  list-style-type: none;
  text-align: right;
  margin-bottom: 1.2em;
}
#navigation li a {
  font-size: 85%;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}
#navigation li.active li a {
  color: #000000;
}
#navigation li.active a,
#navigation li li a:hover,
#navigation li a:hover,
#navigation li.selected a,
#navigation li li.selected a {
  color: #FF5A19;
}
/* second level */
#navigation li ul {
  background: #EFE9D7 url('../images/bg_navigation.png') repeat-x bottom;
}
#navigation li li {
  margin-bottom: 0;
}
#navigation li li a {
  text-transform: none;
}

/* header navigation */
.masthead .navigation ul {
  margin: 0;
  padding: 0;
}
.masthead .navigation li {
  list-style-type: none;
  margin-right: 1.2em;
  float: left;
}
.masthead .navigation li a {
  font-size: 93%;
  text-decoration: none;
  text-transform: lowercase;
  color: #000000;
}
.masthead .navigation li a:hover {
  text-decoration: underline;
}
.masthead .navigation li.selected a {
  color: #FF5A19;
}

/** @group sidebar **/
.sidebar h6 {
  color: #82244E;
  margin-bottom: 0;
  font-size: 93%;
}
/* sidebar links (navigation?) */
.sidebar ul {
  padding: 0;
  margin: 0 0 1em;
}
.sidebar li {
  list-style-type: none;
}
.sidebar li a {
  font-size: 93%;
}

/** @group modules **/

/* teasers (front page) */
.teasers {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
.teasers li {
  list-style-type: none;
  float: left;
}

/* page-teasers */
.page-teaser {
  padding: 2em 0 2em 130px;
}
.page-teaser img {
  float: left;
  margin-left: -130px;
}
.page-teaser h3 {
  font-size: 100%;
  text-transform: none;
  letter-spacing: 0.1em;
  padding: 0.4em 0;
  margin: 0;
  color: #000000;
}

/** @group miscellanious **/
.reader-skip {
  position: absolute;
  top: -100em;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}

/** @group textstyles **/
h1 {
  font-size: 138.5%;
  margin: 0 0 0.8em;
}
h2 {
  font-size: 138.5%;
  margin: 0 0 0.8em;
  text-transform: uppercase;
}
h3 {
  font-size: 123.1%;
  margin: 0 0 0.9em;
  text-transform: uppercase;
}
h4 {
  font-size: 108%;
  margin: 0 0 0.9em;
  text-transform: uppercase;
}
h5 {
  margin: 0 0 1em;
  text-transform: uppercase;
}
h6 {
  margin: 0 0 1em;
}
h1,
h2,
h3,
h4 {
  color: #82244E;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
address {
  font-style: normal;
  margin-bottom: 10px;
}
em {
  font-style: italic;
}
blockquote {
  margin: 10px 40px 20px 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 108%;
  font-style: italic;
  color: #555555;
}
q {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 116%;
}
ul,
ol,
dl {
  margin: 1em;
}
ol,
ul,
dl {
  margin-left: 2em;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: square outside;
}
dl dd {
  margin-left: 1em;
}
th,
td {
  vertical-align: top;
  padding: .5em;
}
th {
  font-weight: bold;
  text-align: center;
}
caption {
  margin-bottom: .5em;
  text-align: center;
}
p,
fieldset,
table,
pre {
  margin-bottom: 1em;
}
input.text,
input.password,
textarea {
  width: 12.25em;
}

/* classed */
.leader {
  font-weight: bold;
  color: #555555;
}
img.left {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
img.right {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

/** @group links **/
a {
  color: #FF5A19;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}