

html{
	background: 0;
}
body{
	padding: 30px 0;
	font-size: 11px;
	word-wrap: break-word;
}

a{
	text-decoration: none;
}
a:hover{
	border-bottom:thin solid #ff00c9;
}


p,h1,h2,h3,h4,h5,h6{margin:5px 0}
i,em{font-style:italic}
b,strong{font-weight:700}
ul,ol{margin:5px 0 5px 28px}
ul li{list-style-type:disc}
ol li{list-style-type:decimal}
blockquote{
	margin:5px 0 5px 15px;padding:0 5px 0 11px;border-left:2px solid;
}



#container{
    /*width: 960px;*/
    /*margin: 0 auto;*/
    padding: 0 2.5%;
    position: relative;
}
#container img,
#container iframe,
#container embed{
	vertical-align:bottom;
}
#container img{
	width: auto;
	height: auto;
	max-width: 100%;
}

#header.centered{
	text-align: center;
}

#top{
    position: fixed;
    width: 100%;
    top: -210px;
    left: 0;
    z-index: 1;
    background-color: rgba(255,255,255,.95);
    box-shadow: 1px 2px 5px rgba(25,25,25,.95);
    transition: top 600ms;
    -webkit-transition: top 600ms;
}
#top:hover{
    top: 0!important;
}
#panel{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
#panel:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#nousss{
    margin: 0 auto;
	width: 200px;
	height: 120px;
	overflow: hidden;
	display: block;
    /*background-color: rgba(5,5,5,.15);*/
    position: relative;
}
#nousss:after{
    position: absolute;
    bottom: 55px;
    right: 0;
    background-color: rgba(0,0,0,.75);
    color: rgba(255,255,255,.96);
    content: "o m i n o u s s s";
    content: "embryO";
    letter-spacing: 10px;
}
#nousss a{
    width: 200px;
    height: 0;
    padding-top: 120px;
    overflow: hidden;
    display: block;
    background: transparent url(tumblr_Ominousss.png) scroll no-repeat 0 -40px;
}
#links{
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
	list-style: none;
}
#links li{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#links li a{
	background: rgba(0,0,0,.8);
	font-size: 150%;
	font-weight: bold;
	padding: 4px 10px;
	line-height: 27px;
	border-radius: 0 0 7px 7px;
}

#search{
	float: right;
	margin: 0 30px 0 0;
}
#search input{
	color: #ccc;
	font-size: 11px;
	width: 144px;
	padding: 5px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background-color: rgba(22,22,22,.25);
}
#search input.typing{
	color: magenta;
}
#tags{
	box-shadow: inset 1px 1px 5px #bbb;
	border-radius: 25px;
	margin-top: 10px;
}
#tags ul{
	padding: 0 20px 25px 20px;
	margin: 0;
	font-size: 250%;
	list-style: none;
}
#tags ul li{
	list-style: none;
	display: inline-block;
}
#tags ul li a{
    letter-spacing: -1px;
}
#tags ul li.active a{
	background: #ff00c9;
	color: #222;
}
#elsewhere{
	float: right;
	width: 28%;
	box-shadow: inset 1px 1px 6px #ccc;
	font-size: 95%;
	border-radius: 25px;
    background-color: rgba(255,0,255,.15);
    margin-top: 15px;
}
#elsewhere ul{
	padding: 5px 35px 0 35px;
	margin: 0;
	list-style: none;
}
#elsewhere ul li{
	list-style: none;
}
.go{
	font-size: 150%;
	text-align: center;
	color: #333;
	padding: 7px 0;
	border-radius: 10px;
	border-top: 3px solid #ff00c9;
}
h2{
	color: #444;
	font-size: 110%;
	text-align: center;
	border-radius: 25px 25px 0 0;
	padding-top: 10px;
	margin: 0;
}
#introduction{
	margin: 0 31% 0 0;
	text-align: center;
}
#description{
	font-size: 165%;
}









#content{
    margin-top: 120px;
	overflow: hidden;
}
.post,
.post-content{
	position: relative;
	overflow: hidden;
}
.post{
	min-height: 24px;
}
.wordy .post-content{
	padding: 0 5px;
}

