html {
		color: #333;
		background-color: #fff;
		font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
}

a {
	color: #7194BD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	
}



h1 {
	color: #6AA8F6;
	font-size: 30px;
	font-weight: normal;
	padding: 10px;
	padding-top: 50px;
	padding-left: 14px;
	padding-bottom: 30px;
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
}

#nav {
	padding: 20px;
	padding-left: 50px;
	padding-bottom: 60px;
}

h2 {
	display: inline;
}

h2 a {
	display: inline;
	background-color: #6AA8F6;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.tour {
	background-color: #B300B3!important;
}

h3 {

}

#wrapper {
	margin: 0 auto 0 auto;
	width: 456px;
	padding-bottom: 10px;
}

#footer {
	margin: 0 auto 0 auto;
	width: 456px;
	padding-bottom: 40px;
}

div.clear {
	clear:both;
}

div.sticky {
	background: #6AA8F6;
	border: solid 4px #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

div.sticky a {
	color: #fff;
	text-decoration: underline;
	margin-left: 45px;
	margin-right: 45px;
}

div#banners {
	width: 456px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	text-align: center;
}

div#banners img {
	margin: 0 20px;
}

li.tumblr_post {
	background: #edf1f6;
	border: solid 4px #fff;
	padding: 10px;
	margin-bottom: 10px;
}

div.tumblr_title {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 24px;
	color: #444;
}

li.tumblr_post p, 
div.tumblr_body, 
div.tumblr_caption {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
	font-weight: normal;
}

img.tumblr_photo {
	float: left;
	width: 40%;
	padding-right: 10px;
}

div.sidebar_item {
	background: #edf1f6;
	border: solid 4px #fff;
	margin-bottom: 10px;
}

div.bandcamp {
	background: #fff;
	border: solid 4px #edf1f6;
	padding: 10px;
	margin: 4px;
	margin-bottom: 14px;
}

div.sidebar_item h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	color: #fff;
	background: #666;
}

div.sidebar_item p {
	font-size: 14px;
	color: #666;
	padding: 10px;
}

div.bio_wrapper {
	padding-bottom: 10px;
}

div.bio_wrapper p {
	padding-bottom: 0px;
}

div.bio_wrapper a {
	color: #7194BD;
	text-decoration: none;
}

div.bio_wrapper a:hover {
	text-decoration: underline;
}

div.discog_wrapper li {
	font-size: 14px;
	color: #666;
	padding: 10px;
}

div.mp3_wrapper li {
	font-size: 14px;
	color: #666;
	background-color: #fff;
	padding: 10px;
	margin: 5px;
}

div.mp3_wrapper a {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.mp3_player {
	float: left;
	width: 20px;
}

div.mp3_link {
	float: right;
	width: 90%;
	margin-top: -3px;
}

div.mp3_wrapper a:hover {
	text-decoration: underline;
}

div.discog_wrapper img {
	/*width: 250px;
	border: none;*/
	display: none;
}

div.buttons img {
	width: 80px;
}

div.discog_wrapper strong a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #444;
}

div.discog_wrapper strong a:hover {
	text-decoration: underline;
}

div.discog_wrapper small a {
	color: #444;
	text-decoration: none;
}

div.discog_wrapper small a:hover {
	text-decoration: underline;
}

div.left_column {
	float: left;
	width: 47%;
	padding: 2%;
	padding-right: 2%;
}

div.right_column {
	float: right;
	width: 47%;
	padding: 2%;
	padding-left: 0px;
}

span.alert {
	color: red;
}

div.clear {
	clear: both;
}

blockquote {
	margin-left: 20px;
	padding-left: 4px;
	border-left: 4px solid #fff;
	font-size: 10px!important;
	color: #7194BD;
}