/* =================== */
/* = Yahoo Reset CSS = */
/* =================== */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* ============== */
/* = Rest of it = */
/* ============== */

body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#container {
  width: 500px;
  margin: 50px auto;
}

.header {
  border-bottom: 3px solid red;
  margin-bottom: 20px;
}

h1 {
  text-align: center;
  font-size: 3em;
  padding-bottom: 20px;
  width: 300px;
  height: 106px;
  margin: 0 auto;
  text-indent: -9000px;
  background-image: url('/images/s3fm-logo.png');
  background-repeat: no-repeat;
}

h2 {
  text-align: left;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  width: 100%;
  border-bottom: 3px solid grey;
}

p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

p.home {
  text-align: center;
}

a {
  color: black;
}

strong {
  font-weight: bold;
}

form {
  text-align: center;
}

form label {
  font-weight: bold;
}

#bucket-input {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#controls {
  margin-left: auto;
  margin-right: auto;
  width: 306px;
}

.button a {
  display: block;
  width: 128px;
  height: 128px;
/*  border: 1px solid red;*/
}

#playpause-button {
  float: left;
  width: 128px;
  height: 128px;
  background-image: url('/images/playpause.png');
}

#playpause-button.playing {
  background-position: 128px 0px;
}

#fastforward-button {
  margin-left: 50px;
  float: left;
  width: 128px;
  height: 128px;
  background-image: url('/images/fastforward.png');
}

span.cleardiv {
  display: block;
  clear: both;
}

#spinner {
/*  border: 1px solid red;*/
  margin: 2em auto;
  width: 32px;
  height: 32px;
  clear: both;
/*  display: none;*/
}

.no-border {
  border: none;
}

.title {
  text-align: center;
}

.footer {
  border-top: 3px solid grey;
  padding-top: 0.5em;
  margin-top: 0.5em;
  text-align: center;
}