body {
    font-size:80%;
    padding:0;
    font-family:Verdana, Arial, sans-serif; 
}

#header {
    height:70px;
    /* background:yellow; */
    padding-left:20px;
    border-bottom: solid 2px #273b91;
}

a img {
    border:none;
    text-decoration:none;
}

#all-content {
    width:860px;
    margin-left:auto;
    margin-right:auto;
    /* background:blue; */
}

#main {
    width:640px;
    float:left;
    /* background:green; */
    padding:0 20px;
}

#sidebar {
    width:180px;
    /* background:pink; */
    float:left;
}

.show {
    border-bottom: 2px dashed #ccc;
    padding-bottom:10px;
}

.show-title {
    clear:both;
    margin-bottom:0;
}


h1 {
    font-family:helvetica, arial, sans-serif;
/*    font-size:14px; */
    font-size: 160%;
	color:#444;
}

a {
    color:#273b91;
}

.show-title a:hover, .show a:hover {
    color:blue;
}

.show-picture {
    float:left;
    margin-right:20px;
}

.show-watch-link {
    font-weight:bold;
}


.show-date {
    font-style:italic;
    margin-top:0;
}

#recent-episodes-header {
    border-top: 2px dashed #ccc;
}

#recent-episodes {
    background: #f0f3ff;
}

#footer {
    font-size:75%;
    border-top:1px dotted #EEE;
    clear:both;
    margin:10px 20px;
    text-align:left;
    color:#444;
}

