html{width: 100%; overflow-x: hidden;}

body {
	background: #f0f0f0;
	font-family: Georgia, Cambria, Times, serif;
	font-size: 62.5%;
	color: #535353;
	}

#container{
	background: #f0f0f0 url("bg.gif") fixed 50% top repeat;
	}

.container {
	width: 966px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	}

#header100 {
	float: left;
	display: inline;
	margin: 0 auto 30px;
	height: 95px;
	width: 100%;
	overflow: hidden;
	/*background: rgba(255, 255, 255, 0.8) url("img/wood.gif") top 50% repeat-x;*/
	background: #fff url("wood.gif") 50% top repeat-x;
	/*-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);*/
	/*-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);*/
	}

#header100 #header{
	width: 966px;
	padding: 30px 0 15px 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}

#header h1 {
	float: left;
	display: inline;
	font-size: 3.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1;
	margin-left: 5px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}
#search {
	position: absolute;
	right: 0; bottom: 20px;
	width: 125px; height: 25px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") 0 -55px no-repeat;
}
#search_field {
	background: transparent;
	border: none;
	width: 100px; height: 15px;
	line-height: 1;
	padding: 5px;
	color: #333;
}
#search_field.empty { color: #999; }
#search_button {
	height: 25px; width: 25px;
	position: absolute;
	right: 0; top: 0;
	background: transparent;
	padding-top: 25px;
	overflow: hidden;
	border: none;
	padding: 25px 0 0 0;
	cursor: pointer;
}

#header.with_image { padding: 0; overflow: hidden; }
#header.with_image img { display: block; }
#header.with_image h1 { position: absolute; z-index: 1; bottom: 15px; left: 15px; }
#header.with_image #search { right: 15px; top: 15px; bottom: auto; }

#sidebar {
	float: left;
	display: inline;
	position: relative;
	width: 125px;
	margin-bottom: 30px;
	/*margin-top: 140px;*/
}
#sidebar .sidebar_head {
	height: 5px;
	position: absolute;
	top: -20px; left: 0;
	background: #ccc;
	font-size: 1px;
	width: 125px;
	display: none;
}
#sidebar #search {
	position: relative;
	right: auto;
	bottom: auto;
}
#page {
	float: right;
	display: inline;
	width: 830px;
	overflow: hidden;
	position: relative;
	/*border-left: 1px solid #ccc;*/
	margin-bottom: 15px;
	/*margin-top: 140px;*/
}
#cols {
	position: relative;
	overflow: hidden;
	width: 830px;
}
.narrow {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 0 10px 15px;
	position: relative;
}
.full { position: relative; }

