/* !!! THIS IS THE PLACE TO CUSTOMIZE YOUR WIKIN-SITE !!! */

html, body { 
   /* font-family: Ubuntu, Sans, Helvetica; */
}

body { 
   /* color: #646; */         /* font color */
   /* background: #fff; */    /* main background color */
   /* font-size: 1.2em; */    /* main font size */
   background: #fff;
}

a { }
a:visited { }

#nav li a {
   border-bottom: 3px solid rgba(255,200,200,0.5);
}

#nav li a:hover {
   border-bottom: 3px solid rgba(255,200,200,0.7);
}

#header {
   background: #317;    /* color of header */
   /* color: white; */      /* font color of header */
}

#sponsored {
   position: absolute;
   bottom: -1.2em;
   left: 7em;
   font-size: 0.4em;
   opacity: 0.6;
}

#sponsorIdentification {
}

#footer {
   box-shadow: 0px 0px 10px #425;
   background: #317;          /* color of header */
   /* color: white; */        /* font color of header */
   z-index: 2;
   position: relative;        /* needed to go over TOC */
}

#footer a {
   color: #ccf;
}

.wikinBody {                  /* for all pages */
   margin-top: 7em;           /* offset because our header is fixed */
}

.wikinPageTitle {
   font-size: 5em;
   line-height: 0.9em;
   margin-bottom: 0.7em;
}

/* all level of sections */
.wikinSection1, .wikinSection2, .wikinSection3, .wikinSection4, .wikinSection5, .wikinSection6 {
}

body h1 {
   margin-bottom: 1.2em;
}

/* individual section levels (corresponds with h1..h6) */
.wikinSection1 {
   margin-bottom: 6em;
}
.wikinSection2 {
}
.wikinSection3 {
}
.wikinSection4 {
}
.wikinSection5 {
}
.wikinSection6 {
}

.wikinImageFrame {
   font-size: 0.9em;
}

.wikinImageClosure {
}

/* Page Specific Styles: ------------------------------------------------------------------------------------------- */
/* .wikinPage_{pageName} e.g. .wikinPage_index is meant for index.(txt|html) */

.wikinPage_index {         /* customize index.(txt|html) specific classes */
}

/* 
.wikinPage_somepage {      
} 
*/

.wikinBody {
}

.wikinTOC {
   font-size: 0.8em;
   line-height: 1em;
   padding-top: 0.3em;
   //background: black;
} 

.wikinInlineA {            /* needed because we have fixed header */
   //display: block;
   position: relative;
   top: -6em;
}

.wikinBody a {
   font-weight: 500;       /* something between normal & bold */
}

.wikinTOC a {
   font-weight: normal;
}

.wikinTOC::before {
}

/* --------------------------------------------------------------------------------------------------------------- */

.wikinPage_index {
   margin-left: 6em;
   margin-right: 6em;
}

.wikinPage_index h1 {
   text-align: center;
}

#home {
   font-size: 6em;
   margin-bottom: 0.3em;
}

#home .iconHeader {
   margin-right: 0.3em;
   height: 1.2em;
   vertical-align: middle;
   padding-bottom: 0.2em;
}

.metafs {
   font-weight: bold;
   color: #648;
}

.metafs_1 {
   font-weight: bold;
   color: #749;
   content: "Meta";
}

.metafs_2 {
   font-weight: bold;
   color: #aaa;
   content: "FS";
}

.metafs_meta {
   color: #cbc;
}

li { text-align: left }

#header {
   position: fixed;
   top: 0px;
   width: 100%;
}

#nav li .no_a {
   margin-left: 1em;
   margin-top: -0.6em;
   opacity: 0.9;
}

#nav li .no_a img {
   vertical-align: middle;
   height: 1.5em;
   margin-right: 0.3em;
}

#footer img {
   vertical-align: middle;
   height: 1.5em;
   margin-right: 0.3em;
}

/*
pre {
   background: #324;
}
*/
body code {
   border: 1px solid #cc8;
   border-radius: 0.3em;
   padding: 0.2em 0.4em 0.2em 0.4em;
   font-size: 1.08em;
}
pre code {
   border: none;
   border-radius: 0;
   padding: 0;
}
/*
code .consoleInput {
   color: #fff;
}
*/

#header {
   padding: 0;
   margin: 0;
}

/* --------------------------------------------------------------------------------------------------------- */

