@import url("http://www.fjellstad.org/css/style.css");

div#banner h1 a:link
{ 
  color: red;
  text-decoration: none;
}

div#banner h1 a:hover
{ 
  color: maroon;
}

div#banner h1 a:visited
{ 
  color: red;
  text-decoration: none;
}

div.meta
{ 
  font-size: 75%;
}

div.feedback
{ 
  color: #ccc;
  text-align: right;
  clear: both;
}

div.blogtitle 
{ 
  margin: 0;
}

div.blogtitle a
{ 
  text-decoration: none;
}

div.lastfm
{ 
  margin-top: 2em;
  background: grey;
  color: white;
  font-size: 50%;
  width: 184px;
}

div.lastfm h4
{ 
  padding: 0.2em;
  margin: 0;
}

div.lastfm h4 a:link
{ 
  color: white;
  text-decoration: none;
}

div.lastfm h4 a:visited
{ 
  color: white;
  text-decoration: none;
}

#sidebar ul
{ 
  color: #ccc;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding-left: 3px;
  text-transform: lowercase;
}

#sidebar ul li 
{ 
  font: italic normal 110% 'Times New Roman', Times, serif;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding-bottom: 2px;
}

#sidebar ul h2
{ 
  font: italic normal 110% 'Times New Roman', Times, serif;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#sidebar ul ul 
{
  font-variant: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#sidebar ul ul li 
{
  border: 0;
  font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 12px;
  }

#sidebar ul ul li a 
{
  color: white;
  text-decoration: none;
}

#sidebar ul ul li a:hover 
{
  border-bottom: 1px solid #809080;
}

#sidebar ul ul ul.children 
{
  font-size: 142%;
  padding-left: 4px;
}

#blog a img
{ 
  float: left;
  border: none;
  margin-right: 1em;
}

#blog div.entry
{ 
  margin-bottom: 2em;
  border-top: solid;
  border-top-width: thin;
  border-top-color: black;
}

#blog a + div.entry
{ 
  margin-bottom: 2em;
  border-top: none;
}

#blog div.entry:first-child
{ 
  margin-bottom: 2em;
  border-top: none;
}

#blog div.entry h3.blogtitle
{ 
  color: red;
}

#blog div.entry h3.blogtitle a
{ 
  text-decoration: none;
}

#blog div.entry h3.blogtitle a:link
{ 
  color: red;
}


#blog div.entry h3.blogtitle a:visited
{ 
  color: red;
}

#blog span.date
{ 
  color: maroon;
  font-style: italic;
  margin-right: 1em;
  display: run-in;
}

