/*
* This is the CSS used at http://genesys-network.blogspot.com/
*/

/* Blogspot NAVBAR, die ist absolut positioniert damit sie das layout nicht stört ... */
#navbar {
	position: absolute; 
	top: 0pt; 
	left: 0pt; 
	right: 0pt; 
}

/* kleine anpassungen aufgrund der Blogspot navbar */
body {
	padding-top: 30px;
	background-position: 0 30px;
}

/* Aufgrund der eingebetteten Widgets machen wir etwas "platz" links und rechts (mit padding) */
#web-main-navi {
	float:left;
	margin-top:16px;
	width:195px;
	padding-left: 10px;
	padding-right: 5px;
	
	font-size: 12px;
}
#web-main-navi h2 {
	font-size: 1.2em;
	font-weight: bold;
}
#web-main-navi .widget {
	margin-bottom: 1.3em;
}


/* Am Blog sind auch icons, die brauchen natürlich keine Umrandung ... */
#web-main-content a img {
	border: 0 none;
}



/* Ein Post Eintrag: Wir haben Überschrift H1, aber es sollte nicht so viel Abstand wie bei meiner Website sein! */
#web-main-content h1 {
	margin-bottom: 0.4em;
}


/* Post Anpassungen */
/* Kompletter Post container PRO post */
.post.hentry {
	margin-bottom: 2.5em;
	width: 98%;
	padding-left: 2%;
}

#web-main-content .post-title.entry-title a {
	font-weight: normal;
	text-decoration: none;
}

.post-body {
	margin: 0.3em 0 0.8em 0;
	padding-left: 0.3em;
}

.post-footer {
	border-top: 1px dotted #ccc;
	padding: 0.4em;
	text-align: right;
}

/* Am Ende des Posts/Blogs werden FEED möglichkeiten angezeigt, optisch etwas trennen */
.blog-feeds, .post-feeds {
	border-top: 1px solid #ccc;
	margin-top: 0.8em;
	padding-top: 0.3em;
}

/* Kommentare am Blog */
#comments {
	margin-top: 1em;
	width: 95%;
	margin-left: 5%;
}

/* Einzelner Kommentar Eintrag */
dd.comment-footer {
	margin-bottom: 1.2em;
	padding-bottom: 0.8em;
	border-bottom: 1px dotted #ccc;
}
