/* CSS copyright (C) 2005 and onwards
   ubertuber labs */

/* not recognized by CSS validator.  dbl check */
/* @charset "utf-8"; */

body {
 color: rgb(32,48,32);
 background-color: rgb(250,254,245);
 font-size: 12px;
 font-family: "Lucida Grande", Arial, sans-serif;
 padding: 0px;
}

img { border: none; }

#container {
 width: 80%;
 margin: auto;
 margin-top: -8px;
 padding: 0px;
}

#logo {
 width: 202px;
 height: 30px;
 margin: 0px;
 padding: 0px;
 background-color: rgb(50,86,0); 
 float: right;
}

#logo img {
 padding: 0px;
 padding-top: 2px;
 padding-right: 2px;
 float: right;
}

#banner {
 padding: 0px;
 margin: 0px;
 height: 30px;
 background-image: url("/images/potatoes.jpg");
 background-position: left center;
 background-repeat: repeat-x;
 border-bottom: solid 1px rgb(50,86,0);
 border-left: solid 1px rgb(50,86,0);
 border-right: solid 1px rgb(50,86,0);
} 

#content {
 padding-right: 30px;
 padding-left: 30px;
 margin-right: 240px;
}

#sidebar {
 float: right;
 width: 184px;
 \width: 194px;
 w\idth: 184px;
 margin: 0px;
 padding-left: 8px;
 padding-right: 10px;
 padding-bottom: 15px;
 padding-top: 10px;
 text-align: left;
 background-color: rgb(250,250,214);
 border-left: dotted 1px rgb(50,86,0);
 border-right: dotted 1px rgb(50,86,0);
 border-bottom: dotted 1px rgb(50,86,0);
}

#footer {
 clear: both;
 padding: 5px;
 padding-top: 30px;
 text-align: center;
 font-size: 90%;
 line-height: 75%;
}

.grlink a {
 text-decoration: none;
 color: rgb(91,158,0);
 border: none;
}

.grlink a:hover {
 background-color: rgb(175,245,79);
 border: dotted 1px rgb(100,135,43);
 color: rgb(59,83,26);
 margin: -1px;
 padding: 0px;
}

.bluelink a {
 text-decoration: none;
 color: rgb(0,91,158);
 border: none;
}

.bluelink a:hover {
  background-color: rgb(193,223,245);
  border: dotted 1px rgb(42,100,135);
  color: rgb(26,59,83);
  margin: -1px;
  padding: 0px;
}

.blogBody {
 line-height: 160%;
}

.blogBody blockquote {
  padding-left: 10px;
  border-left: 1px dotted rgb(50,86,0);
}

.blogBody li {
 margin-bottom: 10px;
}

.attr {
  text-align: right;
}

.attr:after {
 content: " ]";
}

.attr:before {
 content: "[ ";
}

.update:before { 
 content: "UPDATE: ";
}

.byline {
 font-size: 11px;
 text-align: right;
 margin-top: 10px;
}

.moblogbyline {
 font-size: 11px;
 text-align: left;
 margin-top: 10px;
}

.ttags, .tags {
 display: none;
}

.separator {
 background-image: url('/images/potato_sm.gif');
 background-position: center center;
 background-repeat: no-repeat;
 height: 29px;
 margin-top: 20px;
}

#sidebar { line-height: 17px; }

/* add extra padding for a:hover border to show */
#tagslist p { padding-left: 1px; }

#sidebar h3 {
 margin-bottom: 0px;
 margin-top: 10px;
 padding-top: 0px;
}

#sidebar ul {
 padding: 0px;
}

#sidebar li {
 display: block;
 list-style-type: none;
 /* add extra padding for a:hover border to show */
 padding: 1px;
 padding-left: 6px;
 margin-bottom: 4px;
 text-indent: -5px;
}

/* Search bar */

#sidebar .text { 
  border: 1px solid rgb(50,86,0);
  width: 10em;
  padding-left: 2px;
  padding-right: 2px;
}

#sidebar .btn {
  background-color: rgb(250,254,245);
  border: 1px solid rgb(50,86,0);
}

/* commenting code */

#comments { 
 width: 60%;
 font-size: 90%;
 color: rgb(48,74,48);
 margin-top: 20px;
}

#links { 
 width: 60%;
 font-size: 90%;
 color: rgb(48,74,48);
 margin-top: 20px;
}

.comment { 
 border: 1px dotted rgb(50,86,0);
 margin-bottom: 5px;
}

.comment-body { 
 margin-left: 15px;
 margin-right: 15px;
 line-height: 160%;
}

.comment-data { 
 text-align: right;
}

.comment-create { 
 text-align: left;
}




