/*  
Theme Name: State Of Mind
Theme URI: http://the-cloisters.net/themedemos/?SelectedTheme=State+Of+Mind
Description: 3 Column Split, widget-ready theme reminiscent of Old World Style with red leather and wood highlights.  Fixed width featuring an author box, author info page, gravatars and along with custom Archives, Sitemap and full width No Sidebars page templates.  Tested in Firefox, Opera, Safari, IE6 and IE7. Compatible up to WP 2.7.
Version: 1.2
Author: Mina
Author URI: http://www.the-cloisters.net/
Tags: three-columns, fixed-width, threaded-comments, dark, red, brown, tan

*/

.clear {
	clear: both;
}

/***** TYPOGRAPHY AND LINKS *****/
body, address, dd, dl, hr, p, form { font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; margin: 0; padding-left: 5px; }

h1 { font-size: 24px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

a:link, a:visited { 
	text-decoration: underline; 
	color: #fff; 
}
a:hover { 
	text-decoration: underline; 
	color: #666; }
p { 
	padding: 5px;
	font-size:	1.1em;
	line-height: 1.6em;
}
blockquote { 
	margin: 15px 30px 10px 30px; 
	padding: 0 20px 10px 20px; 
	border-left: 2px solid #574f4b; 
	border-right: 2px solid #574f4b; 
}

/***** MAIN CONTENT *****/
body { 
	margin: 0; 
	font-size: 11px; 
	background: #000; 
	color: #fff; 
}
#wrapper { 
	margin: 0 auto; 
	width: 920px; 
}
#main_content { 
	margin: 0; 
	padding: 0; 
	width: 920px; 
	margin: 0 auto;
}
#container { 
	float: left; 
	width: 600px; 
	margin: 0 10px 20px 0; 
	padding: 0; 
}
#container_wide { 
	float: left; 
	width: 920px; 
	margin: 0; 
	padding: 0; 
}
.post { 
	padding: 10px 10px 5px 0; 
	background-color: #000;
	color: #fff;
	margin-bottom: 25px;
	border-bottom: 1px solid #333;
}
.post h2 { 
	font-family: "Futura LT BT", "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; 
	font-size: 2em;
	margin-bottom: 10px;
}
.post h2 a {
	text-decoration: none;
} 
.post h2 a:hover {
	text-decoration: underline;
}
.entry { 
	line-height: 14px; 
}
a.post-edit-link {
	display: none;
}
.postmetadata { 
	margin: 0; 
	font-size: 9px; 
	display: none;
}
.date {	
	font-size: 9px;
	overflow: hidden;
	text-indent: -99999px;
	padding-left: 0;
	
}

#author-box { 
	display: none;
	width: 90%; 
	min-height: 115px; 
	margin: 10px 10px 20px 10px; 
	padding: 10px; 
	background: none; 
	border: 3px double #574f4b; 
}
#author-box .avatar { 
	float: left; 
	width: 80px; 
	height: 80px; 
}
#author-box h2, #author-box h4 { 
	color: #61574a; 
	background: none; 
	border: none; 
	padding-bottom: 5px;
}

/***** HEADER *****/
#header { 
	width: 920px; 
	height: 200px; 
	padding: 0 0 10px 0; 
	margin: 10px 0; 
	border-bottom: 1px solid #fff; 
}
#header h1 { 
	padding: 0; 
	margin: 0 auto ; 
}
#header h1 a { 
	text-indent: -9999px;
	display: block;
	width: 600px;
	height:	200px;
}
#header h1 a:hover { 
	text-decoration: none; 
	color: #eae7b3; 
}
#header .description { 
	margin: 10px 0 0 0; 
	padding: 0; 
	font-size: 12px; 
	color: #666; 
}

