/* Future - General */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #FFF;
	background: #141414 url(http://static.tumblr.com/j8lh0bq/odnksqvia/pattern.png) repeat;
	font: normal 15px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

a {
	text-decoration: none;
}

blockquote {
	padding-left: 13px;
	border-left: 2px solid rgba(255,255,255,0.3);
}

pre {
	padding: 10px 15px;
	color: #FFF;
	border-top: 1px solid rgba(255,255,255,0.1);
	background-color: rgba(255,255,255,0.05);
	line-height: 20px !important;
	text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

pre a {
	color: #FFF !important;
}

code {
	font: normal 12px Menlo, "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, mono !important;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ol, ul, dt {
	margin-left: 30px;
}

/* Future - Page construction */

#outer {
	width: 100%;
	min-width: 840px;
}

/* Future - Header */

#header {
	height: 53px;
	z-index: 99;
	width: 100%;
	position: fixed;
	background: url(http://static.tumblr.com/j8lh0bq/XkRksqvoi/topbar.png) repeat-x top left;
}

#header h1 {
	font: bold 18px/46px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}

.header-left {
	float: left;
	display: inline;
	width: 500px;
}

.header-right {
	float: right;
	display: inline;
	width: 330px;
	text-align: right;
}

#header h1 a {
	color: #333;
}

#header h1 a:hover {
	color: #444;
}

.pc {
	float: left;
	display: block;
}

.profilepic img {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	width: 34px;
	height: 34px;
	vertical-align: bottom;
}

.profilepic {
	box-shadow: 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
	border: 1px solid #5C5C5C;
	background-color: #FFF;
	margin: 5px 12px 5px 6px;
}

#morestuff, #search {
	float: right;
	display: inline;
	position: relative;
}

#morestuff .icon {
	display: inline-block;
	margin: 10px 0 0 6px;
	width: 31px;
	height: 31px;
	cursor: pointer;
}

#morestuff .content {
	display: none;
	position: absolute;
	z-index: 999;
	width: 234px;
	top: 42px;
	margin-left: -100px;
	padding-top: 16px;
	background: url(http://static.tumblr.com/j8lh0bq/A1aksqvjz/point.png) no-repeat top center;
}

#morestuff .inner-content {
	text-align: center;
	color: #111;
	border: 2px solid #FFF;
	background: #E0F5FF url(http://static.tumblr.com/j8lh0bq/72vksqvkc/profile-bg.png) repeat-x top center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 10px;
}

#morestuff .inner-content div {
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	color: rgba(0,0,0,0.6);
	font: bold 12px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	text-align: left;
}

#morestuff .inner-content div a {
	color: rgba(0,0,0,0.4);
}

#morestuff .inner-content div a:hover {
	color: rgba(0,0,0,0.5);
}

#morestuff .profile-mask {
	margin: 0 0 10px 0;
	width: 160px;
	height: 64px;
}

#archive {
	background: url(http://static.tumblr.com/j8lh0bq/dchksqvew/icon-archive.png) no-repeat top center;
}

#archive:hover {
	background-position: center center;
}

#archive.active {
	background-position: bottom center !important;
}

#about {
	background: url(http://static.tumblr.com/j8lh0bq/HLrksqvhc/icon-profile.png) no-repeat top center;
}

#about:hover {
	background-position: center center;
}

#about.active {
	background-position: bottom center !important;
}

#search {
	margin: 6px 8px 0 8px;
	width: 205px;
	height: 30px;
	background: url(http://static.tumblr.com/j8lh0bq/sJeksqvmr/search.png) no-repeat top left;
	padding: 7px 0 0;
}

#search .search-box {
	margin-left: 30px;
}

#search .search-box input {
	background-color: #FFF;
	width: 160px;
	display: block;
	margin: 0 !important;
	padding: 3px 0 4px !important;
	border: 0 !important;
	color: #999;
	font: bold 14px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

#search .search-box input:focus {
	color: #111;
}

#archive .inner-content div {
	text-align: center;
	font: bold 22px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

/* Future - Entries */

