/* 
Theme Name: Daisy Rae Gemini
Description: Gemini Template designed by Jennifer
Version: 1.1 April 11, 2005
Author: Jennifer Ledbetter
Author URI: http://geeksmakemehot.com

Credits:
Daisy Rae Gemini developed by <a href="http://atthe404.com">Root</a> designed by <a href="http://www.geeksmakemehot.com">geeksmakemehot</a>.
Header Image by <a href="http://sxc.hu/browse.phtml?f=profile&l=mikefroese">Mike Froese</a>.

License -
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* -------  Layout CSS(   Centered Fixed Width) ------ */

body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 13px; /*war 12 -> allgemeine Schriftgrösse*/
  margin: 0;
  padding: 0;
  text-align: center; /* IE 5.5 hack */
}

#farouter {
	background: #ffffff; /* theoretisch Hintergrund Mittelteil, aber anderes darüber*/
	width: 840px; /*war 760 Breite des Hauptteiles*/
	border: 2px solid #304030; /*3A291F;*/
	margin: 20px auto 20px auto;
	text-align: left;  /* IE 5.5 hack part II */
	}
	
#outer {
	}
	
#rap {
	}
	
#masthead {
	letter-spacing: 0.2em;
	margin: 8px 8px 0 8px;
	padding: 5px 10px 5px 25px; /* letzter Wert war 60 */ 
	font: normal 100%/*Grösse der Beschreibung im Header*/ /*'Lucida Grande',*/ 'Lucida Sans Unicode',Verdana, sans-serif; 
	height: 140px; /*war 180px Höhe des Headers*/
	}

#main {
	padding-left:35px; /*Texteinschub links im Hauptfenster*/
	}
#content {
	float: left;
	width: 600px; /* war 490 */
	padding-top: 40px;
	}
	
#menu {
	float: right;
	width: 180px; 
	margin-right: 3px; 
	border-left: 1px solid /* war dashed */ #304030;
	}
	
#nav {
	padding-left: 10px;
        padding-top: 45px; /* neu, Leerbereich vor Links in Nav rechts*/
	}
	
#logo {
	padding-top: 25px; 
	padding-left: 12px;
	}
	
#hmenu {
	margin: 8px; /* seitlicher Margin */
	height: 30px;
	}
	
#hnav {
	/*margin-top: 10px;*/
	padding: 0;
	}
	
#clearer { 
	clear: both; 
	margin: 0; padding: 0;
	}
	
#footer { 
	margin: 8px 8px 10px 8px; 
	padding-bottom: 1px;
        }


/*----------------- Color CSS    ------------------------*/


body {
	background: #CCDDCC; /*war DCD3CE; -> Hintergrund aussen*/
	color:#333;
	}
	
#rap {
	background: #ffffff;
	}
	
#masthead {
	background-image: url('images/header.jpg'); /*Hintergrundbild im Header*/
	}
	
#footer {
	background: #99AA99;  /* war BAA99F; - Footer*/
	}
	
#hmenu { 
	background: #99AA99;  /* war BAA99F; - Linksleiste oben_untere Hälfte*/
	}
	
#hnav {
	background: #F2EEEC;  /* war BAA99F; dann 99AA99 - keine Veränderung...? */
	}

a {
	color: #8C0000; /*253025; */
	text-decoration: none; 
	}
	
a:visited { 
	color: #8C0000; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #8C0000;
	text-decoration: underline; 
	}

#footer a {
	color: #F2EEEC; /*alles neu */
	text-decoration: none; 
	}
	
#footer a:hover { 
	color: #F2EEEC;
	text-decoration: underline; 
	}

acronym, abbr { 
	border-bottom: #333; 
	}
	
blockquote {
	border-left: #573D2E; 
	color: #573D2E;
	}

h1 {	
        color: #8C0000; /* ganze Zeilen neu, Farbe Titel in Header/Logo */
        }


h2 {	
	color: #8C0000; /* war PINK, anscheinend noch nicht benutzt */
	font-size: 24px;
	font-weight: normal;
	}
	
h3 a {
	color: #8C0000; /* war  - ?? anscheinend noch nicht benutzt */ 
	}
	
h3 a:hover {
	color: #8C0000;
	}
	
h3 a:visited {
	color: #8C0000;
	}
	
