/*  
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: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, 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;
	background: url("./images/header_2.png");
	}

	#header_text { 
		/* height: 85px; */
		width: 720px;
		margin: 15px auto 0 20px;
		text-align: left;
		padding: 0 15px 15px 15px;
		}
		
		h1 {
			/* height: 65px; */
			font-size: 2.2em;
			font-weight: normal;
			text-transform: uppercase;
			margin: 0;
			padding: 0;
			float: left;
			}
			
				h1 a { color: #fff; }
			
			div.description {
				width: 100%;
				padding: 0 0 20px 0;
				/* height: 65px; */
				font-size: 0.9em;
				font-weight: normal;
				float: left;
				margin: 0px 0 -10px 0;
				display: inline; /* IE */
				/* line-height: 4.2em; */
				}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        Nav 
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*   
body#home ul.nav li#n-home a,
body#archiv ul.nav li#n-archiv a,
body#photos ul.nav li#n-photos a,
body#guestbook ul.nav li#n-guestbook a,
body#chat ul.nav li#n-chat a,
body#ueber ul.nav li#n-ueber a {
        background: url(underline.gif) repeat-x bottom center;

    }
*/

ul.nav {
    font: 1.2em/1.25em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-weight: bold;
    margin: 21px 0 0 20px;
    padding: 0;
	float:left;
    }
    
ul.nav li {
    display: inline;
    font-size: 0.75em;
    float: left;
    height: 3.0em;
    list-style: none;
    }
    
ul.nav li a {
    color: #fff;
    display: block;
    font-weight: normal;
    height: 2.0em;
    padding: 0 1.2em;
    text-align: center;
    width: 3em;
    }

html>body ul.nav li a {
	width: auto;
	}

ul.nav li a:visited {
    color: #fff;
    }
        

ul.nav li a:hover,
ul.nav li a:active {
/*    background: url(underline.gif) repeat-x bottom center; */
    color: #000;
    }

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width: 600px;
	float: left;
	clear: both;
	border: 1px solid #333333;
	margin: 0 0 0 15px;
	padding: 20px 0 20px 20px;
	display: inline; /* IE */
	background: #181818;
	}

/*	.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 15px 35px 0;
	/* width: 450px; */
	}
	
	.post .date {
		width: 65px;
		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: 0px 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: #ddd; }
		
		.post .entry, .post .entrytext {
			font-size: 0.9em;
			/* width: 450px; */
			clear: both;
			color: #ddd;
			margin: 0 0 18px 0;
			}
			
			.post .entry a, .post .entrytext a { color: #CC9966; }
				
				.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;
			}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	width: 230px;
	padding: 0px 0 20px 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;
				}
				
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		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;
		}
		
	#content h3 a { 
		color: #EBAF00;
	}
	
	.widecolumn .post { margin-bottom: 20px; }	

	



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#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;
		}
	
	.search-excerpt {
		font-weight: strong;
		color: red;
	}

	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		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;
			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; }
				

/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/
/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
        float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
        float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */

div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

div.alignright {
        float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

div.alignleft {
        float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		QUICKTAGS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Main Span */
#comment_quicktags {
	text-align: left;
	margin-left: 0;
}
/* Button Style */
#comment_quicktags input.ed_button {
	background: #F4F4F4;
	border: 1px solid #D6D3CE;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	margin: 1px;
	width: auto;
}
/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
	font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
	font-style: italic;
}				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		ARCHIV
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.postspermonth {
	color: #ddd;
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}

.postspermonth a {
	color: inherit;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.wp-caption {
	border: 2px solid #CC9966;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Twitter Plugin */
#twitter-tools .aktt_tweets ul li {
	list-style-type:circle;
}
