/********************************************
 *
 *   F R E S H
 *   Copyright 2005, Wolfgang Bartelme
 *   www.bartelme.at
 *
 *******************************************/


/******* Basic Tags *******/
 
html {
  background: #FFFFFF url("/site/images/bg_body2.gif") repeat-x fixed 0px 0px;
}

body {
  background: transparent url("/site/images/bg_wrapper2.png") repeat-y 50% 0px;
  color: #333;
  font: 0.7em/180% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center; /* be nice to IE */
}

a {
  color: #5A679C;
  text-decoration: none;
}

a:hover {
  color: #454B95;
}

a:active {
  color: #9FB622;
}

h1, h2, h3, h4, h5, h6 {
  font: 100% bold "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

cite {
  font-style: italic;
}

dt {
  float: left;
  font-weight: bold;
}

#maincontent input,
textarea {
  border: 1px solid #c6c4b8;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0.3em;
}

img {
  border: none;
}

ins {
  color: #9FB622;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

label {
  display: block;
}

pre, code, kbd, sampl {
  background: #F2F4F9;
  color: #5A679C;
  font-family: "Monaco", "Courier New", Courier, monospace;
  padding: 0.2em;
}

pre code {
  display: block;
  padding: 0.5em 0.7em;
  white-space: normal;
}

textarea {
  width: 350px;
}


/******* Basic Layout Components *******/

#wrapper {
  padding: 0 8px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 653px;
}

#header {
  background: #506ABE url("/site/images/bg_header3.gif") no-repeat 0px 0px;
  height: 137px;
  position: relative;
  top: 0em;
  width: 653px;
}

#pagebody {
  border-bottom: 1px solid #fff;
  float: left;
  left: 0;
  margin-top: -11px;
  position: relative;
}

#maincontent {
  background: #fff;
  float: left;
  overflow: hidden;
  padding-bottom: 2em;
  position: relative;
  top: 0px;
  width: 408px;
  border-right: 1px solid #fff;
}

#sidebar {
  clear: none;
  left: 409px;
  width: 244px;
  position: absolute;
  top: 0;
}


/******* Header Components *******/

#skip { /* hide link from visual browsers */
  position: absolute;
  left: -9999px;
}

#header p {
  display: none;
}

#header #logo {
  display: block;
  top: 26px;
  left: 20px;
  position: absolute;
}

#logo img {
  display: none;
}

#logo a {
  display: block;
  width: 230px;
  height: 46px;
}

#mainnavi {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 17px;
  position: absolute;
  top: 101px;
  width: 450px;
  float: left;
}

#mainnavi li {
  display: block;
  float: left;
  padding: 5px 0.7em;
}

#mainnavi li a {
  background: transparent url("/site/images/bg_navi.gif") no-repeat 50% 40px;
  // color: #8095D1;
  color: #FFFFFF;
  font-weight:bold;
  font: 110% normal "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
  padding: 0;
  padding-bottom: 7px;
  float: left;
  display: block;
}

#mainnavi li a:hover {
  background-position: 50% -35px;
}

#mainnavi li a:active {
  color: #fff;
}

#index #mainnavi #thome a,
#products #mainnavi #tproducts a,
#about #mainnavi #tabout a,
#transcription #mainnavi #ttranscription a,
#jobs #mainnavi #tjobs a,
#demo #mainnavi #tdemo a,
#faq #mainnavi #tfaq a{
  background-position: 50% 16px;
  color: #fff;
}


/******* Search Components *******/

#search {
  float: right;
  position: relative;
  top: -135px;
  padding-right: 55px;
}

#search input {
  background: #FFFFFF;
  border: 1px solid #999999;
  color: #000000;
}


/******* Main Content Components *******/

#maincontent h1 {
  font-size: 150%;
  font-weight: normal;
  margin-bottom: -0.6em;
}

#maincontent h1 span {
  font-size: 65%;
  font-weight: normal;
  color: #9FB622;
  display: block;
}

#maincontent h1 ins {
  font-size: 80%;
  font-weight: normal;
  color: #9FB622;
}

#maincontent blockquote {
  background: url("/images/cubic/bg_blockquote.gif") 0px 3px no-repeat;
  font-style: italic;
  min-height: 30px;
  margin: 3em 3em 2em 1em;
  padding-left: 40px;
  padding-bottom: 1em;
}

#maincontent dl,
#maincontent dt,
#maincontent dd {
  border: none;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}

