/*  
Theme Name: Sunburn [de-Sie]
Theme URI: http://www.net-tec.biz/ordner/wordpress-themes-deutsch/
Description: Dunkles aber sch&ouml;nes einspaltiges Wordpress-Theme. Entwickelt von <a href="http://www.fightingfriends.com">FightingFriends</a>, &uuml;bersetzt von <a href="http://www.fightingfriends.com">Jens Kleinholz</a>.
Version: 1.0.1
Author: Jens Kleinholz, Jim Whimpey
Author URI: http://www.net-tec-online.com/
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* IE */
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}

#bg_maker {
	background: #191919 url("./images/bg_x_2.png") repeat-x;
}

#wrapper {
	margin: 0 auto;
	padding: 0 auto;
	width: 900px;
	text-align: left; /* IE */
}

a {
	color: #de7C00;
	text-decoration: none;
}

a:hover,
.post div.comment_link a:hover,
.post h2 a:hover,
.post .entry a:hover,
.post .entrytext a:hover {
	color: #cc3300;
	text-decoration: none;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header_sun {
	width: 900px;
	height: 50px;
}

/*
#header_sun {
	width: 900px;
	height: 50px;
	background: url("./images/header_2.png");
}
*/

#header_text { 
	width: 705px;
	margin: 0 auto;
	text-align: left;
	padding: 0 15px 0 30px;
}

#header_text h1 {
	height: auto;
	font-size: 2.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#header_text h1 a {
	color: #c30;
}

#header_text h1 a:hover {
	color: #fff;
}

#header_text div.description {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width: 490px;
	float: left;
	clear: both;
	margin: 0 0 0 75px;
	padding: 40px 0 40px 30px;
	display: inline; /* IE */
	background: #0A0A0A;
}

.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: 450px;
}

.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;
}

.post div.comment_link { 
	font-size: 0.9em;
}

.post h2 a,
.post div.comment_link a {
	color: #ccc;
}

.post .entry,
.post .entrytext {
	font-size: 0.8em;
	width: 450px;
	clear: both;
	color: #CCC;
	margin: 0 0 18px 0;
}

.post .entry a,
.post .entrytext a {
	color: #666;
}

.post .entry blockquote,
.post .entrytext blockquote  {
	border-left: 6px solid #000;
	padding-left: 8px;
	color: #ccc;
}

.post blockquote,
.post ul,
.post ol {
	margin-left: 20px;
	padding-left: 20px;
}

.post .postmetadata {
	color: #ccc;
	width: 434px;
	font-size: 0.8em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	text-align: center;
	background: #1F1D1D;
	margin: 0;
	clear: both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border: 1px solid #aaa;
	background: #fff;
}

img.alignright {
	margin: 0 0 12px 18px;
	padding: 3px;
	border: 1px solid #aaa;
	background: #fff;
	display: inline;
}

img.alignleft {
	margin: 0 18px 12px 0;
	padding: 3px;
	border: 1px solid #aaa;
	background: #fff;
	display: inline;
}

a img.centered:hover,
a img.alignright:hover,
a img.alignleft:hover {
	background: #ccc;
}

img {
	margin-left: 1px;
	padding-left: 1px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

h4 { 
	font-size: 1.2em;
	font-weight: normal;
	margin: 12px 0 0 0;
	clear: both;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	width: 200px;
	padding: 40px 0 40px 15px;
	float: left;
	display: inline; /* IE */
	color: #666;
	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: #ccc;
	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 #3F3F3F;
	color: #3F3F3F;
	padding: 2px;
	background: #191919;
}
#sidebar li h2.eng_flag {
	background: url(./images/gb.png) no-repeat left 50%;
	padding-left:24px;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		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: #EBAF00;
		margin: 20px 0 10px 0;
		}
	
	.widecolumn .post { margin-bottom: 20px; }	

	



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#comments {
	clear: both;
}

#commentform { margin: 0 0 20px 20px; } 	

	#commentform input, #commentform textarea {
		border: 1px solid #000;
		padding: 3px;
		}
	
		#commentform textarea {
			font-size: 0.8em;
			font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
			}
			
			#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { background: #ddd;}
				#commentform textarea:focus, #commentform #author:focus, #commentform #url:focus, #commentform #email:focus { background: #fff;}

		#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { margin: 0 0 2px 0; }
		
		#commentform #submit { width: 300px; }
		
ol.commentlist {
	font-size: 0.8em;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
	width: 385px;
	}
	
	ol.commentlist li {
		border-top: 1px solid #2F2C2C;
		margin: 0;
		padding: 10px 0 0 0;
		}
		
		#content>ol.commentlist li { padding: 0; } /* FF Specific */



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		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: #000;
	padding: 0;
	}
	
	#footer_bg {
		clear: both;
		width: 100%;
		height: 46px;
		background: url("./images/footer_bg_x.png") repeat-x;
		}

#footer {
	width: 910px;
	height: 46px;
	margin: 0 auto;
}

/*		
		#footer {
			width: 910px;
			height: 46px;
			margin: 0 auto;
			background: url("./images/footer_bg.png");
			}
*/			
			#footer p {
				margin: 0;
				padding: 12px 0 0 0;
				font-size: 0.8em;
				text-align: center;
				color: #000;
				}
				
				#footer p a { color: #000; text-decoration: underline; }
					#footer p a:hover {text-decoration: none; }
				
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		Wp-Contact Form (de)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

form dl, dl.labels {
	margin: 0em;
	font-size: 100%;
	margin-top: 0.5em
}

form dt, dl.labels dt {
	float: left;
	width: 6em;
	margin-bottom: 0.8em;
	text-align: right;
	font-weight: normal;
	position: relative /*IEWin hack*/
}

form dd, dl.labels dd {
	margin-left: 6.5em;
	margin-bottom: 0.8em;
	font-size: 100%;
	font-style: normal;
	padding-left: 0.5em
}

form dd.submit, dl.labels dd.submit  {
	margin-top: 2em
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		Lightbox
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
