/*	 
Theme Name: Decent Hippie
Theme URI: http://minimalweb.de
Description: This Theme was specially developed for the site unschooling deutschland
Author: Maurice Kuehlborn
Author URI: http://minimalweb.de/
*/


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background: url(images/background_gradient.gif) repeat-x #0F222C;
}

body, div, p, img, form, label, li, blockquote, ul, li, table, td, th, button, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Helfer */

.clear {
	clear: both;
}

/* Layout */

#wrapper {
	width: 764px;
	margin: 2em auto;
}

/* Typografie */

p, h1, h2, h3, ul, blockquote, table {
	margin: 1em auto 0.5em auto;
}

h1 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.2;
	color: #4387C6;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2; 
	color: #4387C6;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2; 
	color: #4387C6;
}

p {
	font-size: 1.4em;
	color: #0F222C;
}

ul {
	margin-left: 1.2em;
	list-style-type: disc;
	color: #0F222C;
}

#main ul {
	font-size: 1.4em;
}

	#main ul ul {
		margin-top: 0.5em;
		font-size: 1em;
		list-style-type: square;
	}

#content li {
	line-height: 1.1;
	padding: 0.28em 0;
}

blockquote {
	padding-left: 1em;
	border-left: 2px solid #948349;
	font-style: italic;
}

	blockquote * {
		color: #948349;
	}
	
cite {
	font-size: 1.2em;
	font-style: normal;
}

.entry cite {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}


em {
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	color: #133546;
}

strong {
	font-weight: bold;
}

input,
textarea,
select,
option {
	margin: 0;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

button {
	cursor: pointer;
}

i {
	font-style: normal;		/* böse Tags werden nicht zugelassen */
}

b {
	font-weight: normal;		/* böse Tags werden nicht zugelassen */
}

small {
	font-size: .857em;
}

small a {
	font-weight: normal;
}

table {
/*	table-layout: fixed;*/
	width: 100%;
	margin: 1.5em auto 2em auto;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0.35em 7px 0.45em;
	border-bottom: 1px solid #948349;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.2;
}

th {
	border-bottom: 2px solid #133546;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	color: #4387C6;
}

/* Links */

a {
	font-weight: bold;
	text-decoration: none;
	color: #66407B;
	outline: none;
}

	/* Headline Links bei Artikeln */
	
	#main h1 a,
	#main h2 a,
	#main h3 a {
		color: #4387C6;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
		#main #content a:hover {
			color: #66407B;
		}
	
	/* Externe Links */
	
	a.external:hover {
		color: #948349;
	}
	
	/* Besuchte Links */
	
	#main p a:visited,
	#main li a:visited {
		color: #99739B;
		color: #AD8DA5;
	}
	
	#main .feedlinks a:visited,
	#main .postmetadata a:visited {
		color: #66407B;
	}


/* Header */

#header {
	width: 764px;
	position: relative;
	padding-top: 70px;
	margin-bottom: 1em;
	background: url(images/background_header.gif) no-repeat;
}

	#header #title {
		display: block;
		width: 410px;
		height: 45px;
		margin-left: 60px;
		text-indent: -50000px;
		background: url(images/unerzogen-logo.png) no-repeat;
	}
	
	#header #claim {
		height: 75px;
		margin: -10px 0 10px 60px;
		font-size: 1.8em;
		font-weight: bold;
		color: #FFF;
	}

	#header #navigationbar {
		width: 764px;
/*		float: left;*/
		overflow: auto;
		font-size: 1.4em;
		line-height: 3.1;
		font-weight: bold;
		background: url(images/background_navigationbar.gif) 0 bottom no-repeat;
	}
	
	#header #navigation {
		padding-left: 60px;
		position: relative;
		margin: 0 0 0 -0.7em;
	}
		
		#header #navigation li {
			list-style-type: none;
			float: left;
		}
		
		#header #navigation li.current_page_item a {
			background: url(images/background_current.gif) 0 50% repeat-x;
		}
		
		#header #navigation a {
			display: block;
			padding: 0 0.7em;
			border-bottom: 2px solid #FFF;
			text-decoration: none;
			color: #FFF;
		}
		
			#header #navigation a:hover {
				background: #452D51;
			}
		
	#header form {
		position: absolute;
		top: 6px;
		right: 6px;
