html { margin: 0px; }
body { 
 margin: 0px; 
 text-align: center;
}

#top { margin: 0px auto; text-align: left;}
#topl { width: 140px; float: left; margin: 0px auto 0px 0px; text-align:
center; }
#topr { margin: 0px 0px 0px 160px; text-align: center;}
#bottom { width: 99%; margin: 0px; text-align: left; clear: both; }
#left { width: 18%; float: left; margin: 0px auto 0px 0px; }
#right { width: 18%; float: right; margin: 0px 0px 0px auto; }
#center { margin: 0px 19% 0px 19%; border: 1px solid #004422; padding: 2px; }

#topl, #left, #right
 { font-size: 75%; }
#topl a, #left a, #right a { display: block; margin: 0px 3px; padding: 0px;}
#topl p, #left p, #right p { margin: 3px; }

#center h5 { margin: 0px 0px 1em 0px; text-align: center; }

.date, .small { font-size: 75%; }

img { border: 0; }
h1 { text-align: center }

/* color sets
 * #000000 black
 * #FFFFFF white
 * #003333 dk teal
 * #660000 dk red
 * #00CCAA teal
 * #BBBB00 yellow
 * #00FFDD bright teal
 * #FFFF33 bright yellow
 * #003320 dark teal
 * #002010 real dark teal
 * #666618 dim yellow
 * #202000 real dark yellow
 */
 
body, #center, #top
 { background: #000000; }
#left, #right, H2, H3, H4, H6
 { background: #181833; }
H1, #right a
 { background: #003a3a; }
H5, #left a
 { background: #440000; }
#right a, #left a, #top a
 { text-decoration: none; border-bottom: 1px solid #000000; 
 font-family: Arial, sans-serif; }
#right a { border-top: 1px solid #155050; }
#left a { border-top: 1px solid #662222; }
.entry, body, #center, #top, H1, H2, H3, H4, H5, H6, #topl, #topr
  { color: #CCCCCC; }
#left a:hover, #right a:hover, #topl a:hover
 { background: #484866;}
#left, #right, #topr
 { color: #7777BB; }
a
 { color: #BBBBDD; }
a:visited, #center a:visited
 { color: #999999; }
.date
 { color: #aa4444; }
#center a
 { color: #669999; }
a:hover, #left a:hover, #right a:hover, #top a:hover, #center a:hover
 { color: #FFFFFF; }
#blogsnob a, #blogsnob div a
 { display: inline; }

.top1 
 { color: #BB0000; margin: 1px; text-align: right;}
.top2
 { color: #669999; margin: 1px; text-align: left;}

#topr table tbody tr td a {
 display: block;
 text-decoration: none; 
 border-bottom: 1px solid #000000; 
 border-top: 1px solid #454599; 
 border-left: 1px solid #454599; 
 border-right: 1px solid #000000; 
 font: 75% Arial, sans-serif; 
 background: #333366;
 padding: 0px 5px;
 }
#topr table tbody tr td a:hover {
 background: #484866;
}
#topr table tbody tr td a:visited {
 background: #292960;
}
#topr table tbody tr td a:active {
 background: #222244;
 border-top: 1px solid #000000; 
 border-bottom: 1px solid #454599; 
 border-right: 1px solid #454599; 
 border-left: 1px solid #000000; 
}
#topr h1, #topr table {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
table {
 border-collapse: collapse;
 border-spacing: 0px 0px;
 caption-side: top;
 empty-cells: show;
 margin-left: auto;
 margin-right: auto;
}
.entry table {
 border: 1px dashed #454599;
/*
 width: 90%;
*/
}
.entry table thead {
 border-bottom: 1px dashed #454599;
}
.entry table tfoot {
 border-top: 1px dashed #454599;
}
.entry table tbody tr td, .entry table tbody tr th {
 border-left: 1px dashed #454599;
 border-right: 1px dashed #454599;
}
.entry table tbody tr {
 border-top: 1px dotted #222244;
 border-bottom: 1px dotted #222244;
}
.entry table tbody tr th {
 text-align: right;
}
.entry table tbody tr td {
 text-align: center;
}
.entry table thead tr td, .entry table thead tr th {
 font: 85% Arial, sans-serif; 
 text-align: center;
}
.entry table tbody tr td, .entry table tbody tr th {
 font: 75% Arial, sans-serif; 
}
.entry table thead tr th, .entry table tbody tr th {
 font-weight: bold; 
}

.right {
 width: 30%;
 float: right;
 display: block;
 padding: 2px;
 margin: 0px 0px 0px 0.5em;
 background: #440000;
 text-align: center;
 font-family: "Arial Narrow", Arial, sans-serif;
}
.left {
 width: 30%;
 float: left;
 display: block;
 padding: 2px;
 margin: 0px 0.75em 0px 0px;
 background: #003a3a;
 text-align: center;
 font-family: "Arial Narrow", Arial, sans-serif;
}

blockquote.pq {
 background-image: url(/images/rq.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
 padding: 0px 30px 2px 0px;
}

blockquote.pq > p:first-child {
 background-image: url(/images/lq.gif); 
 background-position: top left; 
 background-repeat: no-repeat; 
 margin-left: -30px;
 padding-left: 30px;
}

blockquote blockquote {
 margin: 0em 1em;
 padding: 1px 1px 1px 2px;
 border-left: 1px solid #333;
 text-align: justify;
}

