
/* base
************************************************/

body, input, textarea, select {
	font-family: verdana, sans-serif;
	font-size: 13px;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url("/images/design/bg.png") repeat-x 0 89px;
}


table {
	border-collapse: collapse;
}

img {
	border: 0;
}


h1, h2, h3 {
	font-family: "trebuchet ms", arial, sans-serif;
}

h1 {
	margin-top: 0;
	border-bottom: 1px dotted #ce5c00;
	font-size: 16pt;
	font-style: italic;
	color: #ce5c00;
}
h1 i {
	color: #fcaf3e;
}
h2 {
	margin-top: 24pt;
	font-size: 14pt;
	color: #4e9a06;
}
h3 {
	margin-top: 0;
	font-size: 11pt;
	color: #888a85;
}


a:link {
	color: #3465a4;
	text-decoration: none;
}
a:visited {
	color: #75507b;
	text-decoration: none;
}
a:hover {
	color: #f57900;
	text-decoration: underline;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #4e9a06;
}



.clear {
	clear: both;
}

hr {
	width: 100%;
	height: 1px;
	margin: 16px 0;
	border: 1px;
	background-color: #c0c0c0;
	color: #c0c0c0;
	clear: both;
}

blockquote.lyrics,
blockquote.gtabs {
	margin-left: 0;
	padding: 16px 40px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #d3d7cf;
}
blockquote.lyrics .attr {
  font-size: 8pt;
  color: #888a85;
  text-transform: uppercase;
}



/* layout
************************************************/

div#header {
	height: 63px;
	background: #0fabed url("/images/design/header-bg.png") repeat-x;
}

div#navigation {
	height: 24px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #b9cd59;
	background: #d3e194 url("/images/design/nav-bg.png") repeat-x;

	font-size: 9pt;
	color: #57631d;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 648px;
	height: 24px;
	margin: 0 auto;
}
div#navigation ul li {
	width: 24px;
	height: 24px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	float: left;
}

div#navigation a:link,
div#navigation a:visited,
div#navigation a:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: #2b310f;
	text-decoration: none;
}
div#navigation a:hover {
	background-color: #acc43c;
}


div#container {
	width: 100%;
	max-width: 1000px;
	margin: 0 -312px 0 16px;
	/*background: #ffffff url("/images/design/content-top-right.png") no-repeat right top;*/
	position: relative;
	float: left;
	/*outline: 2px solid lightgreen;*/
}
div#container div#main {
	/*background: #ffffff url("/images/design/content-top-left.png") no-repeat left top;*/
	margin-right: 328px;
	margin-bottom: 20px;
	min-height: 400px;
	padding: 0 16px;
	background-color: #ffffff;
	position: relative;
	top: 20px;
	/*outline: 2px solid yellow;*/
}

div#main .corner {
	width: 100%;
	height: 20px;
	background: url("/images/design/cr-left-full.png") no-repeat;
	margin-right: 20px;
	position: absolute;
	top: -20px;
	left: 0px;
}


div#sidebar {
	width: 230px;
	float: left;
	font-size: 8pt;
}

div.sidebar-box {
	/* width=280 */
	width: 262px;
	margin: 0 0 36px 0;
	padding: 0 8px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d9e6f3;
	background-color: #eff5fb;
	position: relative;
	top: 10px;
}
div.sidebar-box .ct,
div.sidebar-box .cb {
	width: 280px;
	height: 10px;
	position: absolute;
	left: -1px;
}
div.sidebar-box .ct {
	top: -10px;
	background: url("/images/design/sidebar-t.png") no-repeat;
}
div.sidebar-box .cb {
	bottom: -10px;
	background: url("/images/design/sidebar-b.png") no-repeat;
}

div.sidebar-box p {
	margin-top: 0;
}

div.sidebar-box ol li {
	color: #888a85;
}

div.ad {
	width: 1000px;
	max-width: 1000px;
	padding: 8px 0;
	text-align: center;
	/*outline: 2px solid blue;*/
}



/* browse artists
************************************************/

table.browse {
	width: 100%;
}
table.browse td {
	width: 316px;
	padding: 1px 4px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #d3d7cf;
	vertical-align: middle;
}

.browse-page {
	display: none;
	margin-top: 32px;
}
.browse-page.active {
	display: block;
}


/* tabs
************************************************/

