@font-face {
	font-family: 'League Gothic';
	src: url('../fonts/League_Gothic.eot');
	src: url('../fonts/League_Gothic.woff') format('woff'), url('../fonts/League_Gothic.ttf') format('truetype'), url('../fonts/League_Gothic.svg#LeagueGothic') format('svg');
}


body {
    background: white url(../images/background.jpg) top center;
    background: url(../images/side_r.png) top right repeat-y,url(../images/side.png) top left repeat-y, url(../images/orangebkgd_trans.png) top center, white url(../images/background.jpg) top center;
    margin: 0px;
    padding: 50px;
    padding-bottom: 0px;
    font: 14px Georgia, Times, serif;
    min-width: 670px;
}

/* basic styles */

p {
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color black;
    color: rgba(0,0,0,0.9);
    -webkit-text-stroke:1px transparent;
    
}

a {
    text-decoration: none;
    color: #26baf5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
} a:hover {
    color: #ff4343;
} a:active {
    opacity: 0.5;
}

img {
    border: none;
}

h1 {
    font: 80px "League Gothic", Impact, sans-serif;
    line-height: 100px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #ff4343;
    text-transform: uppercase;
}

h2 {
    font: 50px "League Gothic", Impact, sans-serif;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #26baf5;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
}

h3 {
    font: 30px "League Gothic", Impact, sans-serif;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #26baf5;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
}

blockquote {
    font-style: italic;
}

.backgroundClip h3 {
    background: url(../images/divider.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke:0px transparent;
}

/* layout */

#container {
    margin: auto;
    background: white;
    background: rgba(100%,100%,100%,0.4);
    background: url(../images/white_trans.png) top center, url(../images/background.jpg) top center;
    max-width: 1000px;
    -webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.1), 0px 0px 50px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.05);
}

#content {
    min-height: 400px;
    padding: 50px;
    position: relative;
}

.topborder {
    background: url(../images/topborder.png) top left repeat-x;
    min-height: 3px;
}
.bottomborder {
    background: url(../images/topborder.png) bottom left repeat-x;
    min-height: 3px;
}
.leftborder {
    background: url(../images/leftborder.png) top left repeat-y;
    min-width: 3px;
}
.rightborder {
    background: url(../images/leftborder.png) top right repeat-y;
    min-width: 3px;
}

.divider {
    background: url(../images/topborder.png) top left repeat-x;
    min-height: 3px;
}

#stevelogo {
    position: absolute;
    top: -13px;
    right: 50px;
    background: url(../images/stevelogo.png) top left no-repeat;
    text-indent: -5000em;
    width: 125px;
    height: 28px;
}

#logo {
    text-align: center;
}

#logo a {
    display: block;
}

#logo img{
    width: 100%;
    height: auto;
    max-width: 899px;
    
}

#logo a:hover {
    opacity: 0.8;
}

#header {
    padding-bottom: 16px;
    background: url(../images/divider.png) bottom left repeat-x;
    margin-bottom: 30px;
}

#header .divider {
    background: url(../images/divider.png) top left repeat-x;
    min-height: 16px;
    margin-top: -13px;
}

#strapline {
    color: #26baf5;
    font: 20px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    min-height: 50px;
    padding-top: 40px;
    margin-top: -14px;
    text-align: justify;
    text-align: center;
    margin-bottom: 24px;
}

.backgroundClip #strapline {
    background: url(../images/divider.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke:0px transparent;
}

#carousel {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 20px;
    background: url(../images/redbkgd.jpg);
    position: relative;
    -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
}

#carousel.nosidebar {
    margin-bottom: -10px;
}

.other_read_more {
    padding-top: 46px;
    background: url(../images/divider.png) top left repeat-x;
}

.other_read_more h2, #comment{
    margin-bottom: 30px;
}

#carousel_content {
    height: 230px;
    xoverflow: hidden;
}

