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

body {
    padding-right: 0px; 
    padding-left: 2px; 
    color: #000; 
    padding-top: 0px; 	
    font: 13px georgia, verdana, arial, helvetica, sans-serif;
}

tbody {
    padding-right: 2px; 
    padding-left: 4px; 
    padding-bottom: 0px; 
    margin: 2px 2px 10px 10px; 
    color: #000; 
    padding-top: 10px; 	
    font: 13px georgia, verdana, arial, helvetica, sans-serif;
}

.shadow {
	background: url(./images/shadow.png) bottom right no-repeat;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0;
	position: relative;
}

.shadow img {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

.top-title { 
    font-size: 20; 
    color: #ff6600; 
    text-align: center;
}

.left-title { 
    font-size: 30; 
    color: #ff6600; 
    text-align: left;
    padding-left: 50px;
}

.menu {
    text-align: center;
    font: 10px georgia, verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}  

.contents-jump { 
    font-size: 9px; 
    color: #06c;
}

.quote { 
    padding: 0px;
    font: 12px georgia, verdana, arial, helvetica, sans-serif;
    color: #000000;
    text-align: center;
}

.ku { 
    margin-left: 20%;
    text-align: left;
    padding: 0px;
    font: 13px georgia, verdana, arial, helvetica, sans-serif;
    color: #000000;
}

.content {
    padding-left: 105px; 
    padding-right: 0px;
    padding-bottom: 10px;
    margin: 5px 5px 5px 100px; 
    padding-top: 0px;
}

p {
    padding-left: 5px;
    margin-top: 0px; 
    margin-bottom: 1em; 
    line-height: 1.5em; 
    padding-top: 0px; 
    padding-right: 40px;
}

li {
    padding-left: 5px;
    margin-top: 0px; 
    margin-bottom: 1em; 
    line-height: 1.5em; 
    padding-top: 0px; 
    padding-right: 40px;
}

h1 {
    font-size: 25px;
    margin: 1.25em 0px 0px; 
	border-bottom: 2px solid #de5a31;
}

h2 {
    font-family: arial, helvetica, sans-serif; 
    font-size: 16px;
    color: #cc0000;
    margin: 1.25em 0px 0px; 
}

h3 {
    font-family: arial, helvetica, sans-serif; 
    font-size: 14px;
    margin: 1.25em 0px 0px; 
}

h4 {
    font-family: verdana, arial, helvetica, sans-serif;
    /*font-family: arial, helvetica, sans-serif; */
    font-size: 11px;
    font-weight: 400;
    /*margin: 1.25em 0px 0px; */
}

hr {
    color : #fff;
    background-color : transparent;
    border-top : none;
    border-left : none;
    border-right : none;
	border-bottom: 2px solid #de5a31;
}

img {
    border-top-width: 0px;
    border-left-width: 0px; 
    border-bottom-width: 0px; 
    border-right-width: 0px;
}

address {
    font-size: 9px; 
    margin-top: 1em; 
    margin-bottom: 1em; 
}    

a {
    text-decoration: none;
}

a:link {
    color: #f30; */
    background-color: transparent;
}

a:visited {
    color: #c30; 
    background-color: transparent;
}

a:active {
    color: #cc0; 
    background-color: transparent;
}

a:hover {
    color: #f60; 
    background-color: transparent; 
    text-decoration: underline;
}

code {
    background: none transparent scroll repeat 0% 0%; 
    font: 12px "andale mono", monaco, courier, "courier new", monospace; 
    color: #06c;
}

tt {
    background: none transparent scroll repeat 0% 0%; 
    font: 12px "andale mono", monaco, courier, "courier new", monospace; 
    color: #06c;
}

pre {
    background: none transparent scroll repeat 0% 0%; 
    font: 12px "andale mono", monaco, courier, "courier new", monospace; 
    color: #06c;
	margin: 0px 0px 0px 0px;
}

kbd {
   padding: 0px 1px 0px 1px;
   border-width: 1px 2px 2px 1px;
   border-style: solid;
   background: #faf6f6;
   color: #000;
   border-color:  #edd #baa #baa #eed;
}	

#sidebar {
	/*background: #fff;*/
	color: #de5a31;
	float: left;
	width: 200px;
    margin-top: 120px;
}

#sidebar #submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar #submenu #subcurrent {
	/*background: #fff;*/
	color: #333;
	letter-spacing: 1px;
}

#sidebar #submenu a {
	color: #de5a31;
	display: block;
	height: 25px;
	padding-left: 10px;
	text-decoration: none;
}

#sidebar #submenu a:hover {
	background: #de5a31;
	color: #fff;
}

#sidebar h2 {
	color: #de5a31;
	font-size: 23px;
	margin: 0 0 5px 0;
	padding-top: 3px;
}

#sidebar #submenu h2 {
	font-size: 14px;
}

#sidebar h3 {
	color: #de5a31;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding-top: 3px;
}

#sidebar p {
	margin: 0;
	margin-left: 9px;
}

#sidebar p a {
	color: #de5a31;
}

#sidebar ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
}
	
