/* $Id: neilvandyke-bluehandheld.css,v 1.3 2006-03-17 23:07:17 neil Exp $ 
   $Source: /home/neil/cvsroot/web/source/neilvandyke-bluehandheld.css,v $ 
   Copyright 2002-2006 Neil W. Van Dyke <neil@neilvandyke.org>   

   This is a crude "handheld" variant of "neilvandyke-blueboxes.css".  */

body { 
  background-color: #646697;
  color:            white;
  font-family:      sans-serif;
}

code, pre {
  font-family:      monospace;
}

h1 {
  font-size:           120%;
  font-weight:         bold;
}

h2 {
  font-size:        120%;
  font-weight:      bold;
}

h3 {
  font-size:        120%;
  font-weight:      bold;
}

p {
  padding:             0;
}

pre {
  padding:             0;
}

blockquote {
  font-style:          italic;
}

blockquote.quote {
  font-style:          italic;
}

blockquote.quoteattrib {
  font-style:          normal;
}

.actualbody { 
  color:            white;
}

.top { 
}

.siteid { 
  background-color: #52547a;
  border-color:     #52547a;
  border-width:     thin;
}

.siteid p { 
  font-size:           120%;
}

.title { 
  background-color: #7578af;
  border-color:     #52547a;
}

.title h1 {
  font-size:        180%;
  font-weight:      bold;
}

.section { 
}

.sectionhead {
  background-color: #6e709e;
  border-color:     #52547a;
}

.sectionnohead {
}

.sectionbody {
  background-color: #5f628e;
  border-color:     #52547a;
}

.sectioncodebody {
  background-color: #ffffff;
  border-color:     #52547a;
}

.sectioncodebody pre {
  background-color: #ffffff;
  color:            black;
}

.sectionnavbarbody {
  background-color: #7274a1;
  border-color:     #52547a;
}

.bottom { 
}

.bottomprefix {
}

.bottombody {
}

.bottombody p {
  color:            #aaaaaa;
  font-size:        80%;
}

/* siteid a */

.siteid a { 
  color:            white;
  text-decoration:  none;
}

.siteid a:active {
  color:            white;
  text-decoration:  underline;
}

.siteid a:link {
  color:            white;
  text-decoration:  none;
}

.siteid a:visited { 
  color:            white;
  text-decoration:  none;
}

.siteid a:hover {
  text-decoration:  underline;
}

/* linkothersite */

a.linkothersite {
  font-weight:      normal;
}

a.linkothersite:active {
  color:            #a0a0ff;
  text-decoration:  underline;
}

a.linkothersite:link {
  color:            #ffff00;
  text-decoration:  none;
}

a.linkothersite:visited { 
  color:            #ffff80;
  text-decoration:  none;
}

a.linkothersite:hover {
  text-decoration:  underline;
}

/* linksamesite */

a.linksamesite {
  font-weight:      bold;
}

a.linksamesite:active {
  color:            #a0a0ff;
  text-decoration:  underline;
}

a.linksamesite:link {
  color:            #ffff00;
  text-decoration:  none;
}

a.linksamesite:visited { 
  color:            #ffff80;
  text-decoration:  none;
}

a.linksamesite:hover {
  text-decoration:  underline;
}

/*EOF*/