/***** HORIZONTAL MENU *****/
.menu  { 
	width: 760px; 
	height: 46px; 
	padding: 0; 
	margin: 10px 0 0 160px;
	border-bottom: 1px solid #fff;
}
.menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.menu ul li { 
	display: inline-block; 
	margin: 0 0 0 23px; 
}
.menu ul li a { 
	padding: 0; 
	background: url(../../../w_images/navigation/home.png) no-repeat 0 0;
	width: 82px;
	height: 36px;
	display: block;
	text-indent: -9999px;
}
.menu ul li a:hover { 
	color: #660000; 
	text-decoration: underline; 
	background: url(../../../w_images/navigation/home.png) no-repeat 0 -37px;
}
.menu ul li.store a {
	background: url(../../../w_images/navigation/store.png) no-repeat 0 0; 
	width: 88px;
}
.menu ul li.store a:hover { 
	background: url(../../../w_images/navigation/store.png) no-repeat 0 -37px; 
}
.menu ul li.releases a { 
	background: url(../../../w_images/navigation/releases.png) no-repeat 0 0; 
	width: 117px;
}
.menu ul li.releases a:hover { 
	background: url(../../../w_images/navigation/releases.png) no-repeat 0 -37px; 
}
.menu ul li.artists a { 
	background: url(../../../w_images/navigation/artists.png) no-repeat 0 0; 
	width: 105px;
}
.menu ul li.artists a:hover { 
	background: url(../../../w_images/navigation/artists.png) no-repeat 0 -37px; 
}
.menu ul li.about a { 
	background: url(../../../w_images/navigation/about.png) no-repeat 0 0; 
	width: 92px;
}
.menu ul li.about a:hover { 
	background: url(../../../w_images/navigation/about.png) no-repeat 0 -37px; 
}
.menu ul li.contact a { 
	background: url(../../../w_images/navigation/contact.png) no-repeat 0 0; 
	width: 116px;
}
.menu ul li.contact a:hover { 
	background: url(../../../w_images/navigation/contact.png) no-repeat 0 -37px; 
}


/***** IMAGES *****/
p img { padding: 0; max-width: 100%; }
a img { padding: 3px; background: none; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
.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; /* optional rounded corners for browsers that support it */ -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; }
img.avatar { float:left; margin: 5px; border: #afb997 1px solid; }
#flickrrss img { border: 1px solid #61574a; float: left; margin: 0 0 3px 3px; }

/***** NAVIGATION *****/
.navigation { 
	background-color: #000;
	padding: 10px; 
	font-size: 1em; 
	font-weight: bold; 
	line-height: 18px; 
	color: #666;
}

/***** SUBSCRIPTION *****/
.subscribe  { width: 25px; margin: -20px 0 0 0; padding: 0; text-decoration: none; }
.subscribe a:hover { text-decoration: none; }
.subscribe a img {
	border: none;
}

/***** SIDEBAR *****/
#left_sidebar h2, #right_sidebar h2, #commentblock h2 { 
	color: #eae7b3; 
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; 
	font-size: 14px; 
	margin: 0; 
	padding: 3px; 
	text-align: center; 
} 

#left_sidebar ul li a:hover, #right_sidebar ul li a:hover { 
	color: #660000; 
}
#left_sidebar a.title, #right_sidebar a.title { 
	color: #6b6b47; 
	padding: 0px; 
	margin: 0px; 
}	
#left_sidebar ul li a, #right_sidebar ul li a { 
	display: inline; 
	font-size: 11px; 
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; 
	color: #544b40; 
	text-decoration: none; 
	margin: 0; 
	padding: 0; 
}
#left_sidebar ul li, #right_sidebar ul li { 
	display: block; 
	padding: 0; 
	margin: 0px; 
	font-size: 10px; 
	color: #6b6b47; 
}
#left_sidebar ul ul, #right_sidebar ul ul { 
	margin:0; 
}
#left_sidebar ul ul ul, #right_sidebar ul ul ul { 
	margin:0; 
}

#left_sidebar { 
	width: 150px; 
	float: left; 
	margin: 0 10px 0 0; 
	padding: 0; 
} 
*html  #left_sidebar { 
	margin: 0; 
	padding: 0; 
} 
#left_sidebar ul { 
	list-style: none; 
	margin: 0 0 5px 0; 
	padding: 0; 
}

#right_sidebar { 
	width: 150px; 
	float: right; 
	padding: 0; 
	margin: 0;
}
#right_sidebar ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0; 
}

/***** SEARCH *****/
#searchform { margin: 10px auto; padding: 5px 3px; text-align: center; }
#sidebar #searchform #s { width: 108px; padding: 2px; }
#sidebar #searchsubmit { padding: 1px; }

