/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

legend {
  color: #000;
}

a {
  outline: none;
}

body#mixtape {
  padding: 0 0 100px 0;
}

div.bottom-bar {
  padding: 1.1em 1.5em 0.8em 1.5em;
  background-color: #25aaff;
  color: #fff;
  position: relative;
  zoom: 1;
  background-image: url(/images/gradient100px.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
}
div.bottom-bar div.tape-header {
  font-size: 18pt;
  width: 60%;
  overflow: hidden;
}
div.bottom-bar div.tape-header h1 {
  display: inline;
  font-weight: bold;
  font-size: 50px;
  color: white;
}
div.bottom-bar div.tape-header h2 {
  display: inline;
  font-size: 9pt;
  margin-left: 0.4em;
}
div.bottom-bar div.nav {
  position: absolute;
  right: 4.5em;
  top: 35%;
  text-align: right;
  vertical-align: bottom;
}
div.bottom-bar div.nav a {
  color: #fff;
  font-weight: bold;
}
div.bottom-bar div.nav a:hover {
  text-decoration: none;
}
div.bottom-bar div.nav img {
  position: relative;
  top: 2px;
  right: 8px;
}

.clear {
  clear: both;
}

.main-content {
  padding-top: 40px;
  font-family: Georgia, helvetica,sans-serif;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#front .main-content, #create .main-content {
  width: 500px;
}

a {
  color: #000;
  outline: none;
}
a:hover {
  color: #2695e3;
  text-decoration: none;
}

div.logo {
  float: left;
  margin-right: 20px;
  width: 135px;
  height: 87px;
  position: relative;
  overflow: hidden;
}
div.logo img {
  width: 135px;
  height: 87px;
}
div.logo a.label {
  font-weight: bold;
  background: #fff;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding-top: 2px;
  position: absolute;
  top: 28px;
  left: 25px;
  width: 250px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

h1, h1 a, h1 a:hover {
  font-size: 72px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
h2 {
  font-size: 28px;
  padding-bottom: 30px;
}
h3 {
  margin-bottom: 4px;
}

#front h1 {
  text-align: center;
}

#front h2 {
  text-align: center;
}

#front h2 a {
  color: #2695e3;  
}

ul.navigation {
  width: 500px;
  text-align: center;
  margin: 0 auto 2em auto;
}

ul.navigation li {
  font-size: 21px;
  line-height: 30px;
  color: #aaa;
  display: inline;
}

ul.navigation li a {
  font-weight: bold;
}
ul.navigation li.larger {
  font-size: 24px;
  line-height: 34px;
}
ul.navigation li.dimun {
  color: #fff;
}
ul.navigation li.dimun a {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
ul.navigation li.dimun a:hover {
  color: #ff0000;
}

ul.tapes li {
  width: 160px;
  float: left;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  margin: 0 5px 5px 0;
  background-image: url(/images/gradient50px.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
}
ul.tapes li a {
  display: block;
  overflow: hidden;
  font-size: 12px;
  width: 148px;
  padding: 3px 6px;
  color: white;
  text-decoration: none;
}
ul.tapes li a:hover {
  color: #fff;
}

div.footer {
  margin-top: 30px;
  padding: 12px 0 20px;
  text-align: center;
  font-size: 11px;
  border-top: 1px solid #e6e6e6;
  color: #999;
}
div.footer a {
  color: #666;
}

div.content {
  clear: left;
  margin-top: 30px;
  font-size: 14px;
  line-height: 21px;
}

form {
  margin-top: 1em;
  margin-bottom: 1em;
}
form input {
  border: 1px solid #888;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 2px;
  background: #f5f5f5;
}
form input[type="file"] {
  font-size: 12px;
}
form input.button {
  border: 2px solid #1b88d5;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 20px;
  background-color: #2695e3;
  color: #fff;
}
form input.button:hover {
  background-color: #1b88d5;
}
form input.deactivated {
  color: #999;
  cursor: default;
  background-color: #f1f1f1;
  border: 2px solid #ddd;
}
form input.deactivated:hover {
  background-color: #f1f1f1;
}
form label {
  color: #222;
}

/*trackslist*/
ul.trackslist {
  font: normal 12px georgia,helvetica,sans-serif;
  background: #fff;
}

.green {
  color: #009400;
}
.blue, li.track a:hover {
  color: #2695e3;
}
.grey {
  color: #bbb;
}

li.hover {
  background: #f3f3f3;
}
li.hilite {
  background: #eaeaea;
}

li.track {
  padding: 1.5em;
  cursor: pointer;
  position: relative; /zoom: 1;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  margin: 0 0 10px 0;
}
li.track a {
  text-decoration: none;
  color: #000;
}
li.track div.name {
  font-size: 36pt;
  line-height: 40pt;
}
li.track div.info {
  font-size: 14pt;
  margin-left: 0.2em;
  line-height: 20pt;
}
li.track div.info span.loaded {
  margin-left: 0.4em;
  color: #999;
}
li.track div.info span.buy {
  font-size: 9pt;
  margin-left: 0.3em;
}
li.track div.info span.buy a {
  color: #999;
  text-transform: uppercase;
}
li.track div.info span.buy a:hover {
  color: #2695e3;
}
li.track span.clock {
  color: #999;
}

body {
  font-family : Georgia, Arial, sans-serif;
}

a {
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

p {
  line-height: 1.5;
}

#chooser {
  width : 500px;
  height: 0px;
  position : fixed;
  bottom: 87px;
  right: 0;
  z-index : 100;
  background-color : rgb(50,50,50);
  background : rgba(0,0,0,0.8);
  padding: 10px;
  -moz-border-radius-topleft : 5px;
  -webkit-border-top-left-radius : 5px;
  display: none;
  -webkit-box-shadow: -3px 3px 3px rgba(0,0,0,0.2)
}

#chooser p {
  color: white;
}

#chooser form {
  margin: 0;
}

