/*  
Derivate based originally on the Sunburn theeme by Jim Whimpey
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	body {
		margin: 0;
		padding: 0;
		text-align: center; /* IE */
		font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		background: #000000;
		}
	
		#bg_maker {	background: #0a0b10 url("./images/bg_x_2.png") repeat-x; }
	
			#wrapper {
				margin: 0 auto;
				padding: 0 auto;
				width: 900px;
				text-align: left; /* IE */
				}
			
				a { color: #707A97; text-decoration: none; }
					a:hover, .post div.comment_link a:hover, .post h2 a:hover, .post .entry a:hover, .post .entrytext a:hover { color: #FFFFFF; text-decoration: none; }
				
				
				
				
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
	#header {
		width: 900px;
		height: 180px;
		background: url("./images/header.png"); 
		margin: 0 0 0 5px;
		}

			h1 {
				font-size: 2.3em;
				font-weight: normal;
				text-transform: uppercase;
				margin: 0;
				padding: 0;
				display: inline;
				vertical-align: baseline;
				}
			
					h1 a { color: #707A97; }
					
						h1 a:hover { color: #fff; }
			
				span.description {
					font-size: 0.5em;
					font-weight: normal;
					text-transform: none;
					display: inline;
					vertical-align: baseline;
					color: #CCCCCC;
					}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#content {
		width: 600px;
		float: left;
		clear: both;
		margin: 0 0 0 75px;
		padding: 20px 0 20px 10px;
		display: inline; /* IE */
		background: #181c25;
		}

		.alignleft { margin: 10px 0 0 0; float: left; }
		.alignright { margin: 10px 40px 0 0; float: right; text-align: right; display: inline; }


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.post {
		margin: 0 0 55px 0;
		width: 550px;
		}
	
		.post img 
		{
			margin: 5px 5px 5px 0;
		}

		.post .date {
			width: 43px;
			height: 46px;
			background: url("./images/date.gif");
			float: left;
			margin: 6px 10px 0 0;
			display: inline; /* IE */
			}
		
			.post .date_month {
				font-size: 0.6em;
				text-transform: uppercase;
				text-align: center;
				margin: 2px 0 0 0;
				}
			
			.post .date_day {
				font-size: 1.5em;
				text-align: center;
				margin: 2px 0 0 0;
				}
		
		.post div.title_box {
			float: left;
			margin: 0 0 22px 0;
			display: inline; /* IE */
			}
		
			.post h2 {
				margin: 0;
				padding: 0;
				font-weight: normal;
				font-size: 1.8em;
				width: 100%;
				float: left;
				}
			
				.post div.comment_link { 
					font-size: 0.9em; 
					clear: left;
					}
		
			.post h2 a, .post div.comment_link a { color: #ccc; }
		
			.post .entry, .post .entrytext {
				font-size: 0.8em;
				width: 550px;
				clear: both;
				color: #CCC;
				margin: 0 0 18px 0;
				}
			
				.post .entry a, .post .entrytext a { color: #707A97; }
				
					.post .entry blockquote, .post .entrytext blockquote  {
						border-left: 6px solid #666666;
						padding-left: 8px;
						color: #BBBBBB;
						font-style: italic;
						}
					
						.post blockquote, .post ul, .post ol { margin-left: 20px; padding-left: 20px; }
		
			.post .postmetadata {
				color: #ccc;
				width: 550px;
				font-size: 0.8em;
				border-top: 1px solid #707A97;
				border-bottom: 1px solid #707A97;
				padding: 8px;
				text-align: center;
				background: #0a0b10;
				margin: 0;
				}

			code {
				padding-left: 8px;
			}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#sidebar {
		width: 175px;
		padding: 40px 0 10px 15px;
		float: left;
		display: inline; /* IE */
		color: #666a73;
		margin: 0;
		}
	
		#sidebar li, #sidebar li ul, #sidebar li ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			}

		#sidebar li h2 {
			font-size: 0.9em;
			font-weight: normal;
			margin: 15px 0 8px 0;
			color: #95b4cc;
			padding: 0;
			}
		
			#sidebar li>h2 { margin-left: 15px; } /* Non IE */
		
		
			#sidebar li ul {
				font-size: 0.8em;
				margin: 0 0 20px 25px;
				}
			
				#searchform input {
					width: 120px;
					margin: 0 0 0 25px;
					border: 1px solid #707A97;
					color: #707A97;
					padding: 2px;
					background: #0a0b10;
					}
				
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SINGLE POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.widecolumn h2, .page h2 { 
		font-size: 2.3em;
		margin-bottom: 15px;
		color: #ccc;
		}

		#content h3 { 
			font-size: 1.5em;
			font-weight: normal;
			color: #707A97;
			margin: 20px 0 10px 0;
			}
	
		.widecolumn .post { margin-bottom: 20px; }	

	



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#commentform { margin: 0 0 20px 20px; } 	

		#commentform input, #commentform textarea {
			border: 1px solid #FFF;
			padding: 3px;
			color: #FFFFFF;
			}
	
			#commentform textarea {
				font-size: 0.8em;
				font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
				}
			
				#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #securitycode, #commentform #ueberpruefung,  #commentform #submit { background: #232937;}
					#commentform textarea:focus, #commentform #author:focus, #commentform #url:focus, #commentform #securitycode:focus, #commentform #email:focus { background: #cccccc; color: #181c25; }

			#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { margin: 0 0 2px 0; }
		
			#commentform #submit { width: 300px; }
		#commentform img {
			margin: 5px 5px 5px 0;
		} 
	ol.commentlist {
		font-size: 0.8em;
		list-style: none;
		margin: 0 0 0 30px;
		padding: 0;
		width: 450px;
		}
	
		ol.commentlist li {
			border-top: 1px solid #707A97;
			margin: 0;
			padding: 10px 0 0 0;
			}
		
			#content>ol.commentlist li { padding: 0; } /* FF Specific */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *                      Quotation
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.quotation 
{
                width: 590px;
                float: left;
                clear: both;
                margin: 0 0 10px 75px;
                padding: 0 10px 0 10px;
                display: inline; /* IE */
                background: #181c25;
}
	.quotation h2 
	{
	font-size: 0.8em;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666a73;
	}

	.quotation h3 
	{
	font-size: 0.8em;
	text-align: right;	
	}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		PAGE
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.page h2 { margin: 0 0 15px 0; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH and ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.sanda h2 {
		font-size: 2.3em;
		font-weight: normal;
		margin: 0 0 15px 0;
		}


	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#bar {
		clear: both;
		width: 100%;
		height: 10px;
		background: #0a0b10;
		padding: 0;
		}
	
		#footer_bg {
			clear: both;
			width: 100%;
			height: 50px;
			background: url("./images/footer_bg_x.png") repeat-x;
			}
		
			#footer {
				width: 900px;
				height: 50px;
				margin: 0 auto;
				}
			
				#footer p {
					margin: 0;
					padding: 12px 0 0 0;
					font-size: 0.6em;
					text-align: center;
					color: #acacac;
					}
				
					#footer p a { color: #acacac; text-decoration: underline; }
						#footer p a:hover {text-decoration: none; }


