@import url("reset.css");
@import url("960.css");
@import url("text.css");

body {
	background-color: #c8e9f0;
	color: #333;
	font-size: 1em;
	line-height: 1.5;
}

h1 {
	font-size: 72px;
	font-weight: 900;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
}

a {
	text-decoration: none;
	color: #6c949d;
	font-weight: bold;
}
a:hover {
	color: #f75342;
}

a.only_anchor {
	color: #333;
}
	a:hover {
		cursor: arrow;
	}

.tracks {
	width: 100%;
}

	.tracks th {
		text-align: left;
	}
		.tracks th h2 {
			padding: 0;
		}
	.tracks div.play {
		display: inline-block;
		height: 25px;
		padding: 7px 0 0 4px;
		width: 28px;
		background-color: #8bb4bd;
		-moz-border-radius: 5px;
	}
		.tracks div.play:hover {
			background-color: #f75342;
		}
	
	.tracks .options {
		text-align: right;
	}
		
	.tracks .buy {
		display: inline-block;
		height: 26px;
		padding: 6px 14px 0;
		background-color: #8bb4bd;
		-moz-border-radius: 5px;
		color: #fff;
		font-weight: bold;
	}
		.tracks .buy:hover {
			background-color: #f75342;
		}
		.tracks .price {
			font-weight: bold;
			font-size: 18px;
		}
		.tracks .price, .tracks .description {
			padding-left: 20px;
			padding-right: 20px;
		}
	.tracks td {
		vertical-align: baseline;
		border-bottom: 2px solid #b6dbe3;
		padding-top: 20px;
	}
	.tracks .first td {
		padding-top: 0;
	}
		.tracks .track h3 {
			font-size: 24px;
			padding: 0;
			margin: 0 0 0.1em 0;
		}
	.tracks .demo td {
		border-bottom: 0;
		padding-bottom: 20px;
	}

	/*.tracks .demo .buy, .tracks .demo .play {
		background-color: #ac9f6c;
	}
		.tracks .demo .buy:hover {
			background-color: #f75342;
		}*/
	
	


#menu {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: right;
}
	#menu a {
		margin-left: 10px;
		font-size: 20px;
		letter-spacing: -1px;
	}
#shoutout {
	
}
	#shoutout p {
		margin-top: 10px;
		font-size: 0.85em;
	}

#right_column {
	
}
	#right_column h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	#right_column ul {
		list-style: none;
	}
		#right_column ul li {
			margin: 0 0 8px 0;
		}
.meta_posted {
	color: #706f6f;
	font-size: 0.8em;
}

#footer {
	margin-top: 100px;
	height: 129px;
	width: 100%;
	background: url("sequenze.jpg") top right repeat-x;
}

#sequenzer {
	
}
	#sequenzer .bar {
		display: inline-block;
		width: 6px;
		margin: 0 2px;
		height: 100px;
		background-color: #8bb4bd;
	}
