/* 
Theme Name: 24kM 2010
Theme URL: http://mathisen.me/24k
Description: For 24k Milkcrate [dot] com
Author: Magnus Mathisen
Author URI: http://mathisen.me
Version: 1.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;}
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%;
	font-size: 12pt;
}

#wrap {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#head {
	width: 940px;
	height: 150px;
	margin-bottom: 20px;
}

#content {
	width: 700px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

#sidebar {
	width: 220px;
	float: left;
}

#footer {
	clear: both;
}

/* @end */

/* @group Head */

body{
	background: url(images/back.png) fixed;
	background-color: #c0c0c0;
}

#head {
	background-image: url(images/header.png);
	text-indent: -9000px;
}

#wrap {
	-moz-box-shadow: #000 0px 0px 5px;
	background-color: #121212;
}

#content {
	border-top: 1px dashed #555;
	padding-top: 10px;
	margin-top: 10px;
}

/* @end */
	
/* @group Menu */
	
#menu {
	float: right;
}

#menu li {
	float: left;
	margin-right: 6px;
}

#menu li a {
	padding: 4px 5px 5px;
	-moz-border-radius: 10px;
	-moz-box-shadow: #ccc 0px 0px 2px;
	text-decoration: none;
	color: #e6e9e9;
	font: bold .8em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow:  #111 0 1px 0;
	display: block;
	width: 100px;
	text-align: center;
}

#menu li a:hover {
	-moz-box-shadow: #aaa 0px 1px 1px, #222 0px -1px 1px;
	background: url(images/back.png) fixed;
	opacity: 1;
	color: #322d16;
	font: bold .8em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow:  #aaa 0 1px 0;
}
	
/* @end */
	
/* @group Slideshow */
	

	
/* @end */

#slideshow {
	background-color: #f5f5f5;
	-moz-border-radius: 15px;
	-moz-box-shadow: #000 0px 0px 3px;
	padding: 10px;
	margin-bottom: 10px;
	text-shadow: #000 0 -1px 1px;
}

#myGallery {
	border-style: none;
	margin: 5px auto;
	-moz-box-shadow: #000 0px 0px 5px;
}

#slideshow a.carouselBtn {
	display: none;
}

#slideshow .slideInfoZone {
	background-color: #000;
	-moz-box-shadow: #000 0px -1px 2px;
}

#slideshow .slideInfoZone h2 {
	color: #eee;
	font: bold 1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #000 0 -1px 1px !important;
	margin-left: 5px;
	margin-top: 3px;
}

#slideshow .slideInfoZone p {
	color: #eee;
	font: bold .6em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #000 0 -1px 1px !important;
	margin-left: 5px;
	margin-top: 3px;
}

/* @group Post */

.post {
	background-color: #f5f5f5;
	-moz-border-radius: 15px;
	-moz-box-shadow: #000 0px 0px 3px;
	padding: 15px;
	margin-bottom: 10px;
}

.posthead h2 a {
	color: #e7c405;
	font: bold 3em/1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	text-shadow: #555 0px -1px 1px, #999 -1px -1px 1px;
	width: 660px;
	display: block;
	margin: -2px auto 8px;
}

.posthead h2 a:hover {
	color: #f5d417;
}


.posthead p {
	font: bold .6em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-indent: 20px;
	text-shadow: #222 0 1px 1px;
	color: #eee;
	background-color: #787878;
	width: 220px;
	margin-left: -25px;
	height: 14px;
	-moz-border-radius: 7px;
	-moz-box-shadow: #222 0px 1px 2px;
}

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

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

.entry a {
	color: #555;
	text-decoration: none;
}

.entry a:hover {
	color: #222;
}

.entry img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #ddd;
	-moz-box-shadow: #444 0px 0 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.entry .caption {
	font-size: .8em;
	text-align: center;
	margin-bottom: 5px;
}

.postmeta {
	font: bold .6em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #fff 0 1px 1px;
	color: #333;
	clear: both;
	border-top: 1px groove #ddd;
	width: 630px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

.postmeta a {
	text-decoration: none;
	color: #ddbb05;
}

.postmeta a:hover {
	text-decoration: none;
	color: #f8d113;
}

/* @end */

/* @group Comments */

.comment-count {
	
}

#comments {
	background-color: #f5f5f5;
	-moz-border-radius: 15px;
	-moz-box-shadow: #000 0px 0px 3px;
	padding: 10px;
}

