/*****************************************************************************/
/*****************************************************************************/
/* CSS RESET                                                                 */
/*****************************************************************************/
/*****************************************************************************/

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}
@font-face { font-family: Akzidenz; src: url('../images/Akzidenz.otf'); }

/*****************************************************************************/
/*****************************************************************************/
/* CONTAINERS                                                                */
/*****************************************************************************/
/*****************************************************************************/

body {
	text-align: center;
	background: url('../images/background.jpg') no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
}
#header {
	padding: 0 0 10px 0;
	font-family: Akzidenz, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	display:inline;
	float:left;
}
#content {
	padding: 8px 0 8px 0;
	width: 849px;
	text-align: left;
	min-height: 480px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************************/
/*****************************************************************************/
/* DEFAULT STYLES                                                            */
/*****************************************************************************/
/*****************************************************************************/

.contentbox {
	border: 1px #444 solid;
	background-color: #CCC;
	width: 100%;
	min-height: 480px;
	padding: 10px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.noborder {
	border: 0;
}
.indent {
	margin-left: 50px;
}
.right {
	float:right;
}
h4 {
	font-weight: bold;
	font-size: 25px;
	color: #444;
	margin: 10px 0 10px;	
}
a {
	text-decoration: none;
	border: none;
	color: #0099D1;
}
p {
	margin: 5px 0 5px 0;
}
ul, ol {
	list-style: none;	
}
li {
	display:block;
}
input {
	border: 1px black solid;
	padding: 5px;
}
input.submit {
	padding: 10px 30px 10px 30px;
	margin-top: 10px;
}
li.horizontal {
	display:inline;
	margin-right:20px;
}
#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}
#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}
#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}
.fieldWithErrors {
  display: inline;
}
#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}
#errorExplanation ul {
  margin: 2px 24px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

/*****************************************************************************/
/*****************************************************************************/
/* HEADER CHARTS                                                             */
/*****************************************************************************/
/*****************************************************************************/

#header .header_charts {
	text-align: center;
}
#header .header_charts li {
	margin: 0 5px 0 5px;
	display:inline;
}
#header .header_charts li a:hover {
	color:#ff6a00;
}
.rounded_box {
	background: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
}

/*****************************************************************************/
/*****************************************************************************/
/* SEARCH BOX                                                                */
/*****************************************************************************/
/*****************************************************************************/

#search {
	margin-top: 60px;
}
#search form {
	display:inline;
}
#search div {
	position:relative;
	width: 440px;
	height: 34px;
}
#search #query {
	border:1px solid #AAA;
	padding: 5px 105px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	height:22px;
	width:330px;
	z-index: -1;
}
#search #search_button {
	background: url(../images/search_background.png) repeat-x 0 0;
	position:absolute;
	top: 1px;
	left: 341px;
	width: 100px;
	height: 33px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-top-right-radius: 5px;
	-webkit-border-radius-bottom-right-radius: 5px;
	border-radius-topright: 5px;
	border-radius-bottomright: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-shadow: #fff 0.05em 0.05em 0.1em;
	font-weight: bold;
	padding-bottom: 150px;
	z-index: 0;
}
div.autocomplete {
	background: #FFF;
}
div.autocomplete ul {
	border:1px solid #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}
div.autocomplete ul li {
	margin:0;
	padding:3px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #FFF;
}
div.autocomplete ul li.selected {
	background-color: #0099D1;
}
div.autocomplete ul strong.highlight {
	margin:0;
	padding:0;
}

/*****************************************************************************/
/*****************************************************************************/
/* INFOBOX                                                                   */
/*****************************************************************************/
/*****************************************************************************/

.infobox {
	text-align: left;
	height: 100px;
	margin-bottom: 20px;
	color: #888;
	font-size: 16px;
	font-weight: bold;
}
.infobox .info {
	display: inline-block;
	max-width: 650px;
	margin-left: 10px;
}

.infobox .imgbox {
	float:left;
	width: 100px;
	overflow: hidden;
}
.infobox p {
	margin: 0;
	line-height: 29px;
}
.infobox img {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.infobox .songname {
	height: 40px;
	font-size: 30px;	
}
.infobox .songname p {
	line-height: 40px;
	white-space: nowrap;
}
.infobox .songalbum, .infobox .songartist {
	height: 29px;	
}
.infobox .albumname {
	height: 60px;
	font-size: 45px;
}
.infobox .albumname p {
	line-height: 60px;
}
.infobox .albumartist {
	height: 39px;		
}
.infobox .albumartist p {
	line-height: 39px;		
}
.infobox .single {
	height: 100px;
	font-size: 50px;	
}
.infobox .subsingle {
	height: 100px;
	font-size: 30px;
}
.infobox .single p, .infobox .subsingle p {
	line-height: 100px;
}

/*****************************************************************************/
/*****************************************************************************/
/* MISC                                                                      */
/*****************************************************************************/
/*****************************************************************************/

.linklist {
	font-size: 20px;
}
.chartlist span {
	font-size: 50px;
	text-shadow: #0099D1 0.05em 0.05em 0.1em;
	line-height: 100px;
	display:inline;
	margin-right: 20px;
	float:left;
	width: 100px;
}

#user_nav {
	float: right;
	margin-top: 10px;
}
