/*  
Theme Name: life-journal
Theme URI: 
Description: 
Version: 1.0
Author URI: http://www.life-journal.de 

	
 */

html, body { margin: 0; padding: 0; }
body { 
	margin: 0 auto; 
	background: #f3ece4 url(images/bg-seite.jpg) top center no-repeat;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #464646;
}

#wrapper { margin: 180px auto 0px auto; width: 1000px; }
#footer {	
	font-size: 12px;
	margin-bottom: 10px;
	padding: 20px;
	height: 105px;
	font-style: italic;
	background: #ffffff url(images/bg-footer.png) left bottom no-repeat;
}
#footer p { padding-top: 50px; }

#background { 
	margin: 0;
	width: 930px;
	padding: 30px 30px 0px 40px;
	background: #ffffff url(images/bg-background.png) repeat-y; 
	float: left;
}

#header { 
	position: relative; 
	font: normal 10pt Georgia, "Times New Roman", Times, serif; 
	color: #ffffff;
}

#logo { 
	width: 293px; 
	height: 65px; 
	background: url(images/logo-life-journal.png) no-repeat; 
	position: absolute; 
	top: -15px;
	right: 20px;
}

/* NAVIGATION */
#navigation { width: 860px; float: right; background-color: #c21693; text-transform: uppercase; }
#navigation ul { margin: 0; padding: 0; list-style: none; font: normal 11px Verdana, Arial, Helvetica, sans-serif; }
#navigation ul li { float: left; line-height: 50px; text-align: center; }
#navigation ul li#start { width: 80px; height: 50px; background-color: #fee3f6; }
#navigation ul li#archiv { width: 80px; height: 50px; background-color: #ffcaf0; }
#navigation ul li#journal { width: 80px; height: 50px; background-color: #f99bdf; }
#navigation ul li#wp-themes { width: 80px; height: 50px; background-color: #ec73cb; }
#navigation ul li#projekte { width: 80px; height: 50px; background-color: #de4db7; }
#navigation ul li#kontakt { width: 80px; height: 50px; background-color: #c21693; }

#start a, #archiv a, #journal a, #wp-themes a, #projekte a, #kontakt a { text-decoration: none; color: #000; }
#start a:hover, #archiv a:hover, #journal a:hover, #wp-themes a:hover, #projekte a:hover, #kontakt a:hover { text-decoration: none; color: #ffffff; }

#navigation ul li a { color: #464646; }

/* LINKE SPALTE */
#leftCol { 
	width: 480px; 
	float: left;
}

/*--------------------beitragsgestaltung--------------------*/

.entry { 
	margin: 0px 0px 30px 0px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #464646;
}

.entry-info {
	padding: 2px;
	font-size: 11px;
	background: url(images/bg-entry-info.jpg) no-repeat;	
}	

span.datum {
	display: block;
	padding: 20px 0px;
	margin-top: 10px;
	margin-right: 20px;
	width: 44px;
	height: 20px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bg-datum.png) no-repeat;	
	float: left;
}

span.tag { color: #c21693; font-weight: bold; font-size: 12px; text-transform: uppercase; }
span.zahl { color: #464646; font-weight: bold; font-size: 14px; }

.vorschaubild { float: left; margin: 10px 0px 0px 0px; }
.excerpt { margin-left: 140px; }

span.file-download, span.file-download a {
	display: block;
	width: 158px;
	height: 53px;
	background: url(images/btn-download.png) left center no-repeat;
	text-align: right;
}


/* RECHTE SPALTE */
#rightCol { 
	width: 400px; 
	float: left;
	margin-left: 40px;
} 

*html #rightCol {  /* IE 6 Fix */
	margin-left: 30px;
}


.clear { clear: both; }

/*--------------------textgestaltung--------------------*/

p{
     }
	 
.tags {
	font-size: 11px;
	background-color: #fdfbfa;
	border: 1px dotted #f3ece4;
	font-style: italic;
	}

/* HEADLINES */
h1, h2, h3, h4, h5, h6 { font: bold 14pt Georgia, "Times New Roman", Times, serif; }	
h1 { padding: 10px 2px; background: url(images/bg-h1.jpg) left center no-repeat; }
h2 { margin: 0px; }
h3 { font-size: 14px; }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	margin: 0;
	padding: 5px;
	background-color: #fdfbfa;
	border: 1px dotted #f3ece4;
	font-style: italic;
	}

blockquote cite {
	
	}



hr {
	
	}





dl{ 
	padding: 5px;
	background-color: #fdfbfa;
	border: 1px dotted #f3ece4;
     }
     dt{
		padding: 2px;
		font-weight: bold;
	 	background-color: #f3ece4;
          }
          dd{
          }
		  
.rubrik { 
	padding: 15px 0;
	clear: both; 
	font-size: 12px;
	border-bottom: 1px dotted #1593C1;
}

