.featured {
	background: #06A0DC;
	padding-top: 14px;
}


.top-spacer {
    background: #06A0DC;
}
.top-spacer-2 {
    background: #F6F6F6;

	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;

	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}


.content {
    background: #F6F6F6;
    border-bottom: 1px solid #EBEBEB;
}
.content div {
}
.content .leftcolumn {
    border-right: 1px solid #EBEBEB;
}
.content .leftcolumn .podcast {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    height: 75px;
}
.content .leftcolumn .podcast div.icon {
    padding-left: 25px;
}
.content .leftcolumn .podcast div.icon img {
    height: 45px;
    width: 40px;
}
.content .leftcolumn .podcast div.text {
    padding-left: 0px;
    padding-top: 10px;
    color: #3C3C3C;
    font-size: 20px;
    font-weight: bold;
}
.content .leftcolumn .podcast div.text a {
    color: #3C3C3C;
    text-decoration: none;
}
.content .leftcolumn .twitters {
    padding-top: 15px;
}
.content .leftcolumn .hi-text {
    border-bottom: 1px solid #EBEBEB;
}
.content .leftcolumn .hi-text p {
    font-size: 14px;
}
.content .leftcolumn .signup-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content .rightcolumn {
}
.content .rightcolumn h1 {
    padding-left: 8px;
}
.content .rightcolumn .album-box {
}
.content .rightcolumn .album-box .artist-box {
    width: 98%;
    margin: 5px;
    background: white;
    padding: 5px;
    margin-bottom: 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

    -moz-box-shadow: 0 0 7px silver;
    -webkit-box-shadow: 0 0 7px silver;
    box-shadow: 0 0 7px silver;

    height: 200px;
}

.content .rightcolumn .album-box .artist-box img.bio-img {
    width: 100%;
}

.content .rightcolumn .album-box .artist-box div.img-box {
    padding: 0px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}
.content .rightcolumn .album-box .artist-box div.bio-box {
    padding: 0px;
    padding-left: 5px;
}

.content .rightcolumn .album-box .artist-box div.name {
    color: #3C3C3C;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.content .rightcolumn .album-box .artist-box div.name a {
    color: #3C3C3C;
}
.content .rightcolumn .album-box .artist-box div.location {
    color: #06A0DC;
    font-size: 15px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.content .rightcolumn .album-box .artist-box div.about {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
.content .rightcolumn .album-box .artist-box div.cost {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}
.content .rightcolumn .album-box .artist-box div.cost span {
    color: #06A0DC;
}

.content .rightcolumn .more-artist-link {
    padding-top: 20px;
    text-align: right;
    padding-right: 5px;
}