#maincontent dt {
  padding-top: 1em;
  margin-top: 1.5em;
  position: relative;
}

#maincontent dl {
  padding-left: 90px;
}

#maincontent dl dt a {
  border: none;
}

#maincontent dl dt a img {
  border: none;
  position: absolute;
  top: 1em;
  left: -90px;
}

#maincontent dt a {
  border-top: 1px solid #F0F7D0;
  padding-top: 1em;
  margin-top: 1.5em;
}

#maincontent .section {
  background: transparent url("/site/images/bg_section.gif") no-repeat 25px 90%;
  padding: 15px 25px;
  padding-left: 180px;
}

#maincontent .section {
  padding-left: 25px;
}

#wrapper #maincontent .section h1,
#wrapper #maincontent .section h1 a,
#wrapper #maincontent .section a {
  color: #9AA9D4;
  font-weight: bold;
}

#wrapper #maincontent .section p a {
  font-weight: normal;
}

#wrapper #maincontent .section h1 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.1em;
  padding-top: 0.2em;
}

#wrapper #maincontent .section h1 {
  font-size: 150%;
}

#wrapper #maincontent .section a:hover {
  text-decoration: underline;
}

#wrapper #maincontent .section h1 span {
  border-left: 1px solid #9FB622;
  display: inline;
  font-size: 100%;
  margin-left: 5px;
  padding-left: 10px;
}

#maincontent .section p {
  float: right;
  margin-top: -1.7em;
  padding-right: 10px;
}

/******* Teaser Images *******/

#maincontent #teaser {
  background: #F2F4F9;
  border-bottom: 1px solid #E5E9F4;
  height: 220px;
  position: relative;
}

#maincontent #teaser p,
#maincontent #teaser h1 a {
  color: #F1F4FA;
}

#teaser p a {
  background: transparent no-repeat 0px 100%;
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 407px;
  height: 213px;
  text-indent: -9999px;
  color: #F1F4FA;
}

#teaser #teaser00 {
  background-image: url("/site/images/teaser_00.png");
}

#teaser #teaser01 {
  background-image: url("/site/images/teaser_01.png");
}

#teaser #teaser02 {
  background-image: url("/site/images/teaser_02.png");
}

#teaser #teaser03 {
  background-image: url("/site/images/teaser_03.png");
}

#teaser #teaser04 {
  background-image: url("/site/images/teaser_04.png");
}

#teaser #teaser05 {
  background-image: url("/site/images/teaser_05.png");
}

#teaser #teaser06 {
  background-image: url("/site/images/teaser_06.png");
}

#teaser #teaser07 {
  background-image: url("/site/images/teaser_07.png");
}

#teaser #teaser08 {
  background-image: url("/site/images/teaser_08.png");
}

#teaser #teaser09 {
  background-image: url("/site/images/aloft_main_ad_white.gif");
}

#maincontent #teaser img {
  display: none;
}



/******* Entry Components *******/

#maincontent .journalentry,
#maincontent .thumbnailitem,
#maincontent .forumentry,
#maincontent .content,
#maincontent .messageboardentry,
#maincontent .searchentry {
  padding: 15px 35px 15px 25px;
}

#wrapper #maincontent .last {
  border: none;
  padding-bottom: 0;
}

#maincontent .content {
  border: none;
  padding: 25px;
}

#wrapper #maincontent h1 {
  color: #5A679C;
}

#maincontent .content h2 {
  border-bottom: 1px solid #EAF0CA;
  font-size: 120%;
  color: #9FB622;
  margin-top: 1.3em;
  margin-bottom: -0.4em;
  padding-bottom: 0.4em;
}

#maincontent .content h3 {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin-bottom: -0.7em;
}

#maincontent .content a {
  text-decoration: underline;
}

#maincontent .para {
  margin: 0;
  padding: 25px;
  padding-top: 0;
}

html body #maincontent p.comment {
  clear: both;
}

#maincontent .comment a,
#maincontent p.comment {
  color: #5A679C;
  margin: 0;
  margin-top: -0.8em;
}

#maincontent .comment a:hover {
  color: #454B95;
}

#maincontent .comment a:active {
  color: #9FB622;
}

.more {
  background: transparent url("/site/images/bg_more.gif") no-repeat 0px 50%;
  border-bottom: 1px dotted #5A679C;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}

/******* Thumbnail Components *******/

#maincontent .thumbnailitem {
  padding: 2em;
  padding-bottom: 1em;
  position: relative;
}

