body {
    background-image: -webkit-linear-gradient(top,#0e1e38,#27539b);
    background-image: -moz-linear-gradient(top,#0e1e38,#27539b);
    background-image: -o-linear-gradient(top,#0e1e38,#27539b);
    background-image: linear-gradient(to bottom,#0e1e38,#27539b);
    background-repeat: no-repeat;
}
.container {
    line-height: 2.1;
}
.hero_container {
    background-image: -webkit-linear-gradient(top,#0e1e38,#27539b);
    background-image: -moz-linear-gradient(top,#0e1e38,#27539b);
    background-image: -o-linear-gradient(top,#0e1e38,#27539b);
    background-image: linear-gradient(to bottom,#fff,#dadada);
}
/*.img-rounded,*/.episode_image, .book_image {
    box-shadow : 5px 5px 10px #000;
    -o-box-shadow: 5px 5px 10px #000;
    -webkit-box-shadow: 5px 5px 10px #000;
    -moz-box-shadow: 5px 5px 10px #000;
    margin-bottom: 1em;
}
.episode_image {
    margin-bottom: 1em;
}
.ep-download {
    padding: 5px 40px 0;
    float: right;
}
.navbar-brand {
    background: url(/img/opensourcecreative.png) no-repeat 5px 0px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}
.hompage_episode_description {
    padding-left: 50px;
}
blockquote li {
    margin-bottom: 1em;
}
.vendors {
    list-style-type: none;
    padding: 0.5em 0 5em 0;
}
.vendors > li {
    float: left;
    padding: 0 0.25em;
}
.vendor > li:last-child {
    clear: both;
}
.vendor_icon {
    width: 2em;
}
.btn {
    border: 1px solid #000;
}