#comment-list {
	
}

.comment {
	margin-bottom: 10px;
	text-shadow: #fff 0 1px 1px;
	font: 10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	display: block;
}

.editor-comment {
	margin-bottom: 10px;
	text-shadow: #fff 0 1px 1px;
	font: 10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	display: block;
}

.comment-meta {
	font: bold 1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-indent: 20px;
	text-shadow: #222 0 1px 1px;
	color: #e0e0e0;
	background-color: #ababab;
	width: 250px;
	height: 50px;
	-moz-border-radius: 5px;
	-moz-box-shadow: #111 0px 1px 3px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	z-index: 1000;
	position: relative;
	margin-left: 20px;
	display: block;
	overflow: visible;
}

.comment-meta a {
	color: #fefefe;
	text-decoration: none;
}

.comment-meta a:hover {
	color: #f8d113;
}

.commenttext {
	background-color: #eeeeee;
	-moz-border-radius: 15px;
	-moz-box-shadow: #000 0px 0px 3px;
	margin-bottom: 10px;
	min-height: 50px;
	margin-top: -25px;
	z-index: 100;
	position: relative;
	padding: 35px 10px 10px;
}

.commenttext a {
	color: #555;
	text-decoration: none;
}

.commetntext a:hover {
	color: #222;
}

img.avatar {
	float: left;
	border: 1px solid #000;
	margin-right: -10px;
}

.comment-author {
	color: #fefefe;
	width: 500px;
	padding-top: 7px;
}

.comment-time {
	
}

.awaiting {
	font: bold .8em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #222 0 1px 1px;
	color: #f8d113;
	background-color: #707070;
	height: 14px;
	-moz-border-radius: 7px;
	-moz-box-shadow: #222 0px 1px 2px;
	position: absolute;
	z-index: 10000;
	margin-left: 100px;
	margin-top: -8px;
	padding-right: 5px;
	padding-left: 5px;
}

#comments .logd-in {
	font: bold .8em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #222 0 1px 1px;
	color: #f8d113;
	background-color: #707070;
	height: 18px;
	-moz-border-radius: 7px;
	-moz-box-shadow: #222 0px 1px 2px;
	position: relative;
	z-index: 1000;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 300px;
}

#comments .logd-in a {
	color: #c0c0c0;
	text-decoration: none;
}

#commentsform {
	
}

#commentsform label {
	color: #e7c405;
	font: bold 1.5em/1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	text-shadow: #555 0 -1px 1px, #fff 0 1px 1px;
	letter-spacing: -1px;
	display: block;
	text-indent: 10px;
	margin-top: 5px;
	margin-bottom: -10px;
}
	
input#s1, input#s2, input#s3 {
	border-top: 2px groove #ccc;
	border-left: 2px groove #ccc;
	border-right: 2px ridge #ccc;
	border-bottom: 2px ridge #ccc;
	font: .8em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #dfdfdf 0px 1px 1px;
	background-color: #fff;
	height: 20px;
}
	
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;
	padding: 5px;
}
	
input#sbutt {
	width: 100px;
	height: 30px;
	background-color: #555;
	border-style: none;
	-moz-border-radius: 15px;
	font: bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cfcfcf;
	text-shadow: #404040 0 -1px 1px;
	background-color: #222;
	-moz-box-shadow: #444 0 0 5px;
	margin-left: 5px;
	margin-top: 5px;
}
 
input#sbutt:hover {
	color: #fff;
	cursor: pointer;
	-moz-box-shadow: #222 0 0 5px;
}

/* @end */

/* @group Navigation */

#searched {
	background-color: #f5f5f5;
	-moz-border-radius: 15px;
	-moz-box-shadow: #000 0px 0px 3px;
	padding: 5px 10px 5px;
	margin-bottom: 10px;
}

#searched p {
	color: #e7c405;
	font: bold 1.5em/1.4em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	text-shadow: #555 0 -1px 1px, #fff 0 1px 1px;
	text-align: center;
}

