body {
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    
    border-top: 5px solid #7b7f80;
    
    background: #f4f4f4 url(../img/body-bg.png);
}

a {
    color: #3465a4;
}
a img {
    border: 0;
}
a:hover {
    color: #5c8dcb;
}
a:visited {
    color: #75507b;
}
hr {
    background: none;
    margin: 0 !important;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}


/* Header */
/* ========================================================================== */


#header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#header h1 {
    display: block;
    margin: 20px 0;
    text-align: center;
    background: #F05841;
    background: #475052;
    width:auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#header h1 a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #b9bdbd;
    font-size: 25px;
    font-family: "Gill Sans", sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    overflow: hidden;
}
#header h1 a img {
    display: block;
    margin: 0 auto;
}


#header #search input.field {
    margin: 20px 0;
    width: 213px;
    float: right;
}


/* Search Results */
/* ========================================================================== */


#searchResults {
    width: 221px;
    background: #fff7bd;
    background: rgba(100%, 100%, 100%, 0.8);
    position: absolute;
    top: 44px;
    margin-left: -5px;
    padding: 2px;
    z-index: 10;
    display: none;
    
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    
    border: 1px solid #999;
    border-color: #ccc #d3d7cf #babdb6;
    border-top: 0;
}
#searchResults ul {
    margin: 0;
    padding: 0;
}
#searchResults ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}
#searchResults a {
    text-decoration: none;
    display: block;
    padding: 4px;
    color: #333;
    outline: none !important;
}
#searchResults ul li.artist a .title {
    background: url(../img/searchResults-bg.png) 0 0 no-repeat;
}
#searchResults ul li.music a .title {
    background: url(../img/searchResults-bg.png) 0 -32px no-repeat;
}
#searchResults ul li.album a .title {
    background: url(../img/searchResults-bg.png) 0 -64px no-repeat;
}
#searchResults ul li a span.title {
    display: block;
    padding-left: 20px;
}
#searchResults ul li a span.description {
    padding-left: 20px;
}
#searchResults ul li.active {
    background: #fff;
    background: #7b7f80;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    /*-moz-box-shadow: 0 1px 3px #e5db8f;
    -webkit-box-shadow: 0 1px 3px #e5db8f;
    box-shadow: 0 1px 3px #e5db8f;*/
}
#searchResults ul li.active a {
    color: #fff;
}
#searchResults ul li.more {
    border-top: 1px solid #ececec;
}
#searchResults ul li.more a {
    padding: 4px 4px 4px 20px;
    font-style: italic;
}

#searchResults.home {
    position: relative;
    margin: 0;
    top: 0;
    width: 454px;
    text-align: left;
}

/* Home Search */
/* ========================================================================== */

#homeSearch {
    text-align: center;
    margin: 20px 0;
}
#homeSearch label {
    display: block;
    text-align: left;
    padding: 3px;
    font-size: 12px;
    color: #888a85;
}
#search input.field {
    font: inherit;
    color: #333;
    padding: 5px;
    width: 427px;
    margin: 0 auto;
    border: 1px solid #999;
    border-color: #ccc #d3d7cf #babdb6;
    -moz-box-shadow: inset 0 1px 4px #ececec;
    -webkit-box-shadow: inset 0 1px 4px #ececec;
    box-shadow: inset 0 1px 4px #ececec;
    outline: 0;
    background: #fff;    
    padding-right: 26px;
}
#search input.field.loading {
    background: #fff url(../img/ajax-loader.gif) no-repeat 436px;
}

#search input.empty {
    color: #999;
}

/* Top Data on Home */
/* ========================================================================== */

#topData {
    margin-top: 40px;
    font-size: 13px;
}
#topData h2 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#topData ul {
    margin: 0;
    padding: 0;
}
#topData ul li {
    list-style: none;
    margin-bottom: 10px;
}
#topData ul li a {
    display: block;
    text-decoration: none;
}
#topData ul li .song {
    font-weight: bold;
    display: block;
}
#topData ul li .artist {
    display: block;
}
#topData ul li .hidden {
    display: none;
}

/* Sidebar */
/* ========================================================================== */

#sidebar {
    
}
#sidebar > div {
    border-left: 3px solid #ccc;
    height: 200px;
}


