@import url(reset.css);
@import url(content.css);

@font-face {
	font-family: 'Vegur';
	src: url('fonts/vegur-m.eot');
	src: local('Vegur'), url('fonts/vegur-m.woff') format('woff'), url('fonts/vegur-m.otf') format('opentype'), url('http://kernest.com/embed/vegur-m');
}

/** 
 * @section Layoutgeruest
 *
 */

#page-top,
#page-bottom {
	overflow: hidden; /* BFC */
}

#wrapper-top,
#wrapper-bottom {
	max-width: 60em;
	margin: auto;
}

#page-bottom {
	clear: both;
	border-top: 1px solid #eee;
}

#wrapper-bottom {
	overflow: hidden; /* BFC to contain floats */
}

#top-primary,
#bottom-primary {
	float: left;
	width: 72%;
}

#top-secondary,
#bottom-secondary {
	float: left;
	width: 28%;
}

/** 
 * @section Hauptinhalt
 *
 */

#posts {
	border-style: none solid;
	border-width: 1px;
	border-color: #eee;
	padding: 3em 2.5em 0.5em;
	background-color: #fdfdfe;
	/*
	background-image: -moz-linear-gradient(0% 0% 0deg, #fbfbfe, #f5f5ff);
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#fbfbfe), to(#f5f5ff));
	*/
}

/** 
 * @subsection Voriger / Nächster Post
 *
 */

#post-nav {
	margin: 2em 0;
	overflow: hidden;
}

#post-nav p {
	margin: 0;
}

#post-nav .left {
	float: left;
}

#post-nav .right {
	text-align: right;
}

/** 
 * @section Oben rechts
 *
 */

#top-secondary {
	/*
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-image: -moz-linear-gradient(0% 0% 0deg, #f9f9f9, #ffffff);
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#f9f9f9), to(#ffffff));
	*/
}


/** 
 * @section Post
 *
 */

.post-title h1,
.post-title h2 {
	font-size: 1.4em;
	margin: 0 0 1.5em;
}

.post-sup,
.post-tags {
	margin: 0 0 2em;
	font-size: 90%;
}

.post-sup {
	float: left;
	width: 45%;
}

.post-tags {
	float: right;
	width: 55%;
}

.post-body {
	clear: both;
}

/** 
 * @subsection Post in Multiple-Liste
 *
 */

.post-multiple {
	margin-bottom: 3em;
}

.post-multiple .post-title h1,
.post-multiple .post-title h2 {
	margin-bottom: 1em;
}

.post-multiple .post-sup,
.post-multiple .post-tags {
	margin-bottom: 1em;
}

/** 
 * @subsection Gekürzter Post-Body auf der Startseite
 *
 */

.post-body.shorten {
	overflow: hidden;
	height: 60em;
}

.moreLink {
	background: url(/img/grad_white.png) repeat-x;
	margin: 0;
	padding-top: 100px;
	position: relative;
	margin-top: -100px;
	/* outline: 1px solid blue; */
	text-align: center;
}

.moreLink a {
	display: block;
	margin: 2em 0 1em;
	border: 1px solid #f0f0f0;
	background-color: white;
	line-height: 2;
}

/** 
 * @subsection Sidebar
 *
 */

#sidebar {
	padding: 0 0 0.5em 2em;
}

/** 
 * @subsection Sidebar-Überschrift
 *
 */

#sidebar h1 {
	font-size: 1em;
	margin: 2.5em 0;
}

#sidebar h1 a {
	display: block;
	height: 100px;
	border: none;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/img/spidermum.jpg) no-repeat center;
}

#sidebar ul,
#sidebar dl {
	list-style-type: none;
	margin: 0 0 2.5em;
	line-height: 1.5;
}

#sidebar ul li {
	margin: 0 0 0.3em 0;
}

/** 
 * @subsection Zitate
 *
 */

#zitate {
	font-family: "Century Schoolbook","Book Antiqua","Palatino Linotype","URW Palladio L",Georgia,serif;
	font-size: 90%;
}

#sidebar #zitate li {
	margin: 0 0 1.2em;
}

#zitate q {
	color: black;
}

#zitate cite {
	display: block;
	font-style: normal;
	font-size: 90%;
}

#zitate a {
	color: #666;
	border-color: #ccc;
}

/** 
 * @subsection Impressum
 *
 */

#imprint {
	font-size: 80%;
	margin-top: 1em !important;
}

/** 
 * @subsection Github
 *
 */

#github-heading {
	font-size: inherit;
	font-family: inherit;
	margin-bottom: 1em;
}

#github-projects dl {
	font-size: 90%;
}

#github-projects dt {
	margin: 0;
	line-height: 1.6;
	font-weight: normal;
}

#github-projects dd {
	position: absolute;
	left: -9999px;
	display: block;
	width: 15.4em;
	margin: 0;
	border-width: 1px;
	border-style: none solid solid;
	border-color: #ccc;
	padding: 0.3em 0.5em;
	background: white;
	color: #444;
	line-height: 1.3;
}

#github-projects dt:hover + dd {
	left: auto;
}

