/*
	Author Name	: eins78
	Author Site	: http://kunsttechnikeinheit.com
	Style Name	: mjusique.css
	Style URI	: http://kunsttechnikeinheit.com
	Version		: 1.1
	Comments	: 
	Header Text Color: black
	Header Width: 600px
	Header Height: 200px
*/



/*	----------------
Main body
----------------	*/
body, h1, h2, h3, h4, h5, h6, .blog-title
	{
	font-family:'Helvetica Lt Std', 'Helvetica Neue Lt Std', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #222;
	}
	
body
	{
	font-size: 62.5%;	/* Resets 1em to 10px */
	background: white;
	text-align: center;
	margin: 0;
	padding: 0;
	}

hr {
	clear:both;
	visibility:hidden;
	display: block;
}
	
/* Schattenkasten */
#footer, div.post, #commentlist .comment {
	border-color:#eee;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}

/* Kontaktabzug */
div.kontaktabzug
	{
	position: relative;
	visibility: visible;
	float: none;
	clear: both;
	background-color:black;
	height: 720px;
	margin-left:-180px;
	width:960px;
	display: block;
}

div.kontaktabzug div.post
	{
	background-color: transparent;
	width: 160px;
	height: 120px;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
}

div.kontaktabzug img
	{
	margin: auto;
	max-width: 160px;
	height: auto !important;
	width: auto !important;
}

div.kontaktabzug .category-v img
	{
	margin: auto;
	height: auto !important;
	width: auto !important;
	max-height: 160px;		
}
div.kontaktabzug .category-v p img
	{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
	
	
#page,.columns-three #page
	{
	text-align: left;
	border: none;
	position: relative;
	width: 630px;
	!important;
	_width: 630px;
!important;	/* IE hack */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background:none;
	}
	
.columns-one #page
	{
	padding-left:10px;
	padding-right:10px;
	width: 630px; !important;
	_width: 630px; !important;	/* IE hack */
	}

#primary {
	float:left;
	position:relative;
	width:600px;
	padding: 0px;
	margin-top:15px;
}

div.post{
	background-color:white;
	padding:10px 15px;
	width:600px;
}  

#footer
	{
	background: #eee;
	margin: 0 auto !important;
	padding: 20px 6px !important;
	width: 630px !important;
	}
	
#post-it
	{
	height: 206px;
	width: 225px;
	position: fixed;
	top: 20px;
	right: 40px;
	background-image: url(beta-post-it.png);
	z-index: 78;
	opacity:0.9;
	display:none;
}

/*	----------------
Header
----------------	*/

#header 
	{
	height: 150px;
	width: 630px;
	margin: 25px auto !important;
	padding: 0 auto;
	background: white url('mjusique-header3.gif') no-repeat scroll top center !important;
}

#header h1
	{
/*	visibility:hidden; !important;
*/	}

#header .description {
	color:#222222 !important;
	font-size:1.71em;
	font-weight:lighter;
	letter-spacing:2px;
	margin:0;
	text-align:center;
	word-spacing:3px;
}
#header .description a
	{
	color: #bfc6cc !important;
	}
#header .blog-title a, #header .description {
	}
	
ul.menu li a
	{
	font-size: 1em;
	text-decoration: none;
	background-color: none;
	margin: 0;
	letter-spacing: 0em;
	word-spacing: 0.1em;
	color:#333333;
	text-transform: uppercase;
	font-weight: normal;
	}
