/* 
Theme Name: SKD 2.0
Theme URL: http://skd.mathisen.me/
Description: Better than yours.
Author: Magnus Mathisen
Author URI: http://mathisen.me
Version: 2.0
*/

/* @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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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 Back/Wrap/Head */
	
body {
	background: transparent url(images/bgbg.png) repeat fixed;
}

#drop {
	background: url(images/skdback.png) no-repeat fixed 500px;
	width: 100%;
	float: right;
}

#wrap {
	width: 550px;
	float: right;
	background: url(images/blogbg.png) repeat fixed;
	margin-right: 20px;
}
	
#shadow {
	background: url(images/shadow.png) repeat-y;
	width: 590px;
	float: left;
	margin-left: 50px;
}

	
#head {
	height: 250px;
border-style: none;
	background-image: url(images/Headers/1a.png);
	width: 550px;
}

#head a {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 250px;
	width: 550px;
	text-indent: -9000px;
}
	
#blog {
}

#info {
	float: left;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(images/info.png);
	margin: 15px;
}

#info:hover {
	background-position: 17px;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

#floater {
	width: 130px;
	float: left;
	display: block;
	margin: 20px;
	background-color: rgba(0,0,0,0.6);
	-moz-border-radius: 15px;
	text-align: center;
	padding: 15px;
	font-family: Helvetica, Arial, sans-serif;
	display: none;
}

#floater .archive {
	color: #c0c0c0;
	font-size: 10pt;
}

#floater a {
	color: #c0c0c0;
	text-decoration: none;
}

#floater a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

#floater #controls {
	color: #c0c0c0;
	font-size: 8pt;
}

#floater .close {
	color: #c0c0c0;
	font-size: 6pt;
	text-decoration: underline;
	margin-top: 10px;
}

#floater .close:hover {
	cursor: pointer;
	color: #a0a0a0;
}
	
/* @group Menu */
	
#menu {
	padding-bottom: 50px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
}
	
#menu ul {
	list-style:none;
	margin-top: 5px;
	margin-left: 4px;
}

#menu ul li {
	float:left;
	margin-left: 8px;
}

#menu ul li a{
	cursor: pointer;
	color: #909090;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-moz-text-shadow: #b4b4b4 0 -1px 1px;
	text-shadow: #b4b4b4 0 -1px 1px;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #6e6e6e;
	text-decoration: none;
	text-shadow: #456 0 -1px 1px;
}

/* @group Boxes */
	
#linkbox {
}	

#linklist li {
	list-style-type: none;
}
#linklist li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: #121212 0 -1px 0;
}

#linklist li a:hover { 
color: #949494;
}

#contactbox {
	margin-bottom: -10px;
}
#contactbox h1 {
	color: #fff;
	text-shadow: #121212 0 -1px 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#contactbox li a:hover {
	color: #949494;
}

#contactbox ul {
	margin-bottom: 10px;
}

#contactbox li {
	list-style-type: none;
}
#contactbox li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: #121212 0 -1px 0;
	margin-left: 10px;
	margin-right: 10px;
}
#contactbox li a:hover {
	color: #949494;
}
	
input#searchsubmit {
	display: none;
	list-style-type: none;
}
	
/* @end */
	
/* @end */
	
/* @end */
	
/* @group Post */

	
.post {
	width: 530px;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 15px;
	margin: 10px;
}
	
.posthead {
}
	
.posthead h2 {	
	text-shadow: #fff 0 -1px 1px;
	font: bold 32px/normal Helvetica, Arial, sans-serif;
}

.posthead h2 a {
	color: #171717;
	text-decoration: none;
}

.posthead h2 a:hover {
color: #424242;
}
	
.posthead p {
	font: small-caps 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	padding-left: 1px;
	margin-top: 5px;
}
	
.entry {
	margin: 10px 15px 5px;
}

.entry p{
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #171717;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
	
.entry p a{
	text-decoration: none;
	color: #7f7f7f;
	border-bottom: 1px dashed #7f7f7f;
}

.entry li a:hover{
	text-decoration: underline;
	color: #171717;
	border-bottom-style: none;
}
.entry li a:visited {
	color: #171717;
}

.entry p.center {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #171717;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.entry li {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #171717;
	margin: 10px;
}

.entry li a{
	text-decoration: none;
	color: #7f7f7f;
	border-bottom: 1px dashed #7f7f7f;
}

.entry p a:hover{
	text-decoration: underline;
	color: #171717;
	border-bottom-style: none;
}
.entry p a:visited {
	color: #171717;
}

.entry img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#blog canvas {
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
	margin: 10px;
	background: url(images/quote.png) no-repeat;
	padding: 5px 5px 5px 60px;
}
	

	
.postmeta {
	margin-left: 10px;
}
	
.postmeta p a {
	font: small-caps 10px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	text-decoration: underline;
}
.postmeta p a:hover{
	text-decoration: underline;
	color: #c0c0c0;
}
.postmeta p a:active{
	text-decoration: underline;
	color: #f9f9f9;
}
	