#nav, #nav ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#nav {
   //width: 960px;
   //margin: 60px auto;
   //border: 1px solid #222;
   //background-color: #111;
   //background-image: -moz-linear-gradient(#444, #111); 
   //background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
   //background-image: -webkit-linear-gradient(#444, #111);
   //background-image: -o-linear-gradient(#444, #111);
   //background-image: -ms-linear-gradient(#444, #111);
   //background-image: linear-gradient(#444, #111);
   //-moz-border-radius: 6px;
   //-webkit-border-radius: 6px;
   //border-radius: 6px;
   //-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
   //-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
   //box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}

#nav:before,
#nav:after {
   content: "";
   display: table;
}

#nav:after {
   clear: both;
}

#nav {
   //zoom:1;
}

#nav li {
   float: left;
   border-right: 1px solid #448;
   //-moz-box-shadow: 1px 0 0 #444;
   //-webkit-box-shadow: 1px 0 0 #444;
   //box-shadow: 1px 0 0 #44c; 
   position: relative;
}

#nav a {
   float: left;
   padding: 12px 30px;
   color: #999;
   //text-transform: uppercase;
   //font: bold 12px Arial, Helvetica;
   text-decoration: none;
   text-shadow: 0 1px 0 #000;
}

#nav li:hover > a {
   color: #fafafa;
}

*html #nav li a:hover { /* IE6 only */
   color: #fafafa;
}

#nav ul {
   margin: 20px 0 0 0;
   _margin: 0; /*IE6 only*/
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 3.8em;
   left: 0;
   z-index: 1;    
   background: #317;
   //background: -moz-linear-gradient(#444, #111);
   //background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
   //background: -webkit-linear-gradient(#444, #111);    
   //background: -o-linear-gradient(#444, #111);
   //background: -ms-linear-gradient(#444, #111);
   //background: linear-gradient(#444, #111);
   -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
   -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
   box-shadow: 0 -1px 0 rgba(255,255,255,.3);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;  
   box-shadow: 0 0 5px black;
}

#nav li:hover > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
}

#nav ul ul {
   top: 0;
   left: 150px;
   margin: 0 0 0 20px;
   _margin: 0; /*IE6 only*/
   -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
   -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
   box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#nav ul li {
   float: none;
   display: block;
   border: 0;
   _line-height: 0; /*IE6 only*/
   -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
   -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
   box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#nav ul li:last-child {   
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;    
}

#nav ul a {    
   padding: 10px;
   width: 200px;
   _height: 10px; /*IE6 only*/
   display: block;
   white-space: nowrap;
   float: none;
   text-transform: none;
}

#nav ul a:hover {
   background-color: #437;
}

#nav ul li:first-child > a {
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   border-radius: 3px 3px 0 0;
}

#nav ul li:first-child > a:after {
   content: '';
   position: absolute;
   left: 40px;
   top: -6px;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #444;
}

#nav ul ul li:first-child a:after {
   left: -6px;
   top: 50%;
   margin-top: -6px;
   border-left: 0;
   border-bottom: 6px solid transparent;
   border-top: 6px solid transparent;
   border-right: 6px solid #3b3b3b;
}

#nav ul li:first-child a:hover:after {
   border-bottom-color: #437;
}

#nav ul ul li:first-child a:hover:after {
   border-right-color: #0299d3; 
   border-bottom-color: transparent; 
}

#nav ul li:last-child > a {
   -moz-border-radius: 0 0 3px 3px;
   -webkit-border-radius: 0 0 3px 3px;
   border-radius: 0 0 3px 3px;
}

.brand {
   font-size: 1.5em;
} 

#state {
   font-size: 0.5em;
   position: relative;
   top: -0.8em;
   display: inline;
   color: #f88;
}

.preliminary {
   color: red;
   font-weight: bold;
   text-align: center;
   margin: 2em 0em;
   padding: 0.5em 0em; 
   border: 1px solid red;
}

.tableNoBorder tr, .tableNoBorder tr td {
   border: none;
}

ul {
   padding-left: 1.5em;
}

table tr td .wikinImageFrame img {
   border: 1px solid #888;
}

.previewBorder img {
   border: 2px solid #888;
   box-shadow: 0px 0px 3px #425;
}

.navBottom {
   opacity: 0.7;
}

.navBottom td {
   color: white;
   font-size: 0.8em;
}

.navBottom a {
   color: #ccf;
}

.navBottom a:hover {
   color: #f88;
}

.navBottom tr td {
   border: none;
}

#license {
   padding-top: 1em;
   opacity: 0.66;
}

ol li, ul li {
   margin-top: 0.25em;
   margin-bottom: 0.25em;
}

/* Hint: if you still need to change more details, rather copy the content of default.css in here and edit it in here */