#carousel .topborder, .item_image .topborder, #sidebar .topborder, .demos .topborder, .comment_box .topborder, #comment_form .topborder{
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 15;
}
#carousel .bottomborder, .item_image .bottomborder, #sidebar .bottomborder, .demos .bottomborder, .comment_box .bottomborder, #comment_form .bottomborder {
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 15;
}
#carousel .leftborder, .item_image .leftborder, #sidebar .leftborder, .demos .leftborder, .comment_box .leftborder, #comment_form .leftborder{
    position: absolute;
    left: -1px;
    height: 230px;
    top: 0px;
    z-index: 15;
}
#carousel .rightborder, .item_image .rightborder, #sidebar .rightborder, .demos .rightborder, .comment_box .rightborder, #comment_form .rightborder {
    position: absolute;
    right: -1px;
    height: 230px;
    top: 0px;
    z-index: 15;
}

.item_image .leftborder, #sidebar .leftborder, .demos .leftborder, .comment_box .leftborder, #comment_form .leftborder {
    height: 100%;
}.item_image .rightborder, #sidebar .rightborder, .demos .rightborder, .comment_box .rightborder, #comment_form .rightborder {
    height: 100%;
}

#carousel .leftcorner {
    position: absolute;
    bottom: -18px;
    height: 18px;
    width: 14px;
    left: -1px;
    z-index: 1;
    background: url(../images/leftcorner.png) 0px 0px no-repeat;
    display: block;
}
#carousel .rightcorner {
    position: absolute;
    bottom: -18px;
    height: 18px;
    width: 13px;
    right: -1px;
    z-index: 1;
    background: url(../images/rightcorner.png) top right no-repeat;
    display: block;
}

#carousel_content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#carousel_content li {
    width: 300px;
    height: 230px;
    overflow: hidden;
    float: left;
    position: relative;
}
#carousel_content li a {
    color: white;
}#carousel_content li a:hover {
    color: white;
    xcolor: rgba(100%,100%,100%,0.6);
}

#carousel_content li a img{
    position:relative;
    z-index: 10;
    /*-webkit-transition: 1s ease-in-out;*/
}
#carousel_content li a:hover img{
    /*-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transition: 0.3s ease-in-out;*/
}
#carousel_content li a span{
    display: block;
    padding: 0px 5px;
    margin-top: -2px;
    font: 25px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    color: white;
    -webkit-text-stroke:1px transparent;
    position:relative;
    z-index: 11;
    -webkit-transition: 0.3s ease-in-out;
    line-height: 35px;
}#carousel_content li a:hover span{
    text-shadow: 0px 1px 2px black;
    -webkit-transition: 0.3s ease-in-out;
}

#carousel_content li a .image_container {
    overflow: hidden;
    height: 200px;
    display: block;
    -webkit-transition: 1s ease-in-out;
    padding: 0px;
    margin-top: 0px;
}#carousel_content li a:hover .image_container {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transition: 0.3s ease-in-out;
}

#carousel .vert_divider {
    background: url(../images/whiteborder.png) top right no-repeat;
    height: 230px;
    width: 6px;
    position: absolute;
    top: 0px;
    right: -2px;
    display: block;
    z-index: 14;
}

.jcarousel-prev {
    display: block;
    position: absolute;
    left: -15px;
    top: 100px;
    height: 30px;
    width: 30px;
    text-indent: -5000em;
    background: url(../images/arrow_left.png) top left no-repeat;
    z-index: 5000;
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    cursor: pointer;
}

.jcarousel-next {
    display: block;
    position: absolute;
    right: -15px;
    top: 100px;
    height: 30px;
    width: 30px;
    text-indent: -5000em;
    background: url(../images/arrow_right.png) top left no-repeat;
    z-index: 5000;
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    cursor: pointer;
}

.jcarousel-prev:hover, .jcarousel-next:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.jcarousel-prev:active, .jcarousel-next:active {
    opacity: 0.6;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled {
    opacity: 0;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#nav.no_sidebar {
    margin-top: -25px;
}

#nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    background: url(../images/bullet.png) right 23px no-repeat;
}

#nav ul li{
    float: left;
    width: 16.6%;
    text-align: center;
    color: #26baf5;
    font: 30px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    background: url(../images/bullet.png) left 5px no-repeat;
    -webkit-text-stroke:1px transparent;
    line-height: 20px;
    margin: 18px 0px;
    display: block;
    margin-bottom: 30px;
}



