/* @override http://resources.nikf.org/css/nikf.css */

/* @group @font-face declarations */

.tags li a {
	padding: 5px;
	background-color: #ededed;
	border-radius: 3px;
	margin-left: 5px;
}

/* nikf.org uses the Museo typeface - a font by Jos Buivenga: www.exljbris.nl */

@font-face {
	font-family: "Museo";
	src: url("/fonts/museo-300-regular.otf");
	font-weight: normal;
}

@font-face {
	font-family: "Museo";
	src: url("/fonts/museo-500-regular.otf");
	font-weight: bold;
}

/* @end */

/* @group Main Styles */

pre {
	overflow-x: scroll;
	margin-top: 20px;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}

html {
	background: #313131;
}

body {
	font: 12px/1.6666 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #1b1b1b;
	background: #313131;
}

b, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

* html body {
	font-size: 62.5%;
}

body * {
	font-size: 1em;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
}

h3 {
	font-size: 1.35em;
	font-weight: bold;
}

h4 {
	margin-top: 15px;
	margin-bottom: 10px
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
}

blockquote {
	border-left: 5px solid #d4d4d4;
	margin-bottom: 20px;
	color: #3e3f3f;
	margin-top: 20px;
	padding: 15px 20px;
}

/* @end */

/* @group Links */

a:link {
	color: #810000;
	font-weight: bold;
}

a:visited {
	color: #810000;
	font-weight: bold;	
}

div.photo-itself {
	margin-bottom: 15px;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;	
}

a:active {
	color: #b70000;
}

/* @end */

/* @group Page Layout */

#container {
	width: 810px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 3px solid #222;
	border-left: 3px solid #222;
	padding: 20px;
	clear: both;
}

#sidebar {
	width: 250px;
	float: left;
	margin-bottom: 15px;
	position: fixed;
}

#page-content {
	text-align: justify;
	width: 500px;
	margin-left: 300px;
	float: right;
}

p {
	margin-top: 10px;
}

#copyright {
	clear: both;
	text-align: left;
	margin-top: 15px;
}

#posts {
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	width: 100%;
	min-height: 200px;
}


/* @end */

/* @group Sidebar */

h1.site-title a {
	font-family: "Museo", Lucida, Verdana, sans-serif;
	font-weight: bold;
	background: url(/images/ninja.png) left center no-repeat;
	display: block;
	height: 45px;
	padding-left: 80px;
	padding-top: 15px;
	color: #1b1b1b;
	font-size: 1.1em;	
}

h2.sub-title {
	font-family: "Museo", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
}

h2.sub-title a {
	display: block;
}

#elsewhere {
	width: 250px;
	list-style: none;
	font-size: 1.0em;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	margin-top: 15px;
	padding: 10px 0 5px 2px;
}

#elsewhere li {
	display: inline-table;
	width: 32px;
}

#elsewhere li a {
	color: #1b1b1b;
	display: block;
	width: 30px;
	height: 30px;
	font-weight: normal;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -999em;
}

a#twitter-link {
	background-image: url(/images/twitter-24x24.png);
}

a#flickr-link {
	background: url(/images/flickr-24x24.png);
}

a#plus-link {
	background: url(/images/plus-24x24.png);
}

a#lanyrd-link {
	background: url(/images/lanyrd-24x24.png);
}

a#linked-link {
	background: url(/images/linkedin-24x24.png);
}

a#contact-link {
	background-image: url(/images/email-24x24.png);
}

a#feed-link {
	background-image: url(/images/feed-24x24.png);
}

a#tumblr-link {
	background-image: url(/images/tumblr-24x24.png);
}

a#posterous-link {
	background-image: url(/images/posterous-24x24.png);
}

p.archives {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #a7a7a7;	
}

p.archives a:link,
p.archives a:visited {
	color: #1b1b1b;
}

/* @end */

/* @group Content */

li.post {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 500px;
}

li.post.first {
	margin-top: 0px;
}

li.post ul,
li.post ol {
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
}

li.post h3 a {
	color: #1b1b1b;	
}

abbr {
	font-size: 0.9em;
	font-weight: bold;
	color: #313131;
}

p.permalink {
	text-align: right;
	border-top: 1px solid #a7a7a7;
	margin-top: 5px;
}

p.permalink iframe {
	padding-top: 5px;
}

div.text-body {
	margin-top: 5px;
}

p.time {
	margin-top: 10px;
	border-top: 1px solid #a7a7a7;
	padding-top: 5px;
	text-align: right;
	font-size: 0.95em;
}

.next {
	float: right;
}

.previous {
	float: left;
}

#footer {
	margin-bottom: 10px;
	clear: both;
}

.tags {
	font-size: 0.9em;
	text-align: right;
	margin-right: 0;
	margin-top: 10px;
}

ul.tags {
	display: inline;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

ul.tags li {
	display: inline;
	list-style: none;
	padding: 0;
}

strike {
	text-decoration: line-through;
}

a.permalink-link abbr:hover {
	text-decoration: underline;
}

/* @end */

#notes {
	font: 11px/1.45 "Lucida Grande", Lucida, Verdana, sans-serif;
}

#notes h3 {
	margin-top: 25px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 1em;
}

#notes ol.notes {
	list-style: none;
	padding: 0;
}

#notes ol.notes li {
	background: #f2f7e2;
	-webkit-border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 5px 7px 10px;
}

#notes span.action {
	font-weight: bold;
}

img.avatar {
	margin-top: 4px;
	margin-right: 6px;
}

#notes ol.notes li blockquote {
	background-image: none;
	display: none;
}

span.question {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Calibri, Garamond, serif;
}

span.asker {
	padding: 10px 10px 10px 25px;
	font-style: italic;
}

.question-container {
	padding: 15px;
	background-color: #d5e8f4;
	-webkit-border-radius: 15px;
}

.happening {
	margin-top: 20px;
	padding-left: 45px;
	background: url(/images/happening-icon-32.png) left center no-repeat;
}

.footnotes {
	font-size: 0.9em;
}

.footnotes hr {
	display: none;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}
