
body
{
  color: rgb(20,40,20);
  background-color: rgb(240,255,255);
}

:link
{ 
  color:  rgb(64,64,255);
  background-color: inherit;
}

:visited
{ 
  color: rgb(32,32,128);
  background-color: inherit;
}

p
{
  font-family: "Linux Libertine O", "Linux Libertine", "Georgia", serif;
}

#main-content p:first-letter
{ 
  font-family: "Linux Libertine O", "Linux Libertine", "Georgia", serif;
  font-variant: small-caps;
  font-size: larger;
}

h1
{
  text-align: right;
  font-family: "Linux Biolinum O", "Linux Biolinum", "Verdana", sans-serif;
  font-size: xx-large;
  font-weight: bold;
  color: rgb(60,10,90);
}

#page-title
{ 
}

#main-content
{
  position: absolute;
  left: 9%;
  top: 1ex;
  width: 52%;
  border-style: dotted;
  border-width: 4px;
  border-color: rgb(192,192,192);
  background-color: rgb(240,240,255);
  padding: 2em;
}

#main-content p
{ 
  text-align: justify;
}

#side-content
{ 
  position: absolute;
  right: 2em;
  top: 3ex;
  width: 24%;
  border-bottom-width: 4px;
  border-bottom-color: rgb(192,192,192);
  border-bottom-style: double;
  padding-bottom: 2px;
}

h2
{
  text-align: center;
  font-family: "Linux Biolinum O", "Linux Biolinum", "Verdana", sans-serif;
  font-size: x-large;
  font-style: italic;
}

kbd
{
  font-family: monospace;
}

*#copyright
{
  border-top-style: solid;
  border-top-width: 2px;
  margin-top: 1em;
  margin-bottom: 0em;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0em;
  /*background-color: rgb(128,128,128);*/
  border-color: rgb(192,192,192);
  /*height: 0.1ex;*/
  font-family: "Linux Biolinum O", "Linux Biolinum", "Verdana", sans-serif;
  font-size: smaller;
  width: 100%;
  clear: both;
}

div.blog>h2 /* the date */
{ border-top-width: 2px;
  border-top-style: dotted;
  border-top-color: rgb(192,192,192);
  font-size: large;
  padding-top: 2ex;
}

div.blog h3 /* the entry title*/
{ 
}

*#dailythumb
{ 
  border-width: 2px;
  border-style: dotted;
  border-color: rgb(192,192,192);
  margin-bottom: 2ex;
  padding: 4px;
  text-align: center;
}

*#dailythumb > img
{ 
}

*.blurb
{ 
  text-align: center;
  font-size: smaller;
}

*#side-content p
{ 
  font-size: smaller;
  font-family: "Linux Libertine O", "Linux Libertine", "Georgia", serif;
  font-style: normal;
}

*#side-content h1
{ 
  font-size: small;
  font-family: "Linux Biolinum O", "Linux Biolinum", "Verdana", sans-serif;
  font-variant: small-caps;
  text-align: center;
  font-weight: normal;
}

*#quicknews span.date
{ 
  font-size: small;
  font-family: "Linux Biolinum O", "Linux Biolinum", "Verdana", sans-serif;
  font-weight: bolder;
}

#quicknews p:first-line
{ 
  text-align: left;
}

#quicknews p
{ 
  text-align: justify;
}

#logo
{ 
  text-align: right;
}