.panel_head {
	height: 4px;
	font-size: 1px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") 0 0 no-repeat;
}
.full .panel_head { background-position: 0px -205px; }
#page #content .panel_head { width: 540px; background-position: 0 -85px; position: relative; }
#page #content .panel_foot { width: 540px; background-position: 0 -85px; position: relative; }
.panel_content { background: #fff; padding: 20px; }
.panel_foot {
	height: 11px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") 0 -4px no-repeat;
	position: relative;
	font-size: 1px;
}
.full .panel_foot { background-position: 0px -89px; }

strong { font-weight: bold; color: #333; }
em { font-style: italic; }
blockquote p { font-size: 1em; }
cite { font-style: normal; }

h1.page_title {
	font-size: 2.4em; line-height: 1.2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0 0 0.5em 15px;
	color: #666;
}
h1.page_title .query { color: #333; }

.base_format p,
.base_format li,
.base_format blockquote { font-size: 1.3em; line-height: 1.6; }
.base_format blockquote { color: #757575; }
.base_format blockquote blockquote { font-size: 1em; }
.base_format blockquote p { font-size: 1em; }
.base_format blockquote { border-left: 2px solid #ccc; padding-left: 10px; margin: 0 0 0.5em 5px; }
.base_format p { margin-bottom: 0.5em; }
.base_format li { line-height: 1.4; margin-bottom: 0.25em; }
.base_format li li { font-size: 1em; }
.base_format ul, .base_format ol { margin: 0 0 1em 3em; }
.base_format ul ul, .base_format ul ol, .base_format ol ol, .base_format ol ul { margin-bottom: 0; margin-top: 0.25em; }
.base_format ul li { list-style: disc; }
.base_format ol li { list-style: decimal; }
.base_format ul li ol li { list-style: decimal; }
.base_format ol li ul li { list-style: disc; }
.base_format pre { background: #f0f0f0; margin: 1em 0 1.5em 0; overflow: auto; padding: 5px; }
.base_format code { font-family: "Consolas", "Lucida Console", monospace; font-size: 1.3em; line-height: 1.5; }
.base_format p code { font-size: 1em; background: #f0f0f0; padding: 0 0.25em; }
.base_format h1,
.base_format h2,
.base_format h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0 0 0.5em;
	color: #000;
	line-height: 1.2
}
.base_format h1 { font-size: 2.4em; }
.base_format h2 { font-size: 2.4em; }
.base_format h3 { font-size: 2em; color: #333; }
.base_format img { max-width: 100%; }

.full .base_format blockquote,
.full .base_format p { margin-bottom: 1em; }

.ref {
	width: 20px; height: 10px;
	position: absolute;
	bottom: 0; left: 15px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") 0 -35px no-repeat;
}
.post .panel_content h1 a,
.post .panel_content h2 a { border: none; }

.post .panel_content a, #meta a { color: #000; text-decoration: none; border-bottom: 1px solid #ccc; }
.post .panel_content a:hover, #meta a:hover { border-bottom: 1px solid #666; }

.meta {
	position: absolute;
	bottom: 12px; right: 3px;
}
.meta li {
	float: right;
	display: inline;
	padding-right: 1px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") right -130px no-repeat;
}
.meta li.end { padding: 0; background: none; }
.meta a {
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") -125px -130px no-repeat;
	height: 15px;
	display: block;
	border: none;
	text-decoration: none;
}
.meta a.meta_permalink { width: 20px; overflow: hidden; text-indent: -999em; background-position: -195px -130px; }
.meta a.meta_permalink:hover { background-position: -195px -145px; }
.meta a.meta_likes {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 10em; color: #bbb; line-height: 1;
	height: 13px;
	padding: 2px 5px 0 18px;
}
.meta a.meta_likes:hover { background-position: -125px -145px; color: #666; }

/* PHOTO ---------------------------------------------------------- */
#page .photo .panel_head { position: absolute; top: 0; left: 0; z-index: 10; background-position: 0px -15px; width: 400px; }
#page .photo .panel_content { padding: 15px 20px 10px; }
#page .photo .photo_narrow { position: relative; background: #ccc url("http://static.tumblr.com/lhq9par/8q8kzomqq/loader_dark.gif") 50% 50% no-repeat; }
#page .photo .photo_narrow img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#page .photo_no_caption { margin-bottom: 15px; }
#page .photo_no_caption .panel_foot { position: absolute; bottom: 0; left: 0; z-index: 10; background-position: 0px -20px; width: 400px; height: 4px; }
#page .photo_full { padding: 5px 0 15px; }
#page .photo_full a { border: none; }

/* PHOTOSET ------------------------------------------------------- */
#page .photoset .panel_head { position: absolute; top: 0; left: 0; z-index: 10; background-position: 0px -15px; width: 400px; }
#page .photoset object, #page .photoset embed { display: block; }
#page .photoset .panel_content { padding: 15px 20px 10px; }
#page .photoset .photoset_narrow { background: #ccc url("http://static.tumblr.com/lhq9par/8q8kzomqq/loader_dark.gif") 50% 50% no-repeat; overflow: hidden; }
#page .photoset_no_caption { margin-bottom: 15px; }
#page .photoset_no_caption .panel_foot { position: absolute; bottom: 0; left: 0; z-index: 10; background-position: 0px -20px; width: 400px; height: 4px; }
#page .photoset_full { padding: 5px 0 15px; }
#page .photoset_full a { border: none; }

/* VIDEO ---------------------------------------------------------- */
#page .video .panel_head { position: absolute; top: 0; left: 0; z-index: 10; background-position: 0px -15px; width: 400px; }
#page .video .panel_content { padding: 15px 20px 10px; overflow: hidden; }
#page .video .video_embed { background: #ccc url("http://static.tumblr.com/lhq9par/8q8kzomqq/loader_dark.gif") 50% 50% no-repeat; overflow: hidden; }
#page .video .video_embed object, #page .video .video_embed embed { display: block;}
#page .video_no_caption { margin-bottom: 15px; }
#page .video_no_caption .panel_foot { position: absolute; bottom: 0; left: 0; z-index: 10; background-position: 0px -20px; width: 400px; height: 4px; }
#page #content .video .video_embed { margin: 5px 0 15px; }


/* QUOTE ---------------------------------------------------------- */
#page .quote .panel_head { position: absolute; top: 0; left: 0; z-index: 10; background-position: 0px -15px; width: 400px; }
#page .quote .panel_content { padding: 0; overflow: hidden; }
#page .quote blockquote.quote_text {
	position: relative;
	padding: 15px 20px 25px;
	background: #999;
	color: #fff;
	font-size: 2.4em; line-height: 1.2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
#page .quote blockquote.quote_text .quotemark {
	position: absolute;
	top: 18px; left: 0;
	/*background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") -470px 0 no-repeat;*/
	width: 20px; height: 20px;
}
#page .quote .medium blockquote.quote_text { font-size: 2em; }
#page .quote .long blockquote.quote_text { font-size: 1.6em; line-height: 1.4; }
#page .quote cite {
	display: block;
	padding: 15px 20px 10px;
}
#page .narrow_quote cite p { margin-bottom: 0.5em; }
#page #content .quote .panel_head { position: absolute; top: 0; left: 0; z-index: 10; background-position: 0 -100px; }

/* LINK ----------------------------------------------------------- */
#page .link h2 {
	font-size: 1.8em; line-height: 1.2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0 0 0.75em;
	padding-left: 22px;
	position: relative;
}
#page .link h1 { padding-left: 22px; position: relative; }
#page .link h2 a { color: #000; text-decoration: none; }
#page .link h2 a:hover { color: #333; }
#page .link h2 .icon,
#page .link h1 .icon {
	background: #fff url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") -410px -30px no-repeat !important;
	position: absolute;
	top: 2px; left: 0;
	width: 16px; height: 16px;
}
#page .link h1 .icon { top: 5px; }

/* TEXT ----------------------------------------------------------- */
#page .text h2 {
	font-size: 2.4em; line-height: 1.2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0 0 0.5em;
}
#page .text h2 a { color: #000; text-decoration: none; }
#page .text h2 a:hover { color: #333; }

/* CHAT ----------------------------------------------------------- */
#page ul.chat { margin-left: 0; }
#page ul.chat li {
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.4;
	padding: 6px 0 8px;
}
#page ul.chat li.last { border: none; padding-bottom: 0; }
#page ul.chat li small {
	font-size: 0.847em; line-height: 1.4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 0.25em;
}

/* AUDIO ---------------------------------------------------------- */
.audio { overflow: hidden; }
.album {
	width: 125px; height: 153px;
	position: relative;
	float: left;
	display: inline;
	margin-bottom: 5px;
}
.artwork {
	width: 125px; height: 125px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") 0 -110px no-repeat;
}
.player, .plays {
	position: absolute;
	height: 27px;
	bottom: 0;
}
.player { width: 27px; overflow: hidden; background: #000; }
p.plays {
	width: 87px;
	padding-right: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 1.1em; line-height: 27px;
	text-align: right;
	background: #999;
	color: #fff;
	right: 0;
}
.player_head,
.player_foot {
	height: 4px; width: 125px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") 0 -25px no-repeat;
	position: absolute;
	z-index: 10;
}
.player_head { top: 0; left: 0; }
.player_foot {
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") 0 -30px no-repeat;
	bottom: 0; left: 0;
}
.album .ref {
	width: 10px; height: 20px;
	background-position: -20px -35px;
	right: 0; top: 15px; left: auto;
	bottom: inherit; left: inherit;
}
.audio_info {
	width: 275px;
	float: right;
	display: inline;
}
#page .audio .panel_head { background-position: -125px -25px; }
#page .audio .panel_foot {  background-position: -125px -29px; }
#page #content .audio_info { width: 415px; }
#page #content .audio .panel_head { width: 415px; background-position: -125px -220px; }
#page #content .audio .panel_foot { width: 415px; background-position: -125px -224px; }

/* ANSWER --------------------------------------------------------- */
#page .answer .panel_head { position: absolute; top: 0; left: 0; z-index: 10; background-position: 0px -15px; width: 400px; }
#page .answer .panel_content { padding: 0; overflow: hidden; }
#page .answer .ask_question {
	position: relative;
	padding: 20px 20px 15px 45px;
	background: #999;
	color: #fff;
	font-size: 1.3em; line-height: 1.4;
	position: relative;
}
#page .answer cite {
	display: block;
	text-align: right;
	color: #ccc;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 0.847em;
}
#page #content .answer cite { margin-top: 0.5em; }
#page .answer cite a { color: #eee; }
#page .answer cite a:hover { color: #fff; border-color: #fff; }
#page .answer .ask_answer {
	display: block;
	padding: 17px 20px 10px 45px;
	position: relative;
}
#page .answer .qa {
	display: block;
	width: 25px; height: 30px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") -410px 0 no-repeat;
	position: absolute;
	top: 12px; left: 10px;
}
#page .answer .ask_answer .qa { background-position: -440px 0; top: 10px; }
#page #content .answer .panel_head { position: absolute; top: 0; left: 0; z-index: 10; background-position: 0 -100px; }

