/* jQuery UI overrides */
.ui-widget { font-family: Helvetica, sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, sans-serif; font-size: 1em; }
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
/* End jQuery UI overrides */


body {
    text-align: left;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    background-color: #292D34;
    margin: 0;

}

#wrapper {
    width: 510px;
    border: 15px solid #000;
    border-bottom: 2px solid #000;
    margin: 0 auto;
    background-color: #222;
    position: relative;
}

#header {
    padding: 5px 5px;
    color: #fff;
    margin-bottom: 15px;
    background-color: #000;
    background-image: -moz-linear-gradient(#aaa, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%,color-stop(0, #aaa), color-stop(1, #222));
}

#header img {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 95px;
}
#header #title {
    margin-top: 10px;
    font-size: 28px;
}
#header #title a {
    color: inherit;
    text-decoration: none;
}

#header #strapline {
    color: #fff;
    margin-top: 4px;
    font-size: 12px;
}

#menu {
    width: 500px;
    height: 21px;
    background-color: #000;
    font-size: 13px;
}
#menu ul {
    margin: 0;
    margin-top: 2px;
    float: left;
    list-style-type: none;
    padding: 0;
}
#menu ul li {
    padding: 0;
    margin: 0;
    float: left;
    width: auto;
    padding-left: 3px;
}
#menu ul li a {
    color: #ccc;
    padding: 4px 2px ;
    text-decoration: none;  
}
#menu ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222;
}

#content {
    padding: 10px;
    background-color: #ddd;
    color: #333;
}

#footer {
    background-color: #000;
    color: #999;
    font-size: 11px;
    padding: 5px 0;
}

#footer a {
    background-color: #000;
    color: #999;
}

#keyboard li {
    clear:both;
}

#keyboard span {
    text-align: center;
    width: 75px;
    float: left;
    padding: 0 2px 2px 2px;
    border-bottom: 1px solid #ccc;
    background-color: #87888A;
    color: #fff;
    margin-right: 5px;
}

h1 {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
}

h2 {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #000;
}

ul {
    list-style-type: none;
    padding: 0;
}

img {
    border: none;
}

.dj {
    color: #000;
    font-weight: bold;
}

#app-store-badge {
    position: absolute;
    right: 10px;
    top: 151px;
    width: 150px;
}

#announcement {
    position: absolute;
    right: 10px;
    top: 215px;
    width: 150px;
   
    /*color: #CA0011;*/
}

.short {
    width: 325px;
}

.intro {
    font-size: 15px;
}

.tesimonials {
}
.tesimonials-short {
    margin-top: 10px;
}

.tesimonials li, .tesimonials-short li {
    margin-bottom: 20px;
    font-style: italic;
}
.tesimonials li .who, .tesimonials-short li .who,
.tesimonials li.title, .tesimonials-short li.title {
    font-style: normal;
}


.thumbs-home {
    margin-left: 40px;
}
.thumbs-home a {
    padding-right: 10px;
}
.thumbs a {
    padding-right: 2px;
}


ul.release {
    list-style-type: disc;
    padding-left: 20px;
}