#nav ul li a {
    color: #26baf5;
    height: 62px;
}#nav ul li a:hover {
    color: #ff4343;
}

.backgroundClip #nav ul li a {
    background: url(../images/divider.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke:0px transparent;
}.backgroundClip #nav ul li a:hover {
    -webkit-text-fill-color: #ff4343;
}

#nav ul li.selected {
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(../images/bullet.png) left 23px no-repeat;
}

#nav ul li.selected a {
    color: white;
    background: url(../images/nav_selected.png) top center no-repeat;
    -webkit-text-fill-color: white;
    -webkit-background-clip: none;
    width: 100px;
    display: inline-block;
    height: 47px;
    padding-top: 15px;
    -webkit-text-stroke:1px transparent;
}#nav ul li.selected a:hover {
    color: white;
    -webkit-text-fill-color: white;
}

#main {
    xoverflow: hidden;
}

#sidebar {
    width: 250px;
    float: right;
    display: block;
}

#content_w_sidebar {
    margin-right: 300px;
}

#content_no_sidebar {
    width: 600px;
    margin: auto;
    margin-bottom: 50px;
}

.item {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../images/divider.png) bottom left repeat-x;
}

.item.single {
    background: none;
    padding-bottom: 0px;
}

.item h2 {
    margin-top: 3px;
}

.item.single h2 {
    margin-top: 0px;
}

.item .meta {
    font: italic 20px Garamond, Georgia, Times, serif;
    color: #ff4343;
    margin-top: -20px;
    display: block;
    -webkit-text-stroke:1px transparent;
}

.item_content {
    margin-top: 30px;
}

.item_content a{
    padding-bottom: 2px;
    -webkit-transition: color 0.3s ease-in-out;
}.item_content a:hover{
    background: url(../images/topborder.png) bottom center repeat-x;
}

.item_image {
    position: relative;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 4px 0px rgba(0,0,0,0.1);
    -webkit-transform: rotate(1deg);
    -moz-box-shadow: 2px 4px 0px rgba(0,0,0,0.1);
    -moz-transform: rotate(1deg);
    margin-right: 2px;
}

.item_image img {
    margin-bottom: -3px;
}



h2 a {
    color: #26baf5;
}h2 a:hover {
    color: #ff4343;
}


.comments {
    overflow: hidden;
    font: italic 20px Garamond, Georgia, Times, serif;
    line-height: 30px;
}

.comments a {
    color: #ff4343;
    -webkit-text-stroke:1px transparent;
}.comments a:hover {
    color: #26baf5;
}

a .comment_count {
    float: left;
    display: block;
    background: url(../images/comments.png) top left no-repeat;
    height: 25px;
    width: 30px;
    color: white;
    font: 18px "League Gothic", Impact, sans-serif;
    padding-top: 4px;
    text-align: center;
    -webkit-text-stroke: 1px transparent;
    margin-right: 10px;
    -webkit-transition: 0.2s ease-in-out;
    line-height: 25px;
}a:hover .comment_count {
    color: black;
}

#content_no_sidebar .item h2{
    font-size: 70px;
    text-align: center;
    margin-top: 20px;
    line-height: 60px;
    color: #ff4343;
}#content_no_sidebar .item h2 a{
    color: #ff4343;
}#content_no_sidebar .item h2 a:hover{
    color: #26baf5;
}

#content_no_sidebar .item .meta {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 50px;
    background: url(../images/divider.png) bottom left repeat-x;
    margin-top: -10px;
}

#moreitems {
    margin: 0px;
    margin-bottom: -10px;
    clear: right;
    font: 20px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
}

#moreitems .readmore {
    
}

#footer {
    height: 50px;
    position: relative;
    max-width: 1000px;
    margin: auto;
}

#footer p {
    font: italic 15px Garamond, Georgia, Times, serif;
    color: #ff4343;
    -webkit-text-stroke:1px transparent;
    margin-top: 16px;
}#footer p a{
    color: #ff4343;
}#footer p a:hover{
    color: #26baf5;
}

