/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.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;}legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,dl{margin:1em;}dl{margin-left:2em;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


body {
  background:  url('/images/page_bg.png') repeat-x;
}
h1.section,
h2.section,
h3.section {
  margin: 10px 0;
  font-size: 24px;
  font-weight: normal;
  font-family: georgia,'Times New Roman',times,serif;
}

#page {
  width: 974px;
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
}

#header {
  position: relative;
  height: 80px;
  margin-bottom: 10px;
  background:  url('/images/page_bg.png') repeat-x;
}
#header h1 {
  margin: 0 0 0 10px;
  height: 80px;
  line-height: 80px;
}
#header h1 a {
  position: relative;
  top: 10px;
  display: block;
  width: 210px;
  height: 54px;
  background: url('/images/temp_logo.png') no-repeat;
  color: #d64606;
  text-decoration: none;
  text-indent: -10000px;
}
#header .status {
  position: absolute;
  top: 30px;
  right: 10px;
}
#header .status a {
  text-decoration: none;
  font-weight: bold;
}

#main {
  float: left;
  width: 634px;
  padding: 10px;
  min-height: 600px;
  _height: 600px; /* ie6 */
}

#col-small {
  float: left;
  width: 300px;
  padding: 10px;
  _padding-right: 0; /* ie6 */
}

#page.no-sidebar #main {
  width: auto;
  float: none;  
}

#footer {
  clear: both;
  min-width: 974px;
  min-height: 30px;
  _height: 30px; /* ie6 */
  padding: 10px;
  background-color: #666;
  border-top: 5px solid #2786C2;
  color: #fff;
  text-align: center;
}
#footer .wrapper {
  width: 974px;
  margin: 0 auto;
}
#footer .wrapper .inner {
  width: 974px;
}

.error {
  margin: 10px;
  padding: 5px 10px;
  background-color: #fee;
  color: #c03;
  font-weight: bold;
}
.notice {
  margin: 10px;
  padding: 5px 10px;
  background-color: #efc;
  color: #090;
  font-weight: bold;
}
div#comment_result {
	margin: 0;
	margin-bottom: 10px;
	width: 180px;
}

/* download calls to action */
#dl_promo h2 {
  margin: 10px;
  font-size: 13px;
}
#dl_promo h2 a {
	display: block;
	padding: 10px;
	background-color: rgb(204, 238, 255);
	color: #2786C2;
	text-decoration: none;
}
#dl_promo h2 a strong {
	color: #00f;
	text-decoration: underline;
}
#dl_promo div {
	margin: 0 10px;
	border: 5px solid #e8e8e8;
	text-align: center;
}
#dl_promo div img {
	width: 937px;
	height: 234px; 	
}

#col-small a.dl_cta {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #efc;
  color: #090;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}
#col-small a.dl_cta strong {
  display: block;
  margin-bottom: 3px;
  color: #00f;
  font-size: 20px;
  text-decoration: underline;
}

/* when forms are on register/logout page */
#account #register {
  float: left;
  width: 454px;
  margin-right: 20px;
  background-color: rgb(204, 238, 255);
}
#account #register-login {
  float: left;
  width: 440px;
}
#account #login {
  width: 400px;
  margin: 0 auto;
}

/* register patial */
#register {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e8e8e8;
}
#register h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: georgia,'Times New Roman',times,serif;
}
#register form li {
  clear: both;
  margin: 5px 0;
}
#register form li.submit {
  margin-top: 10px;
  text-align: center;
}
#register form li label {
  display: block;
  float: left;
  width: 120px;
}
#register form input {
  width: 150px;
}
#register form input.submit {
  width: auto;
}

/* login on register partial */
#register-login {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e8e8e8;
}
#register-login h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: georgia,'Times New Roman',times,serif;
}
#register-login form li {
  clear: both;
  margin: 5px 0;
}
#register-login form li.submit {
  margin-top: 10px;
  text-align: center;
}
#register-login form li label {
  display: block;
  float: left;
  width: 120px;
}
#register-login form input {
  width: 150px;
}
#register-login form input.submit {
  width: auto;
}

