body {
    margin: 0 205px 0 0;
    padding: 0 5px 0 5px;
    font-family: Sans-serif;
    background-color: #E5EAF0;
}

h1.planet {
    text-align: center;
    border-bottom: 2px solid #00f;
    font-weight: normal;
    letter-spacing: -2px;
    text-align: right;
    vertical-align: middle;
    color: #aaa;
    margin-bottom: 5px;
}

p.tagline {
    margin-top: 5px;
    text-align: right;
    color: #999;
}

.daygroup {
    margin: 0 15px 0 15px;
}

h2.planet {
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing:-1px;
    height: 24px;
    text-align: right;
    background:url('/images/uysun.gif') no-repeat left top #E5EAF0;
    border-bottom: 1px solid maroon;
}

.channelgroup {
    margin: 0 10px 0 10px;
    background-color: #fff;
}

h3.planet {
    letter-spacing:-2px;
    font-size: 25px;
    padding: 0 10px 0 10px;
    margin: 0;
    background-color: #97b2ff;
}

h4.planet {
    font-weight: normal;
    letter-spacing:-1px;
    font-size: 20px;
    text-align: center;

    padding: 0 10px 0 10px;
}

.entrygroup p.date {
    text-align: right;
    color: #888;
    font-size: 10px;
    padding-right: 20px;
}

h3.planet a {
    text-decoration: none;
    color: inherit;
}

h4.planet a {
    text-decoration: none;
    color: #7bb500;
}

.entrygroup .content {
    font-family: Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
    padding: 0 20px 0 20px;
    
}

a:link:hover, a:visited:hover {
    text-decoration: underline !important;
    color: #00f !important;
}

.sidebar {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    clear: both;

    padding: 5px;

    font-family: verdana, arial, sans-serif;
    font-size: 10px;
}

.sidebar {
    color: #777;
}

.sidebar h2 {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #aaa;
    color: #333;
}

.sidebar p {
    padding: 0 1em 0 1em;
}


.sidebar ul {
    padding-left: 1em;
    margin-left: 0px;

    list-style-type: none;
}

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

.sidebar a {
    text-decoration: none;
    color: #7bb500;
}

.sidebar ul li a img {
    border: 0;
}

.sidefooter {
    margin-top: 20px;
    text-align: center;
}