ul.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 21px;
	border-bottom: 1px solid #babdb6;
}
ul.tabs li {
	width: 50px;
	height: 20px;
	margin: 0 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #babdb6;
	background-color: #ffffff;
	float: left;

	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	background-color: #eeeeec;
}
ul.tabs li:hover {
	background-color: #f4f4f4;
}
ul.tabs li.active {
	border-bottom-color: #ffffff;
	background-color: #ffffff;
}
ul.tabs li.active:hover {
	background-color: #ffffff;
}
ul.tabs li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.tabs li a:link,
ul.tabs li a:visited,
ul.tabs li a:hover {
	color: #000000;
	text-decoration: none;
}




/* track listing
************************************************/

table.list,
table.tracks {
	width: 100%;
}
table.list tr {
	background-color: #ffffff;
}
/*table.list tr:hover {
	background-color: #fffdeb;
}*/
table.list td {
	padding: 1px 3px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #d3d7cf;
	vertical-align: middle;
}
td.attr,
td.rating {
	width: 1px;
	white-space: nowrap;
	color: #888a85;
	text-align: right;
}
td.rating img {
	width: 16px;
	height: 16px;
}
td.image {
	width: 80px;
}
td.image img {
	margin-top: 4px;
}

td.details {
	color: #888a85;
	height: 60px;
}
td.details a {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

table.list tr.album_info td {
	border-bottom: 0;
}
table.list tr.album_tracks > td {
	border: 0;
}
table.tracks {
	margin-bottom: 8px;
}
table.tracks td {
	padding: 1px 3px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #f1f1f1;
	vertical-align: middle;
}
table.tracks tr.odd td {
	background-color: #f8f8f8;
}

div.tracks_wrapper {
	display: none;
}

/* data listing
************************************************/

table.info {
	margin: auto;
}
table.info th,
table.info td {
	padding: 1px 3px;
	vertical-align: top;
}
table.info th {
	color: #888a85;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}


/* forms
************************************************/

input[type=text],
input[type=password],
select,
textarea
{
	border: 1px solid #d3d7cf;
	background-color: #ffffff;
	font-size: 8pt;
}
input[type=submit]
{
	width: 80px;
	font-size: 8pt;
}
fieldset
{
	border: 1px solid #888a85;
	background-color: #fffdeb;
	width: auto;
}
fieldset legend
{
	font-weight: bold;
	color: #2e3436;
}


form table
{
	width: 260px;
	margin: auto;
}
form table td
{
	text-align: center;
}
form table td.fieldname
{
	padding: 3px 6px 3px 0;
	text-align: right;
}
form table td.field
{
	padding: 3px 0;
}
form table td.reg {
	padding-top: 16px;
	color: #555753;
}

/* tailoring specific form tables */
form#search input[type=text],
form#search input[type=password]
{
	width: 258px;
}
form#search select
{
	width: 170px;
	margin-right: 8px;
}
form#login input[type=text],
form#login input[type=password]
{
	width: 180px;
}
form#register table
{
	width: 360px;
}
form#register input[type=text],
form#register input[type=password]
{
	width: 260px;
}



/* quick search
************************************************/

input#qsearch-box {
	display: block;
	width: 400px;
	margin: auto;
	padding: 3px;
	font-size: 12pt;
}
div#qsearch-results {
	width: 400px;
	height: 325px;
	margin: auto;
	overflow: hidden;
	color: #888a85;
}
div#qsearch-results table {
	width: 100%;
}
div#qsearch-results table td {
	padding: 1px 3px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #d3d7cf;
	vertical-align: middle;
}
div#qsearch-results a.more {
	display: block;
	margin-top: 4pt;
	font-size: 8pt;
	text-align: center;
}
div#qsearch-results a.more:after {
	content: "  \00bb"
}


/* column layout
************************************************/

div.col {
	margin-left: 16px;
	float: left;
}
div.col.first {
	margin-left: 0;
}
div.col.med {
	width: 306px;
}

div.col h2 {
	margin-top: 12pt;
}





/* other styles
************************************************/

ul.search-results
{

}

ol.easytype li {
	list-style-type: lower-roman;
}

.easytypeurl {
	font-weight: bold;
	text-align: center;
}
.note {
	font-size: 8pt;
}

.popular {
	font-weight: bold;
}

.error {
	margin-top: 0;
	padding: 10px;
	background-color: #fffdeb;
	border: 1px dashed #edd400;
	font-size: 10pt;
	font-weight: bold;
	color: #ef2929;
}
