/* @override http://hairyslothrecords.com/wp-content/themes/hairysloth/style.css */

/*
Theme Name: Hairy Sloth Records
Description: HSR Child Theme
Author: Eric Marden
Author URI: http://xentek.net/
Version 0.6
Template: k2
Style Footer: <a href="http://dadamine.com/" title="powered by dada mine">powered by dada mine</a>
Header Height: 220
Header Width: 980
Layout Widths: 980
*/


body.columns-three {
	background: #121317;
}

#page {
	width: 980px;
	padding: 0;
	border: none;
}

#header {
	height: 220px;
}

.blog-title a {
	color: white;
}

.blog-title {
	font-family: "Lucida Grande", "Arial Narrow", sans-serif;
	font-size: 7em;
	text-align: right;
	padding: 40px 20px 0;
}

#header .description {
	font-family: "Lucida Grande", "Arial Narrow", sans-serif;
	font-size: 4em;
	float: right;
}

ul.menu {
	font-size: 2.6em;
}

ul.menu li.admintab a,
ul.menu li.admintab a:hover {
	font-size: 60%;
	color: white;
	background: transparent;
}

ul.menu li.blogtab a,
ul.menu li.blogtab a:hover {
	background: url(/img/hairysloth/home.jpg) -4px -52px;
	background-color: transparent;
	color: white;
}

ul.menu li.page-item-11 a,
ul.menu li.page-item-11 a:hover {
	background: url(/img/hairysloth/artists.jpg) 55px;
	color: white;
}

ul.menu li.page-item-16 a,
ul.menu li.page-item-16 a:hover {
	background: url(/img/hairysloth/news.jpg) 112px -10px !important;
	color: white;
}


ul.menu li.page-item-582 a,
ul.menu li.page-item-582 a:hover {
	background: url(/img/hairysloth/video.jpg) 60px -16px;
	background-color: transparent;
	color: white;
}

ul.menu li.page-item-200 a,
ul.menu li.page-item-200 a:hover {
	background: url(/img/hairysloth/music.jpg) 0 -50px;
	background-color: transparent;
	color: white;
}

ul.menu li.page-item-1510 a,
ul.menu li.page-item-1510 a:hover {
	background: url(/img/hairysloth/shop.jpg) 0 0;
	background-color: transparent;
	color: white;
}

ul.menu li.detritustab a,
ul.menu li.detritustab a:hover {
	background: url(/img/hairysloth/detritus.jpg) -19px -50px;
	background-color: transparent;
	color: white;
}

#primary {
	width: 600px;
	margin-right: 90px;
}

#sidebar-1 {
}

#sidebar-1 #updates div div {
}

#sidebar-1 .entry-edit, #sidebar-2 .entry-edit {
}

#sidebar-2 {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 100px 0;
	height: 370px;
	border-top: 2px solid black;
}

#sidebar-2 div {
	width: 255px;
	margin: 20px;
	margin-right: 0;
	padding: 10px;
	float: left;
	border: 2px solid #black;
	clear: all;
	height: 255px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	background: lightyellow;
	font-size: 120%;
}

#latest-posts ul li, #latest-comments ul li, ul.blogroll li {
	border-top: 1px dotted black;
	margin-top: 10px;
	padding: 4px;
}

#linkcat-2 {
	margin-top: -9px;
}

#page-menu {
	font-size: 2.3em;
}

#page-menu ul li {
	padding: 5px;
	line-height: 1em;
}

#donationbutton {
	text-align: center;
}

.module-edit {
	display: none;
}

#sidebar-2 div a.feedlink {
	margin-top: 5px;
	margin-right: 5px;
}

.entry-content .artist {
	float: left;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

code {
	text-align: left;
	font-family: monospace;
	border: 1px dashed #333;
	background: #f2f2f2;
	padding: 5px;
	display: block;
	font-size: 96%;
}

/* End captions */