/*
 Simple Kinesis website style by Michael Bromley
*/
 
	
body {
     font-family:  verdana, arial, sans-serif;
     font-size: small;
     color: #ccc;
     background-color: #000;
     background-image: url(images/bg.jpg);
     }





/* 
	The definitions below determine how the page looks.

*/



 /* definitions for the content generated by nucleus and the contents of each individual php page file*/
.contents {
width: 600px;
}


/*
Definition for the elements of the main 'content' of each page
*/


a:link {
TEXT-DECORATION: none; COLOR: #fff;
}
A:visited {
TEXT-DECORATION: none; COLOR: #ddd;
}
A:hover {
TEXT-DECORATION: underline; COLOR: #f00;
}

/* defenitions for the horizontal menu, including link handlers */
.menu {
      background-color: #333;

}


.menulink {
          border-left: 1px solid #666;
          border-right: 1px solid #666;
          font-size: 14px;
          margin-left: 0px;
          padding-left:2px;
          padding-right:2px;
          }
a.menulink:hover {
                 text-decoration:none;
                 background-color:#666;
                 color: #000;
                 }

/*code to make link descriptions appear in the grey stripe */
a.menulink span {display: none;}
a:hover.menulink span {display: block;
   position: absolute; top: 95px; left: 400px;
   padding: 0px;  z-index: 100;
   color: #fff;
   font: 10px Verdana, sans-serif; text-align: left;}

   


/*this is for the occasional floating images to spice up dull blocks of text*/
.floatimg {
           float: left;
          margin-right:10px;
          border: 2px solid #000;
          }


td img {
border: 1px solid #000;
}

.title {
       background-color: #111;
       border-bottom: 2px solid #900;
       font-size:large;
       color: #fff;
       }


