/*  
Theme Name:Robin Wood
Theme URI:http://www.robinwood.de/
Description:Robin Wood
Version: 2.0
Author: Sebastian Vollnhals
Author URI: http://vollnhals.info/
*/

/* page */

body {
	
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	
	background-color: #f6f6f6;
	color: #111;

	line-height: 1.6em;
	
}

	/* head */

	#container-head {
		
		display: block;
		position: relative;
		margin: 0px;
		padding: 0px;
		
		width: 100%;
		height: 120px;
		
		background: #193 url(images/head-bg.png) top left repeat-x;
		
		/* background-color: #180; */
		
		
	}
	
		#head {
			
			display: block;
			position: relative;
			margin: 0px;
			padding: 0px;

			width: 960px;
			height: 120px;
			
			margin: 0px auto;			
						
		}
		
			#logo {
				
				display: block;
				position: absolute;
				left: 0px;
				bottom: 20px;
				
				width: 382px;
				height: 70px;
				
				background: transparent url(images/robin-wood.png) top left no-repeat;
				
				cursor: pointer;
				
			}
			
				#logo a {
					
					display: block;
					position: absolute;
					left: 0px;
					top: 0px;
					width: 585px;
					height: 100px;
					margin: 0px;
					padding: 0px;
					
				}
			
				#logo h1,
				#logo h2,
				#logo a span {
					
					display: none;
					visibility: hidden;
					
				}
							
			#shortcuts {

				display: block;
				position: absolute;
				right: 0px;
				top: 0px;

			}

				#shortcuts ul {

					display: block;
					position: relative;
					margin: 0px;
					padding: 0px;
					height: 30px;

				}

					#shortcuts ul li {

						display: block;
						float: left;
						position: relative;
						height: 30px;
						margin: 0px;
						padding: 0px;
						list-style: none;
						font-size: 1.1em;
						margin-left: 3px;

					}

						#shortcuts ul li a {

							display: block;
							text-decoration: none;
							color: #fff;
							height: 30px;
							line-height: 30px;
							margin: 0px;
							padding: 0px 7px;

							-webkit-border-bottom-right-radius: 5px;
							-webkit-border-bottom-left-radius: 5px;
							-moz-border-radius-bottomright: 5px;
							-moz-border-radius-bottomleft: 5px;
							-o-border-radius-bottomright: 5px;
							-o-border-radius-bottomleft: 5px;
							border-bottom-right-radius: 5px;
							border-bottom-left-radius: 5px;

						}

						#shortcuts ul li.active a,
						#shortcuts ul li:hover a {

							color: #062;
							-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
							background: #fff url(../images/fade-bottom.png) top left repeat-x;

						}
							
			#buttons {
				
				display: block;
				position: absolute;
				right: 0px;
				top: 20px;
												
			}
			
				#buttons a {
					
					display: block;
					position: relative;
					float: left;
					
					width: 50px;
					height: 50px;

					margin: 0px;
					padding: 10px;

					text-decoration: none;
					
					-moz-border-radius: 7px;
					-webkit-border-radius: 7px;
					
				}
				
					#buttons a:hover {
						
						background-color: #063;
						
					}
				
					#buttons a span {
						
						display: none;
						visibility: hidden;
						
					}
					
					#buttons a:hover span {
						
						display: block;
						position: relative;
						visibility: visible;
						
						color: #fff;
						top: 57px;
						left: -25px;
						
						width: 100px;
						text-align: center;
						
						font-size: .9em;
						
					}
					
					#button-home {
						
						background: url(images/button-home.png) 10px 10px no-repeat;
						
					}
				
					#button-shop {
						
						background: url(images/button-shop.png) 10px 10px no-repeat;
						
					}
				
					#button-newsletter {
						
						background: url(images/button-newsletter.png) 10px 10px no-repeat;
						
					}
				
					#button-rss {
						
						background: url(images/button-rss.png) 10px 10px no-repeat;
						
					}
				
					#button-kontakt {
						
						background: url(images/button-kontakt.png) 10px 10px no-repeat;
						
					}
				
					#button-spende {
						
						background: url(images/button-spende.png) 10px 10px no-repeat;
						
					}

	/* menu */
				
	#container-menu {

		display: block;
		position: relative;
		margin: 0px;
		padding: 0px;

		width: 100%;

		background: #180 url(images/fade-bottom.png) top left repeat-x;
		
	}
	
		#menu {
			
			display: block;
			position: relative;
			margin: 0px;
			padding: 0px;

			width: 960px;
			height: 39px;
			overflow: hidden;
			
			margin: 0px auto;			
			
		}
			
			#menu ul {
				
				display: block;
				position: relative;
				margin: 0px;
				padding: 4px 5px 0px;
				height: 35px;
				
			}
			
				#menu ul li {
					
					display: block;
					float: left;
					position: relative;
					height: 25px;
					margin: 0px 3px;
					padding: 3px 7px 7px;
					
					list-style: none;
					
					font-size: 1.3em;
					
					-o-border-radius-topleft: 7px;
					-moz-border-radius-topleft: 7px;
					-webkit-border-top-left-radius: 7px;
					border-top-left-radius: 7px;
					
					-o-border-radius-topright: 7px;
					-moz-border-radius-topright: 7px;
					-webkit-border-top-right-radius: 7px;
					border-top-right-radius: 7px;
										
				}
				
					#menu ul li a {
						
						color: #fff;
						text-decoration: none;
						
					}
					
				#menu ul li.active,
				#menu ul li.current_page_item,
				#menu ul li.current_page_ancestor,
				#menu ul li.current_page_parent,
				#menu ul li.current-cat,
				#menu ul li.current-cat-parent,
				#menu ul li.current-cat-ancestor {
					
					background-color: #fff;
					background-image: none !important;
					
					-o-box-shadow: 0px 0px 4px #333;
					-moz-box-shadow: 0px 0px 4px #333;
					-webkit-box-shadow: 0px 0px 4px #333;
					box-shadow: 0px 0px 4px #333;
					
					
				} 

				#menu ul li:hover {
			
					background: #fff url(images/fade-top.png) 0px 15px repeat-x;
					
					-o-box-shadow: 0px 0px 4px #333;
					-moz-box-shadow: 0px 0px 4px #333;
					-webkit-box-shadow: 0px 0px 4px #333;
					box-shadow: 0px 0px 4px #333;
					
			
				} 

					#menu ul li.active a,
					#menu ul li.current_page_item a,
					#menu ul li.current_page_ancestor a,
					#menu ul li.current_page_parent a,
					#menu ul li.current-cat a,
					#menu ul li.current-cat-parent a,
					#menu ul li.current-cat-ancestor a,
					#menu ul li:hover a {
					
						color: #062;
					
					} 
	
	/* submenu */
					
	#container-submenu {

		display: block;
		position: relative;
		margin: 0px;
		padding: 0px;

		width: 100%;

		background-color: #fff;
		
	}

		#submenu {
		
			display: block;
			position: relative;
			margin: 0px;
			padding: 0px;

			width: 960px;
		
			margin: 0px auto;			
		
		}
		
			#submenu ul {
			
				display: block;
				position: relative;
				margin: 0px;
				padding: 7px 0px 0px;
				height: 34px;
			
			}
		
				#submenu ul li {
				
					display: block;
					float: left;
					position: relative;
					height: 20px;
					margin: 0px;
					padding: 0px 2px 7px;
				
					list-style: none;
				
					font-size: 1.2em;				
				
				}
				
					#submenu ul li.current-menu-item a,
					#submenu ul li.current-category-ancestor a,
					#submenu ul li.current-cat a,
					#submenu ul li.current_page_item a,
					#submenu ul li.current_page_ancestor a,
					#submenu ul li.current_page_parent a {
						
						background-color: #eee;
						color: #333;
						
					}
			
					#submenu ul li a {
					
						color: #555;
						text-decoration: none;
						padding: 3px 7px;
						-moz-border-radius: 4px;
						-webkit-border-radius: 4px;
						
					
					}
					
						#submenu ul li a:hover {
							
							color: #111;
							
						}

	/* content */

	#container-content {

		display: block;
		position: relative;
		margin: 0px;
		padding: 0px;

		width: 100%;

		background: #f6f6f6 url(images/fade-bottom.png) top left repeat-x;

	}

		#content {

			display: block;
			position: relative;
			margin: 0px;
			padding: 0px;

			width: 960px;

			margin: 0px auto;	
			
			min-height: 500px;

		}

		
			/* left */
		
			#main {
				
				display: block;
				position: relative;
				padding: 0px;
				padding-top: 40px;
				padding-bottom: 40px;				
				
			}
			
				#main .page,
				#main .post {
					
					display: block;
					position: relative;
					background-color: #fff;
					padding: 50px 69px 50px 69px;
					margin: 0px 0px 30px;
					width: 560px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					border: 1px solid #eee;
					-moz-box-shadow: 0px 0px 10px #f0f0f0;
					
				}
				
					#main .page .category,
					#main .post .category {
						
						font-weight: bold;
						font-size: 1.1em;
						color: #222;
						float: left;
						margin-right: 10px;
						/*
						background-color: #180;
						padding: 2px 5px;
						-moz-border-radius: 4px;
						-webkit-border-radius: 4px;
						*/
						
					}
										
						#main .page .date,
						#main .post .date {

							font-size: 1em;
							text-align: right;
							color: #333;

						}
				
					#main .page h1,
					#main .post h1 {
						
						display: block;
						position: relative;
						color: #180;
						font-size: 2em;
						line-height: 1.2em;	
						margin: .55em 0em;						
						text-align: left;				
						
					}
					
					#main .page h2,
					#main .post h2 {
						
						display: block;
						position: relative;
						color: #4b0;
						font-size: 1.5em;
						line-height: 1.2em;	
						margin: .55em 0em;
						text-align: left;				
						
					}

					#main .page h3,
					#main .post h3 {
						
						display: block;
						position: relative;
						color: #6d2;
						font-size: 1.3em;
						line-height: 1.2em;	
						margin: .55em 0em;						
						text-align: left;				
						
					}


						#main .page h1 a,
						#main .page h2 a,
						#main .page h3 a,
						#main .page h4 a,
						#main .page h5 a,
						#main .page h6 a,
						#main .post h1 a,
						#main .post h2 a,
						#main .post h3 a,
						#main .post h4 a,
						#main .post h5 a,
						#main .post h6 a {
							
							text-decoration: none;
							color: #180;
							
						}
											
						#main .page h1 a,
						#main .post h1 a {
							
							text-decoration: none;
							color: #180;
							
						}
											
						#main .page h2 a,
						#main .post h2 a {
							
							text-decoration: none;
							color: #4b0;
							
						}
											
						#main .page h3 a,
						#main .post h3 a {
							
							text-decoration: none;
							color: #6d2;
							
						}
											
					#main .page .edit,
					#main .post .edit {

						display: block;
						position: absolute;
						right: 70px;
						top: 0px;

					}

						#main .page .edit a,
						#main .post .edit a {
						
							font-weight: normal;
							font-size: 1.2em;
							color: #fff;
							background-color: #4b0;
							padding: 3px 5px;
							float: left;
							line-height: 1.2em;
							-moz-border-radius-bottomleft: 4px;
							-moz-border-radius-bottomright: 4px;
							-webkit-border-bottom-left-radius: 4px;
							-webkit-border-bottom-right-radius: 4px;
						
						}

					#main .page .entry,
					#main .post .entry {
						
						text-align: justify;
						font-size: 1.1em;
						line-height: 1.6em;
						
					}
			
						#main .page .entry a,
						#main .post .entry a {
						
							color: #3a0;
							text-decoration: none;
						
						}			
					
						#main .page .entry a.more-link,
						#main .post .entry a.more-link {
							
							color: #3a0;
							text-decoration: none;
							font-size: .8em;
							font-style: italic;
							padding: 5px 5px 3px 10px;
							
						}
						
						#main .page .entry ul li,
						#main .post .entry ul li {
						
							list-style-type: square;
							
						}
						
					#main .page .bottom,
					#main .post .bottom {
						
						position: relative;
						border-top: 1px solid #ccc;
						padding: 5px 0px;
						
					}
					
						#main .page .bottom .clear,
						#main .post .bottom .clear {

							display: block;
							position: relative;
							margin: 0px;
							padding: 0px;
							height: 0px;
							clear: both;
						
						}

						#main .page .bottom .author,
						#main .post .bottom .author {

							display: block;
							float: right;
							text-align: right;
							font-size: 1.2em;
							line-height: 1.6em;
							font-style: italic;
							font-weight: bold;
							width: 160px;

						}

							#main .page .bottom .author a,
							#main .post .bottom .author a {

								color: #4b0;
								text-decoration: none;

							}
					
						#main .page .bottom .tags,
						#main .post .bottom .tags {
							
							display: block;
							margin: 0px;
							padding: 0px;
							float: left;
							width: 400px;
							
						}
						
							#main .page .bottom .tags a,
							#main .post .bottom .tags a {
								
								font-weight: normal;
								font-size: .9em;
								color: #ccc;
								line-height: 1.6em;
								padding: 2px 5px;
								
								-o-border-radius: 7px;
								-moz-border-radius: 7px;
								-webkit-border-radius: 7px;
								border-radius: 7px;
										
							}
							
							#main .page .bottom .tags a:hover,
							#main .post .bottom .tags a:hover {
								
								background-color: #4b0;
								color: #fff;
								
							}
							
				.navigate {
					
					
				}
				
					.navigate a {
						
						padding: 4px 10px;
						background-color: #050;
						color: #fff;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						
					}
					
				#main .share {
					
					display: block;
					position: relative;

					background-color: #f9f9f9;
					padding: 10px;
					border: 1px solid #eee;
					
					-o-border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;

					margin: 5px 0px;
					height: 20px;
					
					clear: both;
					
				}
				
					#main .share .facebook { 
					
						display: inline-block;
						position: relative;
						width: 85px;
						margin: 0px;
						padding: 0px;
					
					}

					#main .share .twitter { 
						
						display: inline-block;
						position: relative;
						width: 130px;
						height: 20px;
						margin: 0px;
						
					}

						#main .share .twitter iframe { 

							width: 130px;
							height: 20px;

						}
					
					#main .share .flattr { 
						
						display: inline-block;
						position: relative;
						margin: 0px;
						padding: 0px;
						max-height: 20px;
						overflow: hidden;
						
					}

					#main .share .comments {
						
						display: inline-block;
						position: relative;
						width: 100px;
						height: 18px;
						background-color: #fff;
						border: 1px solid #ccc;
						-moz-border-radius: 4px;
						-webkit-border-radius: 4px;
						margin-right: 5px;						
						
					}
					
						#main .share .comment_count {
							
							display: block;
							position: absolute;
							left: 0px;
							top: 0px;
							width: 30px;
							height: 18px;
							font-size: 20px;
							color: #333;
							text-align: center;
							line-height: 16px;
							
						}
					
						#main .share .comment_label {
						
							display: block;
							position: absolute;
							top: 0px;
							right: 0px;
							width: 70px;
							height: 18px;
							color: #666;
							font-size: .8em;
							text-align: center;
							margin: 0px;
							padding: 0px;
							line-height: 16px;
							
						}

				#main .comments {
					
					
					
				}
				
					#main .comments ul {
						
						list-style: none;
						margin: 0px;
						padding: 0px;
						
					}
					
						#main .comments ul li {
							
							display: block;
							position: relative;
							
							border: 1px solid #eee;
							margin: 5px 0px;
							padding: 10px;
							
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							
						}
						
							#main .comments ul li a {
								
								text-decoration: none;
								color: #4b0;
								
							}
							
							#main .comments ul li .author {
								
								color: #4b0;
								font-weight: bold;
								font-size: 1.1em;
								font-style: normal;
								
							}
							
							#main .comments ul li p {
								
								margin: 0px;
								padding: 5px;
								
							}
							
					#main .comments form {

						display: block;
						position: relative;

						border: 1px solid #eee;
						margin: 5px 0px;
						padding: 10px;

						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;

					}
					
					#main .comments form a {
						
						color: #4b0;
						
					}
					
					#main .comments form textarea {
						
						display: block;
						position: relative;

						border: 1px solid #ccc;
						margin: 10px 5px;
						padding: 3px;

						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
						
					}
					
					#main .comments form input[type=submit] {
						
						padding: 4px 10px;
						background-color: #050;
						color: #fff;
						border-width: 0;
						font-size: 1.3em;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
												
					}
				

			/* right */

			#sidebar {
				
				display: block;
				position: relative;
				margin-top: 40px;
				padding-bottom: 40px;
								
				margin-left: 0px;
				padding-left: 8px;
				border-left: 2px dotted #eee;
				
			}
			
				#sidebar a img {
					
					margin-bottom: 10px;
					
				} 
	
				#sidebar .item {
					
					margin-bottom: 20px !important;
					
				}
			
					#sidebar .item h3 {
						
						color: #180;
						
					}
					
					#sidebar .item ul,
					#sidebar .item div,
					#sidebar .item .tags {
						
						background-color: #fff;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						padding: 10px;
						margin: 0px;
						
					}
					
						#sidebar .item div a,
						#sidebar .item .tags a {
							
							color: #666;
							
						}
						
							#sidebar .item .tags a:hover {
								
								color: #4b0;
								
							}
							
						#sidebar .item ul li {
							
							list-style: none;
							margin: 0px;
							padding: 0px;
							
						}
						
							#sidebar .item ul li a {
								
								color: #4b0;								
								
							}
	
			#sidebar .item .aktt_tweets {
				
				margin: 0px;
				padding: 0px;
				
			}

			#sidebar .item .aktt_tweets ul {
			
				margin: 0px;
				padding: 0px;
				
			}

			#sidebar .item .aktt_tweets li {
				
				border-bottom: 1px dashed #ddd;
				font-size: .9em;
				line-height: 1.2em;
				padding: 5px 15px;
				margin: 0px;
				
			}
			
			#sidebar .item .aktt_tweets li .aktt_tweet_time {
				
				font-size: .7em;
				color: #999;
				
			}
			
			#sidebar .item .aktt_tweets li.aktt_more_updates {
				
				border-width: 0px;
				
			}
	
	/* foot */
			
	#container-foot {

		display: block;
		position: relative;
		clear: both;
		margin: 0px;
		padding: 0px;

		width: 100%;

		background: #180 url(images/fade-bottom.png) top left repeat-x;
		
	}

		#foot {

			display: block;
			position: relative;
			margin: 0px;
			padding: 0px;

			width: 960px;

			margin: 0px auto;			

		}
		
			#foot p {
				
				display: block;
				position: relative;
				margin: 0px;
				padding: 10px 0px;
				text-align: center;
				
				color: #fff;
				
			}
			
				#foot p a {
					
					color: #eee;
					text-decoration: none;
					padding: 1px 5px;
					background-color: #050;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					
				}
				
					#foot p a:hover {
						
						background-color: #030;
						
					}
					
/* general */

a img {
	
	border-width: 0px;
	text-decoration: none;
	
}

a {
	
	text-decoration: none;
	
}

/* wordpress positioning fun */

.alignright {
	
	float: right;
	margin: 10px 0px 10px 10px;
	
}

.alignleft {
	
	float: left;
	margin: 10px 10px 10px 0px;
	
}

.aligncenter {
	
	text-align: center;
	margin: 10px auto;
	
}

/* wordpress caption fun */

.wp-caption {
	
	border: 1px dotted #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	width: 100%;
	
}

	.wp-caption img {
	
		display: block;
		margin: 0px auto;
		
	}

	.wp-caption .wp-caption-text {
		
		font-size: .7em;
		color: #888;
		margin: 5px 0px 0px;
		padding: 0px 10px;
		line-height: 1.2em;
		
	}

blockquote {
	
	margin-left: 20px;
	
}

/* fonts */

h1, h2, h3, h4, h5, h6 {
	
	font-family: "Delicious", "Trebuchet MS", "Helvetica", sans-serif;
	font-weight: 900;
	
}

#menu, #submenu, #shortcuts {
	
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	
}

body {
	
	font-family: "Delicious", "Trebuchet MS", "Helvetica", sans-serif;

}