.meta { 
	color: #997777; /* war DCD3CE ->"abgelegt unter" */
	} 
	
.meta a {
	color: #884400;
	}
	
.feedback a{
	color: #884400;
	}



/* --------     Core CSS ---------*/


a{
	text-decoration: none;
	}
	
a img { 
	border: 2px solid #573D2E; 
	padding: 2px;
	}
	
acronym, abbr { 
	border-bottom: 1px dashed; 
	}
	
acronym, abbr, span.caps { 
	cursor: help; 
	font-size: 90%; 
	letter-spacing: .07em;
	}
	
blockquote { 
	/*border-left: 1px solid #573D2E;*/
	margin-left: 1.5em; 
	padding: 5px;
	}

#menu blockquote { 
	border-top: 1px solid /* dashed*/  #304030;
        margin-left: 0em;
        margin-right: 0em;
        padding-top: 25px;
	}	
cite { 
	font-size: 90%; 
	font-style: normal; 
	}
	
#header a { 
	color: #8C0000 /* war F2EEEC; weiss, jetzt rot -> Kine-balance im Header */
	text-decoration: none; 
	}
	
#header a:hover {
        text-decoration: none; /* war underline; -> Kine-balance im Header*/
	}
	
h1 { 
	margin-top: 10px; 
	padding: 0px; /*20px; */
	text-align: left; /* war right; Kine-Balance im Header/Logo */
        }
	
#hidden {
	display:none;
	}

#header h2 {
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	letter-spacing: 0em; 
  	margin: 0 20px 20px 0; 
  	padding: 200px 0 0 0; /* 20 */
	color: #8C0000; /* -> tag im Header und "Kommentar" auf der Kommentar-Seite */ 
  	}
  
h2 {
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	letter-spacing: 0.2em; 
  	margin: 0 20px 20px 0; 
  	padding: 200px 0 0 0; /* 20 */
	color: #8C0000; /* -> tag im Header und "Kommentar" auf der Kommentar-Seite */ 
  	}

h2#comments {
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	font-weight: bold;
        letter-spacing: 0em; 
  	margin: 0px 20px 20px 0; 
  	padding: 30px 0 0 0; /*20 */
	color: ##8C0000;  
  	}

h2#postcomment {
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	font-weight: bold;
        letter-spacing: 0em; 
  	margin: 0px 20px 20px 0; 
  	padding: 30px 0 0 0; /* 20 */
	color: ##8C0000;  
  	}
  	
h2#tagline {
	margin:0; 
	margin-right: 25px; 
	padding:0;
	text-align: left /* right; */
	color: #F2EEEC;
	border: 0;
	}

.post h2 { 
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	letter-spacing: 0.2em; 
  	margin: 0 20px 0 30px; 
  	padding: 20px 0 30px 0; 
  	}
  	
h3 {
	font: 24px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
	margin-left: 0; 
	margin-top: 30px;
	color: #8C0000; /* Titel auf den Seiten*/
	}
	
h3#comments { 
	margin-left: 20px;
	}
	
h3#respond { 
	margin-left: 20px; 
	}
	
h4 {
	font-size: 16px;
	font-weight: normal;
        margin: 10px 0 0 0; /* neu */
        color: #304030; /* neu - Titel in der Nav rechts!!!*/
	}
	
madress { /*neu*/ 
	margin-left: 1.5em; 
	padding: 5px;
	}

ol#comments li p { 
	font-size: 100%; 
	}
	
img {
	margin: 10px;
	padding: 2px;
	}
	
p, .feedback { 
	font: 100%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}
	
p {
	}
	
.textarea { 
	width:200px; 
	margin:0; 
	}
	
#archvies {
	font: 150% normal 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

	}



/* ------------------------- Classes used by the_meta() ---------------------*/


ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: bold;
	}

.credit {
	color: #fff;
	font-size: 90%;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	}

.credit a, .credit a:hover {
	color: #fff;
	text-decoration: none;
	}
	
.feedback {
	text-align: right;
	clear: both;
	margin-right: 30px; 
	font-size: 90%;
	}
	
.meta {
	font-size: .95em;
	}
	
.meta li, ul.post-meta li {
	display: inline;
	}
	
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.meta, .meta a { 
	font-weight: normal; 
	letter-spacing: 0;
	}
	
