/* 
Theme Name: SKD
Theme URL: http://mathisen.me/skdblog
Description: SofaKing Diligent
Author: Magnus Mathisen
Author URI: http://mathisen.me
Version: 2.1
*/

/* @group Reset */	
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1;color:black;background:transparent;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
/* @end */
	
/* @group Dimensions */
	
body {
	width: 100%;
	height: 100%;
}

#wrap {
	width: 620px;
	margin-right: auto;
	margin-left: 110px;

}

#head {
	width: 620px;
	height: 200px;
	position: relative;
	z-index: 10000;
	}
	
#backside {
	position: absolute;
	z-index: 1000;
	width: 610px;
	margin-left: 5px;
	height: 300px;
}

#menu {
	height: 40px;
	padding-bottom: 5px;
	z-index: 3000;
	padding-top: 5px;
}

#collapse {
	min-height: 300px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content {
	width: 620px;
	min-height: 220px;	
	float: left;
	margin-bottom: -10px;
	margin-top: 50px;
	z-index: 10000;
	position: relative;
}

#searched {
	padding-bottom: 10px;
	margin: 10px 20px;
}

#comments {
	width: 612px;
	margin-left: 4px;
	float: left;
	margin-top: 10px;
	z-index: 2000;
	margin-bottom: -2px;
	position: relative;
}

#footer {
	clear: both;
	height: 40px;
	width: 612px;
	position: relative;
	z-index: 1000;
	margin-left: 4px;
	margin-bottom: 10px;
	padding-top: 10px;
}
	
/* @end */
	
/* @group Main Styles */
	
body {
	background: url(images/bgrills.png) fixed;
}

#head {
	background-image: url(images/head.png);
	text-indent: -9000px;
	-moz-border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-moz-box-shadow: #444 2px 0 5px, #444 -2px 0 5px, #444 0 0 5px;

}

#content {
	-moz-border-radius: 2px;
	background-color: #f0f0f0;
	-moz-box-shadow: #444 2px 0 5px, #444 -2px 0 5px, #444 0 04px 5px;

}

#backside {
	background-color: #999;
	background: -moz-linear-gradient( right top, right bottom, from(#999), to(#444));
	-moz-box-shadow: #444 1px 0 2px, #444 -1px 0 2px;
}
	
/* @end */
	
/* @group Grey Slide */
	
#menu ul {
	margin-left: 6px;
}

#menu li {
	float: left;
	cursor: pointer;
}

#menu li a {
	font: 26pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #888 ;
	text-shadow: #444 0 -1px 1px;
	letter-spacing: -1px;
	height: 40px;
	width: 100%;
	padding-left: 4px;
	padding-right: 5px;
}

#menu li a:hover {
	border-bottom: 5px solid #aaa;
}

#about-text {
	margin-left: 160px;
	display: none;
	margin-right: 160px;
}

#about-text p {
	font: bold 8pt/10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	text-shadow: #404040 0 -1px 1px;
	position: relative;
}

#about-text p a {
	text-decoration: none;
	color: #efefef;
}

#about-text p a:hover {
	color: #bbb;
}

#about-text p.instructions {
	font: bold 8pt/10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
	text-shadow: #333 0 -1px 1px;
	margin-left: 80px;
	margin-top: 10px;
}

#about-text img {
	width: 64px;
	float: right;
	margin-right: 5px;
}

#links {
	margin-left: 60px;
	margin-bottom: 10px;
	display: none;
}

#links ul {
	width: 560px;
	float: left;
}

#links li {
	margin-bottom: -5px;
	width: 185px;
	float: left;
}

#links li a {
	font: bold 8pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #dfdfdf;
	text-shadow: #404040 0 -1px 1px;
	text-decoration: none;
}

#links li a:hover {
	color: #bbb;
}

#search {
	display: none;
}

#search input.s {
	width: 200px;
	margin-left: 205px;
	margin-right: 205px;
}	

#contact {
	display: none;
}