/* SIDEBAR -------------------------------------------------------- */
#logo{
	background: transparent url("logo.png") left top no-repeat;
	display: block;
	height: 100px;
	margin: 0 0 20px;
	}

#logo a{
	display: block;
	height: 100px;
	text-decoration: none;}

#about {
	padding: 2px 0 15px 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 1.1em; line-height: 1.5;
}
#about p { font-size: 1em; }
#about a { color: #000; text-decoration: none; /*border-bottom: 1px solid #ccc;*/ font-weight: bold; }
#about a:hover { border-bottom: 1px solid #666; }

#nav { /*border-top: 1px solid #ccc;*/ margin-bottom: 5px;}

#nav li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	font-weight: bold;
	/*border-bottom: 1px solid #ccc;*/
}

#nav li a {
	display: block;
	display: inline-block;
	padding: 6px 5px 6px;
	text-decoration: none;
	color: #333;
	/*text-transform: uppercase;*/
	font-weight: normal;
	cursor: pointer;
	}

#nav li a:hover {
	background: #333;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}

#sidebar .has_icon { position: relative; padding-left: 18px; }
#sidebar .has_icon .icon {
	width: 14px; height: 16px;
	background-image: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png");
	background-position: -290px -112px;
	position: absolute;
	left: 2px; top: 0;
	z-index: 1;
}