.post { 
	margin: 35px 35px 20px 0; 
	}
	
.entrytext {
	margin-left: 30px;
	}
	
.storytitle { 
	margin-top: 10px; 
	margin-bottom: 2px; 
	}
	
.storytitle a { 
	text-decoration: none; 
	}
	
.storycontent{
	margin-bottom: 5px; 
	border-bottom: 1px solid #BAA99F;
	}
	
#commentform { 
	margin-left: 20px; 
	}
	
#commentform  #comment { 
	width:450px; 
	}
	
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
 	background: #fff; 
 	padding: .2em; 
 	}
 	
#commentform textarea { 
	width:100%;
	}
	
#commentlist li {
	border: 2px solid #BAA99F; 
	margin-bottom: 20px; 
	padding-left: 20px;
	}
	
#commentlist li ul { 
	border-left: 1px solid #ddd; 
	font-size: 110%; 
	list-style-type: none;
	}


/* ----------  All menu styling except #menu itself (in layout above) ------- */


#nav form {
	margin: 0 0 0 13px;
	}

#nav input#s {
	width: 80%;
	background: #F2EEEC; /*eee;*/
	border: 1px solid #999; /*Rahmen um Suchbox*/
	color: #000;
	}


#nav ul li h2 {
  	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	font-weight: normal;
	letter-spacing: 0.1em;
	border: 0;
	text-align: left;
	padding-left:0;
	margin-left: 0;
	}


#nav ul ul ul.children {
	font-size: 100%;
	padding-left: 15px; /* keine Ahnung, was das ist*/
	}


#nav { 
	width: 170px; 
	}

#nav ul {
	margin-left: 0px;
	padding-left: 5px; /* war null */
	list-style-type: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 95%; /*Schriftgrösse der Links in der rechten Navigation */
	}

#nav a {
	display: block;
	padding: 3px;
	padding-left: 5px;
	width: 130px;
	background-color: #FFF;
	/*background-image: url(images/icon.gif);  kleines leeres Quadrat bei den Links in der Nav links*/
	background-repeat: no-repeat;
	background-position: 0 55%;
	border-bottom: 1px dotted #BAA99F;
	}

#nav a:link, #navlist a:visited {
	text-decoration: none;
	}

#nav a:hover {
        /*background-image: url(images/icon2.gif);  kleines gefülltes Quadrat bei den Links in der Nav links
	color: #000;*/
	background: #F2EEEC; /* war CCDDCC; */
	color: #8C0000;
	text-decoration: none;
        }

#themeswitcher {
	font-size: 8px;
	}

/*------------- hnav = obere Linkleiste ------------*/


#hnav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-bottom: 5px;
        margin-top: 5px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #99AA99;  /* war BAA99F; Linkleiste oben_obere Hälfte */

	color: #F2EEEC;
	width: 100%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 15px; /*neu*/
        line-height: 20px; /* war 18px; */
	/* fixes Firefox 0.9.3 */
	}

#hnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#hnav ul li a { /* Schrift in der Linkleiste oben*/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #F2EEEC;
	text-decoration: none;
	border-left: 1px solid #F2EEEC; /* neu */
        border-right: 1px solid #F2EEEC;
	}

#hnav ul li a:hover {
	background: #CCDDCC; /* war F2EEEC; */
	color: #3A291F;
	}

#hnav #active { 
	border-left: 1px solid #F2EEEC; 
	}

/*------------- added ------------*/

.gravatar {
	float:left;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #573D2E;
}	

#commentbox {
	background: #F2EEEC;
	border: 1px solid #573D2E;
	padding: 5px;
	margin-bottom: 15px;
}

.commentby {
	font-size: 14px;
	text-transform: uppercase;
}
.commentinfo {
	font-size: 10px;
	margin-top: -10px;
	border-bottom: 1px soild #DCD3CE;
}

.commentid {
	float: right;
	font-size: 24px;
	font-style: italic;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #BAA99F;
}

.commentid a {
	color: #BAA99F;
	text-decoration: none;
}

.post ul li {
	padding: 0px;
	font-weight: normal;
	list-style: url('images/icon.gif');
	line-height: 1.5em;
}

.post ul li:hover {
	padding: 0px;
	font-weight: normal;
	list-style: url('images/icon2.gif');
	line-height: 1.5em;
}