#madeby {
    position: absolute;
    top: 0px;
    right: 10px;
}

#social {
    position: absolute;
    top: 0px;
    left: 10px;
}

/* sidebar */

.radio {
    position: relative;
    min-height: 100px;
    margin-right: -60px;
    -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 10px 0px;
}

.radio .rightcorner, #bandofthemonth .rightcorner, #lostloves .rightcorner {
    position: absolute;
    bottom: -18px;
    height: 18px;
    width: 13px;
    right: -1px;
    z-index: 1;
    display: block;
}

.radio .logo {
    display: block;
    text-indent: -5000em;
    margin: 0px 10px;
    float: left;
}.radio .logo:hover {
    opacity: 0.7;
}

.radio p {
    text-align: right;
    margin-right: 10px;
    font: 28px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    color: black;
    color: rgba(0,0,0,0.4);
    -webkit-text-stroke:1px transparent;
}

#radiotwo {
    background: url(../images/orangebkgd.jpg);
}

#radiotwo .rightcorner, #bandofthemonth .rightcorner , #lostloves .rightcorner {
    background: url(../images/orangecorner.png) top right no-repeat;
}

#radiotwo .logo{
    background: url(../images/radio2.png) top left no-repeat;
    width: 127px;
    height: 70px;

}

#sixmusic {
    background: url(../images/greenbkgd.jpg);
    margin-bottom: 30px;
}
#sixmusic .logo{
    background: url(../images/6music.png) top left no-repeat;
    width: 169px;
    height: 70px;
    margin-right: -30px;
}

#sixmusic .rightcorner {
    background: url(../images/greencorner.png) top right no-repeat;
}

.lastshow {
    font: italic 20px Garamond, Georgia, Times, serif;
    color: #ff4343;
    -webkit-text-stroke:1px transparent;
    margin-left: 10px;
    display: block;
}

.listenagain {
    font: 20px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.embed_player {
    overflow: hidden;
    height: 0px;
    -webkit-transition: 0.5s ease-in-out;
    margin-left: 10px;
}

.embed_player.show {
    height: 170px;
    margin: 10px;
}

#bandofthemonth, #lostloves {
    position: relative;
    min-height: 100px;
    margin-right: -60px;
    -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 10px 0px;
    background: url(../images/orangebkgd.jpg);
}

#bandofthemonth h4, #lostloves h4 {
    font: 30px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
    background: url(../images/redbkgd.jpg);
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: -10px;
} 
#lostloves h4 {
    background: url(../images/divider.png);
}

#bandofthemonth h4 a, #bandofthemonth h3 a, #lostloves h4 a, #lostloves h3 a{
    color: white;
    background: url(../images/topborder.png) bottom left repeat-x;
    display: block;
    margin-bottom: -1px;
    padding: 5px 0px;
}#bandofthemonth h4 a:hover, #bandofthemonth h3 a:hover, #lostloves h4 a:hover, #lostloves h3 a:hover{
    color: rgba(100%,100%,100%,0.7);
}

#bandofthemonth h3 a, #lostloves h3 a{
    background: url(../images/topborder.png) bottom left repeat-x, url(../images/topborder.png) -1px left repeat-x;
}

#bandofthemonth h3, #lostloves h3 {
    margin: 0px;
    padding: 0px;
    font: 40px "League Gothic", Impact, sans-serif;
    -webkit-text-stroke:1px transparent;
    background: url(../images/divider.png);
    text-align: center;
    -webkit-text-fill-color: white;
}
#lostloves h3 {
    background: url(../images/redbkgd.jpg);
    line-height: 40px;
    vertical-align: middle;
}

#lostloves h3 em {
    font: italic 20px Garamond, Georgia, Times, serif;
    text-transform: lowercase;
}

.side_content {
    margin: 10px;
    margin-bottom: 0px;
    font-size: 12px;
}

.side_content p{
    line-height: 16.66px;
    margin-bottom: 10px;
}

