#shiny {
    font-family: georgia, geneva;
display: block;
position: absolute;
left: 10px;
top: 10px;
     z-index: 999;
width: 75%;
height: 75%;
margin: 25px;
padding: 25px;
background: pink;
border: 5px solid #f88;
}
#shiny h1, #shiny h2 {
    font-family: georgia, geneva;
    text-decoration: none;
    border: none;
    clear: both;
   font-weight: normal;
   text-align: center;
}
#shiny .datehead {
    font-size: 25px;
color: #a22;
       text-align: center;
}
#shiny p {
margin: 30px auto 30px auto;
width: 75%;
       text-align: center;
}
#shiny .close {
float: right;
}

a         { color: #063; font-weight: bold; text-decoration: none;} 
a:link    { color: #063; text-decoration: none; } 
a:visited { color: #030; text-decoration: none; } 
a:active  { color: #030; text-decoration: none; }
a:hover   { color: #030; text-decoration: underline;}

.hide { display:none; }

.skiplink { display:none }

form { display: inline; }

body
{
  margin: 0;
  padding: 0;
  background-color: #aaa;
  background-repeat : repeat;
  text-align: center;
  color:#000;
  font-family: Georgia, Palatino, Times, serif;
  font-size: 13px;
  font-weight:normal;
}

.nav {
  font-family: verdana, arial, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 5px 270px 4px 30px;
  text-align: left;
  border-bottom: 1px solid #030;
  background-color: #fff;
}

.nav li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  z-index: 4;
}
.nav a:link, .nav a:visited {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  margin: 0 10px 0px 10px;
  text-decoration: none;
  color: #093;
  z-index: 4;
}
.nav a:link.active, .nav a:visited.active, .nav a:hover {
  border-bottom: 4px solid #030;
  padding-bottom: 2px;
  color: #030;
  z-index: 4;
}
.nav a:hover {
  color: #030;
  z-index: 4;
}

#mainContainer {
  text-align: left;
  border: 1px solid #003;
  background-color: #ddd;
  margin: 15px 20px 50px 20px;
  line-height: 1.2em;
}

#pageTitle {  
  font-size: 32px;
  font-family: monospace;
  line-height: 1em;
  
  background: #000;
  color: #0d0;
  text-shadow: 3px 3px 3px #070;  

  padding: 1em;
  letter-spacing: 1em;

  padding: 10px 40px 10px 40px;
  margin: 0px 270px 0px 0px;
}
#pageTitle a {
  color: #0d0;
  /*color: #7F6954;*/
}
#pageTitle a:hover {
  text-decoration: none;
}

.content {
  /*text-align: justify;*/
  line-height: 1.75em;
  background-color: #fff;
  padding: 10px 40px 1px 40px;
  margin: 0px 270px 0px 0px;
}

#sideCol {
  position: absolute;
  top: 16px;
  right: 21px;
  padding: 0px 0px 30px 0px;
  width:270px;  
  text-align: right;
  background-color: #dedede;
}
#sideCol h3 {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.side {
  padding: 5px 30px 5px 30px;
  font-size: smaller;
}
.side ul li {
  margin-left: -18px;
  margin-bottom: 1em;
  list-style-type: none;
  text-align: left;
}

.side ul li:before {
  content:"\BB";
}

.sideHead {
  padding: 15px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.side .relatedEntries, .side .nearbyEntries {
  font-weight: bold;
  text-align: left;
  list-style-type: none;
  text-indent: -2em;
}
.side .relatedEntries li, .side .nearbyEntries li {
  font-weight: bold;
  margin-bottom: 1em;
}
.side .relatedEntries li .entryDate:after, .side .nearbyEntries li .entryDate:after {
  content:" \BB"
}
.side .relatedEntries li a.permalink:after, .side .nearbyEntries li a.permalink:after {
  content:" \2014"
}
.side .relatedEntries li .commentCount:before, .side .nearbyEntries li .commentCount:before {
  content: url("../images/icon_reaction.gif");
}

.nearby {
  font-weight: bold;
  line-height: 20px;
}

#sideLogo  {
  display: inline;
  font-size: 18px;
  font-family: monospace;
  line-height: 1em;
  background: #000;
  padding: 1em;
  float: right;
}
#sideLogo3 {
  color: #0f0;
}
#sideLogo1, #sideLogo2, #sideLogo4, #sideLogo5 {
  color: #080;
}