/* Song Title */
/* ========================================================================== */


#title h1 {
    margin: 0;
    line-height: 90%;
}
#title h1 .hidden {
    display: none;
}
#title h1 .artist {
    display: block;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    font-size: 16pt;
    font-weight: normal;
}
#title h1 .artist a {
    text-decoration: none;
    color: #888a85;
    
    /*color: #FF823A;*/
}
#title h1 .artist a:hover {
    text-decoration: underline;
}
#title h1 .name {
    font-size: 35pt;
    letter-spacing: -0.04em;
    color: #F04155;
    color: #7d0c12;
    color: #3a4143;
    text-shadow: 0 2px 0 #fff;
}


/* Lyrics itself */
/* ========================================================================== */


#lyrics {
    color: #555753;
}
#lyrics p {
    line-height: 170%;
    margin: 1.2em 0;
}


/* Album List */
/* ========================================================================== */


#listOfAlbums {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
}

#listOfAlbums .item {
    overflow: hidden;
    display: inline-block;
    padding: 10px;
}
#listOfAlbums .item a {
    color: inherit;
    display: block;
    text-decoration: none;
}
#listOfAlbums .item .arrowTitle {
    width: 14px;
    height: 7px;
    background: url(../img/album-arrowTitle-bg.png) no-repeat;
    display: block;
    opacity: 0;
    position: absolute;
    margin: -7px 0 0 48px;
    z-index: 4;
}
#listOfAlbums .item .title {
    display: block;
    opacity: 0;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding: 3px 9px;
    position: absolute;
    margin: 0 auto 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 5;
    -moz-box-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}
#listOfAlbums .item .title, #listOfAlbums .item .arrowTitle {
    -webkit-transition: opacity 0.2s ease-in;
}
#listOfAlbums .item:hover .title, #listOfAlbums .item:hover .arrowTitle {
    opacity: 1;
}
.album.image {
    width: 109px;
    height: 107px;
    display: block;
    /*background: #ccc;*/
}
.album.image span {
    display: block;
    position: absolute;
}
.album.image .base {
    background: url(../img/album-base-bg.png) no-repeat;
    width: 109px;
    height: 107px;
    z-index: 1;
}
.album.image .cover {
    width: 92px;
    height: 92px;
    padding: 6px 6px 9px 11px;
    z-index: 2;
}
.album.image .cover img {
    width: 92px;
    height: 92px;
    display: block;
}
.album.image .front {
    background: url(../img/album-front-bg.png) no-repeat;
    width: 109px;
    height: 107px;
    z-index: 3;
}

/* Songs List */
/* ========================================================================== */

#listOfSongs h2 {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    font-size: 16pt;
    font-weight: normal;
    color: #888a85;
}
#listOfSongs {
    width: 960px;
    overflow: hidden;
}
#listOfSongs .box {
    float: left;
    width: 220px;
    padding-right: 20px;
}
#listOfSongs ul {
    /*padding: 0 0 0 2em;*/
    padding: 0;
    font-size: 12px;
}
#listOfSongs li {
    /*list-style: decimal;*/
    list-style: none;
    line-height: 150%;
}

/* Search result page */
/* apenas testes, pode mudar a vontade */
/* ========================================================================== */

#searchResults.page { border-width:0px; }
#searchResults.page ul li {  height:55px; padding:3px 2px; }
#searchResults.page ul li a { font-size:16px; line-height:20px; }
#searchResults.page ul li a strong { display:block; font-size:14px; }
#searchResults.page div.image { margin-right:10px; width:55px; height:54px; float: left; }
#searchResults.page div.image .album.image .base { width:55px; height:54px; background: url(../img/album-base-bg-small.png) no-repeat; }
#searchResults.page div.image .album.image .cover { padding: 3px 3px 4px 5px; width:46px; height:46px; }
#searchResults.page div.image .album.image .cover img { width:46px; height:46px; }
#searchResults.page div.image .album.image .front { background: url(../img/album-front-bg-small.png) no-repeat; }
#searchResults.page div.image img { max-height:54px; max-width:54px; }

/* Footer */
/* ========================================================================== */


#footer {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    
    font-size: 11px;
    color: #666;
}
#footer a {
    color: #666;
}