.rubrik img { 
	float: left;
	margin-right: 10px;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style: none;
     }
     li#aktuell{
	 		width: 360px;
	 		padding: 20px;
			margin-bottom: 20px;
			background: url(images/bg-aktuell.gif) no-repeat;
          }
     .suche, li.suche{
	 		clear: both;
	 		width: 360px;
			margin-bottom: 20px;
	 		padding: 20px 30px;
			font-weight: bold;
			background: url(images/bg-aktuell.gif) no-repeat;
          }
     li#recent_posts { width: 180px; float:left; }
     li#recent_categories { width: 180px; float:right; }
	 li#recent_downloads { width: 180px; float: left; }
	 li#linkcat-2 { width: 180px; float: right; }

     li#recent_posts ul li, li#recent_categories ul li, li#recent_downloads ul li, li#linkcat-2 ul li  {
	 		padding: 5px 0px;
			border-bottom: 1px dotted #464646;
          }
     li#recent_posts ul li a, li#recent_categories ul li a, li#recent_downloads ul li a, li#linkcat-2 ul li a {
	 		color: #464646;
          }

    ul ul{
		margin-bottom: 20px;
         }
		 
	ul ul li {
			list-style-position: inherit;
			font-size: 11px;
			background: url(images/li-zeichen.gif) 0px 13px no-repeat;
			}
	ul ul li a { padding-left: 10px; }

/*	ul ul li{
			list-style-position: inside;
			list-style-image: url(images/li-zeichen.gif);
			}*/
			


blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }



  
img { border: 0; vertical-align: text-bottom; }

address {
     }

/*--------------------linkgestaltung--------------------*/


a {
	color: #c21693;
	text-decoration: none;
}

a:link { 
  	color: #c21693;
	text-decoration: none;
}
#navigation ul li a { color: #000; }

a:visited { 
	color: #c21693;
}

a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
	color: #464646;
	text-decoration: underline;
    }
a:link:active, 
a:visited:active {
     }

/*--------------------bilder als links--------------------*/

a img{
	border: 3px solid #f4ede6;
     }
a:link img { 
	border: 3px solid #f4ede6;
     }
a:hover img {	border-color: #c21693; }

a:visited img { 
     }
	 
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link {
	font-style: italic;
}

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
	height: 22px;
	width: 260px;
	border: 1px solid #5095cb;
	background: url(bg5003560180) repeat-x #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
     }

input#s:hover {
	border: 1px solid #464646;
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

input#searchsubmit{
	vertical-align: middle;
     }
*html #searchsubmit{ /* Hack für den IE 6 */
	vertical-align: inherit;
     }
*:first-child+html #searchsubmit {/* Hack für den IE 7 */
	vertical-align: inherit;
     }

/*--------------------Kommentare--------------------*/
.alt {
	 background-color: #f3ece4;
	}

.commentlist {
	background-color: #fdfbfa;
	border: 1px dotted #f3ece4;
	}


.nocomments {
	 
	}
 
.commentlist li {
	padding: 5px;
	 
	}
	
	dl{ 
     }
     dt{
		padding: 2px;
		font-weight: bold;
	 	background-color: #f3ece4;
          }
          dd{
          }


.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform fieldset { 
	border: 0 none; 
	margin: 0;
	margin-top: 20px;
	padding: 10px;
	background-color: #F3ECE4;
	}

#commentform p {
	}

.commentmetadata {
	 
	}
	
#commentform label {
	display: block;
}

#commentform input {
	height: 22px;
	width: 440px;
	vertical-align: middle;
	border: 1px solid #5095cb;
	background: url(bg5003560180) repeat-x #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	}
	
#commentform input:hover {
	border: 1px solid #464646;
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

#commentform textarea {
	width: 440px;
	border: 1px solid #5095cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#commentform #submit {
	width: 150px;
	height: 35px; 
	line-height: 35px;
	text-transform: uppercase;
	background: #5095cb;
	border: 1px solid #fff;
	color: #fff;
	}
#commentform #submit:hover {
	color: #464646;
	border: 1px solid #464646;
}

#commentform textarea:hover {
	border: 1px solid #464646;
	background: url(none) no-repeat #FFFFFF;
	color: #464646;
}
/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 12pt;
	background: url(images/pfeil.png) right center no-repeat;
}

#about-me h2{ background: none; }

.widget {
     }

li#about-me {
	padding: 30px 20px;
	display: block;
	background: url(images/bg-about-me.jpg) no-repeat;
	position: relative;	
}

li#about-me span {
	display: block;
	width: 79px;
	height: 79px;
	position: absolute;
	top: -40px;
	right: -15px;
	background: url(images/icon-neu.png) no-repeat;	
	
}

#recent-posts {	width: 220px; float: left; margin: 0 20px 20px 0;}
#categories-316890781 { width: 140px; float: left; margin-bottom: 20px; }

#recent-posts, #categories-316890781 {
	padding: 30px 20px;
	font-size: 9pt;
	background: #f5fbfe url(images/bg-inhalt.jpg) bottom center no-repeat;	
}

#recent-posts ul li, #categories-316890781 ul li {
	background: url(images/pfeil2.png) right center no-repeat;
	border-bottom: 1px dotted #90d7fa;
}

#recent-posts ul li, #recent-posts ul li a, #categories-316890781 ul li, #categories-316890781 ul li a {
	padding: 5px 0 5px 0;
	font-weight: normal;
	color: #464646;
}

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }

/*--------------------bilder--------------------*/