#contact h1 {
	font: 16pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #dfdfdf;
	text-shadow: #404040 0 -1px 1px;
	text-align: center;
}

#contact a {
	font: bold 8pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #dfdfdf;
	text-shadow: #404040 0 -1px 1px;
	text-decoration: none;
}

#contact a:hover {
color: #bbb;
}

#contact .skd {
	float: left;
	margin-left: 150px;
	text-align: left;
}

#contact .magnus {
	float: right;
	margin-right: 150px;
	border-left: 2px groove #b0b0b0;
	padding-left: 35px;
	padding-bottom: 20px;
	text-align: right;
}
	
/* @end */
	
/* @group Post */
	
.post {
	border-bottom: 2px groove #eee;
	padding-bottom: 10px;
	margin: 10px 20px -10px;
}

.single-post {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 40px;
}

.posthead h2 a {
	font: bold 28pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #8a8a8a;
	letter-spacing: -2px;
	text-shadow: #343434 0 -1px 1px, #e0e0e0 0 1px 1px;
}

.posthead p {
	font: 8pt/2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: #eee  0 -1px 1px, #fff 0 1px 1px;
	margin-top: -8px;
}

.entry {
	margin-bottom: 10px;
}

.entry p{
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #202020;
}

.entry a {
	color: #202020;
	text-shadow: #dfdfdf 0px 1px 1px;
}

.entry a:hover {
	color: #000;
	text-shadow: #ccc 0px 1px 1px;
}

.entry .caption {
	font: 8pt/2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #303030;
	text-align: center;
}

.entry .caption a {
	color: #303030;
}

.entry .caption a:hover {
	color: #111;
	text-shadow: #ccc 0px 1px 1px;

}

.entry blockquote {
	width: 500px;
	margin-left: 55px;
	margin-bottom: 2px;
	background-color: #efefef;
	padding: 10px;
	margin-top: 5px;
	-moz-box-shadow: #444 0 0 2px;
}

.entry .quoteauthor {
	text-align: center;
	line-height: 2em;
}

.entry .audioplayer_container {
	margin-top: 5px;
	clear: both;
}

.entry .floatleft {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.entry .floatright {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.entry .justify {
	text-align: justify;
}

.entry .trackinfo {
	font: 8pt/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #303030;
	margin-bottom: 5px;
}

.entry .center {
	display:block; 
	margin-left:auto; 
	margin-right:auto
}

.postmeta a{
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #202020;
	margin-left: 10px;
}
	
/* @end */
	
/* @group Comments */
	
.single-postmeta {
	padding-left: 10px;
	border-bottom: 2px groove #ccc;
	padding-bottom: 5px;
	margin: 5px 10px;
}

.single-postmeta a {
	font: bold 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	text-shadow: #404040 0 -1px 1px;
	text-decoration: none;

}
	
#comments {
	background-color: #999;
	background: -moz-linear-gradient( left bottom, right bottom, from(#888), to(#999));
	-moz-box-shadow: #444 1px -2px 2px, #444 -1px -2px 2px;
	}

#commentlist {
}

.comment {
	width: 620px;
	background-color: #fefefe;
	margin-left: -4px;
	-moz-border-radius: 2px;
	background-image: url(images/bg2.png);
	-moz-box-shadow: #444 2px 0 5px, #444 -2px 0 5px, #444 0 04px 5px;
	margin-bottom: 10px;
}

.editor-comment {
	
}

.comment-meta {
	padding: 5px;
	float: left;
}

.comment-meta p {
	margin-left: 55px;
}

img.avatar {
	float: left;
	border: 1px solid #444;
}

.comment-author {
	font: bold 14pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-shadow: #333 0 -1px 1px, #eee 0 1px 1px;
	text-decoration: none;
	word-spacing: -1px;
	margin-top: 5px;
	text-transform: capitalize;
}

.comment-author a {
	color: #999;
	text-decoration: none;
}

.comment-author a:hover {
	color: #666;
}

.comment-time {
	font: bold 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaa;
	text-shadow: #666 0 -1px 1px;
}

.awaiting {
	clear: both;
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #f00;
	margin-left: 20px;
}

.commenttext {
	clear: both;
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #202020;
	padding: 2px 8px 8px;
}

.logd-in {
	font: bold 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	text-shadow: #404040 0 -1px 1px;

}

#commentsform {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#commentsform label {
	font: bold 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	text-shadow: #404040 0 -1px 1px;
	padding-left: 2px;
}

input#s1, input#s2, input#s3 {
	background-image: url(images/bg1.png);
	border-top: 2px groove #ccc;
	border-left: 2px groove #ccc;
	border-right: 2px ridge #ccc;
	border-bottom: 2px ridge #ccc;
	font: 8pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #202020;
}

