h3#channels {
background: #98c0bd;
padding: 5px;
line-height: 29px;
}

.channel_description {
width: 430px;
margin: 0px 0px 0px 330px;
}

table#articles-list {
margin: 20px 0px 0px 0px;
border-collapse: collapse;
border-top: solid 1px #452215;
}

table#articles-list tbody tr td {
background: #f5e1aa;
margin: 0px;
}

table#articles-list tbody tr td, table#articles-list tbody tr th {
border-bottom: solid 1px #452215;
padding: 4px 3px 4px 3px;
}

table#articles-list tbody tr td a {
background: none;
}

table#articles-list tbody tr td a span.title {
color: #18877f;
}

table#articles-list tbody tr td a:hover span.title {
text-decoration: underline;
}

table#articles-list tbody tr td a span.date {
color: #452215;
}

table#articles-list tbody tr td a:hover span.date {
text-decoration: none;
}

table#articles-list tbody tr.year th {
font-size: 16px;
}

table#articles-list tbody tr.month th {
background: #98c0bd;
color: #452215;
}

p.info {
font-size: 0.9em;
}

.content a {
background: #98c0bd;
padding: 0px 4px 1px 4px;
}

.content a:hover {
background: #a8dcea;
}
