/* 
 ----------------------------------------------------------------
 Cascading Stylesheet 7 for roqet pages (c) 2012 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:10px 0 10px -10px;
	font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

header {
	position:fixed;
	width:100%;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #f5deb3;
	background: #372312;
        padding: 10px 10px;
        border-top: 2px #b59575 solid;
        border-bottom: 2px #b59575 solid;
}

header a, header a:visited, header a:active, header a:hover {
	color: #f5deb3;
	background: #372312;
}

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: #372312;
        padding: 10px 10px;
        border-top: 2px #b59575 solid;
        border-bottom: 2px #b59575 solid;
}


address { 
	font-style:normal
}

address a, address a:visited, address a:active, address a:hover {
	color: #f5deb3;
	background: #372312;
}

.addressleft {
	color: #f5deb3;
	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;
}




