body {
  border-right: 1px dotted #ccc;
  background: #fff url(title_bg.png) 0 -80px repeat-x;
  margin-right: 200px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}

h1 {
  margin-top: 0px;
  padding-top: 20px;
  letter-spacing: -2px;
  text-transform: lowercase;
  text-align: center;
  color: gray;
}

h2 {
  color: #200080;
  margin-left: -10px;
  border-top: 0px solid #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

h4 {
  font-weight: bold;
}

h4 a {
  text-decoration: none;
  color: inherit;
}

img.face {
  float: right;
  margin-top: -3em;
}

a {
        text-decoration: underline;
}
a:link {
        color: #2975c3;
}
a:visited {
        color: #222222;
}
a:active {
        color: #fff !important;
        background-color: #049d0b;
}
a:hover {
        color: #049d0b;
        text-decoration: underline;
}


#nav-top, #nav-bottom {
        clear: both;
        text-align: center;
        list-style-type: none;
}
#nav-top li, #nav-bottom li {
        margin: 0;
        display: inline;
}
#nav-top li a, #nav-bottom li a {
        padding: 8px 12px;
        text-decoration: none;
        border-left: 1px dotted #ccc;
}
#nav-top li:first-child a, #nav-bottom li:first-child a {
        border: 0;
}
#nav-top {
        margin: 0;
        padding: 0.5em;
        border: 2px solid #049d0b;
        background-color: #ddffdf;
        -moz-border-radius: 2.5px;
}

blockquote {
  border: 2px dashed #ccf;
  background-color: #eef;
  padding: 0.5em;
}

blockquote p {
  margin-top: 0;
}

.entrygroup {
  margin-left: 1em;
}

.entrygroup h4 {
  padding: 0.5em;
  background: #fff url(images/lines.png) top left repeat-x;
  border: 1px solid #dedee0;
}
.entry {
  margin-bottom: 2em;
  margin-left: 1em;
}

.entry .date {
  clear: both;
  color: gray;
  font-size: 80%;
}

.entry .date a {
  text-decoration: none;
  color: inherit;
}

.sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-left: 0px;
  font-size: 80%;
}

.sidebar h2 {
  font-size: 110%;
  font-weight: bold;
  color: black;
  padding-left: 5px;
  margin-left: 0px;
}

.sidebar ul {
  padding-left: 1em;
  margin-left: 0px;
  list-style-type: none;
}

.sidebar ul li:hover {
  color: gray;
}

.sidebar ul li a {
  color: #00f;
  text-decoration: none;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

.sidebar a img {
  border: 0;
  text-decoration: none;
}

.sidebar p {
  border-top: 1px dotted #ccc;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 5px;
}

.sidebar div#logo {
	padding-left: 5px;
}

.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
    cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}

.channelgroup {
  margin-right: 2em;
}

.channelgroup h3 {
  margin: 0;
  padding: 0;
}

.channelgroup h3 a {
  display: block;
  width: 100%;
  background: #2798D2 url(images/channelgroup.png) repeat-x;
  border: solid 1px #468BAE;
  padding: 0.3em 0.5em;
  text-decoration: none;
  color: #fff;
}

.channelgroup h3 a:hover {
  background: #FF790B url(images/channelgroup_hover.png) repeat-x;
  border: solid 1px #DB7623;
}