#github-projects a {
	display: block;
}

/** 
 * @subsection Werbung
 *
 */

#werbung {
	margin: 0 0 2em -0.6em;
	border: 1px solid #d0d0fa;
	padding: 0.5em;
	background-color: #fafaff;
	max-width: 15em;
}

#werbung p {
	margin: 0;
	line-height: normal;
}

#werbung .teaser {
	text-align: right;
	font: 70%/1 arial,sans-serif;
	color: #888;
}

#werbung a {
	background-color: transparent;
	border-bottom: none;
}

#werbung .link a {
	display: block;
}

#werbung .subline {
	padding: 0.3em 0;
	font-size: 90%;
}

#werbung .subline a {
	color: black;
}

/** 
 * @section Supplement unten
 *
 */

#supplement {
	padding: 3em 2.6em 2em 2.6em;
}

/** 
 * @section Ältere Posts
 *
 */

#prev-posts {
	margin: 0;
	list-style-type: none;
}

#prev-posts h2 {
	font-size: 1.3em;
	margin: 0 0 1em;
}

li.prev-post {
	margin: 0 0 2em;
}

/** 
 * @section Posts Pagination
 *
 */

#posts-pagination,
#posts-pagination li {
	margin: 0;
}

#posts-pagination li {
	list-style-type: none;
	display: inline;
}

/** 
 * @section Kommentar-Liste
 *
 */

#comments {
	margin: 0;
	list-style-type: none;
}

#comments .comment-author {
	float: left;
	margin: 0 0 1em;
	font-size: 1em;
}

#comments .comment-link {
	float: right;
	margin: 0 0 1em;
}

#comments .comment-body {
	clear: both;
}

#comments .post-comment {
	margin: 0 0 3.5em;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 0.5em;
}

/** 
 * @section Kommentar-Formular
 *
 */

#commentform h2 {
	margin-top: 0;
}

#commentform label {
	display: inline-block;
	min-width: 6em;
	font-weight: bold;
}

#commentform label[for="comment-content"] {
	display: block;
}

#comment-personaldetails p {
	margin: 1em 0;
}

#commentform input,
#commentform textarea {
	border: 1px solid #ccc;
	padding: 0.2em 0.4em;
}

#commentform #submit {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}



/** 
 * @section Tag Cloud
 *
 */

#tags {
	padding: 3em 0 0 2.1em;
}

#tags h2 {
	margin: 0;
}

#tags ul {
	margin: 1em 0;
	list-style-type: none;
}

#tags li {
	display: inline-block;
	margin: 0 2px 5px 0;
}

#tags a {
	display: block;
	padding: 0 6px;
	line-height: 1.4;
	border: 1px solid #eaeaff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fafafe;
	font-size: 90%;
}

#tags a:hover {
	border: 1px solid #dadafa;
}

/** 
 * @section Besondere Seiten
 *
 */

/** 
 * @subsection HTML5-Podcast
 *
 */

#podcast-navi .transkript {
	margin-left: 1.5em;
}

/** 
 * @subsection Artikel-Uebersicht
 *
 */

.artikel-links li {
	list-style-type: none;
	margin: 1em 0;
	text-indent: -1.2em;
	line-height: 1.3;
}

.artikel-links a {
	font-size: 110%;
}

.artikel-links-nav {
	margin-left: 0;
}

.artikel-links-nav li {
	display: inline;
	list-style-type: none;
	padding-right: 1em;
}

.artikel-links-nav li:last {
	padding-right: 0;
}

/** 
 * @subsection Floats einschliessen
 *
 */

.float-container-demo-container { background:gray; width:12em; border:medium solid gray; } 
.float-container-demo-container p { margin:0; }
.float-container-demo-container .left { background:red; float:left; width: 5em; }
.float-container-demo-container .right { background:blue; margin-left: 5em; width: 5em; }
#container-mit-generated-content:after {
	display: block;
	content: "Clear-Element, hier sichtbar zur Demonstration";
	background:white;
	clear:both;
}

/** 
 * @subsection JavaScript Objects, Prototype Chain
 *
 */
 
.js-objects:after {
	content: "";
	display: block;
	clear: both;
}

.js-objects .object {
	float: left;
	margin: 0 20px 20px 0;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.js-objects table {
	margin: 0;
}

.js-objects h3 {
	margin: 0;
	padding: .3em .3em .1em;
	font-size: 87.5%;
	font-family: inherit;
	border-style: solid solid none;
	border-width: 1px;
	border-color: #ccc;
	background-color: #f0f0f0;
}

.js-objects h3:before {
	content: "";
	content: none;
}

.js-objects th,
.js-objects td {
	font-size: 75%;
	padding: .3em .5em .2em;
	line-height: 1.2;
}

.js-objects .internal th,
.js-objects .internal td {
	color: #600;
	background-color: #fffbfb;
}

.js-objects .dontenum th,
.js-objects .dontenum td {
	color: gray;
	background: #fafafa;
}

.js-objects .own th,
.js-objects .own td {
	color: #007;
	background-color: #f0f0ff;
}