/*		height: 2.4em;*/
		font-size: 1.2em;
		line-height: 2em;
		color: #99739B;
	}
	
		#header form label {
			display: block;
			margin-left: auto;
		}
		
			#header form label span {
				display: none;
			}
	
		#header form input {
			margin: 0 0 0 0;
			width: 130px;
			font-size: 1em;
		}
		
		#header form button {
			margin-left: 2px;
			vertical-align: middle;
			background: none;
		}


/* Main */

#main {
	clear: both;
	padding-top: 2em;
	margin-top: 1em;
	background: url(images/background_main.gif) no-repeat;
}

	#main #content {
		overflow: hidden;
		padding: 1em 60px;
		background: url(images/background_content.gif) repeat-y #FFF7CB;
	}
	
	#main #content.home {
		overflow: auto;
	}
		
	/* Startseite */
	
		#main #content #primary {
			float: left;
			width: 59%;
		}
		
		#main #content #secondary {
			float: right;
			width: 36%;
		}
		
	.newsection {
		margin-top: 2em;
	}
	
	#main p.intro {
		font-weight: bold;
	}
	
	#main ul.teaserlist,
	#main ul.recent-comments {
		list-style-type: none;
		margin-left: 0;
	}
	
		#main ul.teaserlist em {
			clear: both;
			float: left;
			padding-right: 0.5em;
			padding: 0 0.5em 0.2em 0;
		}
		
		#main ul.recent-comments li {
				padding-left: 23px;
				background: url(images/kommentar-bubble.gif) 0 0.2em no-repeat;
		}
		
		#main ul.recent-comments small {
			display: block;
			margin: 5px 0 8px;
		}
	
	/* Artikel */
	
		#main #content .post {
			margin-bottom: 6em;
		}
	
		#main #content .metainfo {
			font-size: 1.2em;
			font-weight: bold;
			color: #143547;
		}
		
			#main #content .postmetadata .commentintro {
				padding-left: 21px;
				margin-left: 10px;
				background: url(images/kommentar-bubble.gif) 0 50% no-repeat;
			}
		
		#main #content .postmetadata {
			clear: left;
			font-size: 1.2em;
			font-weight: bold;
			color: #143547;
		}
		
		#main .entry {
		}
		
			#main #content .entry strong {
				font-weight: bold;
			}
		
			#main #content .entry em {
				font-size: 1em;
				font-weight: bold;
				color: #948349!important;
			}
			
		#main .entry img.left, #main .entry img.alignleft {
			float: left;
			margin: 2px 10px 10px 0;
		}
			
		#main .entry img.right, #main .entry img.alignright {
			float: right;
			margin: 2px 0 10px 10px;
		}
		
		#main .commentlist {
			margin-bottom: 5em;
		}
		
			#main .commentlist .comment {
				margin: 4em auto;
				
			}
			
			#main .commentlist .alt {
			}
		
			#main #content .commentmetadata {
				padding-left: 23px;
				background: url(images/kommentar-bubble.gif) 0 50% no-repeat;
				font-size: 1.2em;
				font-weight: bold;
				color: #143547;
			}
			
		#main #commentform {
			padding: 0.5em 58px 3em 58px;
			margin: 3em -58px 0 -58px;
			background: #593D68;
		}
		
			#main #commentform div {
				margin: 0.3em auto;
			}
		
			#main #commentform * {
				color: #FFF;
			}
			
			#main #commentform h2 {
				color: #99739B;
			}
			
			#main #commentform label {
				padding-left: 0.5em;
				font-size: 1.4em;
			}
			
			#main #commentform input {
				width: 50%;
				font-size: 1.4em;
				color: #0F222C;
			}
			
			#main #commentform textarea {
				width: 97%;
				font-size: 1.4em;
				color: #0F222C;
			}
			
			#main #commentform #submit {
				width: 200px;
			}
		
	#main #browse {
		width: 23em;
		height: 4em;
		overflow: auto;
		margin: 1em auto 0 auto;
		font-size: 1.2em;
		line-height: 4em;
		font-weight: bold;
		background: url(images/artikel.gif) 50% 50% no-repeat;
	}
	
		#main #browse #prev {
			float: right;
		}
			
			#main #browse #prev a {
				display: block;
				padding: 0 25px;
				margin-right: 0.7em;
				background: url(images/prev.gif) right 60% no-repeat;
			}
	
		#main #browse #next {
			float: left;
		}
			
			#main #browse #next a {
				display: block;
				padding: 0 25px;
				background: url(images/next.gif) left 60% no-repeat;
			}
	
	#main #pagenavi {
		width: 764px;
		padding: 1em 0;
		margin-bottom: 1em;
		overflow: auto;
		clear: both;
		background: url(images/background_pagenavi.gif) left bottom no-repeat;
	}
	
		#main #pagenavi #nachoben {
			display: block;
			width: 32px;
			height: 32px;
			margin-right: 1em;
			float: right;
			text-indent: -5000px;
			background: url(images/nach-oben.gif) -32px 0 no-repeat;
		}
		
			#main #pagenavi #nachoben:hover {
				background-position: 0 0;
			}
			
	/* Artikelübersicht */
	
	#main #content .categorybox {
		width: 302px;
		margin-right: 20px;
		float: left;
	}
	
		#main #content .categorybox ul {
			margin: 0.2em 0 0.5em 0;
		}
	
