* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Lucida Grande, Verdana, Helvetica, sans-serif;
    color: #333;
    line-height: 1.2em;
}
h2 {
    margin: .75em 0;
}
h3 {
    margin: .83em 0;
}
a {
    text-decoration: none;
}
a:hover {
    background-color: #fdd;
}
a img {
    border-style: none;
}

#container {
    text-align: center;
}

#header-container,
#navigation-container,
#body-container,
#footer-container {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header .description {
    float: right;
    font-size: 80%;
    line-height: 1.5em;
}

#navigation {
    /*background-image: url(/images/menu_bg.png);*/
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #748ce7;
    background-image: url(/images/menu_bg.png);
}

#navigation ul {
    list-style-type: none;
}
#navigation ul li {
    display: inline;
}
#navigation ul li a {
    display: block;
    float: left;
    line-height: 28px;
    padding: 0 1em;
    background-image: url(/images/menu_bg.png);
    color: #fff;
    margin-left: 1px;
    margin-right: 1px;
    border-bottom: solid 1px #336;
    border-right: solid 1px #669;
    font-size: 10px;
}
#navigation ul li a.selected {
    font-weight: bold;
    background-image: url(/images/menu_selected.png);
}

.section {
    clear: both;
}

.section h2 {
    line-height: 40px;
    background-image: url(/images/title_bg.png);
    padding-left: .5em;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.section h2 .published_at {
    font-size: xx-small;
    float: right;
    margin-right: .5em;
}

.section h3 {
    border-bottom: 1px solid #333;
    line-height: 1.5em;
    font-size: medium;
}

.videos .item-container {
    width: 20%;
    float: left;
    font-size: 80%;
}
.videos .item-container .item {
    text-align: center;
}

.tags {
    font-size: 80%;
    border-top: dotted 1px #ccc;
    text-align: right;
    margin-top: 4px;
    padding-top: 4px;
}

#footer {
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: solid 1px #333;
    padding-top: 5px;
    text-align: center;
}

.copyright {
    font-size: 90%;
}
h2.title a {
    color: #fff;
}
h2.title a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.pickup-video {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}
.pickup-video .title {
    margin-bottom: 5px;
}
.pickup-video .ads {
    float: right;
}

.separator {
    clear: both;
}
.separator hr {
    display: none;
}

