/*  
Theme Name: Day Dream
Theme URI: http://fightingfriends.com/daydream/
Description: Eine eingedeutschte Version (Ansprache mit &quot;Sie&quot;) des WordPress Theme <a href="http://www.fightingfriends.com/daydream/">DayDream</a>. Deutsche Bearbeitung: <a href="http://www.net-tec.biz">Jens Kleinholz</a>. 
Version: 0.1 [de]
Author: Jim Whimpey
Author URI: http://fightingfriends.com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
        font-size: 10px;
	}

	#wrapper {
		width: 0px; <*vorher 641px*>
		margin: 0 0;<*vorher auto*>
		/*background: #fff url("./images/wrap_bg.png") repeat-y;*/
		}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
#header {
        width: 528px;
	height: 30px;
	margin: 0 auto;
	background: #0099FF url("./images/header.jpg");
	text-align: left;
	padding: 10px 0 0 0;
	}
	
	h1 {
                color: #ffffff;
		margin: 0 0 0 20px;
		font-size: 14px;
		font-weight: normal;
		}
		
		h1 a, h1:visited { color: #fff; text-decoration: none; }
		
	.description {
		margin: 0 0 0 35px;
		color: #fff;
		font-size: 12px;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
	width: 527px;
	height: 25px;
	background: #006699;
	margin: 0 auto;
	border-bottom: 2px solid #4796E9;
	}
	
	#topbar ul {
		list-style: none;
		margin: 0 15px 0 25px;
		padding: 0;
		}
		
		#topbar ul li {
			display: block;
			list-style: none;			
			float: left;
			color: #fff;
			font-size: 10px;
			}
			
			#topbar ul li a, #topbar ul li a:visited {
				float: left;
				display: block;
				padding: 3px 8px 0 8px;
				height: 22px;
				color: #fff;
				text-decoration: none;
				}
				
				#topbar ul li a:hover { background: #4796E9; }


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width: 527px;
	margin: 0 auto;<*vorher 0 auto *>
	text-align: left;
	padding: 5px 0 5 5;
        }
	
	h4 a {
		color: #006699;
		text-decoration: none;
                		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	padding: 10px 0 10px 0;
	}
		
	.post h2 {
		font-size: 10px;<*vorher 10*>
		font-weight: normal;
		color: #006699;
		margin: -10px 20px 0 30px;
		}
		
		.post h2.single { margin: -10px 20px 12px 30px; }
		
		.post h2 a {
			color: #006699;
			text-decoration: none;
                        font-size:16px; <*Überschrift Beitrag*>
			}
			
			.post h2 a:hover { color: #0099CC;
                                          font-size:16px;}
			
	.post .data {
		font-size: 10px; <*datum beitrag*>
		font-weight: normal;
		color: #006699;
		margin: 0 20px 15px 50px;
		}
		
		.post h3 {
			font-size: 10px;<*vorher 10*>
			font-weight: normal;
			color: #003399;
			margin: 25px 20px 10px 0;<*vorher 25 20 -10 0*>
			}
			
			#content>.post h3 { margin-bottom: 8px; } /* FF Specific */
		
			.post h3 a {
				color: #006699;
				text-decoration: none;
				}

	.entry {
		width: 520px; <*beitrag* vorher 426px*>
		margin: 0 auto;
                padding: 0 0 0 20;
                font-size: 12px;<*Meldung*>
                }
		
		.postmetadata {
			width: 406px;
			margin: 25px auto 15px auto;
			border-top: 1px solid #ABCAD9;
			border-bottom: 1px solid #ABCAD9;
			background: #E9EEF0;
			text-align: center;
			font-size: 10px;<*eingetragen in..*>
			padding: 8px 10px;
			}
			
			.postmetadata#single { margin: 0 auto 30px auto;	}
			
			.postmetadata small { font-size: 10px; }			
			
			.postmetadata a {
				color: #006699;
				text-decoration: none;
                                font-size: 10px;
				}
				
				.postmetadata a:hover { color: #003366;
                                                        font-size: 10px;}
				
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
			margin: 5px 0 5px 30px;
			padding: 0 0 0 5px;
			border-left: 3px solid #4C8EDA;
			color: #666;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
                        font-size: 10px;
			}
		
		.post a {
			color: #006699;
			text-decoration: none;
                        font-size: 10px;
			}
		
		.post a:hover { color: #0099CC;
                                font-size: 10px; }
		
		

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
.navigation {
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	background: #E9EEF0;
	width: 507px;
	height: 10px;
	margin: 0 auto;
	font-size: 10px;
	padding: 8px 10px;<*vorher 8,10*>
	}
	
	.navigation a { color: #006699;	text-decoration: none; }
	.navigation a:hover { color: #003366; }
	
	.alignleft {
		float: left;
		text-align: left;
		}
	
	.alignright {
		float: right;
		text-align: right;
		}
	
	
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	width: 507px;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	background: #E9EEF0;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
	}
	
	#commentform {
		margin: 15px 0 10px 40px;
		}
	
	#commentformarea h3 {
		font-size: 0.8em;
		font-weight: normal;
		color: #006699;
		margin: 10px 0 15px 20px;
		}
		
		#commentform p { margin: 0 0 3px 0;	}
		
		#commentform input, #commentform textarea {
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 3px;
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 0.8em;
			}
			
			#commentform textarea { width: 420px; }
			
			#commentform input#submit {
				font-family: Verdana, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
				width: 130px;
				color: #006699;
				}
				
				h4 {
					margin: 25px 0 20px 0;
					text-align: center;
					font-weight: normal;
					color: #006699;
					}
	
	ol.commentlist {
		width: 426px;
		list-style: none;
		margin: 0 auto 60px auto;
		padding: 0;
		font-size: 0.8em;
		}
		
		ol.commentlist li {
			margin: 0 0 20px 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #ABCAD9;
			}
		
				ol.commentlist p { margin: 0 0 10px 0; }
				
				ol.commentlist a { color: #003366;	text-decoration: none; }
				ol.commentlist a:hover { color: #006699; }
				
					ol.commentlist span.cmntmeta { color: #006699; }
				


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	margin: 10px 0 10px 0;<*vorher 0 0 10 0
	text-align: center;
	}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	width: 527px;
	margin: 8px auto 0 auto;
	background: #E9EEF0;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	padding: 0 0 25px 0;
	}
	
	#wrapper>#sidebar { padding: 15px 0 25px 0; } /* FF Specific */
	
	#categories, #archives, #meta {
		width: 167px;
		float: left;
		display: inline; /* IE */
                font-size: 1.0em;
		}
		
		#categories { margin-left: 20px; }
		#archives { margin-left: 15px; width: 150px; }
		#meta { width: 155px; }
		
		#sidebar ul, #sidebar ul li, #sidebar ul li ul, #sidebar  ul li ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: left;
			}
			
			#pushing_box {
				width: 35px;
				height: 100%;
				float: left;
				border: 1px solid #E9EEF0;
				}
		
		#sidebar li h2 { 
			margin: 0;
			color: #4796E9;
			font-weight: normal;
			font-size: 0.8em;
			}
		
		#sidebar ul li ul {
			padding: 8px 0 15px 20px;
			}
			
			#sidebar ul li ul li a {
				color: #000;
				text-decoration: none;
				}
				
				#sidebar ul li ul li a:hover { color: #006699; }
		
		input#s {
			width: 440px;
			margin: 10px auto 0 auto;
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 4px 0;
			color: #ccc;
			text-align: center;
			}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 16px;
	height: 16px;
	}


	#topbar .feedicon {
		background: url("./images/feedicon_blue_bg.png") no-repeat;
		display: block;
		display: inline; /* IE */
		float: right;
		margin: 5px 10px 0 0;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
#footer {
	width: 527px;
	margin: 8px auto 0 auto;
	background: #D1E6EF;
	border-top: 1px solid #ABCAD9;
	border-bottom: 1px solid #ABCAD9;
	padding: 0;
	text-align: center;	
	}
	
	#footer p {
		margin: 0 0 5px 0;  <*vorher 15px*>
		padding: 5px 0 0 0;
		font-size: 9px;
		color: #4796E9;
		}
		
		#wrapper>#footer p { margin: 0; padding: 15px 0 15px 0; } /* FF Specific */
		
		#footer p a {
			color: #4796E9;
			text-decoration: underline;
			}
			
			#footer p a:hover { color: #4796E9; text-decoration: none; }
			
			
			
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
		Thanks very much for downloading Day Dream. Jim Whimpey, fightingfriends.com
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		