.side .archiveByMonth {
  text-align: left;
}
.side .archiveByMonth .yearList {
  padding-bottom: 5px;
}
.side .archiveByMonth .year {
  font-weight: bold;
}
.side .archiveByMonth ul {  
  display: inline;
  margin: 0 0 5px 5px;
  padding: 0;
  list-style: none;  
}
.side .archiveByMonth li {
  display: inline
  list-style-type: none;
  margin: 0; 
  padding: 0;
  display: inline;
}

table.archiveByDate { 
  /* margin-left: auto; */
  margin-bottom: 20px;
}
.archiveByDate tbody tr {
  vertical-align: top;
}
.archiveByDate tbody tr td {
  text-align: right;
  border: 1px dotted #030;
}
.side .archiveByDate { 
  /* margin-left: auto; */
  margin-bottom: 0px;
}
.side .archiveByDate tbody tr td {
  text-align: right;
  border: 1px dotted #030;
  font-size: 10px;
  padding: 5px;
}

.archiveByCategory {
  margin-left: auto;
  width: auto;
  text-align: left;
}

.side .archiveByCategory {
  text-align: left;
  margin-left: auto;
  margin-right: 0px;
}

table.monthArchive { 
  /* margin-left: auto; */
  width: 100%;
  margin-bottom: 20px;
  font-size: smaller;
}
.monthArchive caption {
  font-family: verdana, arial, sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px #888 solid;
  margin: 0px 15px 10px 0px;
  text-shadow: 2px 2px 2px #aaa;
}
.monthArchive tbody tr {
  vertical-align: top;
}
.monthArchive tbody tr td {
  width: 14%;
  height: 100px;
  text-align: right;
  padding: 8px;
  margin: 8px;
  border: 1px dotted #030;
}
.monthArchive tbody tr td.empty {
  background-color: #ddd;
}

.monthArchive tbody tr td .dateNumber {
  text-align: left;
  font-size: larger;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.monthArchive tbody tr td .dateItem {
  display: block;
  width: 100%;
  border-top: 1px dotted #030;
  margin: 5px 0px 5px 0px;
  padding: 10px 0px 10px 0px;
  font-size: smaller;
}

#foot {
  clear: both;
  background-color: #bbb;
  margin: 0px 0px 0px 0px;
  padding: 40px 40px 40px 40px;
}

.postMeta {
  font-family: verdana, arial, sans-serif;
  text-align: right;
  padding: 20px 0px 20px 0px;
}

.olderPost {
  clear: both;
  padding: 10px 0px 10px 0px;
  font-size: 0.9em;
  /* line-height: 1.5em; */
}
.olderPostMeta { 
  font-family: verdana, arial, sans-serif;
  font-size: 0.9em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  /* line-height: 1.5em; */
}
.olderPostMetaHead {
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 1.125em;
  /* line-height: 1.5em; */
}
.olderPostMetaFoot {
  font-family: verdana, arial, sans-serif;
  padding: 7px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  /* line-height: 1.5em; */
}

.yearPost {
  padding: 2px 0px 2px 0px;
  /* line-height: 1.5em; */
}
.yearPost h2 {
  padding-top: 10px;
}
.yearPostMeta {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  /* line-height: 1.5em; */
}
.yearPostMetaHead {
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 0px 60px;
  text-indent: -30px;
  /* line-height: 1.5em; */
}
.yearPostMetaFoot {
  padding: 7px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  /* line-height: 1.5em; */
}

.comment {

  margin: 20px 20px 5px 20px;
  border: 1px solid #999;
}
.commentType {
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
  width: 80px;

  padding: 5px 5px 0px 5px;
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
  float: left;
}
.commentMeta {
  font-family: verdana, arial, sans-serif;
  font-size: 0.9em;
  
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px dashed #999;
  border-left: 1px dashed #999;
  float: right;
}
.commentMeta img {
  margin: 0px 4px -5px 2px;
}
.commentTitle {
  clear: both;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 5px 0px 5px 15px;
  margin: 20px 0px 10px 0px;
  text-shadow: 2px 2px 2px #aaa;
}
.commentBody {
  clear: both;
  padding: 5px 15px 15px 15px;
}

