/* @override http://michaelsweblog.de/content/themes/default/style.css */

/*	
Theme Name: Michaels Weblog Theme
Theme URI: http://michaelsweblog.de/
Description: Michaels Weblog Theme 4.0
Version: 4.1
Author: Michael Himsolt
Author URI: http://michaelsweblog.de/
*/

/* * {	border: 1px solid red; }*/

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 150%;
	color: #191919;
	background-color: white;
	min-width: 830px;
}

div#banner div#title,
div#banner div#sitemap,
div#content,
div#footer
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 160px;
	padding-left: 160px;
}




/* @group banner */


div#banner
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #191919;
}

div#banner div#title
{
	font-size: 200%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

div#banner div#title a:hover,
div#banner div#title a:focus
{
	text-decoration: none;
	border: none;
}


/* @end */

/* @group sitemap */

div#sitemap
{
	font-size:  90%;
	clear: both;
	text-align: left;
	/*line-height: 100%;*/
	margin: 0px;
	padding: 0px;
	position: relative;
}

div#sitemap ul#info
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	text-align: right;
}

div#sitemap ul
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


div#sitemap li#tagslink:before
{
	content: '';
	color: #666;
}

/* @end */

/* @group search */

#search
{
	display: inline;
	position: absolute;
	top: 0.5em;
	right: 5px;
	margin: 0;
	padding: 0;
}

#search input
{
	font-size: 100%;
	width: 130px;
	background-color: #999;
	border: 1px solid #7f7f7f;
	margin: 0;
	/*padding: 0;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#search input.current-cat,
#search input:hover,
#search input:focus
{
	background-color: white;
}

/* @end */

/* @group pagebar */

#pagebar
{
	clear: both;
	background-color: white;
	text-align: center;
	padding-top:  1.25em;
	padding-bottom:  0.25em;
	font-size: 90%;
}

#pagebar
{
	position: relative;
}

#pagebar li.prevpage
{
	width: 10em;
	text-align: left;
	position: absolute;
	left:  0;
}

#pagebar li.nextpage
{
	width: 10em;
	text-align: right;
	position: absolute;
	right:  0;
}

/* @end */

/* @group footer */


div#footer
{
	clear: both;
	/*background-color: #191919;*/
	font-size:  90%;
}


div#footer ul
{
	border-top: 1px solid silver;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#footer li
{
	padding-right: 1em;
	padding-left: 0em;
}

div#footer #rsslink,
div#footer #twitterlink
{
	float: right;
	padding-right: 0em;
	padding-left: 1em;
}

/* @end */

/* ================================ */

/* @group Text */

a {
	color: #039;
	background-color: inherit;
	text-decoration: none;
}

a:hover,
a:focus
{
	text-decoration: underline;
}

h1
{
	font-weight: normal;
	letter-spacing: 0.5pt;
	margin: 2em 0 0.5em;
	font-size: 120%;
	line-height: 125%;
	clear: both;
}

h1 a
{
	border-bottom-style: none;
	color: #191919;
	background-color: inherit;
	font-weight: bold;
}

h2
{
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
}

h3
{
	font-size: 100%;
	margin: 1.5em 0 0.5em 0;
	font-style: italic;
}

pre
{
	margin-left: 1em;
	overflow: auto;
}

pre, code
{
	font: 9pt Monaco, "Courier New", Courier, mono;
}

blockquote
{
	margin-left: 1em;
	padding-left: 1em;
	border-left: 5pt silver solid;
}


div.image
{
	font-size: 90%;
	line-height: 120%;
	margin: 0;
}

img.right,
div.image.right,
p img[style *= "float: right"]
{
	float: right;
	margin-bottom: 5pt;
	margin-left: 10pt;
	margin-right: -160px;
}

img.withborder
{
	border: 1px solid silver;
}

a img
{
	margin: 0 -5px;
	padding: 4px;
}

a:link img,
a:visited img,
a:active img
{
	border: 1px solid silver;
}

a:hover img,
a:focus img
{
	border: 1px solid #191919;
}

ul.nobullets
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px	
}

/* @end */

/* @group Meta */

.meta
{
	color: #666;
	/*font-size: 90%;*/
}

.meta ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.meta li
{
	display: inline;
}

.meta a
{
	color: #666;
	background-color: inherit;
	text-decoration: none;
}

.meta a:hover,
.meta a:focus
{
	color: #191919;
	background-color: inherit;
	text-decoration: underline;
}

/* @end */

/* @group Directory */

.directory ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.directory li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.directory a
{
	color: #999;
	background-color: inherit;
	text-decoration: none;
	padding: 0 3px 3px 0;
}

.directory a:link,
.directory a:visited,
.directory a:active
{
}

.directory .current-cat a
{
	color: #b3b3b3;
	color: white;
	background-color: inherit;
	/*border-bottom: 3px solid #b3b3b3;*/
	text-decoration: none;
}

.directory a:hover,
.directory a:focus
{
	color: white;
	background-color: inherit;
	/*border-bottom: 3px solid white;*/
	text-decoration: none;
}

/* @end */

/* @group Weblog */


img[width="150"]
{
	float: right;
	margin-bottom: 10pt;
	margin-left: 5pt;
	margin-right: -160px;
}

div.image + .meta
{
	/* Add an extra margin if the metadata immediately follows an image. Looks nicer that way. */
	margin-top: 1em;
}

.entry .meta
{
	font-size: 90%;
}

.entry ul.meta
{
	margin: 0 0 0 -160px;
	clear: right;
	float: left;
	width: 130px;
	text-align: right;
	padding: 6pt 30px 0 0;
}

.entry ul.meta li
{
	display: block;
}

.errormessage
{
	color: red;
}


/* @group tag-cloud */

ul.wp-tag-cloud
{
	padding: 0em;
	margin: 0em;
	font-size: 90%;
	text-align: center;
}

ul.wp-tag-cloud li
{
	padding: 0;
	list-style-type: disc;
	display: inline;
}

ul.wp-tag-cloud li + li
{
	white-space: nowrap;
	margin-right: 0.75em;
	margin-left: 0em;
}

ul.wp-tag-cloud a
{
	color: #191919;
	font-weight: bold;
}

ul.wp-tag-cloud a[title ^= '1 ']
{
	color: #ccc;
	font-weight: normal;
}

ul.wp-tag-cloud a[title ^= '2 ']
{
	color: #999;
	font-weight: normal;
}

ul.wp-tag-cloud a[title ^= '3 '],
ul.wp-tag-cloud a[title ^= '4 ']
{
	color: #666;
	font-weight: normal;
}

ul.wp-tag-cloud a[title ^= '5 '],
ul.wp-tag-cloud a[title ^= '6 ']
{
	color: #191919;
	font-weight: normal;
}

ul.wp-tag-cloud a:hover
{
	color: #191919;
	/*text-shadow: #7f7f7f 1px 1px 25px;*/
	text-decoration: underline;
}

/* @end */

/* @group administrative */


div.entry .meta li.tag
{
	display: none;
}

div.entry .meta li.date,
div.entry .meta:hover li
{
	display: block;
}

div.entry ul.meta li.tag
{
	line-height:  1.5em;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
}

/* @end */

/* @end */

/* @group Comments */

div#comments
{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #b3b3b3;
}

div.comment
{
	/*border: 1px dotted #ccc;*/
	/*padding:  5px;*/
	/*background-color: #f2f2f2;*/
	/*border-color: gray;*/
	/*margin: 0 0 0em;*/
	
	clear:  both;
}

div.comment h2
{
	margin-top: 0;
}

div#newcomment
{
	clear:  both;
}

div.comment p.unapproved
{
	line-height: 120%;
	font-size: 90%;
	font-style: italic;
	margin-top: 0px;
}

#newCommentName label,
#newCommentEmail label,
#newCommentUrl label
{
	width: 6em;
	float: left;
}

#newcomment textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	width:  500px;
}