.side_content img {
    border: 4px solid white;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 4px 0px rgba(0,0,0,0.1);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    margin-right: -15px;
    position: relative;
    z-index: 20;
}

#lostloves .side_content img {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-box-shadow: -2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 4px 0px rgba(0,0,0,0.1);
}

.readmore {
    font: 20px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
}

.category {
    font: 20px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
    display: block;
    color: #ff4343;
    margin-top: 5px;
}

#content_no_sidebar .category {
    color: #26baf5;
    margin-top: 10px;
}

#bandofthemonth .readmore, #lostloves .readmore {
    margin-left: 10px;
    color: rgba(0,0,0,0.4);
}#bandofthemonth .readmore:hover, #lostloves .readmore:hover {
    color: #26baf5;
}

#booktitle {
    margin-top: 40px;
}

#booktitle h3 {
    margin-top: 30px;
}

#booktitle h3 span {
    font: italic 20px Garamond, Georgia, Times, serif;
    color: #ff4343;
    -webkit-text-stroke:1px transparent;
    text-transform:none;
}

#bookcontainer {
    overflow: hidden;
    position: absolute;
    top: 430px;
    right: 2px;
    height: 551px;
    width: 423px;
}

#bookcover {
    position: absolute;
    top: 0px;
    right: -50px;
}

#bookblocker {
    float: right;
    width: 180px;
    height: 400px;
}

.demos {
    position: relative;
    min-height: 320px;
    -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    width: 180px;
    float: left;
    background: url(../images/orangebkgd.jpg);
    margin-right: 30px;
}

.demos.last {
    margin-right: 0px;
    margin-left: -1px;
}

.demos h3 {
    font: 40px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
    background: url(../images/divider.png);
    background: url(../images/redbkgd.png);
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: white;
    text-align: center;
    -webkit-text-fill-color: white;
    padding-top: 1px;
}

.demos .item_content {
    margin-top: 0px;
    padding: 10px;
    padding-bottom: 0px;
}

a.soundcloud-dropbox:hover {
    color: #1896D1 !important;
    background-color: transparent !important;
    background-position: -200px 0 !important;
}

.demos .item_content h4 {
    font: 30px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}
.demos .item_content h4 a:hover{
    background: none;
}

#disclaimer {
    text-align: center;
    padding-top: 20px;
    clear: both;
}

.comment_box {
    position: relative;
    min-height: 50px;
    -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    background: url(../images/greenbkgd.jpg);
}

.comment:nth-child(2n+1) .comment_box {
    background: url(../images/orangebkgd.jpg);
}

.comment_box .item_content {
    padding: 10px;
    padding-bottom: 1px;
}

.comment_box .item_content p{
    margin-bottom: 10px;
}

.comment_meta {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comment_name {
    font: 30px "League Gothic", Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke:1px transparent;
    margin-right: 10px;
}

.comment_time a {
    font: italic 20px Garamond, Georgia, Times, serif;
    color: #ff4343;
    -webkit-text-stroke:1px transparent;
}

.avatar {
    margin-right: 10px;
    -webkit-box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
    margin-bottom: -5px;
    margin-left: 10px;
}

#comment_form {
    position: relative;
    min-height: 50px;
    -webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.1);
    background: url(../images/background.jpg);
}

#comment_form p{
    font: 20px "League Gothic", Impact, sans-serif;
    color: black;
    color: rgba(0,0,0,0.3);
    overflow: hidden;
    -webkit-text-stroke:1px transparent;
    text-transform: uppercase;
    padding: 0px 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
}

#comment_form p.last{
    border-bottom: none;
}

#comment_form p label {
    float: left;
    width: 80px;
}

#comments-help {
    margin-left: 100px;
}

#comment_form .divider {
    margin-top: -2px;
    margin-bottom: -1px;
}

#comment_form .comments_help {
    display: block;
    margin-left: 80px;
    font-size: 15px;
}

#comments_submit {
    background: url(../images/redbkgd.jpg);
}

.mp3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.mp3 h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.mp3 p {
    margin-top: 10px;
}

.photo_credit {
    font-style: italic;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
}.photo_credit:hover {
    opacity: 1;
}