/* overall site style sheet, simple */

/* default link style */
A:link    { text-decoration: underline; color: #ffffff; }
A:active  { color: blue; font-size: 100% }
A:visited { text-decoration: none; color: #eedddd; font-size: 100% }
A:hover   { text-decoration: underline; color: #99aaaa; }

/* default body style */ 
body {
color: #ffeecc;
background-color: #000000;
background-image: url("http://www.kirchhof.com/site_images/blackswatch.jpg");
background-attachment: fixed;
background-repeat: repeat;
font-family: arial, sans-serif;
font-variant: normal;
}

.checkbox { 
background-color: #000000; 
background-image: url("http://www.kirchhof.com/site_images/blackswatch.jpg");
}

/* Randy's pages */

.randy_header {
text-align: right;
font-variant: small-caps;
font-weight: bold;
font-style: oblique;
letter-spacing: 0.2em;
}

.randy_body {
color: #ffffbb;
background-color: #000000;
/* background-image: url("http://www.kirchhof.com/site_images/techdark.jpg"); */
background-attachment: fixed;
background-repeat: repeat;
font-family: arial, sans-serif;
font-variant: normal;
margin-left: 30%;
margin-right: 20%;
top-border-width: thin;
left-border-width: thin;
}

/* Randy's weblog */

.blog_body {
color: #ffffbb;
background-color: #000000;
/* background-image: url("http://www.kirchhof.com/site_images/techdark.jpg"); */
background-attachment: fixed;
background-repeat: repeat;
font-family: arial, sans-serif;
font-variant: normal;
margin-left: 23%;
margin-right: 6%;
top-border-width: thin;
left-border-width: thin;
}

.blog_header {
text-align: right;
font-variant: small-caps;
font-weight: bold;
font-style: oblique;
letter-spacing: 0.2em;
}

BLOCKQUOTE.quotebox {
border: solid 1px #666633; 
background:rgb(22,12,5); 
/* background-image: url("http://www.kirchhof.com/site_images/blackswatch.jpg"); */
font-size: 85%; 
color: #eeeeee;
font-family: verdana, arial, sans-serif;
padding-left:10px; 
padding-right:10px; 
padding-top:5px;
padding-bottom:5px; 
text-align: left;
}  

.sidebar          
{ 
position: absolute;
top: 125px;
left: 10px;
/*height: 590px;*/
width: 150px;
font-family: arial, helvetica, sans-serif;
color: #ffffbb;
text-decoration: none;
font-size: 12px;
font-weight: normal;
visibility: visible;
text-align: right;
line-height: 1.4;
border-style: dotted;
border-color: #777733;
border-width: 0;
padding: 10px;
}