.thumbnailitem h1, .thumbnailitem p {
  padding-left: 50px;
}

.thumbnailitem h1 {
  color: #5A679C;
}

.thumbnailitem img {
  position: absolute;
  margin-bottom: -30px;
  top: 24px;
  left: 23px;
}


/******* Comments Components *******/

#comments {
  padding: 0;
  margin: 0;
  margin-top: 2em;
}

#comments h3,
#comments h4,
#comments p {
  clear: both;
  padding: 0 25px;
}

#comments h3 {
  font-size: 140%;
  border-top: 1px solid #E5E9F4;
  color: #5A679C;
  margin-bottom: 1em;
  font-weight: normal;
  padding-top: 15px;
}

#forum #comments h3 {
  margin-top: 0;
  border-top: 1px solid #F0F7D0;
}

#comments h4 {
 background: transparent url("/site/images/bg_comment.gif") no-repeat 15px 50%;
 color: #5A679C;
 font: 100% normal "Lucida Grande", verdana, lucida, arial, helvetica, sans-serif;
 margin: 0;
 margin-bottom: -0.3em;
 padding: 0.3em 1em 0.3em 52px;
 position: relative;
}

#comments h4 span {
 font-weight: bold;
 padding-right: 0.5em;
 margin-right: 1em;
 position: absolute;
 left: 21px;
 width: 2em;
 text-align: center;
}

#wrapper #comments h4 cite,
#wrapper #comments h4 cite a  {
 font-weight: bold;
 font-style: normal;
}

#comments .entry {
  position: relative;
  padding: 0.5em 25px 1em 0;
}

#comments .entry.author cite,
.messageboardentry.author h1 {
  background: transparent url("/site/images/bg_author.gif") no-repeat 100% 50%;
  padding: 0.2em 28px 0.2em 0;
  margin-right: 5px;
}

.messageboardentry.author h1 {
  background-position: 100% 60%;
  padding: 0 28px 0.7em 0;
  float: left;
}

.messageboardentry.author p {
  clear: both;
}

.fresh {
 background: transparent url("/site/images/bg_new.gif") no-repeat 97% 0px;
}

#user, #email, #url, #website {
  width: 70%;
}

label {
  display: block;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

#comments p a {
  text-decoration: underline;
}

#comments textarea {
  width: 350px;
  height: 25em;
}

.comment {
  color: #867964;
  margin-top: -0.8em;
}

.comment img {
  margin-bottom: -2px;
}

.comment a, #comments h4 a {
  font-weight: normal;
}

#maincontent #comments h4 a {
  border-bottom: 1px dotted inherit;
}


/******* Sidebar Components *******/

#sidebar h2 {
  background: #A09A8D url("/site/images/bg_sidebar2.gif") repeat-y 0px 0px;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 15px;
  position: relative;
}

#sidebar p,
#sidebar ul,
#sidebar dl {
  color: #666666;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar p {
  padding: 10px 15px;
}

#sidebar .more {
  border-bottom-color: #5A679C;
}

#sidebar ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #C2BA9F;
}

#sidebar ul li a {
  color: #333333;
  display: block;
  padding: 4px 15px;
}

#sidebar ul li.lastchild {
  border-bottom: none;
}

#sidebar ul li a:hover {
  background: #A09A8D;
}

#sidebar ul li a:active {
  background: #A09A8D;
  color: #fff;
}


/******* Sidenotes Components *******/

#sidebar dl.sidenotes {
  margin: 0;
  margin-top: 1em;
  padding: 0;
}
#sidebar dl.sidenotes dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 15px;
}

#sidebar dl.sidenotes dt a {
  background: transparent url("/site/images/bg_sidenotes.gif") no-repeat 100% 2px;
  color: #859E23;
  margin-right: 4px;
  padding-right: 13px;
}

#sidebar dl.sidenotes dt a:hover {
  color: #6A881E;
  border-bottom: 1px dotted inherit;
}

#sidebar dl.sidenotes dt a:active {
  background-position: 100% -28px;
  color: #fff;
}

#sidebar dl.sidenotes dd {
  margin: 0;
  padding: 0 15px;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}

#sidebar dl.sidenotes dd.lastchild {
  border-bottom: none;
}

/******* Footer Components *******/