img.avatar
{
	float:  right;
	margin-right:  -70px;
}

/* @end */

/* ================================ */

@media print
{
	div#banner,
	div#footer,
	div#navigation,
	div#newcomment,
	div#sidebar,
	div#pagebar
	{
		display: none;
	}

	div#content
	{
		padding-right: 0;
		padding-left: 0;
	}
		
	div.entry ul.meta
	{
		display:  none;
	}
	
	img.right,
	div.image.right,
	img[width="150"]
	{
		margin-right: 0;
	}
	
	pre, code
	{
		/*font-size: 100%;*/
		overflow: visible;
	}

	.comment
	{
		border: none;
		background-color: white;
	}

}

@media only screen and (max-device-width: 480px)
{
	body
	{
		min-width: 0px;
	}
	
	div#sitemap ul
	{
		display: none;
	}

	div#sitemap #search
	{
		top: -2.5em;
		right:  20px;
	}

	div#banner div#title
	{
		padding-top: 0.5em;
	}
	
	div#banner div#title,
	div#banner div#sitemap,
	div#footer
	{
		padding-left: 20px;
		padding-right: 20px;
	}

	div#content
	{
		padding: 0;
	}	
	
	div.entry ul.meta
	{
		display:  none;
	}
		
	img.right,
	div.image.right,
	img[width="150"]
	{
		margin-right: 0;
	}

	pre, code
	{
		font-size: 100%;
		overflow: scroll;
	}
	
	div.entry
	{
		border-top: 5px solid gray;
	}
	
	div.entry:first-child
	{
		border-top:  none;
	}
}

/* @group TEST */

/* @end */