ul.menu li a:hover
	{
	background: white;
	color: black !important;
	text-decoration: underline;
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
	{
	text-shadow: 0px -1px;
	color: #222 !important;
	background: white;
	}



/*	This positions the navigation menu at the top of the header.	*/
#menu-top
	{
	display: inline !important;	/*	This line prevents the top menu from showing up in styles that don't support it.	*/
	position: absolute;
	top: -2px;
	left: 10px;
	padding-left: 15px;
	}
#menu-top li a
	{
	background-color: #777;
	color: #000;
	}
#menu-top li a:hover
	{
	background: #222;
	color: #777 !important;
	text-decoration: none;
	opacity:.80;
	filter: alpha(opacity=80);
	}

/*	----------------
single page

.single #page, .single #primary, .single div.post {
	width: 100%;
}
.single div.post {
	height: 90%;
	padding-left:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.single #header {
	height:25px;
	width: 100%;
	margin: auto !important;
	padding: 0 auto;
	background: white !important;
}
.single .blog-title {
	height:20px;
	color:#222222;
	font-size:2em;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	padding:0;
	text-align:left;
	text-transform:uppercase;
	visibility:visible !important;
	float:left;
}

.single #header .description {
	font-size:1em;
	padding-top:5px;
	text-align:left;
	display:none;
}

.single ul.menu {
	float:left;
	margin-top:5px;
}

.single #search {
	float:left;
	margin-top:6px;
}

.single .content, .single #primary, .single .navigation {
	margin-top:0px;
	padding:0px;
	margin:0px;
}

.single div.entry-content img {
	display:block;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:0px;
	width:95%;
	height:95%;
}

.single div.entry-content img {
	max-width:100%;
	}

----------------	*/
/*	----------------
Rolling archives


#rollingarchives, body.smartposition #rollingarchives, #nav-above
	{
	margin:0;
	background: #ddd !important;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:0px 1px 1px 1px;	
	opacity: 0.9;
	width:630px;
	padding-top:0px;
	padding-bottom:18px;
	position:fixed;
	top:0;
	left:0px;
	width:100%;
	z-index:10;
	}
	
#nav-above{
	padding:0;
}
	
body.smartposition #rollingarchives {
}

.rollingbar{
	margin-left:auto;
	margin-right:auto;
	width:630px;
	}
div.trimmed .hentry
	{
	background-color: white;
	margin-bottom:10px;
	}
div.trimmed .hentry.alt
	{
	background-color: transparent;
	}
	
#rollprevious {
	left:15px;
	text-align:left;
	}
#rollnext {
	right:15px;
	text-align:right;
	}
.firstpage #rollnext, .firstpage #rollhome {
	visibility:visible;
	opacity:0.5;
}
#rollpages {
	color:#787878;
	}
.firstpage #pagetrackwrap {
	visibility:visible;
	top:5px;
	}
#trimmertrim, #trimmeruntrim, body.smartposition #trimmertrim, body.smartposition #trimmeruntrim {top:0;}

#texttrimmer, .firstpage #texttrimmer {
	height:0;
	left:385px;
	position:relative;
	top:3px;
	visibility:visible;
	}
	
#rollload {
	background-color:#DDDDDD;
	height:16px;
	margin-left:-8px;
	top:1px;
	width:100%;
	left:0;
}

----------------	*/
/*	----------------
Post images
----------------	*/

.primary img
	{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}
	
div.entry-content img
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-color:#eee;
	border-style:solid;
	border-width:1px;
	max-width:600px;
	}
	
.category-v div.entry-content img
	{
	max-width:390px;
	}
	
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.entry-content .aligncenter, img.center, img[align="center"] {
	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;
	}
img.noborder
	{
	border: none;
	}



/*	----------------
Headers
----------------	*/

h1, 
h2, 
h3, 
h4 
	{
	font-family: "Akzidenz Grotesk","Berthold Akzidenz Grotesk","Helvetica Lt Std","Helvetica Neue Lt Std",Helvetica,Arial,sans-serif;
	}
	
h1, 
h1 a, 
h1 a:hover, 
h1 a:visited,
#header .description
	{
	text-decoration: none;
	color: #222;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
	{
	color: #555;
	}

.entry-title, .entry-title a, .entry-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited
	{
	color:#222;
	}
.entry-title, h3
	{
	font-size:3em;
	font-weight:lighter;
	line-height:1.1em;
}

/*	----------------
Links
----------------	*/

a:hover,
a:visited:hover 
	{
	text-decoration: underline;
	}
h2 a:hover,
h2 span a:hover
	{
	color: #707070 !important;
	}
a
	{
	color: #707070;
	text-decoration: none;
	}
.entry-content a:visited
	{
	color: #96845c;
	}
.itemtext a:visited
	{
	color: #707070;
	}
	


/*	----------------
Meta info
----------------	*/	

.entry-meta
	{
	font-size: 1em;
	display: block;
	color: #333;
	line-height:normal;
	}
	
.entry-meta a, .comment-meta a, .entry-date, .entry-time {
	color:#333;
	}

.entry-tags {
	background: none;
	padding: 0px;
	}
#primary a:hover, #primary a:visited:hover, .secondary a:hover, .secondary a:visited:hover {style.css (Linie 992)
	color:#000;
	text-decoration:underline;
}

.entry-meta-info { float:left;}
.entry-comments { float:right;}

.metalinks {
	height:16px;
	margin-bottom:25px;
	width:630px;
}
.commentsrsslink {float:left;}
.trackbacklink {float:right;}

.entry-foot .entry-meta {height:8px;}


/*	I went ahead and dropped the icon for post time, since I found it annoying.	*/

.chronodata
	{
	background: none !important;
	padding: 2px 0 !important;
	}
.chronodata abbr
	{
	font: inherit;
	}
.commentslink
	{
	margin:0;
	padding:2px 0 2px 17px;
	}
.entry-edit a
	{
	padding: 2px 0 2px 17px;
	margin: 0;
	}

	
/*	----------------
Quick posts
Any post with the category of "quick" will follow these styles.
----------------	*/

.category-quick h3.entry-title
	{
	font-size: 2em !important;
	display: inline;
	}
