/*  
Theme Name: "Ich finde mich gut weil"
Theme URI: http://www.rinnberger.de/
Description: Basierend auf der Designvorlage des Website "Ich finde mich gut. weil.de". Mustertemplates übernommen aus "Kubrick-Theme"
Version: 1.0
Author: Gerhard Rinnberger
Author URI: http://www.rinnberger.de/

	This theme was designed and built by Gerhard Rinnberger,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Das Stamm CSS der website wird includiert */ 
@import url(/chrome/base.css);
/* @import url(base.css); */


/* Begin Typography & Colors */

#wp-Content {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	display:block;
	position: absolute;
right:0pt;
top: 0;
width: 20em;
text-align:right;
	}

label small {
	text-align: left ;

	position: static;
	display: inline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
/*
#wp-Content, #sidebar { border: 1px dotted #999;}

#col3 { 	float: right; width: 20%}

*/
#wp-Content {
	width: 60%;
	float: right;
	margin-right:20%;
	}
	
#sidebar {
	width: 20%;
	margin-right: 80%
	}
	
.postmetadata {
	clear: left;
	text-align: right;
	padding: 0 0 0.5em 0;
}

#gsFfooter {
	padding: 0;
	margin: 0 auto;
	}

#gsFooter p {
	margin: 0;
	padding: 1em 0;
	text-align: center;
	font-size: 93%;
	}
/* End Structure */



/*	Begin Headers */
div.post {
	border-top: 1px dotted #999;
	position: relative;
	}

.post h2 {
	padding-top: 0.1em;
}

#sidebar h2 {
	margin: 1em 0 0.3em 0.5em;
	padding: 0;
	}

h2.pagetitle {
	padding-bottom: 0.5em;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar li {
	float: none;
	display:block;
	font-size:0.93em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 1em 8px 1em;
	font-size:0.93em;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0.25em 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0.5em;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0.25em 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	float: none;
	}

#commentform input[type="text"], select {

}


#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	margin: 0;
	display: block;
	position:static;
	text-align:left;
	}
/* End Comments */

/* Begin Sidebar */
/* End Sidebar */

/* Begin Calendar */
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
.more-link {white-space:nowrap;}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding: 0 0 1.5em 0pt;
	margin: 0.5em 0;
	}
/* End Various Tags & Classes*/

