/* @override 
	http://localhost:4567/mix.css
	http://recordings.mooseyard.com/mix.css
*/

@font-face {
   font-family: "MEgalopolis Extra";
   src: local("MEgalopolis Extra"), url("http://mooseyard.com/fonts/MEgalopolisExtra.otf") format("opentype");
}
@import "http://mooseyard.com/fonts/Fontin.css";


body {
	font-family: Baskerville, Georgia, serif;
	margin: 20px 140px  20px 140px;
	min-width: 400px;
	text-align: center;
	background: #f4f3ee url(formica6943.jpg) fixed;
}

h1, h2, #title, .minicover {
	background-color: #d0c58a;
}

h1, h2, h3 {
	font-family: "MEgalopolis Extra", Baskerville, Georgia, serif;
	text-align: center;
	font-weight: normal;
	text-shadow: 1px 1px 3px #EEE;
	margin-top: 20px;
	margin-bottom: 12px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
}
 
h3 {
	font-variant: normal;
	font-style: italic;
}

a img {
	border: 0;	/* else Firefox puts borders around imgs in links */
}
 
#content, #footer { 
	width: 100%;
	padding: 0px;
	text-align: left;
	/*overflow: auto;*/
}

#body {
	background-color: rgba(255,249,221,0.5);
	border: 1px solid black;
	padding: 2px;
}

/* @group Title */

#title {
	margin: 0 0 10px 0;
	padding: 0 2px 3px 2px;
	text-align: left;
	color: black;
}

#title h1 {
	background-image: inherit;
	text-align: left;
	margin: 0;
	font: italic bold 36pt Baskerville, Georgia, serif;
	letter-spacing: -2px;
}

#title div {
	padding: 2px 4px;
}

/* @end */

/* @group Downloads */

#player, #downloads {
	font: 13px "Lucida Grande", icon, sans-serif;
}

#player {
	margin: 0 12px;
}

#downloads {
	width: 100%;
	margin: 8px 0;
	padding: 0 4px;
}

#downloads td:first-child {
	text-align: left;
}
#downloads td {
	text-align: right;
	padding: 0;
}

#downloads td.disabled {
	opacity: 0.5;
}

#downloads img {
	vertical-align: middle;
}

#downloads a {
	display: inline-block;
	padding: 2px;
	text-decoration: none;
	color: #000;
}

#downloads a:hover {
	background: #5F5;
	color: blue;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* @end */

/* Cover */

#cover {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

#cover img {
	width: 48%;
	max-width: 400px;
	max-height: 400px;
	border: 1px solid gray;
	-webkit-box-shadow: rgba(0,0,0,0.25) 6px 4px 4px;
	-moz-box-shadow: rgba(0,0,0,0.25) 6px 4px 4px;
}

#footer {
	text-align: right;
	color: gray;
}
#footer > a {
	color: inherit;
}

#description {
  font-size: 125%;
  margin: 20px 8px;
	text-align: justify;
}

/* @group Track Listing */

#tracks 	{font-family: Fontin, sans-serif;}
#tracks td	{
	padding: 0 2px 0 2px;
	margin: 0;
	vertical-align: baseline;
}
span.from	{color: #888; font-style: italic;}
td.time 	{vertical-align: top; text-align: right;
              font-size: 90%;
              color: #444;}

/* @end */

/* @group Prev / Next */

.sideblock {
	width: 120px;
	position: fixed;
	top: 250px;
	height: 122px;
}
.sideblock.prev {
	left: 0px;
	text-align: right;
	background: url(/arrowhead-left.png) no-repeat left center;
}
.sideblock.next {
	right:0px;
	text-align: left;
	background: url(/arrowhead-right.png) no-repeat right center;
}

.sideblock a {
	text-decoration: none;
}

.minicover {
	position: absolute;
	top: 18px;
	width: 82px;
	vertical-align: middle;
	padding: 1px;
	margin: 0;
	border: 1px solid black;
	text-align: center;
}
.sideblock.prev .minicover {
	right: 0;
	border-left-style: none;
	-webkit-box-shadow: rgba(0,0,0,0.25) 6px 4px 4px;
	-moz-box-shadow: rgba(0,0,0,0.25) 6px 4px 4px;
}
.sideblock.next .minicover {
	left: 0;
	border-right-style: none;
	-webkit-box-shadow: rgba(0,0,0,0.25) -6px 4px 4px;
	-moz-box-shadow: rgba(0,0,0,0.25) -6px 4px 4px;
}

.minicover div {
	left: 0;
	right: 0;
	color: black;
	font-size: 10px;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
}

img#prev, img#next {
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid gray;
}

/* @end */

/* @group Comments */

#disqus_thread {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#disqus_thread a {
	color: #222f6b;
	text-decoration: none;
}
#disqus_thread a:hover {
	text-decoration: underline;
}

#disqus_thread h3 {
	border-top: 3px double #d0c58a;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#dsq-options-toggle {
	margin-left: 4px;
}
#dsq-options {
	border: 1px solid gray;
	background: rgba(255,255,255,0.8);
	margin-left: 74px;
	margin-top: -32px;
	margin-right: 130px;
	padding: 2px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 6px 5px 4px;
	-moz-box-shadow: rgba(0,0,0,0.5) 6px 5px 4px;
}

.dsq-by {
	margin-right: 4px;
}

.dsq-comment {
	margin: 4px !important;
	border: 1px solid gray !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: rgba(255,255,255,0.5) !important;
}
.dsq-comment-rate {
	margin-top: 4px !important;
	margin-left: 3px !important;
}
.dsq-comment-footer {
	text-align: right;
	padding-right: 8px !important;
	padding-bottom: 2px !important;
	font-style: italic;
}

.dsq-moderator {
	border-color: black !important;
}

#dsq-post-add {
	/*display: none;*/
	margin-left: 20px;
	margin-right: 20px;
	border: 1px dashed gray !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 3px 0 0 3px;
	background-color: rgba(255,255,255,0.5) !important;
}

/* @end */
