/* November 2009 */

/* 
Fixed width wrapper, bottom footer
-----------------------------------------------------

<container>
	<adjust_for_footer></adjust_for_footer>
</container>
<footer></footer>

*/

html, body {
	margin: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -36px; /* +1 for footer top border +5 for footer padding */
}

#footer, #adjust_for_footer {
	height: 30px;
}

/* font colors */

html, body {
	font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
	text-align: center;
}

#container {
	text-align: left;
}

/* box widths */
#container, #footer	{ width: 860px; }
.info 							{ width: 180px; float: left;}
.data 							{ width: 660px; float: right;}
.graphic 						{ width: 120px; float: left;}
.data_with_graphic 	{ width: 520px; float: right;}
.list .date					{ width: 140px;}
.list .title				{ width: 300px;}
.scrobbles					{ width: 320px; float: left; margin: 0 10px 20px 0;}
.scrobbles3					{ width: 200px; float: left; margin: 0 10px 20px 0;}
.commute_chart			{ width: 320px; float: left;}

/* headings */

h1 			{font-size: 2em;}
h2, h3 	{font-size: 1.4em;}

h3 {
	color: #888;
	margin-bottom: 10px;
}

.info h5 {
	color: #aaa;
	margin: 20px 0 5px 0;
}

/* page headers */
.header {
	padding: 20px 0 10px 0;
}

.header_content {
	border-top: solid 5px #000;
	padding: 10px 0;
}

.header p {
	color: #888;
	margin-top: 10px;
}

#footer {
	border-top: solid 1px #000;
	margin: auto;
	padding-top: 5px;
	text-align: left;
}

#footer p {
	font-size: .7em;
	color: #888;
}

#footer #tag {
	float: right;
}

#topics>li,
.page,
.results>li {
	border-top: solid 1px #000;
	padding: 20px 0;
}

.results>li.no_border {
	border-top: none;
}

.info p.alpha {
	margin-top: 0;
}

.info p,
p.basic {
	margin-top: 10px;
	font-size: .8em;
	color: #888;
	line-height: 1.6em;
}

.info a {
	color: #000;
	text-decoration: none;
}

.info a:hover {
	text-decoration: underline;
}

.poster {
	border: solid 1px #ddd;
	padding: 4px;
}

.list {
	width: 100%;
	margin-bottom: 10px;
}

.list tr.first td {
	border-top: none;
	padding: 0 0 6px 0;
}

.list td {
	padding: 6px 0;
	line-height: 1.4em;
	border-top: solid 1px #ddd;
	font-size: 1em;
	vertical-align: top;
}

.list .date,
.scrobbles .rank {
	color: #888;
	font-size: .8em;
}

.list .title,
.list tr.first .title {
	padding-right: 20px;
}

.list .title a,
.list tr.first .title a {
	font-weight: bold;
}

.list td a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.list td a:hover {
	text-decoration: underline;
}

/* Last.fm formatting for bar charts */

ul.bar_chart {
	border-bottom: solid 1px #ddd;	
}

ul.bar_chart li {
	position: relative;
	display: block;
	font-size: .9em;
}

ul.bar_chart .name {
	display: block;
  padding: 5px 35px 5px 5px;
  position: relative; 
  z-index: 2;
	border-top: solid 1px #ddd;
}

ul.bar_chart .count {
  display: block; 
  position: absolute; 
  top: 5px; 
  right: 0; 
  margin: 0.1em 0.4em; 
  text-align: right; 
  color: #666; 
  z-index: 2;
}

ul.bar_chart .index {
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 100%; 
  text-indent: -9999px; 
  overflow: hidden; 
	background: #E4F4F8;
}

ul.track .index {
	background: #F1E2F6;	
}

ul.album .index {
	background: #E5E3F7;	
}

#top7day, #top3month {
	margin-right: 20px;
}

ul.bar_chart a {
	color: #000;
	text-decoration: none;
}

ul.bar_chart a:hover {
	color: #444;
	text-decoration: underline;
}

/* navigator styles */

.nav {
	float: right;
	font-size: .7em;
	color: #bbb;
	width: 200px;
	line-height: 1.5em;
	text-align: right;
}

.nav a,
#footer a {
	text-decoration: none;
	color: #444;
}

.nav a:hover,
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.nav p {
	margin: 0;
}

.nav input {
	color: #888;
}

.footnote {
	font-size: .7em;
	color: #888;
	line-height: 1.2em;
}

.stats h4 {
	margin-top: 20px;
}

.page>p>a {
	color: #000;
}

.highlight {
	background: #D6E5FE;
}

a:hover .highlight {
	text-decoration: underline;
}

.scrobble_sub {
	color: #ccc;
}