#twitter {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 1.1em; line-height: 1.5;
	word-wrap: break-word;
	padding-bottom: 15px;
	padding-top: 45px;
	overflow: hidden;
}
#sidebar #twitter { padding-left: 0; }
#sidebar #twitter .icon { width: 48px; height: 48px; background: transparent url("twitter.png") 50% no-repeat;}
#twitter p { padding: 5px 0 0 5px; }
#twitter p a { color: #bbb; text-decoration: none; }
#twitter p a:hover { color: #333; border-bottom: 1px solid #666; }
#tweets {
	background: #fff;
	padding: 3px 5px 5px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tweets a { display: none; }
#tweets a:first-child { display: block; }
#tweets a { color: #999; text-decoration: none; }
#tweets a:hover { color: #333; }

/* POSTS */
#content {
	float: left;
	width: 540px;
	padding-right: 15px;
	margin-left: 15px;
	/*border-right: 1px solid #ccc;*/
}

#meta {
	float: right;
	width: 245px;
	font-size: 1.2em;
	line-height: 1.385;
}
#meta a { border: none; }
#meta .tags { overflow: hidden; margin: 1em 0; }
#meta .tags li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 0.847em; line-height: 1;
}
#meta .tags li a {
	float: left;
	display: inline;
	padding: 5px 7px 6px;
	background: #d6d6d6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #666;
}
#meta .tags li a:hover {
	-webkit-transition-property: background;
	-webkit-transition-duration: 1s;
	color: #fff;
	border: none;
}
#meta .info li { /*border-bottom: 1px solid #ccc;*/ padding: 5px 0 7px; }
#meta .info .has_icon,
#meta .page_nav .has_icon { position: relative; padding-left: 20px; }
#meta .has_icon .icon {
	width: 16px; height: 16px;
	background-image: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png");
	background-position: -130px -112px;
	position: absolute;
	left: 0; top: 5px;
	z-index: 1;
}
#meta .icon_permalink { color: #999; }
#meta .icon_permalink .icon { background-position: -190px -112px; }
#meta .icon_reblog .icon 	{ background-position: -210px -112px; }
#meta .icon_posted .icon 	{ background-position: -230px -112px; }
#meta .authored { overflow: hidden; position: relative; }
#meta .authored p { padding-top: 8px; }
#meta .info .icon_posted p { padding-top: 0; }
#meta .author_avatar {
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
}
#meta .author_avatar img { display: block; }
#meta .avatar_frame {
	width: 48px; height: 48px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") -125px -170px no-repeat;
	position: absolute; top: 0; left: 0;
}
#meta .page_nav { margin-top: 4em; }
#meta .page_nav li { padding: 5px 0 7px; float: left; display: inline; margin-right: 20px; }
#meta .page_nav .icon { background-color: #999 !important; }
#meta .page_nav .icon_prev .icon 	{ background-position: -310px -111px; }
#meta .page_nav .icon_next .icon 	{ background-position: -330px -111px; left: auto; right: 0; }
#meta .page_nav .icon_next { padding-left: 0; padding-right: 20px; }
#meta .page_nav a { color: #999; }
#meta .page_nav a:hover { color: #333; }
#meta .page_nav li:hover .icon { background-color: #666 !important; }