/* @group Comments */
	
#comments {
	width: 550px;
}

#comment-count {
	font: small-caps 10px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	margin-left: 10px;
}
	
#commentlist li {
	margin: 10px;
	border-top: 1px solid #7f7f7f;
}

#commentlist .singlecomment {
	
	padding-top: 10px;
	margin-left: 10px;
}

#commentlist #comment-meta {
	font: 14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	margin-bottom: 8px;
}

#commentlist #comment-author {
	font: 12pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #c0c0c0;
	text-shadow: #595959 0 -1px 1px;
	text-decoration: none;
}

#commentlist #comment-author a {
	color: #7f7f7f;
	text-shadow: #000 0 -1px 1px;
	text-decoration: none;
	font: 12pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}


#commentlist #comment-author a:hover {
	text-decoration: none;
	color: #171717;
}



#commentlist .commenttext, #commentlist .commenttext-admin {
	margin-right: 10px;
	margin-left: 30px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #171717;
	text-decoration: none;
}

#commentlist .commenttext a, #commentlist .commenttext-admin a {
	text-decoration: none;
	color: #7f7f7f;
}
	
#commentlist .commenttext a:hover, #commentlist .commenttext-admin a:hover {
	text-decoration: underline;
}



#commentlist #awaiting {
	font: italic bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #171717;
	margin: 5px;
}

#commentform {
	width: 550px;
	margin: 10px;
}

#commentform p {
	font: italic bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #171717;
	margin: 5px;
}

#commentform p a {

	color: #7f7f7f;
	text-decoration: none;
}

#commentform p a:hover {
	text-decoration: underline;
}
	
#commentform p label {
	font: 14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	margin-left: 10px;
}

#commentform p input {
	width: 200px;
	margin-left: 10px;
	border-width: 1px;
	border-style: groove;
}
	
#commentform p textarea {
	margin-left: 10px;
	border-width: 1px;
	border-style: groove;
	padding-top: 2px;
}

	
#commentform p input#sbutt {
	width: auto;
	border-width: 1px;
	border-style: outset;
	background-color: transparent;
	background-image: url(images/bgbg.png);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
	
/* @end */



	
/* @end */

#nav {
	margin-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
}

#nav a {
font: small-caps 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	text-decoration: none;
}

#nav a:hover {
	color: #5e5e5e;
}

#nav .older, .alignleft {
	float: left;
	font: small-caps 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	text-decoration: none;
}

#nav .newer, .alignright {
	float: right;
	font: small-caps 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
	text-decoration: none;
}
	
#foot {
	width: 530px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #c0c0c0;
	padding-top: 5px;
}

p.caption {
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
	font: 10px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #909090;
	text-decoration: none;
	border-bottom-style: none;
}

p.caption a {
	color: #909090;
	text-decoration: none;
	border-bottom: 1px dashed #909090;
}

p.caption a:visited {
	color: #909090;
	text-decoration: none;
	border-bottom: 1px dashed #909090;
}

p.caption a:hover {
	color: #8f8f8f;
	text-decoration: underline;
	border-bottom: none;
}

p.trackinfo {
	margin-top: -10px;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #909090;
	text-decoration: none;
	border-bottom-style: none;
}

p.trackinfo a {
	color: #909090;
	text-decoration: none;
	border-bottom: 1px dashed #909090;
}

p.trackinfo a:visited {
	color: #909090;
	text-decoration: none;
	border-bottom: 1px dashed #909090;
}

p.trackinfo a:hover {
	color: #8f8f8f;
	text-decoration: underline;
	border-bottom: none;
}

p.quoteauthor {
	margin-top: -20px;
	margin-left: 300px;
	font: italic 10pt Helvetica, Arial, sans-serif;
	color: #909090;
}


#foot p {
	text-align: center;
	font: small-caps 10px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #c0c0c0;
}

#foot p a {
	font: small-caps 10px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #c0c0c0;
	text-decoration: none;
	border: none;
}

#foot p a:hover {
	color: #8f8f8f;
	border: none;
}

#searchform {
	background-color: #606060;
	padding: 3px;
	margin: -5px;
}

#searchform input {
	background: #fff url(http://sofakingdiligent.com/wp/wp-content/themes/skd/images/lg.png) no-repeat 1px 2px;
	padding-left: 15px;
}

#arrows {
	width: 20px;
	height: 40px;
	position: fixed;
	margin-left: 5px;
	margin-top: 50%;
	margin-bottom: 50%;
	opacity: 0.25;
	cursor: pointer;
}

#up-arrow {
	background-image: url(images/arrows.png);
	width: 20px;
	height: 20px;
}

#up-arrow:hover {
	background: url(images/arrows.png) 20px 0;
}

#down-arrow {
	width: 20px;
	height: 20px;
	background: url(images/arrows.png) 0 20px;
}

#down-arrow:hover {
	background: url(images/arrows.png) 20px 20px;
}