/* @override http://beesbuzz.biz/blog/styles-site.css */

/* * { border: solid white 1px; }*/


a:link { color: #007; }
a:visited { color: #505; }
a:active { color: #700; }
a:hover { color: #700; }

body {
margin: 0px;
color: black;
background: #edd url(layout/plaid-edd.png) fixed;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#links input[type="text"],
#links input[type="password"] {
width: 12em;
font-size: 80%;
}

#links input[type="submit"] {
font-size: small;
/*border: solid #ff0 1px;*/
}

#links {
float: right;
z-index: 100; /* Workaround for Mozilla bug with background-attach: fixed on overlapping boxes */
width: 13em;
padding-left: 8px;
text-align: left;
margin-left: 1ex;
}

#entries { margin-right: 14em; }

div.seo { float: right; margin: 0px 0px 8px 8px; padding: 0px; }
div.seo div { display: none; }

div.entry {
margin-bottom: 1em;
border: solid #330 1px;
}

div.blogbody {
z-index: 1;
}

div.blogtext {
padding: 4px 1ex;
background: white;
border: solid 1px;
border-color: #ddd #999 #999 #ddd;
       text-align: justify; text-justify: newspaper;
}

#links .powered {
text-transform: uppercase;
font-size: 80%;
letter-spacing: 0.2em;
margin-bottom: 8px;
border: solid #0ff 1px;
font-size: 80%;
padding: 2px;
background: #eee;
}

#links .side {
margin-bottom: 1ex;
font-size: 80%;
border: solid #330 1px;
background: white;
}

#links .sidetitle {
margin: 0px 0px 2px;
padding: 2px 3px;
text-transform: uppercase;
border-bottom: solid #770 1px;
letter-spacing: 0.3em;
font-weight: bold;
font-size: 105%;
text-align: center;
background: #ff7;
}

#links .sidebody { padding: 0px 3px 3px 3px; text-align: justify; text-justify: newspaper; }

#links .sidebody p { text-indent:1em; margin:0px; padding:0px; }

#links ul { list-style-type: none; padding: 0px; margin: 0px; }
#links ul li { margin-left: 1em; text-indent: -1em; text-align: left; }

#links img { border: none; }

#banner {
padding: 8px 0px 1em 8px;
margin-left: 100px;
    z-index: 10;
    }
    
#banner span.description {
    color:  white;
    background:  black url(layout/plaid-40.png) fixed;
    border:  solid black 1px;
    padding: .1ex .5ex .5ex .1ex;
    position:  relative;
}

#logo {
background: url(layout/plaidlogo.png) top left no-repeat;
       color: white;
    width: 256px; height: 256px;
position: absolute; 
z-index: 0;
left: -32px; top: -32px;
}
#banner>#logo {
position: fixed;
}

/*#banner div.spacer {
position:relative;
height: 256px;
width: 50px;
float: left;
padding: 0px;
margin-bottom: -1.2em;
}*/


#banner h1 {
/*text-shadow: #999 3px 3px 3px;*/
font-size: 250%;
margin: 25px 0px 0px;
padding: 0px;
}

#banner h1 a, 
#banner h1 a:visited,
#banner h1 a:active { 
text-decoration: none;
color: white; 
position: relative; 
z-index: 100;
background: url(layout/plaid-60.png) fixed; 
border:  solid black 1px;
padding: 0px 3px;
}

#banner .description a { color: yellow; }

h2.date, #comments h2 { 
margin: 0px 0px 1ex; 
padding: 0.2ex;
font-size: 120%;
text-shadow: #000 0px 0px 6px;
border-bottom: solid #077 3px;
background: #1a2626 url(layout/plaid-15-inv.png) fixed;
color: white;
}

h3 {
margin: 0px;
font-size: 110%; 
padding: 0px 7px;
text-shadow: #990 3px 3px 3px;
border: solid 1px;
border-color: #ffd #990 #f7f777 #ffd;
border-bottom: none;
background: #ff7 url(layout/yellow-shine.gif) top left no-repeat;
}
h3 a { text-decoration: none; color: black; }
h3 a:hover { text-shadow: #777 0px 0px 4px; }

.blogtext h1, .blogtext h2, .blogtext h3 {
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.5em;
background: transparent;
border: none;
}

.blogtext h1 {
font-size: 125%;
text-shadow: #990 3px 3px 5px;
color: #300;
}
.blogtext h2 {
font-size: 115%;
text-shadow: #aa0 2px 2px 5px;
color: #030;
}
.blogtext h3 {
font-size: 105%;
text-shadow: #bb0 1px 1px 5px;
color: #003;
}

.blogtext p {
margin:1em 0px;
}

.buttons img { float: left; }
.buttons { clear: left; }

.textad { clear: both; }

#content {
padding: 0px 8px 8px 8px;
z-index: 1;
position: relative;
/*text-align: justify;*/
/*clear: both;*/
}

#menu {
text-align: center;
clear: right;
margin: 0px 200px 0.2em;
height: 1em;
}

.comments-body {
margin-bottom: 1em;
clear: right; /* peeps didn't like avatars flowing around insets */
border: solid #330 1px;
background: white;
}

