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

body { 
   background: url(./images/roqet_grey_small5.png) no-repeat left top;
   background-color: #f5f3ee; 
   margin: 0; padding: 0; 
   font: 95% Georgia;  
   /* padding-top: 2em; 
   margin: 1.5em 2em 1.5em 1.5em; 
   font-family: Georgia, sans-serif; */
}

.body { 
   border: 1px solid #dcc; 
   background-color: #fff; 
   margin: 4.5em 7%; 
   padding: 0 1.5em 2em 2em; 
   /* cool, but only works under mozilla browsers: */
    -moz-border-radius: 8px;     
}

h1 {
   font: 30px Tahoma, "Gill Sans", sans-serif; 
   font-weight: normal; 
}

h2 {
   font: 25px Tahoma, "Gill Sans", sans-serif; 
   font-weight: normal; 
}

h3 {
   font: 20px Tahoma, "Gill Sans", sans-serif; 
   font-weight: normal; 
}

address { 
   font-size: small; 
   padding-top: 0.35em; 
   border-top: 2px solid #363636; 
   font-style: normal; 
   background-color : transparent;
}

address a.edit { 
   font-variant: small-caps; 
}

div.about { 
   padding: 35px 1px 0px 5px;
 /*float: left; */
   font-size: 0.95em; 
}

div.content { 
    background: url(./images/version.png) no-repeat right bottom;
}

a.nonexistent { 
   color: #000; 
}

a.nonexistent:after { 
   vertical-align: top; 
   font-size: x-small; 
   content: "?"; 
   text-decoration: none; 
}

pre { 
   margin-left: 1.5em; 
   font-size: 15px; 
   font-weight: bold; 
}

code { 
   font-size: 15px; 
   font-weight: bold; 
}

tt { 
   font-size: 15px; 
   font-weight: bold; 
}

blockquote { 
   padding-left: 0.5em; 
   border-left: 0.3em solid #99c; 
}

blockquote:after { 
   font-size: small; 
   content: "--" attr(cite); 
}

blockquote pre { 
   font-family: Georgia, sans-serif; 
}

hr {
   border-top: 2px solid #363636; 
   font-style: normal; 
   background-color : transparent;
}

kbd {
   font: 12px verdana, sans-serif;
   padding: 0px 2px 0px 1px;
   border-width: 1px 1px 1px 1px;
   border-color:  #363636;
   border-style: solid;
   color: #000000;
}	

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

a:hover { 
    color: #bd4232; 
}