#notes {
	background: #fff;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}
#notes .notes_header { overflow: hidden; padding-bottom: 10px; }
#notes h3 {
	font-size: 1.6em; line-height: 1.2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	display: inline;
	margin-right: 7px;
}
#toggle_notes {
	position: relative;
	float: left;
	display: inline;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
}
#notes .has_icon {
	position: relative;
	padding-left: 25px;
}
#notes #toggle_notes { padding: 6px 0 5px 22px; }
#toggle_notes a { text-decoration: none; color: #999; text-transform: uppercase; }
#notes .has_icon .icon {
	width: 16px; height: 16px;
	background-image: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png");
	background-position: -130px -112px;
	position: absolute;
	left: 5px; top: 3px;
	z-index: 1;
}
#notes .icon_shownotes .icon { background-position: -250px -112px; }
#notes .icon_hidenotes .icon { background-position: -270px -112px; }

ol.notes { clear: both; margin-bottom: 10px; }
ol.notes li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	color: #999;
	border-top: 1px solid #eee;
	padding: 8px 0 8px 23px;
	position: relative;
}
ol.notes li.by_author { background: #eee; }
ol.notes a { text-decoration: none; color: #666; }
ol.notes a:hover { color: #333; }
ol.notes .avatar {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	left: 2px;
	top: 5px;
}
ol.notes blockquote {
	border-left: 2px solid #ddd; padding: 0 0 2px 7px; margin: 7px 0 0 5px;
}
ol.notes blockquote a { color: #999; }

#pagination {
	margin-left: 15px;
	padding-top: 15px;
	overflow: hidden;
}
#pagination ul { overflow: hidden; float: right; }
#pagination li { float: left; display: inline; margin-right: 5px; }
#pagination li.page_count {
	float: left;
	display: inline;
	padding: 0 5px 0 0;
	font-size: 1.3em; line-height: 22px;
	color: #999;
}
#pagination li a {
	display: block;
	height: 22px;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") -175px -170px no-repeat;
	overflow: hidden; text-indent: -999em;	
}
#pagination li.next a { width: 64px; background-position: -175px -170px; }
#pagination li.next a:hover { background-position: -175px -192px; }
#pagination li.prev a { width: 69px; background-position: -239px -170px; }
#pagination li.prev a:hover { background-position: -239px -192px; }

#pagination .day_pagination li.prev a { width: 86px; background-position: -315px -170px; }
#pagination .day_pagination li.prev a:hover { background-position: -315px -192px; }
#pagination .day_pagination li.next a { width: 83px; background-position: -405px -170px; }
#pagination .day_pagination li.next a:hover { background-position: -405px -192px; }

#footer {
	border-top: 5px solid #999;
	padding: 15px 5px 25px;
	/*margin-bottom: 15px;*/
	clear: both;
	color: #ccc;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	background: #f0f0f0;
	overflow: hidden;
}
#footer p { float: left; padding: 5px 0 7px; }
#footer a { color: #999; text-decoration: none; }
#footer a:hover { border-bottom: 1px solid #666; color: #333; }