.comments-text {
padding-bottom: 1em;
padding: 4px;
border: solid 1px;
border-color: #ddd #999 #999 #ddd;
}

.avatar { float: right; margin-right: 16px; z-index: 100; border: none }

img { z-index: 100; }

.posted {
padding: 0px 5px 0px;
background: #ee7;
border: solid 1px;
border-color: red #880 #880 #eed;
border-top: none;
}

.posted .spacer {
padding: 1px 2px;
border-top: dotted #f7f777 2px;
}

#comments .posted {
font-size: 110%;
margin: 0px; 
padding: 1px 1px 2px;
border: solid 1px;
   background: #cfc;
   border-color: #efe #676 #676 #efe;
}
#comments .posted a:hover { text-shadow: #777 0px 0px 4px; }

#comments .phpBBuser2 .posted {
border-color: #ffe #990 #990 #ffe;
background: #ff7;
}

#comments .phpBBuser-1 .posted {
   background: #ccc;
   border-color: #eee #777 #777 #eee;
}

#comments .posted ul {
margin: 1px;
padding: 1px 0px 0px;
text-indent: 0px;
list-style-type: none;
/*float: right;*/
display: inline;
}
#comments .posted ul li {
font-size: xx-small;
display: inline;
margin: 0px 1px 1px;
padding: 1px;
text-indent: 0px;
border: solid #770 1px;
background: #cff;
}
#comments .posted ul li:hover { background: #300000; }
#comments .posted ul a { text-decoration: none; }
#comments .posted ul a:hover { text-decoration: none; color: #fff; text-shadow: none; }
#comments .expand { clear: both; }

#comments .posttime {
padding: 0px 1em;
margin: 0px;
}
#comments .subject {
font-weight: bold;
padding: 0px 1em;
border-left: dotted #330 1px;
border-right: dotted #330 1px;
margin: 0px 1em 0px 0px;
}

.posted a[name] { text-decoration: none; padding: 1px; font-size: xx-small; }

.comment-foot { margin-top: 1em; 
border: solid #660 1px;
        clear: right;
background: #ffe;
 }

.pages { font-size: xx-small; font-style: italic; }

.linkage { font-size: 80%; }

DIV.code, code { 
    font-size:90%;
  font-family: andale mono, lucida console, monospace;
}

div.code {
  margin:2em;
  padding:1em;
  border:solid #422 1px;
  text-align: left;
  background: #fcf;
}

.code .comment, code .comment {
  background: #cff;
}

DIV.code >h1 { 
  font-size:120%;
  font-weight:bold;
  border-bottom:1px solid black;
  margin: 0px; padding: 0px;
  background-color: #ff7;
}

span.genmed { }
TD.code {
    font-size:90%;
    font-family: andale mono, lucida console, monospace;
    border: solid #422 1px;
    text-align: left;
}

span.update { font-weight: bold; }
span.update:before { content: "Update ("}
span.update:after { content: "): "}

.inset-left {
float: left;
margin: 0px 8px 8px 0px;
}
.inset-right {
float: right;
margin: 0px 0px 8px 8px;
}

        .slice-right {
             float:right;
             clear:right;
             margin-left:1em;
             background-position: right top;
             border:none;
         }

         .slice-left {
             float:left;
             clear:left;
             margin-right:1em;
             background-position: left top;
             border:none;
            }

.container { padding-bottom: 8px; }

div.image, div.image img { text-align: center; vertical-align: middle; }

abbr, acronym { border-bottom: dotted 1px; }

blockquote[cite] {
  padding:.5ex;
  border:1px solid #007;
  background: #cff;
}
blockquote[cite] blockquote[cite] {
  padding:.5ex;
  border:1px solid #700;
  background: #fcf;
}
blockquote[cite] blockquote[cite] blockquote[cite] {
  padding:.5ex;
  border:1px solid #070;
  background: #ffc;
}

.comic img, img.comic { vertical-align: middle; margin: 0.1em; }

div.comicLinks { font-size: small; padding: 0.2ex; border: solid #444466 1px; text-align: center;}
div.comicLinks div.back { float: left; padding: 0.2ex; }
div.comicLinks div.forward { float: right; padding: 0.2ex; }

img { z-index: 200; } /* another attempt to workaround Firefox bug */

.technorati { font-size: xx-small; vertical-align: super; }

#syndicate { position: absolute; top: 4px; left: 4px; z-index: 150; border: none; }
#syndicate a { border: none; text-decoration: none; }
#syndicate a img { border: none; }

.tags { display: none; }

#ad { position: absolute; top: 4px; right: 4px; font-size: xx-small; text-align: right; z-index: 0; }
#ad div { float: right; margin-left: 1ex; }

table { border-collapse: collapse;  }
table td { border: solid black 2px; background: #eee; } 
table tr th { border: solid black 3px; background: #edc;  text-align: right; }
table tr:first-child th { border: solid black 3px; background: #cde; text-align:center; }
table tr:first-child th:first-child { border: solid black 3px; background: #cdc; }
table caption { font-size: small; font-style: italic; caption-side: bottom; text-align: right; margin-bottom: 1em; }

dd { margin: 0px 0px 1em 0px; padding: 0px; }
dt { font-weight: bold; content-after:':';}

