a { text-decoration: none; }
h1, h2, h3, h4, h5, h6, pre, code, li, p {
	font-size: 1em;
	font-weight: normal;
}
ul, ol, dl, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, body, html, p, blockquote, fieldset, input, td, th, textarea, abbr, code{
	padding: 0;
	margin: 0;
    font-family: inherit;
    border: 0;
}
a img, a:link img, a:visited img, a:hover img, a:visited:hover img {
	border: 0;
}
li {
    list-style: none;
}
body {
    font-family: "Lucida Grande", "Lucida Sans", helvetica, verdana, arial, sans-serif;
    font-size: 62.5%;
    color: #272727;
    background: #272727;
    line-height: 150%;
}
#main-margin {
    margin: 0 auto 0 auto;
    width: 558px;
}
#main {
    float: left;
    -webkit-box-shadow:  0px 0px 25px 2px #000;
    box-shadow:  0px 0px 25px 2px #000;
}
h1 a {
    width: 558px;
    height: 138px;
    background: url(header.png) no-repeat;
    display: block;
}
h1 a span {
    display: none;
}
#about {
    width: 100%;
    background: #435D83;
    color: #fff;
    float: left;
}
#about h2 {
    font-size: 130%;
    line-height: 155%;
    width: 305px;
    float: left;
    margin: 11px 0px 15px 25px;
}
#about h2 a {
    color: #FFDC5F;
}
#about h2 a:hover {
    color: #FFEFA4;
}
#about .columns {
    float: right;
    margin: 12px 10px 0px 0px;
}
#about .column {
    float: left;
    width: 7em;
    font-size: 110%;
    margin-left: 22px;
}
#about .column h3 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: .5em;
}
#about .column a {
    color: #FFDC5F;
}
#about .column a:hover {
    color: #FFF3A3;
}
#about .column li {
    margin-bottom: .3em;
}
#content {
    width: 100%;
    float: left;
    background: #fff;
}
#content p, #content li {
    font-size: 120%;
}
#content p {
    line-height: 150%;
}
#content-padding {
    padding: 22px 25px 20px 25px;
}
#content a {
    color: #406BA9;
}
#content a:hover {
    color: #4f90ec;
}
#content .entry {
    margin-bottom: 5em;
    padding-bottom: 1em;
    float: left;
    overflow: hidden;
}
#content .info-column {
    width: 66px;
    float: left;
    text-align: right;
    padding-bottom: 2000px;
	margin-bottom: -2000px;
	
    background: #b6c0cf; /* Old browsers */
    background: -moz-linear-gradient(top,  #b6c0cf 0%, #e9edf5 14%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6c0cf), color-stop(14%,#e9edf5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b6c0cf 0%,#e9edf5 14%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b6c0cf 0%,#e9edf5 14%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b6c0cf 0%,#e9edf5 14%); /* IE10+ */
    background: linear-gradient(top,  #b6c0cf 0%,#e9edf5 14%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6c0cf', endColorstr='#e9edf5',GradientType=0 ); /* IE6-9 */
}
#content .number {
    float: left;
    width: 100%;
    height: 26px;
    font-size: 220%;
    text-align: right;
    background: #435D83;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 160%;
    margin-bottom: 6px;
}
#content .info-column .date {
    font-size: 110%;
    text-transform: uppercase;
    color: #6B85A6;
    margin: 0 7px 0 0;
}
#content .number span {
    float: right;
    margin: 5px 7px 0 0;
}
#content .content-column {
    float: left;
    padding: 0 0 0 17px;
    width: 418px;
}
#content h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 200%;
    margin-bottom: 12px;
    line-height: 26px;
    margin-top: -1px;
}
#content h2 a, #content .play a {
    color: black;
}
#content .play a {
    font-size: 140%;
    margin: 0 0 15px 0;
    padding-left: 34px;
    line-height: 24px;
    height: 26px;
    float: left;
    background: url(play.png) no-repeat;
}
#content h2 a:hover, #content .play a:hover {
    color: #555;
}
#content .duration {
    font-size: 70%;
    margin-left: .3em;
}
#content p {
    margin-bottom: 1em;
    clear: both;
}
#content ul {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}
#content li {
    list-style: disc;
    margin-left: 1.5em;
    margin-top: .5em;
}
#content .pagination {
    text-align: center;
}
