@font-face {
	font-family: "League Gothic";
	src: url("http://novembird.com/themes/circular/League Gothic.otf") format("opentype");
}

body {
	margin: 2em auto;
}

a {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
}

hr {
	border-top: 1px solid #ddd;
	height: 0;
}

h1, h2 {
	font-family: "League Gothic", Helvetica, Arial, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}

h1 a, h1 a:hover {
	border-color: #c00;
	color: #c00;
}

h2 a {
	color: #000;
}

blockquote {
	margin: 0;
	padding: 0;
	
	border-left: 1px solid #ccc;
	margin-left: 1em;
	padding-left: 1em;
}

.icon img, .social a img {
	background: #ccc;
	vertical-align: middle;
}

.social {
	margin-top: .75em;
	text-align: right;
}

.social a {
	color: #aaa;
}

.social a:hover {
	color: #c00;
}

.social a img {
	vertical-align: middle;
}

.icon_desc {
	color: #aaa;
	font-family: "League Gothic", Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 26px;
	margin-top: .375em;
	text-transform: uppercase;
}

#sidebar_col .icon_desc {
	color: #aaa;
}

#sidebar_col .icon img {
	background: #ccc;
}

#sidebar_col .social_wrap:hover .icon a img {
	background: #c00;
}

.social_wrap a {
	color: #bbb;
	border-bottom: none;
}

.social_wrap:hover a {
	color: #000;
}

.post:hover .icon img, #header .icon img, .box:hover img, .social a:hover img {
	background: #c00;
}

.post:hover .icon a:hover img {
	background: #000;
}

.post:hover a {
	border-color: #c00;
	color: #c00;
}

.box {
	background: #eee;
	color: #888;
}

.post .box a, .post:hover .box a {
	border-color: #555;
	color: #555;
}

.box img {
	background: #aaa;
	vertical-align: middle;
}

.tags a {
	margin-left: 3px;
}

.date img, .reblog img {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.reblog {
	margin-top: .75em;
}

.chat, .chat li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.chat .label {
	color: #000;
	font-weight: bold;
}

.audio_info {
	text-align: right;
}

.box img {
	max-width: 100%;
}

.photo, .audio {
	margin-bottom: 0;
}

.song_title {
	margin-bottom: 0;
}

.album_art {
	margin-bottom: 1.5em;
}

.social a {
	border: 0;
}

/* ---------------
----- notes ----- */

.notes, .notes li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notes .avatar {
	display: none;
}

.notes li {
	margin-bottom: .5em;
}

.notes blockquote {
	margin-top: .5em;
	margin-bottom: .75em;
}

.notes blockquote a {
	border-bottom: none;
	color: #888 !important;
}