#ad-banner {
	clear: both;
	padding-top: 3em;
	text-align: center;
}
	
#footer {
	height: 74px;
	padding: 0 20px;
	margin-bottom: 2em;
	font-size: 1.2em;
	line-height: 70px;
	background: url(images/background_footer.gif) no-repeat;
	color: #FFF;
}
	
	#footer a {
		color: #FFF;
		font-weight: normal;
	}

	#footer .feedlinks {
		display: block;
		float: right;
		line-height: 70px;
	}
	
		#footer a {
			font-weight: bold;
		}
	
		#footer .feedlinks a {
			padding: 10px 0 10px 26px;
			margin: 0 0.3em 0 0.3em;
			background: url(images/feedicon.gif) 0 50% no-repeat;
		}
		
		#content .feedlinks {
			margin-left: 0;
			list-style-type: none;
		}
		
		#content .feedlinks a {
			padding: 10px 0 10px 21px;
			font-weight: bold;
			background: url(images/feedicon-small.gif) 0 50% no-repeat;
		}


/* Magazin Teaser */

#magazin p {
	margin-top: 0;
}

#magazin-teaser {
	display: block;
	width: 232px;
	height: 228px;
	padding: 11px 0 0 6px;
	background: url(images/magazin-teaser.png) no-repeat;
}

	#magazin-teaser span {
		overflow: hidden;
		display: block;
		width: 150px;
		height: 209px;
	}

	#magazin-teaser img {
	}

/* Specials */

.ddsg-wrapper {
	font-size: 1em;
}

	.ddsg-wrapper ul {
		margin-bottom: 2em;
		margin-left: 0;
	}
	
	.ddsg-wrapper li {
		float: left;
		width: 322px;
	}
	
	.ddsg-wrapper li li {
		float: none;
		width: auto;
		padding-right: 20px !important;
	}
	
	.ddsg-wrapper ul ul {
		float: none;
		font-size: .857em !important;
	}
	
	.archivelist {
		margin-left: 0;
	}

	.ddsg-wrapper li,
	.archivelist li {
		list-style-type: none;
	}

	.ddsg-wrapper li em {
		margin-left: 1em;
	}


#sommerferien {
	width: 205px;
	height: 157px;
	position: absolute;
	right: -50px;
	top: 40px;
	text-indent: -999em;
	background: transparent url(images/sommerferien-2010.png) no-repeat center center;
	cursor: pointer;
}

.hidden {
	display: none;
}