#chooser #fav-q {
  width: 150px;
}

#chooser ul.search-areas li a {
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
}

#chooser ul.search-areas li a.hilite {
  background: white;
  color: black;
}

#chooser ul.search-areas {
  margin: .5em 0 1em 0;
}

#chooser li.loading {
  font-size: 20px;
}

#chooser ul.search-areas li {
  float: left;
  font-size: 12px;
  margin: 0 1em 1em 0;
}

#chooser ul.search-areas li a {
  color: white;
  border: 1px solid white;
  padding: 4px;
  display: block;
}

#search-form {
}

#chooser p a {
  color: #aaa;
}

#chooser p a:hover {
  color: white;
}

#about p {
  margin-bottom: 20px;
}

#about p a {
  text-decoration: underline;
}


#chooser input {
  background : transparent;
  color: white;
  border : 1px solid white;
  margin: 1em 0 1em 0;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  padding: 3px;
}

#chooser input[type=submit]:hover, #chooser input[type=button]:hover {
  background: white;
  color: black;
  cursor: pointer;
}

#genres {
  margin: 1em 0 1em 0;
}

#genres a {
  color : white;
}

#genres a.selected {
  text-decoration: underline;
}

#q {
  width : 320px;
  border: 1px solid rgb(148, 164, 198);
}

#search-btn {
  width: 67px;
}

.result-list {
  height : 220px;
  overflow-y : auto;
  border : 1px solid white;
  padding: 0;
  color: white;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
}

.result-list li {
  font-size: 12px;
  list-style-type : none;
  padding: 2px 5px 2px 5px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result-list li a {
  color : white;
}

ul.trackslist li.track .move-link, ul.trackslist li.track .remove-link {
  display: none;
}

ul.trackslist li.track.hover .move-link {
  position: absolute;
  height: 40px;
  width: 50px;
  display: block;
  background: transparent url(/images/move.png) 0 0;
  text-indent: -9999px;
  right: 50px;
  bottom: 3px;
}

ul.trackslist li.track .move-link:hover {
  cursor: move;
  background-position: -45px 0;
}

ul.trackslist li.track.hover .remove-link {
  position: absolute;
  height: 34px;
  width: 45px;
  display: block;
  background: transparent url(/images/remove.png) 0 0;
  text-indent: -9999px;
  right: 8px;
  bottom: 3px;
}

ul.trackslist li.track .remove-link:hover {
  background-position: -50px 0;
}

ul.trackslist li.ui-sortable-helper {
  width: 95%;
}

ul.trackslist li.track img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

ul.trackslist li.track {
  -webkit-background-size: 100% 100%;
}

/******** create tape **********/

#create input#tape-name {
  font-size: 40px;
  width: 628px;
  display: block;
}

#create input#name-submit {
  font-size: 20px;
  cursor: pointer;
  display: block;
  float: right;
  margin: 20px 0 0 0;
  padding: 3px;
}

#create label {
  color: grey;
  display: block;
  margin: 30px 0 10px 0;
}

#create h1 {
  font-size: 40px;
  font-weight: bold;
}

#create-main-content {
  width: 500px;
  margin: 40px auto;
}

#trackslist {
  display: none;
}

.bottom-bar {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.track .progress-bar {
  visibility: hidden;
  background: #ccc;
  height: 2px;
  width: 0px;
}

.track.hilite .progress-bar {
  visibility: visible;
}