html { 
  background: white;
  color: #000;
}

/*a           { text-decoration: none; }*/
a:link      { color: #4d7579; }
a:visited   { color: #4a3c50; }
/*a:active    { color: #; }*/
a:hover     { text-decoration: underline; }

/*
a {
  color:rgb(0,102,204);
  text-decoration:none
}
a:hover {
  color:rgb(17,68,119);
  text-decoration:underline
}
a:visited {
  color:rgb(162,66,124)
}
*/

@font-face {
  font-family: "Graublau Sans Web";
  src: url("http://www.kehlet.cx/fonts/GraublauWeb.otf") format("opentype");
}
@font-face {
  font-family: "Graublau Sans Web";
  font-weight: bold;
  src: url("http://www.kehlet.cx/fonts/GraublauWebBold.otf") format("opentype");
}

body {
  margin: 0px 10px 10px 10px;
  padding: 0;
  /*font-size: 90%;*/
  font-size: 12px;
  /*font-family: arial, sans-serif;*/
  /*font-family: Geneva, Tahoma, sans-serif;*/
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#nav {
  margin: 10px 0px 0px 10px;
  padding: 10px 0px 10px 10px;
  vertical-align: top;
  white-space: nowrap;
  font-size: 16px;
}

.navHeader {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666;
}

#navList {
  font-size: 10px;
}

.friendList {
  font-size: 11px;
}

#logo {
}

#siteName { 
  font-size: 18px;
  font-weight: bold;
  color: black;
}

#tagline {
  font-size: 10px;
  border: solid 1px #000;
  /* italic?? */
}

.newerOlderLinks {
  margin: 10px 10px 20px 10px;
  font-size: 14px;
  font-weight: bold;
}

#sheet { 
  /* argh, IE isn't honoring my bottom margin, so I'm printing a br tag instead */
  margin: 0px 10px 0px 10px;
  padding: 0px 25px 10px 25px;
  font-size: 12px;
  color: #202020;
  /*background: #ccddd9;*/
  /*background: #f0f0f9;*/
  /*background: #f3f5f4;*/ /* was good */
  background: #f8faf9;
  border: 1px solid #f3f5f4;
}

#postingsSheet { 
/*
  margin: 0px 40px 0px 40px;
  padding: 20px 20px 20px 20px;
*/
  margin: 0px 10px 0px 10px;
  padding: 0px 25px 10px 25px;
  font-size: 11px;
  /*background: white;*/
  /*background: #eff0e0;*/
  /*background: #f4f5e5;*/
  background: #f3f5f4;
  color: black;
  /*border: dotted 1px black;*/
  line-height: 130%;
  /*display: table;*/
}

.sidebarSheet { 
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  background: white;
  color: black;
}

#articleListSheet { 
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  font-size: 9px;
  background: white;
  color: black;
}

#sheet td {
  /*font-size: 14px;*/
  /* AAA */
  /*color: #112023;*/
}

#articleHeading {
  margin: 0px -25px 0px -25px; /* offsets match padding in #sheet */
  padding: 10px 10px 10px 10px;
  /*background-color: #e1e2e1;*/ /* was good */
  background-color: #f3f5f4;
  font-size: 24px;
  font-weight: bold;
  /*font-family: Georgia;*/
  /*font-family: Palatino, "Palatino Linotype", "Book Antigua", serif;*/
  /*font-family: "Graublau Sans Web", "Helvetica", "Arial", sans-serif;*/
  font-family: "Graublau Sans Web", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  /*color: #008000;*/
  /*color: #000080;*/
  /*color: #666;*/
  color: rgb(43, 51, 59);
}

#articleSubtitle { 
  margin: 0px -25px 10px -25px; /* offsets match padding in #sheet */
/*  background-color: #e9ebea; */
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  /*font-style: italic;*/
}

#articleBody {
  float: left;
  width: 100%;
}

#articleTextArea {
  width: 100%;
  height: 300px;
}



#postings { 
/*  margin: 10px 0px 0px 0px;  */
  /*border-top: dotted 1px #ccc;*/
}

.postingHeader { 
  /*margin: 5px 5px 0px 10px;*/
  /*margin: 0px 10px;*/
  margin: 0px -25px 10px -25px; /* offsets match padding in #postingsSheet */
  padding: 5px;
  background-color: #e1e2e1;
  font-size: 12px;
  font-weight: bold;
  /*color: #000080;*/
  /*color: #294549;*/
  color: black;
}

#postingSubHeader { 
  margin: 0px 0px 0px 10px;
  font-size: 11px;
  /*font-style: italic;*/
}

.posting { 
  margin: 5px 5px 0px 5px;
  padding: 5px 5px 5px 5px;
  /*border: solid 1px #ccc;*/
  font-size: 11px;
  /* AAA */
  color: #112023;
  /*background: #d0e3ef;*/
  /*background-color: #dcdcdc;*/
  /*background-color: #eeeeee;*/
  /* 11/14 */
  /*background: #e7fed4;*/
  /*background: #FfFfd4;*/
  /*background: #ececff;*/
  /*background: #f2efdc;*/
  /* AAA */
  /*background: #efefff;*/
}

.postingHeading { 
  font-weight: bold;
  /*font-style: italic;*/
}

.postingBody { 
}

#OLDpostingPrompt { 
  margin: 20px 0px 20px 0px;
}


#postingTextArea {
  width: 100%;
  height: 100px;
}





#header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer {
  clear: both;
  font-size: 10px;
  margin: 0px 25px 0px 25px;
  padding: 10px 0px 15px 0px;
  /*background: #aaa;*/
  border-top: solid 1px #ccc;
  text-align: right;
  /*width: 95%;*/
}


#label { 
  font-weight: bold;
}

#finePrint {
  font-size: 10px;
  /* italic?? */
}

img {
  border: 0px;
  padding: 10px;
}

.right-pullout {
  float: right;
  margin: 0 0 10px 10px;
  border: solid 1px #999999;
}
.right-pullout .right-pullout-image {
  margin: 10px 10px 0px 10px;
  padding: 0;
  /*border: solid 1px yellow; */
}
.right-pullout .right-pullout-caption {
  text-align: center;
  margin: 0;
  padding: 5px;
  font-size: 10px;
  /*border: solid 1px red;*/
}