.category-quick .entry-meta
	{
	font-size: .9em;
	display: inline;
	margin-left: 10px;
	}
.category-quick .entry-category
	{
	display: none;
	}
.category-quick .entry-content
	{
	font-size: 1.1em;
	line-height: 1.3em;
	}
.category-quick .entry-content p,
.category-quick .entry-content ul,
.category-quick .entry-content ol,
.category-quick .entry-content div,
.category-quick .entry-content blockquote
	{
	margin: 8px 0;
	}

/*	 Restores normal styling to quick posts on individual pages.	*/

body.columns-three .category-quick h3.entry-title
	{
	font-size: 2.4em !important;
	}
body.columns-three .category-quick .entry-meta
	{
	font-size: 1em;
	display: block;
	margin-left: 0;
	}
body.columns-three .category-quick .entry-category
	{
	display: inline;
	}
body. columns-three .category-quick .entry-content
	{
	font-size: 1.2em;
	line-height: 1.8em;
	}
body.columns-three .category-quick .entry-content p,
body.columns-three .category-quick .entry-content ul,
body.columns-three .category-quick .entry-content ol,
body.columns-three .category-quick .entry-content div,
body.columns-three .category-quick .entry-content blockquote
	{
	margin: 13px 0;
	}
	
.entry-head .entry-meta {
	background: none;
	padding-left:0px;
	min-height:0px;
	}

.entry-head {
	background:transparent none repeat scroll 0 0;
	margin-bottom:2px;
	margin-top:5px;
	padding-left:0;
	}

.content{
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.menu {
	margin-top: 25px;
	position: relative;
	margin-left:0px;
}

#search
	{
	float:right;
	width:180px;
	margin-top:23px;
	margin-right:10px;
	}
	
#s, searchsubmit, searchreset, searchload, search-label {
	float:left;
}	
#s {
	width:100px;
}
#searchsubmit {
	margin-top:5px;
	margin-left:5px;
}


.hentry {
	margin:5px 0 30px;
	position:relative;
}

#sidebar-1, #sidebar-2, #sidebar-3 {
	width:205px !important;
	padding-left:15px;
}

div.widget {
	float:left;
	width:190px;
	margin-top:20px;
	margin-right:15px;
}
div.widget_tag_cloud div {
	line-height: 200%;
}
div.widget_links {
	float:right;
}
#dynamic-content .k2-asides .entry-head, #dynamic-content .k2-asides .entry-foot {
	display:block;
}
#dynamic-content .k2-asides .entry-foot {
	display:block;
	margin-top:5px;
}
#dynamic-content .k2-asides h3 {
	font-size:1.6em;
	margin-bottom:15px;
	padding-left:20px;
}

#dynamic-content .k2-asides .entry-content,#dynamic-content .k2-asides .entry-foot,#dynamic-content .k2-asides h3 {
	border-left:3px solid #DDDDDD;
	display:block;
	padding-left:20px;
}
div.k2-asides, .single .category-txt {
	background-color:#eee;
	margin:15px 0;
}

.single .category-txt div.entry-head{
	margin-bottom: 15px;
}
.single #primary .k2-asides .entry-content {
	color:#787878;
	font-size:1.5em;
	margin-bottom:15px;
	width:85%;
}

.blog-title {
	font-size:11.9em;
	font-weight:lighter;
	height:112px;
	margin-left:15px;
	margin-top:15px;
	text-transform: uppercase;
	color: #222;
	padding:0px;
	text-align: center;
	margin-right:15px;
	visibility:hidden !important;
}

img#headerimg {
	position:absolute;
}

.columns-three .livesearch #s {
height:10px;
width:145px;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
	margin:0 0 13px 0;
}

div.category-v {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}


body.home #nav-above{
	display:none;
}
body.paged #nav-above{
	display:block;
}

.navigation {
	width:630px;
}

.navigation .nav-previous, .navigation .left {
	float:left;
	margin-left:-180px;
	text-align:right;
	width:150px;
}
.navigation .nav-next, .navigation .right {
	float:right;
	margin-right:-180px;
	text-align:left;
	width:150px;
}
#nav-above {
	margin:20px 0;
	padding:0;
	position:absolute;
	text-align:center;
}
#nav-below{
	font-size:2em;
	margin-top:12px;
	position:absolute;
}
body.s-category-fotos #nav-above {
	margin-top:50px;
}

div#current-content {width:630px;}

.comments textarea {
border:1px solid #787878;
padding:3px 0;
width:630px;
}
.byuser {background:#eee;}

.wp-caption a img, .wp-caption a img:hover {
border:none none;
padding:0;
}
a img {
border:none;
}
a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background: none;
	border: none;
	padding: 0;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width:auto !important;
	}
a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 0;
	border: none;
	}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 0;
	border: 0 none;
	}

.wp-caption .wp-caption-text {
	margin: 0;
	}
