/* silver.css

 * the style sheet for the silver (computers) section of
 * katskave.com

 * by Mary Wior, the DreamingKat, of course.  :)

*/

body { color: #99CCFF; padding: 1em; 
 background: #000000 url(images/spiral-black.png) repeat-x;}
h1 { text-align: center; margin-bottom: 0; padding-bottom: 0; }
h2 { line-height: 120%; border-top: .1em ridge #99CCFF; 
  border-bottom: .1em ridge #003366;
  background: transparent url(images/tiny-dragonball.png) no-repeat 
     scroll right; }
ul { list-style-image: url(images/cat_eye.gif); }

a { color: #6F6; text-decoration: none; }
a:hover { text-decoration: overline underline; color: #6F6; 
  background-color: #003; }

p.header { text-align: center; padding-top: 0; margin-top:0; }
.intro {  padding: 1em; clear: both; 
  border-left: .2em groove #99CCFF; 
  border-right: .2em groove #99CCFF;
  border-bottom: .2em groove #99CCFF;
  border-top: .6em double #99CCFF; 
  background: #000000 url(images/spiral-black.png) repeat-x;}

.top_nav #kave_home { float: left; height: 75px; width: 75px; }
.top_nav #section_home { float: right; width: 15%; }

.samplebox { float: right; width: 50%; text-align: center; }
#oldsample { z-index: 1; }
#newsample { z-index: 2; position: relative; top: -5em; }
