/* 
 ----------------------------------------------------------------
 Cascading Stylesheet 6.0 for roqet pages (c) 2011 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: 23px;
  color: #333;
  background-color: #fffbf0; 
  margin:0px 0 10px -10px;
  font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}

header {
	position:fixed;
	z-index:100;
	width:100%;
	height:45px;
	color: #f5deb3;
	background:#7e6a4b;
	font-size:11px;
	font-weight: bold;
	padding:6px;
	text-transform:uppercase;
	-webkit-box-shadow:inset 0 -1px 2px rgba(0,0,0,0.2),0 5px 5px white;
	-moz-box-shadow:inset 0 -1px 2px rgba(0,0,0,0.2),0 5px 5px white;
	/* grey: 1:firefox, 2:webkit, 3:ie */
	background-image:-webkit-gradient(linear,left bottom,left top,from(#eee),to(#eee));
	background-image:-moz-linear-gradient(#eee,#eee);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#eee',GradientType=0 );
}

header a,header a:visited,header a:active {
	position:relative;
	color: #f5deb3;
	/*color: #363636;*/
	font-weight: bold;
	/*color:#eee;*/
	border:0;
	letter-spacing:1px;
	padding:6px 10px;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear
}

/*header a:hover,header a:visited:hover,header a:active:hover {
	color: #ff7f24;
	border:0;
	-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,0.2);
	background:rgba(0,0,0,0.2)
}
*/

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

a:hover { 
    color: #191933;
}

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

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

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

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


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;
}