#index .border-index-post .not-page.wordy .left-block,
#permalink .border-perm-content .not-page.wordy .post-content,
#permalink .border-perm-meta .meta,
.border-perm-content .page .left-block{
	border-width:1px;border-style:solid;
}
#index .not-page{width:240px;float:left}
#index .right-block{width:100%;position:absolute;left:0;bottom:0}#index.animations.transitions.fadein .post,.animations.transitions .infscr{opacity:0}#index.animations.transitions.fadein .post.opaque,.animations.transitions .infscr.opaque{opacity:1}
#index.no-js .post{opacity:1!important}
/*#permalink .not-page .content-block{
	width: 500px;
}*/
#permalink .not-page .right-block{
	float: right;
	width: 460px;
}
#permalink .not-page .left-block{
	float: left;
	width: 500px;
	font-size: 150%;
}
.quote-source{margin:5px 0;text-align:right}
.chat .post-content ul{margin:5px 0}
.chat .post-content li{text-indent:-8px;padding-left:8px;list-style:none}
.caption{margin:0 5px;overflow:hidden}
.hideflash embed{display:none}
.no-js .hideflash embed{display:block}
#index .photo.wide,#index .video.wide{width:480px}
#index .photoset.wide{width:240px}
.the-photo{text-align:center}
.html_photoset{margin-left:-5px}
.photoset-image,.caption-outer,.caption-inner{display:inline-block}
.photoset-image{max-width:490px;position:relative;text-align:center;vertical-align:top}
.photoset-image img,.caption-inner{vertical-align:bottom}
.photoset1{width:490px}
.photoset2{width:240px}
.photoset3{width:156px}
.photoset1 .caption-inner{width:480px}
.photoset2 .caption-inner{width:230px}
.photoset3 .caption-inner{width:146px}
.col1{margin-right:5px}
.col2{margin-left:6px;margin-right:6px}
.col3{margin-left:5px}
.col1.photoset1{margin-right:0}
.row2,.row3{margin-top:10px}
.caption-outer{width:100%;position:absolute;left:0;bottom:0;opacity:.75;display:none;z-index:300}
.caption-inner{margin:5px;overflow:hidden}
.no-js .photoset-image{margin-top:5px}
.no-js .photoset-image:first-child{margin-top:0}
.no-js .caption-inner{max-width:480px}
.mobile .caption-outer,.not-mobile.no-animations .photoset-image:hover .caption-outer,.not-mobile.no-js .photoset-image:hover .caption-outer{display:block}
.audio .caption,.album-art,.audio-meta{
	float:left;
}
.audio .caption{width:230px;margin:0;padding:0 5px}
.album-art{width:240px;height:240px;position:relative}
.album-art img{width:100%!important;height:100%!important}
.audio-circle{margin:-27px 0 0 -28px;background-color:#000;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;position:absolute;top:50%;left:50%;opacity:.75;z-index:300}
.the-audio{height:27px;width:28px;overflow:hidden;margin:14px}
.audio-meta{
	width:240px;margin:0;
}
.audio-meta li{
	margin-bottom:5px;padding:5px;list-style-type:none;
}
#permalink .album-art{margin-right:10px}
.the-video embed,.the-video iframe{max-width:100%}
.tagged{
	margin: 10px 0 0 0;
	font-size: 130%;
}
.tagged li{display:inline}
.tagged li:last-child span{display:none}
.notes{
	margin:5px 0;
	padding:2px 5px;
	border: thin solid #ddd;
	border-left: 0;
	border-radius: 0 20px 20px 0;
	background: #fdfdfd;
}
.notes li{margin:3px 0;list-style-type:none}
.notes li img{vertical-align:middle}
#index .meta{
	height:24px;
	line-height:24px;
	text-align:center;
    background-color: rgba(255,255,255,.86)!important;
	display:none;
	overflow:hidden;
	z-index:300;
}
#index .meta a{
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,.96)!important;
}
#index .border-index-post .wordy .meta{margin:1px}
#index.mobile.mobcompat .mobile-shield{width:100%;height:100%;position:absolute;top:0;left:0;display:block;z-index:250}
#index.mobile.no-mobcompat .post:hover .meta,
#index.not-mobile.no-animations .post:hover .meta{
	display:block;
}
#index.mobile.no-mobcompat .mobile-shield,#index.not-mobile .mobile-shield{display:none}
#index.not-mobile.animations.transitions .post .meta{
	display:block;height:0;
}
#index.not-mobile.animations.transitions .post:hover .meta{
	height:24px;
}
#permalink .meta{
	font-size: 150%;
	padding: 10px;
}
#foot-nav{margin:0 5px;padding:5px 0;border-top:1px solid;text-align:right;line-height:20px}
#foot-nav a,#foot-nav span{padding:5px}
#foot-nav li{display:inline}
#foot-nav li.prev:first-child .s{display:none}
#index.infscr #foot-nav{display:none}
#index.no-js #foot-nav{display:block}
#loading{width:110px;height:65px;margin-left:-55px;background:url('http://static.tumblr.com/eatauj5/OSvly0v1h/big_roller.gif') center center no-repeat #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:fixed;left:50%;bottom:10px;opacity:.9;display:none;z-index:1000}
#infscr-loading,#infscr-loading img{display:none!important}
#toTop{width:20px;height:17px;background:no-repeat left top;position:fixed;bottom:10px;right:10px;display:none}
.transition-height{transition:height .2s;-moz-transition:height .2s;-webkit-transition:height .2s;-o-transition-transition:height .2s}
.transition-opacity{transition:opacity .4s;-moz-transition:opacity .4s;-webkit-transition:opacity .4s;-o-transition-transition:opacity .4s}
.invisible{visibility:hidden}
.no-js .invisible{visibility:visible}