/* 
 ----------------------------------------------------------------
 Cascading Stylesheet 6.1 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;
	font-weight: bold;
	border:0;
	letter-spacing:1px;
	padding:6px 10px;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear
}

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

a:hover { 
	color: #191933;
}

.content {
	min-width: 490px;
	right: 40px;
	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;
	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 {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	/*color: #f5deb3;*/
	background: #f0f0f0;
        padding: 10px 10px;
        border-top: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
}

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





