body {
  font-family: Verdana, sans-serif;
  background: #2060a0;
  overflow-x: hidden;
}
.pull-left {
  float: left;
  display: inline-block;
}
.pull-right {
  float: right;
  display: inline-block;
}
ul,
p {
  margin: 0;
  padding: 0;
}
.text-center {
  text-align: center;
}
.wrapper {
  width: 760px;
  margin: 0 auto;
  background: #909090;
}
.header {
  font-size: 8pt;
  color: #fff;
  background: #004080;
  line-height: 34px;
  font-weight: bold;
  border-top: 8px solid #2060a0;
}
.header a {
  color: #fff;
}
.header p {
  line-height: 34px;
  padding-left: 11px;
  padding-right: 11px;
}
.header-bottom {
  background: #004080;
  font-size: 8pt;
  color: #fff;
  line-height: 34px;
  font-weight: bold;
}
.header-bottom li {
  display: inline-block;
  margin-left: 5px;
}
.header-bottom a {
  color: #fff;
}
.header-bottom p {
  line-height: 34px;
  padding-left: 11px;
  padding-right: 11px;
}
.header-bottom input[type="text"] {
  width: 166px;
  height: 16px;
  color: #000;
  font-weight: normal;
}
.header-bottom input[type="submit"] {
  font-size: 8pt;
  color: #000;
  font-weight: normal;
  margin-right: 2px;
  padding-top: 2px;
  padding-bottom: 3px;
}
.header-bottom ul.pull-left {
  margin-left: 0px;
}
#header-banner {
  padding: 10px;
}
.banner-container-728 {
  display: block;
}
.main-content {
  position: relative;
  background: #c0c0c0;
  overflow: hidden;
}
.left-side {
  width: 160px;
  padding: 10px;
  background: #909090;
  color: #fff;
  font-size: 8pt;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.left-side a {
  color: #fff;
}
.left-side p {
	padding-bottom: 10px;
}
.right-side {
  background: #c0c0c0;
  margin-left: 180px;
  display: block;
}
.right-side h1 {
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 10px;
}
.right-side p {
  font-size: 10pt;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.right-side p a {
  color: #0000b0;
}
.right-side p a:hover {
  color: #ff0000;
}

.social-buttons {
  padding-left: 10px;
}
.social-buttons li {
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.comments {
  font-size: 10pt;
  width: 86.20689655172414%;
  margin: 0 auto;
  margin-top: 10px;
}
.comments h3 {
  background-color: #909090;
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  margin: 0;
}
.comments .comment {
  background-color: #d0d0d0;
  padding: 8px;
  padding-bottom: 6px;
  position: relative;
}
.comments .comment small {
  font-size: 75%;
  position: relative;
  top: -3px;

}
.comments .comment .pull-left {
  margin-right: 70px;
}
.comments .comment .pull-right {
  width: 70px;
  position: absolute;
  top:8px;
  right: 8px;
  bottom:0;
  padding-top: 5px;
  margin-left: 10px;
  vertical-align: top;
}
.comments .comment .pull-right img {
  opacity: .5;
}
.comments .comment .pull-right img:hover {
  opacity: 1;
  cursor: pointer;
}
.comments .comment .pull-right img,
.comments .comment .pull-right span {
  float: left;
  display: inline-block;
  margin-left: 5px;
}
.comments .comment .pull-right span {
  font-weight: bold;
}
.comments .comment-g {
  background-color: #b0b0b0;
}
.comments input,
.comments textarea {
  box-sizing: border-box;
  width: 298px;
  padding: 2px;
}
.comments textarea {
  height: 137px;
  resize: none;
}
.comments input[type="submit"] {
  width: auto;
  margin: 0 auto;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.comments label {
  display: block;
  margin-bottom: 16px;
}
.comments label span {
  vertical-align: middle;
  width: 90px;
  font-size: 10pt;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.cvote span {
	float: right !important;
	line-height: 24px;
}
.footer {
  background: #004080;
  font-size: 10pt;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 8px solid #2060a0;
}
.footer a {
  color: #fff;
}
.footer small {
  font-size: 75%;
  position: relative;
  top: -3px;
}
.ringtone {
  
  text-align: center;
  width: 100%;
  margin-left: -10px;
}
@media screen and (max-width: 760px) {
  .wrapper {
    width: 100%;
  }
  body {
    background: #c0c0c0;
  }
}
@media screen and (max-width: 630px) {
  .header-bottom ul.pull-left,
  .header-bottom ul.pull-right {
    width: 100%;
    text-align: center;
    line-height: 28px;
  }
  .header-bottom ul.pull-right{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 670px) {
  .comments label span {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 555px) {
  .left-side {
    display: none;
  }
  .right-side {
    margin: 0;
  }
  .right-side input[type="text"],
  .right-side textarea {
    width: 100%;
  }
  p.lyrics {
    padding-right: 10px;
  }
  .right-side p a {
    line-height: 26px;
  }
  
}
@media screen and (max-width: 325px) {
  .comments h3 {
    font-size: 10pt;
  }
}
