/*
 * Filename    : index.css
 * Author      : Robert Cerny
 * Created     : 29.04.2006
 * Last Change : 2010-06-09
 *
 * Copyright 2006 Robert Cerny
 */

@import url(../../css/screen.css);

.offset {
  margin-top: 1em;
}

div.code {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #e5e5e5;
  padding-left: 1em;
  font-size: 1.1em;
  white-space: pre;
  font-family: monospace;
}

button {
  background-color: #555555;
  padding: 0.25em 1em;
  color: white !important;
  font-weight: bold;
  border: none;
}

button:hover {
  background-color: #333333;
}

button:active {
  background-color: black;
}

#iis td {
  width: 20%;
}

#installation p + p {
  text-indent: 0em;
}

#installation p {
  margin-bottom: 1em;
}

.important {
  color: #8f3b3f;
  font-weight: bold;
}

#home div.links {
  width: 40em;
  height: 10em;
  margin-top: 3em;
}

.links a {
  width: 15em;
  padding: 0.5em 1em;
  margin-right: 1em;
  text-decoration: none;
  background-color: #C96D00;
  color: white;
  height: 1.8em;
}

.links a:hover {
  text-decoration: none !important;
  color: white !important;
  background-color: #6F74C7;
}

#home .links a {
  float: left;
  margin-bottom: 2px;
}

#home .screenshots {
  float: right;
  width: 40%;
  position: relative;
}

#home .text {
  width: 50%;
}

#home .screenshot {
  width: 80%;
  border: solid 1px #888888;
}

#home .screenshot:hover {
  z-index: 1;
  border: solid 1px black;
}

#home #news {
  width: 22em;
  font-size: 0.8em;
  margin-top: 1.5em;
}

#home #news .date {
  font-style: italic;
  float: right;
  text-align: right;
  width: 6em;
}

#home #news .message {
  float: left;
  width: 16em;
}


#home #news .item {
  clear: both;
}

#home #video {
  margin-top: 2em;
}

#s1 {
  position: absolute;
  top: 5em;
  left: 0;
}

#s2 {
  position: absolute;
  top: 0;
  left:10%;
}

#s3 {
  position: absolute;
  top: 5em;
  left: 20%;
}

.bright-box {
  background-color: #888888;
  padding: 0.5em 1em;
  width: 25em;
  float: right;
  clear: right;
  margin-bottom: 1em;
  position: relative;
}

.bright-box, .bright-box * {
  color: white;
}

.bright-box ul {
  margin-bottom: 0 !important;
}

.bright-box .bb-section {
  border-bottom: solid 2px white;
  padding: 0 !important;
}

.left-box {
  background-color: #888888;
  padding: 0.5em 1em;
  width: 20em;
  float: left;
  margin-bottom: 1em;
  margin-top: 1em;
  margin-right: 3em;
  position: relative;
}

.left-box * {
  color: white;
}

.quote .mark {
  font-size: 8em;
  font-family: serif;
  line-height: 1em;
  height: 0.5em;
}

.quote .text {
  font-style: italic;
}

.quote .name {
  text-align: right;
  font-weight: bold;
  margin-top: 0.5em;
}

#screenshots .quote {
  background-color: #888888;
  width: 15em;
}

#downloads .section {
}

#demo > p {
  width: 50%;
}

#demo .links {
  margin-top: 2em;
  margin-left: 25%;
}

.links a {
  padding: 0.75em 1em;
}

#consulting > p, #consulting > ul  {
  width: 50%;
}


#consulting .contact-form * {
  display: block;
  width: 100%;
}

#consulting textarea, #consulting input  {
  color: black;
}

#consulting button {
  width: 10em !important;
  color: black;
  margin-top: 1em;
}

#about .bright-box {
  background-color: #c96d00;
  margin-left: 5em;
  margin-bottom: 1em;
  width: 18em;
}

#about #yg{
  margin-bottom: 1em;
  background-color: #888888;
}

#about .bright-box h4 {
  color: white;
}

.bright-box p.item {
  border-top: dotted 1px white;
}

.bright-box > p + p, .left-box > p + p {
  text-indent: 0 !important;
}

#screenshots img {
  width: 100%;
}

p.caption {
  font-style: italic;
  margin-bottom: 3em;
  font-size: 0.8em;
  line-height: 1em;
}

#roadmap .links {
}

#roadmap .links a {
  float: left;
  margin-bottom: 2px;
}

#roadmap h4 {
}

#roadmap .bright-box {
  background-color: white;
  width: 15em;
}

#dev .margin-note {
  float: right;
  clear: right;
  width: 20% !important;
  padding: 0.25em 1em 0.5em 1em;
  font-size: 0.8em;
  margin-bottom: 1em;
}

#dev .margin-note h5 {
  margin-top: 0;
  margin-bottom: 0;
}


#dev .howto {
  float: right;
  background-color: #c0c0c0;
}

#dev .howto a {
}

#dev > div > * {
  width: 70%;
}

#dev .hint {
  color: white !important;
  background-color: #e49639;
}

#dev .hint * {
  color: white;
}

#dev dt {
  color: #666666;
}
