
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul 		  {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus 	{outline: 0;}
ins 	{text-decoration: none;}
del 	{text-decoration: line-through;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

body{
	color: #292929;
	font-family: menlo, 'andale mono', 'courier new', sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 20px;
	background:#F7F6F0;
	padding: 100px 0 20px;
}

.clear{
	clear:both;
}
/* ================================================== 
// Type
// ================================================== */

h1{
	font-size:13px;
	font-weight: normal;
	padding: 15px 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}


/* links */
a {
	color: #2E87DD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* dates */
.date{
	font-family:'Andale Mono', Monaco, monospace;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* permalinks */
.permalink {
	text-transform: uppercase;
	font-family: Andale Mono, Monaco, Monospace;
	font-size: 10px;
}

#header{
	color: #292929;
	text-align:center;
	margin:20px auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#intro {
	width: 320px;
	margin: 0 auto;
	text-align: center;
}

#header h1 img{
	float:left;
	margin-right:5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:25px;
	height:25px;
	
}
#header a{
	text-decoration:none;
	color:#292929;
}
#header .about{
	text-transform:uppercase;
	color: #5B5B57;
	font-family: 'Andale Mono', Courier, monospace;
	font-size:10px;
	display:block;
	font-weight:normal;
	letter-spacing:1px;
	line-height: 16px;
}

#navigation {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #888;
}
#navigation a {
	margin: 0 15px;
}

/* ================================================== 
// Posts
// ================================================== */
.post{
	width:720px;
	margin: 20px auto;
	padding: 20px 0;
}
div.notes {
	border-top: 1px solid rgba(0, 0, 0, .1);
	width: 112px;
	margin: 5px auto;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 0;
	text-align:center;
	white-space: nowrap;
}
span.notes, span.reblogged {
	text-transform: uppercase;
	font-size: 11px;
	color: #AAA;
	margin-right: 5px;
}
.reblogged {
	margin: 10px 0 0;
}
.postnotes {
	width: 400px;
	margin: 0 auto;
}
.postnotes blockquote {
	padding-left: 23px;
	margin-bottom: 5px;
}
.post blockquote, .post q{
	font-family: Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	padding: 0 20px;
	margin: 10px 0;
}
blockquote img {
	max-width: 460px;
}


/* ================================================== 
// Image Posts
// ================================================== */
.post.highres {
	width: 100%;
}
.photo .image {
	text-align: center;
}
.photo .image a {
	display: inline-block;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	        transition: all .2s ease-out;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0);
	box-shadow: 0 1px 5px rgba(0,0,0,0);
}
.photo .image a:hover {
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
	box-shadow: 0 1px 5px rgba(0,0,0,.4);
}
.photo .image img {
	display: block;
}
.photo .post-info {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
}
.photo div.notes {
	margin: 5px 0;
}
.photo.reblog .image > img {
	display: inline-block;
}
/* ================================================== 
// Audio Posts
// ================================================== */
.audio{
	width:500px;
}
.audio .post-info {
	text-align: center;
}
.audio .description img{
	display:none;
}

.albumart.show {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	background-position: 50% 50%;
	-webkit-transition: -webkit-box-shadow .2s ease-out;
	   -moz-transition: -moz-box-shadow .2s ease-out;
	        transition: box-shadow .2s ease-out;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0);
	box-shadow: 0 1px 5px rgba(0,0,0,0);
	background-color: rgba(0, 0, 0, .2);
	    
}
.albumart.show:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.4);
	box-shadow: 0 1px 5px rgba(0,0,0,.4);
}
.exfm_post_artist {
	font-style: italic;
}
.exfm_post_via {
	font-size: 11px;
	color: #666;
}
.audio_player {
	width: 208px;
	margin: 20px auto 10px;
}
.exfm_inline_button {
	width: 70px !important;
	margin: 0 auto !important;
	display: block !important;
}
.exfm_inline_button:hover {
	background: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* ================================================== 
// Link Posts
// ================================================== */
.link h3 a {
	font-weight: normal;
	font-size: 13px;
}
.post.link {
	text-align: center;
	width: 500px;
}

/* ================================================== 
// Photosets
// ================================================== */
.html_photoset {
	margin: 0 auto;
	width: 500px;
}

/* ================================================== 
// Video
// ================================================== */

.video .post-info {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
}


#exfm_bottom_player{
	background: rgba(247, 246, 240, .9);
	box-shadow: 0 0 0 1px rgba(0,0,0,.15) !important;
}
#exfm_resize_handle {
	background: none !important;
	box-shadow: 1px 0 rgba(0,0,0,.15) !important;
}
#exfm_display {
	background: none;
	border: none !important;
	box-shadow: 1px 0 rgba(0,0,0,.15), -1px 0 rgba(0,0,0,.15) !important;
}
#exfm_display * {
	text-shadow: none !important;
	color: #999 !important;
	font-weight: normal;
}
#exfm_display_progress {
	background: none !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.2) !important;
}
#exfm_display_progress.exfm_display_progress_loading{
	background: rgba(0,0,0,.1) !important;
}
#exfm_display_progressed {
	background: #888 !important;
}
#exfm_bottom_controls, #exfm_list_icon, #exfm_volume_speaker, #exfm_logo_link{
	opacity: .65 !important;
}
#exfm_large_love, #exfm_large_share, #exfm_large_shuffle {
	opacity: .4 !important;
}
#exfm_coverart{
	box-shadow:none !important;
}
#exfm_coverart_glare{
	display:none;
}
#exfm_list_icon_badge {
	background: rgba(247, 246, 240, .9) !important;
	color: #777 !important;
	text-shadow: none !important;
}