/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #FFF;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* ================================================================================================================================================================== */
/* STYLES 																																							*/		
/* ================================================================================================================================================================== */

body
{
    font-family: helvetica, arial;
    background-color:black;
    color:white;
}

#map
{
    top: 0;
	left: 0;
    width: 100%;
    height: 500px;
}

#city_popup, #sim_city_popup, #aud_city_popup
{
    border-radius: 5px;
	font-family: helvetica, arial;
	background-color: #C0D;
    color: white;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    position: fixed;
    z-index: 10;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}


#aud_city_popup
{
	background-color: #a2ea56;
    color: black;
}

#city_popup
{
	background-color: #0DE;
    color: black;
}

#mapcontain
{
    overflow:hidden;
}


.map {
    z-index: -1;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    padding-bottom:0px;
 }

#close
{
    background-image: url("images/close.png");
    background-size: 15px 15px;
    position: absolute;
    top: 0px;
    right: 10px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

#help
{
    top: 10px;
    left: 15px;
}

#authors
{
    font-size: 10px;
    left: 15px;
}

#about
{
    margin-top: 10px;
    font-size: 10px;
    left: 15px;
}

#osmlogo
{
    position: relative;
    top: 5px;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

#echonestlogo
{
    position: relative;
    top: 5px;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

#deezerlogo
{
    position: relative;
    top: 1px;
    height: 18px;
    margin-right: 10px;
}

#leafletlogo
{
    position: relative;
    top: 6px;
    height: 24px;
    margin-right: 10px;
}

#stamenlogo
{
    position: relative;
    top: 0px;
    height: 14px;
    margin-right: 15px;
}

.bullet
{
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}

#tmlogobig
{
    display: block;
}

#subtitle
{
    line-height: 0px;
    font-size: 20px;
}

#legendtitle
{
    text-decoration: underline;
}

.list
{
    line-height: 5px;
}

#helpabout
{
    font-size: 14px;
    line-height: 25px;
    z-index: 2;
    position: relative;
    top: 30px;
	width: 420px;
	padding: 20px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	font-family: helvetica, arial;
    overflow: hidden;
    border: 20px solid transparent;
    border-radius: 15px;
}

#legend_table
{
    width: 100%;
    font-size: 10px;
}

#gradient
{
    height: 20px;
    width: 90%;
    background: -webkit-gradient(linear, left, right, color-stop(0%,#FF3B02), color-stop(50%,#FBF04C));
    background: linear-gradient(to right, #FF3B02 0%, #FBF04C 50%);
    background-color: transparent;
}

.amount_artists
{
    border: 2px solid rgba(255,100,2,1);
    background-color: rgba(255,100,2,0.5);
}

#most_artists
{
    border-radius: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid black;
}

#more_artists
{
    border-radius: 20px;
    width: 20px;
    height: 20px;    
}

#less_artists
{
    border-radius: 10px;
    width: 10px;
    height: 10px;    
}

#least_artists
{
    border-radius: 3px;
    width: 3px;
    height: 3px;    
}


.inva
{
    color: FFF;
}

#downup
{
    position:absolute;
    top: 12px;
    left: 12px;
    width:10px;
    height:10px;
    margin-top:0px;
}

#tmabout
{
    width: 162px;
    height: 15px;
    margin-left: 5px;
    cursor:pointer;
}

#now_playing
{
    text-align: right;
    float: right;
    margin-right: 20px;
    font-size: 12px;
}

#menus
{
    z-index: 1;
    position: fixed;
    bottom:-153px;
/*    bottom: 0px; */
    left: 10%;
    height: 170px;
	width: 80%;
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
	margin: auto;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.7);
	font-family: helvetica, arial;
	font-size: 14px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s; /* Safari */
}

#menus:hover
{
    bottom: 0px;
}

.hidder
{
    overflow: hidden;
    height: 385px;
    width: 193px;
    float:left;
    display:block;
}


.city_title
{
    overflow:hidden;
    line-height: 19px;
    border:3px solid rgba(0,0,0,0.7);
    width:90%;
    height:16px;
    font-size:12px;
    padding:5px;
    border-radius: 7px;
	font-weight: bold;
	background-color: #0DE;
	color: black;
    text-decoration: none;
}

.city_title:hover
{
    color: red;
}

.country, .city, .band, .album, .song, .header, .similar, .similar_city, .similar_artist, .audience_metric, .audience_city
{
    overflow:hidden;
    line-height: 19px;
    border:3px solid rgba(0,0,0,0.7);
    width: 90%;
    height:16px;
    color:white;
    font-size:12px;
    padding:5px;
    background-color:#666;
    border-radius: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.country, .city, .band, .album, .song, .similar, .similar_city, .similar_artist, .audience_metric, .audience_city
{
    cursor: pointer;
}

.song_title
{   
    width: 85%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.add_playlist
{
    width: 15px;
    height: 15px;
    float: right;
    margin-top: -2px;
    font-size:20px;
    color: black;
    border: 2px solid black;
    border-radius: 15px;
    line-height: 14px;
    text-align: center;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -ms-transform 0.3s;
    -webkit-transition: -ms-transform 0.3s;
}

.add_playlist:hover
{
    color: white;
    border-color: white;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

.country:hover, .city:hover, .band:hover, .album:hover, .song:hover, .similar:hover
{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
	background-color: #0DE;
	color: black;
}

.similar_city:hover, .similar_artist:hover
{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
	background-color: #C0D;
	color: black;
}

.audience_metric:hover, .audience_city:hover
{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
	background-color: #a2ea56;
	color: black;
}
.header
{
    color: #999;
    background-color: #333;
}

.highlighted:hover
{
    background-color: #0DE;
}

#band_menu, #album_menu, #song_menu, #similar_city_menu, #similar_artist_menu, #artist_info, #audience_metric_menu, #audience_city_menu
{
    height: 160px;
    width: 200px;
    float:left;
    display:block;
    overflow-y:scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 7px;
    font-family:helvetica,arial;
    font-size: 12px;
    margin-bottom: 16px;
}

.menu_wrap
{
    height: 176px;
    width: 200px;
    float:left;
    display:block;
    overflow: hidden;
    border-radius: 7px;
}

#artist_info
{
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    padding-left: 5px;
}

.tmp_msg
{
    position: relative;
    padding-top: 40px;
    margin: 10px;
    text-align: center;
}

#image_crop
{
    position: relative;
    width: 88%;
    border-radius: 7px;
    height: 111px;
    overflow: hidden;
    font-family:helvetica,arial;
    font-size: 12px;
    border:3px solid rgba(0,0,0,0.7);
}

#artist_image
{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 7px;
}

#artist_help
{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    padding-top: 85px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    overflow: hidden;
}

#artist_functions
{
    position: relative;
    width: 90%;
    border-radius: 7px;
    margin-top: 7px;
    height: 36px;
    overflow: shown;
    font-family:helvetica,arial;
    font-size: 12px;
}

.function_button, .function_wait
{
    z-index: 21;
    position: absolute;
    top: 0;
    background-image: url("images/action_icons.png");
    background-repeat: no-repeat;
    background-size: 82px 115px;
    background-position: 10px 0px;
    width: 30%;
    height: 100%;
    background-color: #666;
    border-radius: 5px;
}

.function_wait
{
    z-index: 22;
    background-image: url("images/ajax_loader_gray_32.gif");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 17px 8px;
}

#show_music, #wait_music { left: 1px; }
#show_similar, #wait_similar { left: 64px; }
#show_audience, #wait_audience { left: 127px; }


#show_music:hover { background-color: #0DE; cursor: pointer; }
#show_similar:hover { background-color: #C0D; cursor: pointer; }
#show_audience:hover { background-color: #a2ea56; cursor: pointer; }

#show_music:active { background-color: #0EF; }
#show_similar:active { background-color: #D0E; }
#show_audience:active { background-color: #EF0; }

.music_hl { background-color: #0DE; }
.similar_hl { background-color: #C0D; }
.audience_hl { background-color: #a2ea56; }

#ppppp
{
    position: relative;
    left: 0;
    width: 100%;
    height: 176px;
    padding: 10px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 7px;

    overflow:hidden;
    border:3px solid rgba(0,0,0,0.7);
    width:90%;
    color:white;
    font-size:12px;
    padding:5px;
    background-color:#666;
    border-radius: 7px;

}


::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
    background-color: #666;
}

::-webkit-resizer {
    background-color: transparent;
}

#playlist_container
{
    display: none;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50%;
	width: 190px;
	padding: 0px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.7);
	border: 10px solid transparent;
	font-family: helvetica, arial;
	font-size: 14px;
    border-radius: 15px;
    overflow: hidden;
}

#playlist
{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.playlist_song
{
    line-height: 12px;
    border:2px solid rgba(0,0,0,0.7);
    width: 92%;
    height:12px;
    color:white;
    font-size:10px;
    padding:2px;
    border-radius: 5px;
}

#popup
{
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 180px;
	width: 190px;
	padding: 10px;
	padding-right: 15px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.7);
	font-family: helvetica, arial;
	font-size: 14px;
    border-radius: 15px;
    overflow: hidden;
}

#popupheader, #playlistheader
{
    width: 100%;
    height: 18px;
}

#information
{
    height: 200px;
    width: 200px;
    float:left;
    display:block;
    overflow:hidden;
    border-radius: 7px;
}

.popuphead
{
    position: absolute;
    top: 8px;
    left: 4%;
    width: 92%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    background-color: #0DE;
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    border-radius: 8px;
/*    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
*/
}

.popupclose
{
    width: 15px;
    float: left;
    height: 15px;
    font-size: 1.3em;
    margin-top: -5px;
    color: #CCC;
    cursor: pointer;
}

.popupclose:hover
{
    color: white;
}

.popuptext
{
    position: relative;
    left: 0;
    width: 100%;
    height: 113px;
    padding: 10px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    border-radius: 7px;

    overflow:hidden;
    border:3px solid rgba(0,0,0,0.7);
    width:90%;
    color:white;
    font-size:12px;
    padding:5px;
    background-color:#666;
    border-radius: 7px;

}