/***** Calendar *****/
#wp-calendar { text-align:center; background:#dcd7bc; margin:0 0 10px 0;
padding:0; width: 85%; border: #61574a 3px double; font-variant: small-caps;
font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; }
#wp-calendar td { line-height:10px; font-size:10px; color:#333; font-variant:  small-caps; }
#wp-calendar td a { display:block; color:#333; text-decoration:none; line-height:10px;
font-weight:bold; font-variant: small-caps; font-size:10px; }

#wp-calendar #prev a { width:30px; font-variant: small-caps; }
#wp-calendar #next a { width:30px; margin:0 0 0 30px; font-variant: small-caps; }
#wp-calendar #today { background:#600000; color:#d7d7bf; font-variant: small-caps; }
#wp-calendar #today a { color:#d7d7bf; font-weight:700; font-variant: small-caps; }
#wp-calendar caption { text-align: center; width: 85%; margin: 5px 0 5px 0; font-variant: small-caps; font-family: Times, Verdana,Sans-Serif; font-size:12px; }

/***** COMMENTS *****/
.comments-template { display: none; margin: 0 10px; padding: 0 10px; }
.comments-template ol { margin: 0; padding: 0 0 15px; list-style: none; }
.comments-template ol li { margin: 0; line-height: 14px; padding: 10px 0 10px 5px; }
.comments-template h2, .comments-template h3 { font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif: 12px; margin: 20px 0 0 0; }
.commentmetadata { font-size: 9px; }
.comments-template p.nocomments { display: none }
.comments-template textarea { width: 95%; max-width: 500px; font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; font-size: 11px; background: #fff; }
.authorcomment { background: #bab195; }

/***** FOOTER *****/
#footer { 
	clear: both; 
	width: 920px; 
	margin: 10px 0 0 0; 
	padding: 0; 
}
#footer p { 
	padding: 0; 
	text-align: center; 
	color: #fff;
}
#footer a { 
	text-decoration: underline;
	color: #fff;
}
#footer a:hover { 
	text-decoration: none;
}

/***** WIDGETS *****/

#right_sidebar ul li div#socialise  {
	width: 138px;
	display: block;
	padding: 0 5px 10px;
	border: 1px solid #333;
	margin-top: 10px;
}
#right_sidebar ul li div#socialise h2 {
	background: url(../../../w_images/decoration/socialise.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 36px;
	width: 130px;
	display: block;
}
#right_sidebar ul li div#socialise a.fb_icon, #right_sidebar ul li div#socialise a.yt_icon {
	margin-left: 15px;
} 
#right_sidebar ul li div#socialise a img {
	border: none;
	padding: 0;
}
#right_sidebar ul li#archives-2  {
	width: 138px;
	display: block;
	padding: 0 5px 10px;
	border: 1px solid #333;
	margin-top: 10px;
	color: #fff; 
}
#right_sidebar ul li#archives-2 h2 {
	background: url(../../../w_images/decoration/archive.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 36px;
	width: 130px;
	display: block;
}
#right_sidebar ul li#archives-2 a {
	color: #666;
	text-decoration: underline;	
}
#right_sidebar ul li#archives-2 a:hover {
	text-decoration: none;
}
#right_sidebar ul li#archives-2 a img {
	border: none;
	padding: 0;
}
#container .post .entry .tweetandlike-box {
	border: none;
	margin: 0;
	background-color: #000;
	color: #fff;
	float: right;
	padding: 28px 0 0 0;
}
iframe.twitter-share-button, a.addthis_button_compact  {
	display:none;
}
#left_sidebar ul div#podcast {
	width: 128px;
	display: block;
	padding: 0 10px 10px;
	border: 1px solid #333;
	margin-bottom: 10px;
}
#left_sidebar ul div#podcast h2 {
	background: url(../../../w_images/decoration/podcast.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 36px;
	width: 130px;
	display: block;
}
#left_sidebar ul div#podcast a.podSubscribe {
	background: url(../../../w_images/decoration/subscribe.png) 0 0 no-repeat;
	width: 73px;
	height: 20px;
	margin:	0 auto;
	text-indent: -9999px;
	display: block;
}
#left_sidebar ul div#podcast a:hover.podSubscribe {
	background: url(../../../w_images/decoration/subscribe.png) 0 -20px no-repeat;
}
#left_sidebar ul div#beatport {
	width: 128px;
	display: block;
	padding: 0 10px 10px;
	border: 1px solid #333;
	background: url(../../../w_images/decoration/beatport_bg.png) top left repeat-x;
}
#left_sidebar ul div#beatport a img {
	border: none;
	padding: 0;
	margin: 0 0 0 5px;
}
#right_sidebar ul div#mailingList {
	width: 128px;
	display: block;
	padding: 0 10px 10px;
	border: 1px solid #333;
	margin-bottom: 10px;
	margin-top: 10px;
}
#right_sidebar ul div#mailingList h2 {
	background: url(http://www.klasserecordings.de/w_images/decoration/mailing_list.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 36px;
	width: 130px;
	display: block;
}
div#mailingList form table tr td input {
	width: 128px;
	background-color: #666;
	border: none;
	color:	#fff;
}
div#mailingList form table tr td input.submitMailing {
	width: 86px;
	height: 20px;
	margin: 10px auto 0;
}