/* Kommentare */

.kommentare a { color: #CCC; text-decoration: none; }
.kommentare a:hover { color: #707A97; text-decoration: none; }


/* Gallery Foo */

/* default style for myGallery  */

.mypicbox {
	margin-top: 10px;
	margin-bottom: 30px;
}

.mypicup {
}

.mygalleryup {
	padding-top: 10px;	
}

.mypicture {
	text-align: center;
	margin: auto;
	
}

.myfooter {
	text-align: center;
}

.mypicback {
	float: left;
}

.mypicfor {
	float: right;
}

.mypicsgallery {
	text-align: center;
	margin-top: 10px;
}

.mygallpic {
	margin-bottom:0px;
	
}

.mypicsgallery a img {
	border: 2px solid  #ffffff;
	padding: 1px;
}

.mypicsgallery a:hover img {
	border: 2px solid  #CC0000;
	padding: 1px;
}


.myrandompic img {
	padding:5px;
	border: 1px solid #666666;
	background: #ffffff;
}
.mygalleryoverview {
	margin-top: 10px;
}

.mygallerygallery {
	height: 130px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.mygallerynames {
	text-align: left;
 	font-family: "Century Gothic",Verdana;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.mygallerypreviewpics {
	float: left;
	margin-right: 12px;
}
.mygallerydescription {
	text-align: left;
	font-size: 1em;
}

.mypicboxentry {
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.mypictureentry {
	text-align: center;
	margin: auto;
}

.mypicsgalleryentry {
	text-align: center;
}

.mygallpicentry {
	margin-bottom:0px;
}

.mypicsgalleryentry a img {
	border: 2px solid  #ffffff;
	padding: 1px;
}

.mypicsgalleryentry a:hover img {
	border: 2px solid  #CC0000;
	padding: 1px;
}

.myinlinepicture {
	text-align:center;
	margin:auto;
	margin-top:10px;
}

.myinlinepictureleft {
	float:left;
	padding-right:10px;
}

.myinlinepictureright {
	float:right;
	padding-left:10px;
}

.myinlinepictureleftclear {
	float:left;
	padding-right:10px;
	padding-top: 10px;
}

.myinlinepicturerightclear {
	float:right;
	padding-left:10px;
	padding-top: 10px;
}

.myinlinepicdescription {
	text-align:center;
	font-size: 0.8em;
	margin-bottom: 0.2em;
}

.myinlinepictureimg {
	border:0px;
}

.mypictureentryimg {
	border:0px;
}

.mygallerypreviewpics img {
	border:0px;
}

.gallerynav {
	
}

.galleryfor {
	float: right;
}

.galleryback {
	float: left;
}

.exifmetalabel {
	font-family: Verdana;
	font-size: 1em;
}

.exifbox {
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 0.85em;
}

.exiflabelone {
	background: #eeeeee;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
}

.exiflabeltwo {
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	
}

.exifdataone {
	font-weight:lighter;
	
}

.exifdatatwo {
	font-weight:lighter;
}


.thumbsnav {
	
}

.thumbsfor {
	float: right;
}

.thumbsback {
	float: left;
}

.thumbscounter {
	color: #666666;
	text-align: center;
	font-size: 0.7em;
	font-family: 'Verdana', 'Geneva', sans-serif;
}

.mypiccounter {
	color: #666666;
	text-align: center;
	font-size: 0.7em;
	font-family: 'Verdana', 'Geneva', sans-serif;
}

.galcounter {
	color: #666666;
	text-align: center;
	font-size: 0.7em;
	font-family: 'Verdana', 'Geneva', sans-serif;
}

.transparent {
	color: #ffffff;	
}
a { border:20px;}


