/*
Theme Name: Mike Evin
Theme URI: http://musicgeekmanagement.com
Description: A child theme of the 2010 default theme for WordPress.
Author: Chandler Coyle based on work by the WordPress team
Author url: http://musicgeekmanagement.com/
Version: 1.0
Tags: black, blue, white, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/
@import url('../twentyten/style.css');

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

#header {
	padding: 30px 0 0 0;
}
#site-title {
	display: none
}
#site-title a {
	display: none
}
#site-description {
	display: none
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}

/* Styles the topspin links in the footer */
#topspin-links {
}

/* Styles the music page */

.music {
	clear: both;
	position: relative;
}

.music {
	padding: 0 0 10px 0;
	margin: 10px 0;
	width: 525px;
	border: solid thin;
	border-color: #CCC;
}

.music h3 {
	padding: 10px 0px 5px 10px;
	margin-bottom: 0;
	font-size: 150%;
	font-weight: normal;
}

.music object {
	margin: 0 15px 5px 15px;
}

.music-buy {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
}

.music-buy a.ts_buttonlink {
	font-size: 131%;
	font-weight: normal;
	background: #286498;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	padding: 5px 10px;
	line-height: 1.5;
	display: block;
	float: right;
	border: 0;
	font-family: arial,helvetica,clean,sans-serif;
	border: 2px solid #ccc;
	text-decoration: none;
}

.music-buy a.ts_buttonlink:hover {
	border-color: #000;
	background-color: #3c72A0;
}

.music-buy a span {
	display: block;
	font-size: 85%;
	color: #fff;
}

#article_bodytext {
	width: 525px;
}