#page-nav {
	
}

#post-nav {
	height: 100px;
	margin-bottom: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
}

#post-nav .previous a, #post-nav .next a{
	background-color: #eeeeee;
	-moz-border-radius: 15px;
	-moz-box-shadow: #000 0px 0px 3px;
	padding: 5px 10px 10px;
	margin-bottom: 10px;
}

#post-nav .previous a{
	width: 300px;
	display: block;
	position: relative;
	float: left;
}

#post-nav .next a{
	width: 300px;
	float: right;
	display: block;
	position: relative;
}

#post-nav .next h2, #post-nav .previous h2 {
	color: #e7c405;
	font: bold 1.5em/1.4em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	text-shadow: #666 0 -1px 1px, #fff 0 1px 1px;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px groove #ddd;
}

#post-nav a {
	color: #e7c405;
	font: bold 1em/1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	text-shadow: #666 0 -1px 1px, #fff 0 1px 1px;
	text-align: center;
	margin-bottom: 5px;
}

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

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

#page-nav .older a, #page-nav .newer a {
	color: #e7c405;
	font: bold 2em/1.2em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	text-shadow: #555 0 -1px 1px, #aaa 0 1px 1px;
}

/* @end */

/* @group Sidebar */

#crate {
	height: 220px;
	width: 220px;
	background-image: url(images/crate.png);
	display: block;
	position: relative;
	margin-top: -30px;
}

#crate p {
	display: none;
	color: #222;
	width: 195px;
	padding-top: 38px;
	padding-left: 15px;
	text-shadow: #bbb 0 1px 0;
	font: bold .7em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#crate p .magic {
	font-size: 2em;
}

#sidebar .widget {
	background-color: #f5f5f5;
	-moz-border-radius: 15px;
	-moz-box-shadow: #000 0px 0px 3px;
	padding: 5px 10px 10px;
	margin-bottom: 10px;
	text-shadow: #fff 0 1px 1px;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#sidebar .widget_search {
	background-color: transparent;
	-moz-border-radius: none;
	-moz-box-shadow: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

#sidebar .widget_search .s{
	width: 160px;
}

#searchform {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}

span.sbox_l  {
	background: url(images/srch_l.gif) no-repeat 0 -1px;
	float: left;
	width: 23px; height: 21px;
}

span.sbox_r  {
	background: url(images/srch_r.gif) no-repeat 0 -1px;
	float: left;
	width: 10px; height: 21px;
}

span.sbox input {
	background: url(images/srch_bg.gif) repeat-x ;
	float: left;
	border: 0;
	height: 19px; width: 172px;
	padding: 3px;
}

#sidebar .widget h2.widgettitle {
	color: #e7c405;
	font: bold 1.5em/1.4em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	text-shadow: #555 0 -1px 1px, #fff 0 1px 1px;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px groove #ddd;
}

#sidebar .widget li {
	font: bold .7em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #fff 0 1px 1px;
	color: #e7c405;
	margin-bottom: 5px;
	list-style-position: inside;
}

#sidebar .widget li a {
	text-indent: 10px;
	text-shadow: #fff 0 1px 1px;
	color: #222;
	text-decoration: none;
}

#sidebar .widget_tag_cloud a {
	font: bold .7em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-shadow: #fff 0 1px 1px;
	color: #222;
	text-decoration: none;
}

#sidebar .widget #connect {
	margin-top: 8px;
	margin-left: 12px;
}

#sidebar .widget #connect img{
	margin-right: 12px;
}

#sidebar .widget .sideAd img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 20px;
}

#sidebar .widget .sideAd object {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 20px;
}

#sidebar .widget .sideAd object, #sidebar .widget .sideAd embed {
	cursor: pointer;
}

/* @end */

/* @group Footer */

#footer {
	width: 600px;
	height: 520px;
	display: block;
	position: relative;
	padding-top: 10px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px groove #2a2b2b;
	padding-bottom: 5px;
}

#footer a{
	background: url(images/footer.png) no-repeat;
	display: block;
	position: relative;
	width: 940px;
	height: 100%;
	text-indent: -9000px;
	margin-left: -170px;
}

/* @end */