.archiveLinks .emptyMonth {
  font-weight: bold;
}

.breadcrumbs {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.8em;
  background-color: #fff;
  /* padding: 15px 40px 5px 40px; */
  margin: 15px 0px 0px 0px; 
}

.breadcrumbs a:after, .breadcrumbs span:after {
  content:" \BB";
}


div.blogsfavs {  line-height: 1.5em; }
div.blog { text-align: right; }
div.blog span.updated { color: #777; }

.content .blog {
  background: #fff;
  font-size: 0.9em;
  text-align: left;
  display: block;
  float: left;
  width: 260px;
  padding: 0px 0px 0px 5px;
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
}

.content .recentChanges { 
  background: #fff;
  font-size: 0.75em;
  text-align: left;
  display: block;
  float: left;
  width: 30%;
  padding: 0px 8px 0px 0px;
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
  white-space: nowrap;
}

.homeBlog .entry {
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
  font-weight: bold;
  text-align: left;
  list-style-type: none;
  text-indent: -2em;
}

#growup {
  clear: both;
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 30px 0px 30px 0px;
}
#growup img {
  border: 1px solid #000;
}

.side .delPost {
  line-height: 1.5em;
  padding-left: 25px;
  text-indent: -25px;
  text-align: left;
  padding-bottom: 5px;
  font-size: x-small;
}

.content .delPost {
  font-size: 0.9em;
  text-align: left;
  display: block;
  float: left;
  width: 250px;
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
}

.delPost {
  line-height: 1.5em;
  text-indent: -25px;
  text-align: left;
  padding: 5px 0px 5px 25px;
}

.delLink {
  font-family: verdana, arial, sans-serif;
}
.delLink:after {
  padding-left: 5px;
  padding-right: 5px;
  content: "\2014";
  white-space: nowrap;
}
.delTag {
  font-family: verdana, arial, sans-serif;
}

.commentsForm {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.linkblog {
  padding-top: 0px;
}
li.linkblog {
  padding-bottom: 10px;
}
li.linkblog a {
  /*font-family: verdana, arial, sans-serif;*/
}
.linkblogBlurb {
  padding-left: 20px;
}
.linkblogCategories {
  padding-left: 5px;
  font-size: 10px;
}
.linkblogSideTags {
  float:left;
  width:50%;
  line-height: 1.75em;
  font-size: smaller;
}

h1, h2, h3, h4, h5 {
  font-family: verdana, arial, sans-serif;
}

h1 {
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px #888 solid;
  margin: 0px 0px 10px 0px;
  text-shadow: 2px 2px 2px #aaa;
}
h1.date {
  margin: 5px 0px 15px 0px;
}
h1.homeDate {
  padding-top: 20px;
}
h1.pageTitle {
  padding-top: 20px;
}
h1.entryDate {
  /*text-align: center;*/
  
}
h2 {
  font-size: 18px;
  line-height: 20px;
  padding: 0px 0px 5px 0px;
  margin: 5px 0px 15px 0px;
  text-shadow: 2px 2px 2px #aaa;
  /*text-align: center;*/
}

h3 {
  font-size: 14px;
  line-height: 16px;
  padding: 0px;
  margin: 0 0 6px 0;
  text-shadow: 2px 2px 2px #aaa;
}
.side h3 {
  border-bottom: 1px #888 solid;
}

h2 a.permalink {
  color: #000;
  text-decoration: none;
}

acronym {
  border-bottom: 1px dotted black;
}

pre, code {
  color: #111;
}

pre {
  font-size: 0.85em;
  line-height: 1.1em;
  padding-left: 2em;
}

blockquote {
  font-style: italic;
  color: #111;
}
blockquote {
  margin-left: 3em;
  padding-left: 1em;
  border-left: 2px solid gray;
}