#entries {
	padding-top: 50px;
	margin: 0;
}

.entry {
	min-height: 90px;
	width: 506px;
	margin-left: 110px;
	padding: 25px 0;
	text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
}

.meta {
	margin-right: 2px;
	text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
	color: #555;
	text-align: right;
	padding: 30px 0 20px;
	z-index: 1;
	width: 200px;
	float: right;
	display: none;
	font: 12px/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

.meta a {
	font-weight: 500;
	color: #AAA;
}

.meta a:hover {
	color: #FFF;
}

.meta a[rel="permalink"] {
	padding-right: 20px;
	background: url(http://static.tumblr.com/j8lh0bq/FFdksqviq/permalink.png) no-repeat right center;
}

.meta a[rel="reblog"] {
	padding-right: 20px;
	background: url(http://static.tumblr.com/j8lh0bq/N5wksqvm7/reblog.png) no-repeat right center;
}

.meta p {
	padding-right: 15px;
}

.minimeta {
	width: 90px;
	margin-left: -110px;
	float: left;
	display: inline;
	background: #8E8E8E url(http://static.tumblr.com/j8lh0bq/IClksqvee/grey-bg.png) repeat-x top left;
	border-top: 1px solid rgba(255,255,255,0.8);
}

.minimeta a {
	display: block;
	height: 46px;
	background-position: 48px 50%;
	background-repeat: no-repeat;
	box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.minimeta a span {
	width: 48px;
	text-align: center;
	display: block;
	padding-top: 10px;
	color: #777;
	text-shadow: rgba(255,255,255,0.1) 0 1px 1px;
	font: 500 24px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.minimeta a:hover span {
	color: #666;
}

.minimeta a span.hasnotes {
	padding-top: 14px;
	color: #444;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px;
	font: 500 18px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.minimeta a:hover span.hasnotes {
	color: #333;
}

a.mm-video {
	background-image: url(http://static.tumblr.com/j8lh0bq/6I7ksqvov/video.png);
}

a.mm-photo {
	background-image: url(http://static.tumblr.com/j8lh0bq/SpDksqvjj/photo.png);
}

a.mm-text {
	background-image: url(http://static.tumblr.com/j8lh0bq/593ksqvn5/text.png);
}

a.mm-chat {
	background-image: url(http://static.tumblr.com/j8lh0bq/UbKksqve0/chat.png);
}

a.mm-quote {
	background-image: url(http://static.tumblr.com/j8lh0bq/du6ksqvle/quote.png);
}

a.mm-link {
	background-image: url(http://static.tumblr.com/j8lh0bq/Pgsksqvhr/link.png);
}

a.mm-audio {
	background-image: url(http://static.tumblr.com/j8lh0bq/Yhnksqvdc/audio.png);
}

#entries h2 {
	font: 500 24px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}

#entries h2 a {
	color: #FFF;
}

#entries h2 a:hover {
	color: #D4ECF9;
}

.quote h2, .chat h2 {
	font: 20px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

h3, h4, h5, h6 {
	font: bold 17px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

.audioplayer, .linkplayer {
	border-top: 1px solid rgba(255,255,255,0.45);
	background-color: rgba(255,255,255,0.3);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0.2)));
	box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.audioplayer {
	padding: 0 15px;
}

.linkplayer {
	margin-bottom: 20px;
}

.linkplayer h2 {
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	font-size: 16px !important;
	font-weight: bold !important;
}

.linkplayer h2 a {
	display: block;
	padding: 12px 15px;
}

.audioplayer .container {
	margin: 8px 8px 8px 0;
	float: left;
	display: inline;
	border: 1px solid #888;
	background-color: #000;
}

.audioplayer .audiotitle {
	text-align: right;
	padding: 13px 0;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	color: #222;
	font: bold 13px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.linkplayer h2 a, .audioplayer .audiotitle a {
	color: #111 !important;
}

.linkplayer h2 a:hover, .audioplayer .audiotitle a:hover {
	color: #222 !important;
}

.video .container {
	display: inline-block;
	margin: 0 0 20px 0;
}

.video .inner-container {
	padding: 1px;
	background-color: rgba(255,255,255,0.05);
}

.photo .container {
	display: inline-block;
	padding: 0 0 11px;
	background: url(http://static.tumblr.com/j8lh0bq/QVhksqvj5/photo-bottom.png) no-repeat center bottom;
	margin: 0 0 20px 0;
}

.photo .inner-container {
	background-color: #C7C7C7;
	padding: 3px;
	position: relative;
}

.photo .vialink {
	position: absolute;
	right: 15px;
	bottom: 12px;
	display: none;
	z-index: 33;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	font-size: 13px;
	background: url(http://static.tumblr.com/j8lh0bq/RSRksqvlr/reblog-from.png) no-repeat 4px center;
	padding: 0 0 0 25px;
}

.container img, .container embed, .container object {
	vertical-align: bottom;
}

.entry p, .entry ul, .entry ol, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry pre, .entry blockquote, .entry hr {
	margin-bottom: 20px;
}

.entry p:last-child, .entry ul:last-child, .entry ol:last-child, .entry h2:last-child, .entry h3:last-child, .entry h4:last-child, .entry h5:last-child, .entry h6:last-child, .entry pre:last-child, .entry blockquote:last-child, .entry hr:last-child {
	margin-bottom: 0 !important;
}

.entry a {
	color: #5dccff;
}

.entry a:hover {
	color: #8adaff;
}

.chat .label {
	font-weight: 500;
}

.chat ul {
	list-style-type: none;
	margin: 0;
}

.chat li {
	color: #FFF;
	margin-bottom: 4px;
	padding: 5px 15px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.chat li.even {
	border-top: 1px solid rgba(255,255,255,0.15);
	background-color: rgba(255,255,255,0.1);
}

.chat li.odd {
	border-top: 1px solid rgba(255,255,255,0.35);
	background-color: rgba(255,255,255,0.3);
}

.quote h2 {
	border-left: 3px solid rgba(255,255,255,0.3);
	padding-left: 12px;
}

/* Future - Notes */

#notes {
	width: 506px;
	margin-left: 110px;
	padding: 20px 0;
}

#notes ol {
	list-style-type: none;
	margin: 0;
}

#notes ol li {
	border-top: 1px solid rgba(251,255,90,0.25);
	background-color: rgba(251,255,90,0.2);
	background: -webkit-gradient(linear, left top, left bottom, from( rgba(251,255,90,0.2)), to( rgba(251,255,90,0.1)));
	box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	margin-bottom: 4px;
	padding: 7px 15px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	color: rgba(255,255,255,0.7);
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#notes a {
	color: rgba(255,255,255,0.9);
}

#notes a:hover {
	color: #FFF;
}

#notes .avatar {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	padding: 1px;
	background-color: rgba(0,0,0,0.1);
}

#notes blockquote {
	color: rgba(255,255,255,0.7);
	margin: 5px 0 5px 7px;
	padding-left: 8px;
	border-left: 2px solid rgba(255,255,255,0.2);
}

/* Future - Navigation */

.page-navigation {
	font-size: 16px;
	padding: 20px 0;
	width: 616px;
}

.page-navigation .left, .page-navigation .right {
	display: inline;
	min-width: 100px;
	text-align: center;
}

.page-navigation .right {
	float: right;
}

.page-navigation .left {
	float: left;
	margin-left: 110px;
}

.page-navigation a {
	border-top: 1px solid rgba(255,255,255,0.35);
	background-color: rgba(255,255,255,0.3);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0.2)));
	box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
	display: block;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.page-navigation .left a, .page-navigation .right a {
	padding: 12px 15px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

.page-navigation .left a:hover, .page-navigation .right a:hover {
	color: #222;
}

/* Future - Footer */

#footer {
	width: 506px;
	margin-left: 110px;
	padding: 20px 0 50px;
	font: normal 14px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	color: #333;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#footer a {
	font-weight: 500;
	color: #444;
}

#footer a:hover {
	color: #FFF;
}