/*  
Theme Name: julian/blog
Theme URI: http://missig.org/julian/blog
Description: Julian's blog's look.
Version: 1.0
Author: Julian Missig
Author URI: http://missig.org/julian
*/

html {
	display: block;
/*	font-size: small;*/
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
/*	font-family: Trebuchet MS, Tahoma, Lucida, sans-serif;*/
	color: #111111;
	background: grey;
	z-index: 5;
	padding: 1em;
}

body {
	display: block;
	background: white;
/*	border: thin solid black; */
	padding: 1em;
	padding-top: 0.1em;
	width: 90%;
}

body#mainpage {
	width: 50em;
	max-width: 89%;
}

.topbar {
	display: block;
	position: absolute;
	margin-top: 0;
	padding-left: 0.25em;
	padding-right: 0.25em;
/*	border: thin solid black; */
	background-color: #cccccc;
	line-height: 1.5em;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
	z-index: 10;

	text-align: center;
	text-indent: 0;
	font-size: 120%;
	font-weight: bold;

/*	border-top: none;
	border-left: none; */
}


.topbar li:before {
	content: "- ";
}

.topbar li:first-child:before {
	content: "";
}

.topbar a {
	font-size: 110%;
}

/* .topbar a:hover {
	font-size: large;
	font-stretch: expanded;
}*/

.toplink {
	display: inline;
	list-style: none;
}

.location {
	margin-top: 1em;
	font-size: 80%;
	width: 100%;
	text-align: right;
}

/* Link Styles */
a:link, a:visited, a:hover, a:active {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:link {
	color: #007080;
}

a:visited {
	color: #005060;
}

a:hover, a:active {
	color: #0099aa;
	text-decoration: underline;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

.teil, .angebot {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.unterteil {
	margin-left: 3em;
	margin-right: 3em;
	text-indent: 2em;
}

h1 {
	display: block;
	font-size: 160%;
	color: #333333;
}

body:hover h1 {
	color: black;
}

h2 {
	display: block;
	font-size: 130%;
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
}

.teil h2 {
	color: #333333;
}

.teil:hover h2 {
	color: black;
}

h2 + ul {
	margin-top: 0;
	padding-top: 0;
}

h2#myname {
	display: block;
	font-stretch: expanded;
}

h2.date {
        border-bottom: thin solid #999999;
        text-align: right;
}

h3 {
	display: block;
	font-size: 100%;
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
}

.teil:hover a {
	text-decoration: underline;
}

ol li {
	margin: 1em;
	margin-left: 0;
	font-size: 100%;
}

ol li ul {
	font-size: 80%;
}

p {
	display: block;
	text-align: justify;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

p + p {
	text-indent: 2em;
}

p .date {
	color: #cccccc;
	font-size: 80%;
}

p:hover .date {
	color: #999999;
}

blockquote {
     border-left: thin solid #cccccc;
     line-height: 1.25em;
     padding-left: 0.25em;
}

blockquote p {
     line-height: 1.25em;
     padding-left: 0.25em;
}

blockquote p + p {
    text-indent: 0;
    padding-top: 1em;
}

blockquote cite {
    border-left: none;
	border-top: thin dotted #999;
    padding-top: 0.25em;
    font-size: 80%;
    display: block;
}

blockquote cite:before {
    content: "Source: ";
}

blockquote[cite]:after {
    content: "Source: " attr(cite);
    border-top: thin dotted #999;
    padding-top: 0.25em;
    font-size: 80%;
    display: block;
}

address {
	display: block;
	border: thin solid #bbbbbb;
	background-color: #dddddd;
}

address .im {
/*	visibility: hidden;*/
	font-style: normal;
	font-size: 60%;
}

/*address:hover .im {
	visibility: visible;
}*/

#lastmod {
	display: block;
	font-size: 60%;
	font-style: italic;
	color: #cccccc;
}

/*#lastmod:hover {
	color: black;
}*/


.music {
        text-align: right;
        font-style: italic;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	clear: all;
}

.meta {
	font-size: 80%;
}

.meta li, ul.post-meta li {
	display: inline;
}

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

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.postmetadata small {
	display: block;
	margin-top: 1em;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	margin-top: 1em;
	width: 100%;
}

#commentform p {
	margin-top: 0.5em;
	text-indent: 0;
}

.commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}


.commentlist li {
        border: thin solid #bbbbbb;
        background-color: #eeeeee;
}

.commentlist li.alt {
	background-color: #f9f9f9;
}

.commentbyline {
	background-color: #dddddd;
	text-indent: 0;
	border-bottom: thin solid #bbbbbb;
	font-size: 80%;
	line-height: 1em;
}

li.alt .commentbyline {
	background-color: #eeeeee;
}

.commentbyline .commentmetadata {
	display: block;
	float: right;
}

.commentlist p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

.commentlist p + p {
    text-indent: 0;
}

#commentsettings {
	text-align: left;
	text-indent: 0;
	font-size: smaller;
}

#sidebar {
        display: block;
        width: 15em;
		max-width: 200px;
        padding: 1ex;
		padding-top: 0;
        float: right;
        margin-top: -5em;
        margin-right: -10%;
        margin-left: 1em;
/*        border: thin solid black;*/

        background-color: #cccccc;
}

#sidebar h2 {
    padding-top: 0;
    margin-top: 0;
}

#sidebar ul + h2 {
    padding-top: 0.25em;
    margin-top: 0.25em;
}

#sidebar form + h2 {
    padding-top: 0.75em;
    margin-top: 0.75em;
}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0.25em;
}

#sidebar ul li {
    padding-bottom: 0.5em;
}

#sidebar .outline ul {
    padding-left: 0.75em;
}

#sidebar .outline li {
    padding-bottom: 0;
}

.authordesc {
	font-size: smaller;
}

.alignleft {
	display: block;
}

.alignright {
	display: block;
	float: right;
	margin-top: -1.2em;
}