#footer {
  background: #F1F4FA;
  clear: both;
  float: left;
  width: 100%;
  overflow: visible;
  padding: 10px 0;
  padding-bottom: 20px;
  position: relative;
  width: 409px;
}

#footer h4 {
  color: #8281A7;
  margin-top: 1em;
  padding: 0.2em 20px;
  text-transform: uppercase;
}

 #footer h4 a {
  color: #8281A7;
}

#footer p {
  color: #8281A7;
  margin: 0;
  padding: 0 20px;
  float: left;
}

#footer p a {
  border-bottom: 1px dotted #7A81BE;
}

#footer ul {
  clear: both;
  list-style: none;
  margin: 0 20px;
  padding: 0.5em 0;
  padding-bottom: 2em;
}

#wrapper #footer ul li {
  float: left;
  line-height: 1em;
  padding: 0;
  margin: 0;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #8281A7;
}

#wrapper #footer ul li.lastchild {
  border-right: none;
}

/******* Paging Components *******/

ul#paging {
  padding: 20px 5px 20px 20px;
  margin: 0;
}

ul#paging li {
  background: transparent;
  display: inline;
  margin: 0;
  padding: 0;
}

#maincontent ul#paging li a {
  background: transparent;
  margin: 0;
  padding: 5px;
}

#maincontent ul#paging li a:hover {
  background: transparent;
}

ul#paging li.selected {
  background: #A6C73C;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 4px;
}

/******* Search Results *******/

.searchcat {
  color: #9FB622;
  font-size: 140%;
  padding: 15px 25px;
}



/******* Special Components *******/

#screenshots, #screenshots li,  #maincontent #screenshots a {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
}

#screenshots .first {
  margin-left: -8px;
}

#screenshots img {
  display: block;
}

#screenshots li {
  color: #867964;
  float: left;
  margin: 20px 35px 10px 0;
  text-align: center;
}

#screenshots span {
  display: none;
}

.rahmenrund {
  background: url("/images/bg_icon.gif") no-repeat top left;
  height: 230px;
  margin: 0 0 -2.5em 0;
  padding-top: 70px;
  text-align: center;
  width: 230px;
}

#maincontent ul.download {
  background: transparent url("/images/cubic/bg_download.png") no-repeat 0px 0px;
  list-style: none;
  margin: 0;
  padding: 13px 0 30px 90px;
  margin-left: -7px;
}

#maincontent ul.download li {
  float: left;
  padding: 0 3px;
}

#maincontent ul.download li a {
  background: transparent url("/images/cubic/bg_downloaditem.png") no-repeat 0px 0px;
  display: block;
  overflow: hidden;
  text-indent: 25px;
  width: 24px;
  height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

#maincontent ul.download .mac a {
  background-position: -24px 0px;
}

#maincontent ul.download .win a {
  background-position: -48px 0px;
}

#maincontent ul.download .linux a {
  background-position: -72px 0px;
}

ul.rss {
  list-style: none;
}

.rss li {
  background: transparent url("/site/images/button_rss.gif") no-repeat 0px 0px;
  padding: 0 0 3px 55px;
}

#sidebar a.rss {
  background: transparent;
  font-size: 100%;
  position: absolute;
  top: 0.6em;
}

#sidebar a.rss span {
  color: #fff;
}

/******* Trackback Components *******/

#maincontent #comments h3#trackbacks a {
  font-size: 60%;
}

/******* Playlist Components *******/

#maincontent dl.playlist {
  margin: 2em 0;
  padding: 0;
}

#maincontent dl.playlist dt,
#maincontent dl.playlist dd {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

#wrapper #maincontent dl.playlist a {
  background: transparent url("/images/bg_playlistItem.gif") no-repeat 4px 0px;
  border: none;
  padding: 0;
  padding-left: 25px;
  text-decoration: none;
}

#maincontent dl.playlist dt {
  font-weight: bold;
  margin-bottom: -0.18em;
  padding-top: 0.2em;
}

dl.playlist dt img {
  float: right;
}

#maincontent dl.playlist dd {
  background: transparent url("/images/bg_kante.gif") no-repeat 100% 100%;
  margin: 0;
  padding-bottom: 0.2em;
  padding-left: 25px;
}

#maincontent dl.playlist .alternate {
  background-color: #F2F4F9;
  position: relative;
}

h2 span {
  display: block;
  clear: both;
  font-size: 80%;
}

h2 span a {
  color: #867964;
  border-bottom: 1px dotted inherit;
}

