/* 
 -------------------------------------------------------
 Cascading Stylesheet 5.0 for roqet pages (c) 2010 roqet.org.
 Permission to learn/borrow from this code is granted, please use
 creativity though, so that you don't duplicate this exactly.
 -------------------------------------------------------
*/

body {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  background-color: #fffbf0; 
  font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}

a {
  text-decoration: none;
  color: #363636;
}

a:hover { 
    color: #191933;
}

.content {
  min-width: 490px;
  right: 40px;
  margin: 0;
  padding: 80px 50px 50px 50px;
}

.content a {
  text-decoration: none;
  color: #4d84b1; 
}

.content a:hover { 
  color: #bd4232; 
}

.contents-jump { 
  font-size: 9px; 
}

#logo {
  display: block;
  width: 160px; height: 50px;
  background: url('./images/roqet_grey_small.png');
  position: absolute;
  top: 0px; left: 20px;
}

#fade {
  z-index: 50;
  position: fixed;
  left: 0; top: 0; right: 0;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 255), rgba(255, 255, 255, 0));
}

#topbar {
  position: fixed;
  z-index: 100;
  height: 50px;
  min-width: 490px;
  left: 40px; right: 40px; top: 25px;
  padding-left: 200px;
  color: #363636;
  /* code generated by http://www.colorzilla.com/gradient-editor/ */
  background: #feccb1; /* old browsers */
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* ie */
  border: 1px solid #aaa;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #888;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.navigation {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    /*text-transform: uppercase;*/
    position: relative;
    float: left;
    padding: 0 20px;
    border: 1px solid #bbb;
    border-top: 0; border-bottom: 0; border-left-width: 0;
    cursor: pointer;
}

body.full_screen .navigation {
   position: static;
}

.navigation.add {
   border-left-width: 1px;
}

.navigation:hover,
.navigation.active {
  background: #feccb1;
  background: -webkit-gradient(linear, left top, left bottom, from(#feccb1), to(#ea5507));
  background: -moz-linear-gradient(top, #feccb1, #ea5507);
}

.navigation .button {
  font-weight: bold;
}

hr {
  background-color : transparent;
  border-top : none;
  border-left : none;
  border-right : none;
  border-bottom: 1px dashed;
  border-color: #cccccc;
}

kbd {
   font: 10px verdana, sans-serif;
   /*padding: 0px 1px 0px 1px;
   border-width: 1px 1px 1px 1px;
   border-color:  #000000;
   border-style: solid;*/
   color: #000000;
}	

h1 {
  font-size: 25px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 15px;
  text-shadow: #fff 0 1px 1px;
}

h2, h3, h4, h5, h6, b.header {
  font-size: 18px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 15px;
  text-shadow: #fff 0 1px 1px;
}

.bottombar {
/*  background-color: #f5f3ee;
  border: 1px solid #363636;
  color: #a07040;*/
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
}

address { 
  font-style:normal
}

.addressleft {
  color: #363636;
  font-weight: bold;
}

code, pre, tt, textarea {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: 12px;
  line-height: 18px;
  color: #155;
  white-space: pre-wrap;
  word-wrap: break-word;
}

tt {
  background: #fff;
  border: 1px solid #dedede;
  padding: 0px 0.2em;
}

pre {
  border-left: 5px solid rgba(0,0,0,0.2);
  padding: 3px 0 3px 12px;
  font-size: 12px;
}




