@charset "utf-8";
/* Theme name: Nuked */
/* Theme version: 1.0 */
/* Author: Mike Peters */
/* Credit: <http://vrbanite.tumblr.com/> */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body {
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

a {
	text-decoration: none;
	text-transform: none;
}

strong, b { font-weight: bold; }

em, i { font-style: italic; }

strike, s { text-decoration: line-through; }

u { text-decoration: underline; }

blockquote {
	border-left: 1px solid #000;
	padding: 0 0 0 5px;
}

#background {
	max-height: 100%;
	min-width: 1473px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}

@media screen and (min-width: 1473px) {
	#background {
		left: 50%;
		margin-left: -737px;
		_margin-left: -737px;
	}
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

#sidebar {
	position: fixed;
	top: 50px;
	right: 0;
}

#navigation {
	width: auto;
	height: auto;
	display: block;
	padding: 0 0 0 55px;
	border-left: 1px #a3a9a9 solid;
	float: right;
}

#title {
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-align: right;
	width: 180px;
	padding: 3px 8px 6px;
	border-right: 14px #282828 solid;
	float: right;
}

#title:hover { background-color: #282828; }

#links {
	width: 200px;
	height: auto;
	margin: 25px 0 0;
	float: right;
	clear: both;
}

#links li {
	list-style-type: none;
	text-align: right;
}

#links li a {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	letter-spacing: -1px;
	text-transform: lowercase;
	padding: 2px 12px 4px;
	display: block;
}

#links li .home { border-right: 10px #883228 solid; }

#links li .home:hover { background-color: #883228; }

#links li .ask { border-right: 10px #611642 solid; }

#links li .ask:hover { background-color: #611642; }

#links li .about { border-right: 10px #2e8c81 solid; }

#links li .about:hover { background-color: #2e8c81; }

#links li .archive { border-right: 10px #c4b5a0 solid; }

#links li .archive:hover { background-color: #c4b5a0; }

#links li .links { border-right: 10px #b79a32 solid; }

#links li .links:hover { background-color: #b79a32; }

#posts {
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -345px;
	width: 690px;
}

.entry {
	background-color: #fff;
	margin: 0 30px 30px 0;
	display: inline-block;
	float: left;
	width: 200px;
}

.post {
	background-color: #fff;
	padding: 10px 10px 20px;
	width: 640px !important;
}

.photo img { width: 100%; }

.photo img, .album {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.6\'/></filter></svg>#grayscale");
    filter: gray alpha(opacity=60);
    -webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	-o-filter: grayscale(60%);
    -webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
    -webkit-backface-visibility: hidden;
	display: block;
}

.photo img:hover, .photo:hover img, .album:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.photo .reblog {
	background: url('http://static.tumblr.com/zprzrql/tA1mk1bua/reblog.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 10px;
	width: 22px;
	height: 17px;
	display: block;
	text-indent: -9999em;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: 4;
}

.photo:hover .reblog {
	top: 10px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.photo:hover .reblog:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.html_photoset iframe {
	margin: 0 auto;
	padding: 0 0 5px;
	display: block;
	width: 100%;
}

.text {
	width: 180px;
	padding: 10px;
}

.entry h1, .post h1 {
	padding: 0 0 5px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #111;
	text-transform: uppercase;
}

.entry p, .post p {
	padding: 4px 0 4px;
	word-wrap: break-word;
}

.entry p img, .post p img { width: 100%; }

.entry a, .post a, .source a, .asker a, blockquote a {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.entry a:hover, .post a:hover, .source a:hover, .asker a:hover, blockquote a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.entry .container a, .post .container a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.entry ul, .post ul, .entry ol, .post ol { padding: 0 0 5px 15px; }

.entry ul, .post ul { list-style-type: circle; }

.entry .quote, .post .quote { font-style: italic; }

.entry .quote, .entry .link a { font-size: 13px; }

.post .quote, .post .link a { font-size: 15px; }

.source {
	width: 640px;
	text-align: right;
}

.link a, .asker a, .asker { text-transform: uppercase; }

.asker a { font-weight: bold; }

.entry .album { width: 180px; }

.post .album { width: 640px; }

.audio_player {
	background-color: #fff;
	margin: 5px 0 10px;
	width: 100%;
	display: block;
}

.audio_player embed, .audio_player iframe {
	width: 180px;
	margin: 0 auto;
	display: block;
}

.text embed, .text iframe { width: 100%; }

.entry .tumblr_video_container, .entry .tumblr_video_container iframe {
	width: 180px;
	height: 102px !important;
}

.post .tumblr_video_container, .post .tumblr_video_container iframe {
	width: 640px;
	padding: 0 0 10px;
}

.question {
	background-color: #ddd;
	margin: 5px 0 10px;
	padding: 5px;
	font-style: italic;
	display: block;
}

.entry .question { width: 170px; }

.post .question { width: 630px; }

.entry .info {
	padding: 5px 0 0;
	width: 180px;
	display: block;
	text-transform: uppercase;
}

.post + .info {
	background-color: #fff;
	padding: 0 10px 35px;
	width: 640px;
	display: block;
}

.post + div[id$="Zy4yby-hide"] { display: none; }

.permalink, .date {
	padding: 10px 0 0;
	border-top: 1px solid #000;
	width: 50%;
	float: left;
	text-align: left;
}

.permalink a {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.permalink a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.count {
	padding: 10px 0 0;
	border-top: 1px solid #000;
	width: 50%;
	float: left;
	text-align: right;
}

.notes {
	background-color: #fff;
	padding: 10px;
	width: 640px;
	list-style-type: none;
	clear: both;
}

.notes .note {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-top: solid 1px #000;
	padding: 10px;
}

.notes .note a {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.notes .note a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.notes .note .avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.notes .note .action { color: #333; }

.notes .note .answer_content { font-weight: normal; }

.notes .note blockquote {
	border-left: 1px solid #000;
	padding: 4px 10px;
	margin: 10px 0px 0px 25px;
}

.extra {
	display: block;
	width: 660px;
	height: 35px;
}

#infscr-loading {
	background: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -125px;
	width: 250px; 
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	z-index: 100;
}

#infscr-loading img { width: 250px; }