@font-face {
  font-family: 'DuepuntozeroRegular';
  src: url('/fonts/duepuntozero-webfont.eot');
  src: local('â˜º'),url('/fonts/duepuntozero-webfont.woff') format('woff'),url('/fonts/duepuntozero-webfont.ttf') format('truetype'),url('/fonts/duepuntozero-webfont.svg#webfontUYoB5aa1') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
  font-family: 'Tharlon','Verdana',sans-serif;
  margin: 0;
  font-size: 12px;
  background: linear-gradient(to right,#af597d,#db6835);
  background-color: #db6835;
  height: 100%;
}
a:link, a:visited, a:active {
  color: #3f9ee2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 100%;
}
p {
  line-height: 21px;
}
li {
  line-height: 16px;
}
ul {
  list-style-image: url(/images/bullet.png);
}
ol {
  color: #fd9146;
  font-weight: bold;
}
ol p {
  color: black;
  font-weight: normal;
  margin-bottom: 0;
}
p, ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
li {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
  padding-bottom: 2px;
}
td {
  font-size: 100%;
}
fieldset {
  border: 1px solid #e0e0e0;
}
b, strong {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
u {
  font-style: italic;
  text-decoration: none;
}
a img {
  border: 0;
}
#wrapper {
  background-image: url('/images/body-decoration.png');
  background-position: right top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 980px;
}
#header {
  width: 100%;
}
img.logo {
  float: left;
}
#site-slogan {
  clear: right;
  color: white;
  float: right;
  font-style: italic;
  margin-right: 20px;
}
#primary-links {
  display: table;
  float: right;
  height: 58px;
  margin-bottom: 15px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0 25px black;
  -webkit-box-shadow: 0 0 25px black;
  -moz-box-shadow: 0 0 25px black;
}
#primary-links ul {
  display: table-cell;
  vertical-align: middle;
}
#primary-links ul li {
  padding: 0;
  display: table-cell;
}
li.menu>a {
  border-right: 1px solid #dc8d4a;
  color: white;
  font-family: 'Tharlon','DuepuntozeroRegular',sans-serif;
  font-size: 15pt;
  padding: 19px;
  text-decoration: none;
  background: #454543;
  background: -moz-linear-gradient(top,#454543 0%,#393939 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#454543) ,color-stop(100%,#393939));
  background: -webkit-linear-gradient(top,#454543 0%,#393939 100%);
  background: -o-linear-gradient(top,#454543 0%,#393939 100%);
  background: -ms-linear-gradient(top,#454543 0%,#393939 100%);
  background: linear-gradient(top,#454543 0%,#393939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454543',endColorstr='#393939',GradientType=0);
}
li.menu a:hover {
  background: #5b5b5b;
  background: -moz-linear-gradient(top,#5b5b5b 0%,#393939 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5b5b5b) ,color-stop(100%,#393939));
  background: -webkit-linear-gradient(top,#5b5b5b 0%,#393939 100%);
  background: -o-linear-gradient(top,#5b5b5b 0%,#393939 100%);
  background: -ms-linear-gradient(top,#5b5b5b 0%,#393939 100%);
  background: linear-gradient(top,#5b5b5b 0%,#393939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b',endColorstr='#393939',GradientType=0);
}
li.first>a {
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
}
li.last>a {
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  border: none;
}
#header form.search {
  margin-top: 10px;
}
#container {
  clear: both;
  background-color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0 5px 25px black;
  -webkit-box-shadow: 0 5px 25px black;
  -moz-box-shadow: 0 5px 25px black;
}
#right-sidebar {
  float: left;
  width: 20%;
}
#page {
  float: left;
  overflow: hidden;
  min-height: 550px;
  padding: 30px;
  width: 920px;
}
#footer-top-gradient {
  background-image: url('/images/footer-top-gradient.png');
  background-position: center top;
  background-repeat: repeat-x;
  height: 10px;
  margin-top: 30px;
  clear: both;
  width: 100%;
}
#footer {
  background-image: url('/images/footer.png');
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #535353;
  color: white;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
#footer ul {
  text-align: center;
}
#footer ul li {
  display: inline;
}
#footer a {
  font-weight: bold;
}
.messages {
  background-color: #ffb669;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.error {
  border-color: #f00;
}
.block {
  padding-left: 5px;
  padding-right: 5px;
}
.block .title {
  font-weight: bold;
}
.block .content {
  padding-bottom: 10px;
}
.user-login-block {
  text-align: left;
}
.node {
  margin-bottom: 10px;
}
.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .links {
  clear: left;
}
.node table {
  width: 100%;
}
.node-form .text, .node-form .form-text {
  width: auto;
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .links {
  clear: left;
}
body.sidebar-right #page {
  width: 77%;
  padding-right: 2%;
}
#features {
  float: right;
  margin-top: 15px;
  width: 50%;
}
#features ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
#download-block {
  width: 339px;
  margin-left: 20px;
}
#download-button {
  background-image: url('/images/download-block.png');
  background-position: left top;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
  display: block;
  height: 119px;
  padding: 15px 20px 10px 90px;
  text-align: right;
  text-decoration: none;
  width: 229px;
}
#download-button p {
  margin: 0;
}
#download-button img {
  float: right;
  margin: 5px;
}
#download-title {
  font-family: 'DuepuntozeroRegular','Verdana',sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 38px;
}
#download-version {
  color: #fd9146;
}
#download-os {
  font-size: 30px;
}
#download-otherlinks {
  text-align: right;
}
.downloadscontainer {
  margin-left: 40px;
}
.textdownload {
  float: left;
  width: 349px;
}
.android-download {
  float: left;
  width: 319px;
  height: 80px;
  background-image: url(/images/android-download.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
  padding: 4px 15px 5px;
  margin: 0 20px;
}
a.thindownload {
  text-decoration: none;
  color: white;
}
.thindownload {
  float: left;
  width: 349px;
  height: 60px;
  background-image: url(/images/thin-download.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
  padding: 4px 15px 5px;
  margin: 0 20px;
}
.thindownload:hover {
  opacity: 1;
}
a.thindownload:hover, a.thindownload:hover .version, .android-download:hover .android-download-title, #download-button:hover #download-title {
  color: #fd9146;
}
.thindownload .icon {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.os {
  margin: 0;
  position: relative;
  left: 5px;
  top: 5px;
  font-family: 'Tharlon','DuepuntozeroRegular',sans-serif;
  font-size: 24px;
}
.android-download-title {
  margin: 0;
  position: relative;
  left: 5px;
  top: 5px;
  font-family: 'Tharlon','DuepuntozeroRegular',sans-serif;
  font-size: 24px;
  padding-left: 52px;
  padding-bottom: 10px;
}
.thindownload .arch, .android-download-text {
  position: relative;
  left: 5px;
  top: 5px;
}
.thindownload .version {
  color: #fd9146;
  font-family: DuepuntozeroRegular,sans-serif;
  font-size: 30px;
  float: right;
  padding-right: 23px;
}
.best-download {
  margin-bottom: 24px;
}
.screenshots_table {
  margin-bottom: 40px;
}
.screenshot {
  padding-bottom: 10px;
}
.screenshot p {
  text-align: center;
}
h1 {
  font-family: 'Tharlon','DuepuntozeroRegular',sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-align: right;
}
h2 {
  padding-top: 1em;
}
hr.division {
  border: 1px solid silver;
  margin: 10px 0;
  opacity: .2;
}
span.command {
  font-family: 'Courier New',Courier,Fixed,monospace;
  font-size: 14px;
}
pre {
  margin-left: 2em;
  padding-left: 1em;
  border-left: 3px solid #fd9146;
}
.language {
  font-family: 'Verdana',sans-serif;
  padding-left: .5em;
  padding-right: .5em;
}
span.language {
  font-weight: bold;
}
div .grooveshark-logo {
  float: left;
  width: 85px;
}
div .grooveshark-text {
  margin-left: 110px;
}
pre {
  text-align: left;
}
.privacy-policy {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.privacy-policy-content {
  font-size: 14pt;
}
.privacy-policy-title {
  font-size: 18pt;
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
ul.menu {
  list-style: none;
  border: none;
  text-align: left;
}
ul.menu li {
  margin: 0 0 0 .5em;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 .5em;
}
.block ul {
  margin: 0;
  padding: 0 0 .25em 1em;
}