/***** TWITTERFEED *****/

#right_sidebar ul li#twitter-1 {
	display: block;
	padding: 0 10px 10px;
	border: 1px solid #333;
}
#right_sidebar ul li#twitter-1 h2 {
	padding: 0;
	margin: 0;
}
#right_sidebar ul li#twitter-1 h2 a {
	background: url(../../../w_images/decoration/twitter_header.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 36px;
	width: 130px;
	display: block;
}
#right_sidebar ul li#twitter-1 ul li {


	overflow: hidden;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 1.1em;
}
#right_sidebar ul li#twitter-1 ul li a {
	color: #666;
	text-decoration: underline;
}
#right_sidebar ul li#twitter-1 ul li a:hover {
	text-decoration: none;
}
span.twitter-timestamp abbr {
	border: none;
	font-size: 80%;
}
div#right_sidebar ul li#twitter-1.widget widget_twitter div.designed {
	display: none;
}

/***** RELEASES/ARTSIST *****/
.releaseBlock, .artistBlock {
    clear: both;
    margin: 20px 0;
    min-height: 200px;
    padding: 10px 0;
    width: 600px;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
.releaseBlock a.buyReleaseDigital {
	text-indent: -9999px;
	width: 73px;
	height: 20px;
	background: url(http://www.klasserecordings.de/w_images/decoration/buy-digital.png) 0 0 no-repeat;
	margin: 20px 0 0 0px;
	display: block;
	float: left;
}
.releaseBlock a:hover.buyReleaseDigital {
	background: url(http://www.klasserecordings.de/w_images/decoration/buy-digital.png) 0 -20px no-repeat;
}
.releaseBlock a.buyReleaseVinyl {
	text-indent: -9999px;
	width: 73px;
	height: 20px;
	background: url(http://www.klasserecordings.de/w_images/decoration/buy-vinyl.png) 0 0 no-repeat;
	margin: 20px 0 0 15px;
	display: block;
	float: left;
}
.releaseBlock a:hover.buyReleaseVinyl {
	background: url(http://www.klasserecordings.de/w_images/decoration/buy-vinyl.png) 0 -20px no-repeat;
}
.artistBlock .object a.bookArtist {
	text-indent: -9999px;
	width: 73px;
	height: 20px;
	background: url(http://www.klasserecordings.de/w_images/decoration/book.png) 0 0 no-repeat;
	margin: 20px 0 0 65px;
	display: block;
	float: left;
}
.artistBlock .object a:hover.bookArtist {
	background: url(http://www.klasserecordings.de/w_images/decoration/book.png) 0 -20px no-repeat;
}
.releaseBlock div.object, .artistBlock img, .artistBlock div.object {
	float: left;
}
.releaseBlock .releaseInfo, .artistBlock .artistInfo {
	float: right;
	width: 350px;
}
.artistInfo h3 {
	font-size: 1.3em;
	font-weight: bold;
}
.releaseBlock .releaseInfo .feedback h4 {
	line-height: 1em;
	padding: 15px 0 0 5px;
	color: #666;
	font-size: 0.9em;
}
.releaseBlock .releaseInfo .feedback p {
	padding: 0 0 0 5px;
	margin: 10px 0 0 0;
}
/***** ABOUT *****/

img.aboutImg {
	margin-top:20px; 
	float: left; 
	margin-bottom: 30px;	
}