/* main sections */
html {
  background: #fff;
}
body {
  color: #000;
  font-family: helvetica, arial, sans-serif;
  font-size: 85%;
  line-height: 1.7;
  text-align: center;
}
textarea {
  font-family: helvetica, arial, sans-serif;
  font-size: 100%;
}
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
  margin-top: 0px;
	display: block;
	text-align: left;
	padding: 20px;
  padding-left: 36px;
	overflow: hidden;
  background: #fff;
}
ul#nav li {
  display: inline;
}
ul#nav a {
  padding: 10px;
  background: #555;
  text-decoration: none;
  color: #eee;
}
ul#nav a:hover {
  background: #000;
  color: #fff;
}

h1.logo a {
  text-decoration: none;
  color: PaleVioletRed;
  font-weight: bold;
  background: #fff url('/images/frontend/logo.gif') no-repeat top center;
  width: 282px;
  height: 150px;
  display: block;
  text-indent: -9999em;
  margin-right: auto;
  margin-left: auto;
}

ul.results {
    OVERFLOW: hidden;
}
ul.results li {
  display: inline;
  margin: 10px;
  margin-right: 5px;
  margin-left: 0;
}
ul.results li a {
  line-height: 2.6;
  background-color:#e0eaf1;
  border-bottom:1px solid #479;
  border-right:1px solid #8ab;
  color:#257;
  padding: 5px;
  text-decoration: none;
}
ul.results li a:hover {
  color: #111;
  background-color:#e5f1f5
}

ul#similar-artists li {
  display: inline;
}

ul#images li {
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
}

form#search-box {
  float: right;
}

ul#videos li {
  display: inline;
  margin-right: 0px;
  margin-bottom: 20px;
}

ul#videos img {
  width: 120px;
  height: 90px;
  overflow: hidden;
}
#share {
  float: right;
  clear: right;
}
#share img {
  vertical-align: middle;
}
form.home {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
}
form.home input {
  padding: 6px;
  width: 300px;
}
form.home label {
  font-weight: bold;
}
form.home .search-button {
  padding: 4px;
  width: 50px;
}
#footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#feedbackform {
  margin-top: 50px;
}
#feedbackform label {
  width: 100px;
}
#feedbackform input, #feedbackform textarea {
  width: 700px;
}
#feedbackform textarea {
  height: 100px;
}
#feedbackform #submit {
  width: 100px;
  margin-left: 108px;
}