textarea#s4 {
	background-image: url(images/bg1.png);
	border-top: 2px groove #ccc;
	border-left: 2px groove #ccc;
	border-right: 2px ridge #ccc;
	border-bottom: 2px ridge #ccc;
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #202020;
}

input#sbutt {
	width: 75px;
	height: 30px;
	background-color: #555;
	border-style: none;
	-moz-border-radius: 15px;
	font: bold 8pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	text-shadow: #404040 0 -1px 1px;
	background: -moz-linear-gradient( right top, right bottom, from(#5f5f5f), to(#111));
	-moz-box-shadow: #444 0 0 5px;
	margin-left: 5px;
	margin-top: 5px;
}

input#sbutt:hover {
	background: -moz-linear-gradient( right top, right bottom, from(#333), to(#000));
	-moz-box-shadow: #444 0 0 1px;
	font: bold 8pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	text-shadow: #222 0 -1px 1px;

}
	
/* @end */
	
/* @group Misc */
	
#page-nav {
	margin-top: 10px;
	font: bold 14pt/3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-shadow: #222 0 -1px 1px;
	text-decoration: none;
	word-spacing: -1px;
	clear: both;
}

#page-nav a {
	color: #999;
	text-decoration: none;
}

#page-nav .older {
	float: left;
	margin-left: 20px;
}

#page-nav .newer {
	float: right;
	margin-right: 20px;
}

#page-nav a:hover {
	color: #bbb;	
}

#post-nav{
	font: bold 14pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-shadow: #222 0 -1px 1px;
	text-decoration: none;
	word-spacing: -1px;
	border-top: 2px groove #ccc;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: -5px;
	clear: both;
}

#post-nav a {
	color: #999;
	text-decoration: none;
}

#post-nav .prev {
	float: left;
}

#post-nav .next {
	float: right;
}

#searched {
		border-bottom: 2px groove #eee;
}

#searched p {
	font: bold 20pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #8a8a8a;
	letter-spacing: -1px;
	text-shadow: #343434 0 -1px 1px, #e0e0e0 0 1px 1px;
	text-align: center;
}

h1.notfound {
	font: bold 20pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #8a8a8a;
	letter-spacing: -1px;
	text-shadow: #343434 0 -1px 1px, #e0e0e0 0 1px 1px;
	text-align: center;
}

p.notfound {
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	color: #202020;
	text-align: center;
}

div.notfound {
	margin-left: 235px;
	margin-right: auto;
	margin-top: 5px;
}
	
/* @end */
	
/* @group Footer */

#footer {
	background-color: #999;
	-moz-box-shadow: #444 1px 0 2px, #444 -1px 0 2px, #444 0 1px 2px;
	background: -moz-linear-gradient( left bottom, right bottom, from(#888), to(#999));
}

#footer p {
	text-align: center;
	font: bold 10pt/3em "Helvetica Neue", Helvetica, sans-serif;
	color: #ccc;
	text-shadow: #444 0 -1px 1px, #a0a0a0 0 1px 1px, #d0d0d0 0 0 1px;
	letter-spacing: -1px;
}

#footer a {
	color: #ddd;
	text-decoration: none;
}

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

/* @end */