/* login partial */
#login {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e8e8e8;
}
#login h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: georgia,'Times New Roman',times,serif;
}
#login form ul {

}
#login form li {
  clear: both;
  margin: 5px 0;
}
#login form li.submit {
  margin-top: 10px;
  text-align: center;
}
#login form li label {
  display: block;
  float: left;
  width: 70px;
}
#login form input {
  width: 150px;
}
#login form input.submit {
  width: auto;
}
#login form .register {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

/* leave comment partial */
#leave-comment {
  margin-bottom: 10px;
}

#leave-comment h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: georgia,'Times New Roman',times,serif;
}
#leave-comment form li {
  margin: 5px 0;
}
#leave-comment form li.submit {
  margin-top: 10px;
}
#leave-comment form label {
  display: block;
  margin-bottom: 3px;
}
#leave-comment form input {
  width: 150px;
}
#leave-comment form textarea {
  width: 300px;
  height: 100px;
}
#leave-comment form input.submit {
  width: auto;
}
#leave-comment .contact {
  margin-top: 10px;
  text-align: center;
}

ul.playlists li {
  margin: 5px 0;
  padding: 5px;
  background-color: #e8e8e8;
}
ul.playlists li .date {
  float: right;
  color: #ccc;
  font-size: 11px;
}
ul.playlists li .title,
ul.playlists li .title a {
  display: block;
  color: #2786C2;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
ul.playlists li .title a:hover {
    text-decoration: underline;	
}
ul.playlists li .details {
  color: #999;
}

#no-playlists {
  margin: 0 20px;
  padding: 10px;
  background-color: #CCEEFF;
  color: #2786C2;
}
#no-playlists h2 {
  margin: 0;
  padding: 0;
}
#no-playlists p {
  margin: 10px 0;
}
#no-playlists ol {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  font-size: 16px;
}
#no-playlists li {
  margin: 5px 0 5px 30px;
}
#no-playlists li strong {
  color: #000;
}

h1.playlist-name {
  margin-bottom: 3px;
  padding: 0;
}
ul.playlist-details {
  margin-bottom: 1em;
  color: #090;
}
ul.playlist-details li {
  display: inline;
  margin-right: 5px;
}

/* song list */
ul.songs li {
  position: relative;
  _height: 1px; /* ie6 */
  margin: 5px 0;
  padding: 10px 5px;
  background-color: #e8e8e8;
}
	ul.songs li:hover {
	  background-color: #cef;
	}
ul.songs li .date {
  position: absolute;
  right: 5px;
  float: right;
  color: #bbb;
  font-size: 11px;
}
ul.songs li .title,
ul.songs li .title a {
  color: #2786C2;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
	ul.songs li .title a:hover {
	  text-decoration: underline;
	}
ul.songs li .actions {
  display: inline;
  margin-left: 10px;
  color: #999;
  font-size: 11px;
}
ul.songs li .actions a {
  color: #666;
}
ul.songs li.forced .title {
  color: #999;
}
ul.songs li.forced:hover .title {
  color: #2786C2;
}

/* in place editor */
form.inplaceeditor-form {
  margin: 10px 0;
}

input.editor_field {
  display: block;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  border-width: 1px;
  border-top-color: #818160;
  border-left-color: #818160;
  border-right-color: #f8f8ed;
  border-bottom-color: #f8f8ed;
  background-color: #ffffd3;
  font-size: 24px;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
}
input.editor_ok_button {
  margin: 0 10px;
}
a.editor_cancel_link {
}
.editor-hover {
  background-color: #ffffd3;
}
.inplaceeditor-saving {
  font-style: italic;
  color: #ccc;
}

.share {
  margin-top: 10px;
  background-color: #AFC5FF;
  padding: 10px;
}

.share li {
  padding: 3px 0;
  clear: left;
}

.share label {
  float: left;
  width: 180px;
}

#recipient_wrapper {
  float: left;
}