.footer_links { float: right; overflow: hidden; }
.footer_links li { float: left; display: inline; margin-left: 15px; padding: 5px 0 7px; }
.footer_links .has_icon { position: relative; padding-left: 18px; }
.footer_links .has_icon .icon {
	width: 14px; height: 16px;
	background-image: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png");
	background-position: -290px -112px;
	position: absolute;
	left: 0; top: 3px;
	z-index: 1;
}

.footer_links .icon_rss .icon { background-position: -350px -112px; }
.footer_links .icon_mobile .icon { background-position: -370px -112px; }
.footer_links .icon_tumblr .icon { background-position: -390px -112px; }
.footer_links .icon_random .icon { background-position: -410px -112px; }

#loader {
	/*background: #f0f0f0 url("http://static.tumblr.com/lhq9par/t9Mkzomr6/loader.gif") 15px 0 no-repeat;*/
	/*background: #f0f0f0 url("bg.gif") -7px -5px repeat;*/
	background: #f0f0f0 url("bg.gif") fixed 50% top repeat;
	position: absolute;
	top: 95px; left: 0;
	width: 100%; height: 100%;
	z-index: 100;
	overflow:hidden;
}

.loading{
	position: absolute;
	left: 50%;
	top: 150px;
	float: left;
	display: inline;
	height: 20px;
	width: 40px;
	margin-left: -20px;
	background: transparent url("http://static.tumblr.com/lhq9par/t9Mkzomr6/loader.gif") 50% 0 no-repeat;
}

#loader p {
	overflow: hidden;
	text-indent: -999em;
	background: url("http://static.tumblr.com/lhq9par/fFfkzomrm/sprites.png") top right no-repeat;
	height: 16px; width: 84px;
	position: absolute;
	top: 1px; left: 0;
	display: none;
}

