/*
 * Theme Name: Geek's Choice Default
 * Theme URI: http://www.geek-blog.de
 * Description: Geek's Choice default theme
 * Author: Florian Löffler
 * Author URI: http://www.geek-blog.de
 * Version: 1.0.0
 */

html {
}

body {
	background: #666666;
	font-family: Lucida Grande, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/* Links */
a {
	font-size: 13px;
	color: #00CC00;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #55EE55;
}

/* Bilder */
img {
	margin: 5px 10px 5px 10px;
	border: 0;
}

.content img {
	max-width: 460px;
	/*width: expression(this.width > 460 ? 460: true);*/
}


/* Inline Bilder am Textanfang */
.content img.inline_left,.content img.logo_left {
	max-width: 150px;
	float: left;
}

.content img.inline_right,.content img.logo_right {
	max-width: 150px;
	float: right;
}

/* Screenshots im Textfluss */
.content img.screenshot_left {
	max-width: 250px;
	max-height: 250px;
	float: left;
}

.content img.screenshot_right {
	max-width: 250px;
	max-height: 250px;
	float: right;
}


/* Zitate */
blockquote, blockquote.bq_left {
    margin: 15px 30px 0 10px !important;
    padding-left: 20px !important;
    border-left: 5px solid #FF9900 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}
blockquote.bq_right {
    margin: 15px 10px 0 30px !important;
    padding-right: 20px !important;
    border-right: 5px solid #FF9900 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

/* Wrapper für gesamten Seitencontent */
#rap {
	background: #222222;
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 100%;
}

/* Header Logo */
table#header {
	background: url(images/header.png);
}
td#header {
	width:100%;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-repeat: no-repeat;
}


/* Blogueberschrift im Header */
h1#header a {
	position: relative;
	top: 25px;
	left: 30px;
	font-size: 20px;
	background: transparent;
	padding: 0;
	margin: 0;
	color: #EEEEEE;
	text-decoration: none;
}
h1#header a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

#description {
	position: relative;
	bottom: 0px;
	left: 100px;
	font-size: 10px;
	padding: 0;
	margin: 0;
	color: #EEEEEE;
	text-decoration: none;
}

/* Fusszeile/Credits */
p.credit {
	color: #FFFFFF;
	background: #000000;
	border-top: 1px solid #DFDFDF;
	clear: both;
	font-size: 14px;
	margin: 0;
	padding: 16px 0 17px 0;
	text-align: center;
	width: 100%;
}
p.credit a {
	color: #ffffff
}
p.credit a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
}


/* Suchleiste */
#search_container {
	width: 980px;
	background: #141414;
	color: #FFFFFF;
	padding: 10px;
}
#search_container form {
	text-align: right;
}
#search_container form input {
	border: 1px;
}


/* RSS-Feeds */
#rss {
	float: right;
	width: 76%;
	padding: 20px 0 0 2% ;
	color: #FFFFFF;
	width: 100%;
	padding: 0;
	margin: 0;
}

#rss div.RSS_block {
	float:left;
	padding: 0 2% 1% 1%;
	width: 47%;
	height: 170px;
}
	#rss div.RSS_block h3 {
		font-size: 18px;
		padding: 0 0 0 0;
		margin:0;
	}
	#rss div.RSS_block span, div.RSS_block span a {
		margin: 5px 0 0 0;
		text-align: right;
		font-size: 10px;
	}
	#rss div.RSS_block span a:hover {
		font-size: 10px;
	}
	#rss ul {
		/*display: outside;*/
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

/* Contentbereich */
#content {
	float: right;
	width: 750px;
	padding: 10px 10px 20px 10px;
	color: #FFFFFF;
	font-size: 13px;
}


/* Artikel/Posts */
#content div#posts, #content div#page {
	background-color: #333333;
	padding: 10px 1% 10px 1%;
}

	/* einzelner Post */
	#content div#posts div#post {
	}

		/* Titel */
		#content div#posts div#post h1.title, #content div#page h1.title {
			font-size: 16px;
			margin:  0;
			padding: 0;
			color: #FF9900;
		}
		#content div#posts div#post h1.title a, #content div#page h1.title a{
			font-size: 16px;
			color: #FF9900;
			text-decoration: none
		}
		#content div#posts div#post h1.title a:hover, #content div#page h1.title a {
			font-size: 16px;
			color: #FF9900;
			text-decoration: none
		}

		/* Datum */
		#content div#posts div#post h2.date {
			font-size: 10px;
			font-family: Lucida Grande, Verdana, sans-serif;
			font-size: 13px;
			color: #666666;
			margin: 0;
			padding: 0;
		}
		
		/* Sprachen */
		ul.languages {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		ul.languages li {
			display: inline;
		}
		div#sidebar div#menu div#content ul.languages li.language_item img {
			float: left;
		}
		ul.languages li.language_item img {
			width: 35px;
			padding: 1px;
		}
		ul.languages li.current_language_item img {
			padding: 1px;
			border: 2px solid #FF9900;
		}

		/* Metainformationen */
		div.meta, div.meta a {
			font-size: 10px;
		}

		/* Post-/Artikel-Inhalt */
		#content div#posts div#post div.content, #content div#page div.content {
		}
		
			/* Absatzueberschriften */
			#content div#posts div#post div.content strong, #content div#page div.content strong {
				text-decoration: underline;
				color: #FF9900;
			}

			/* Absaetze */
			#content div#posts div#post div.content .group, #content div#page div.content .group {
				margin: 10px 0 0 0;
				padding: 5px 5px 5px 5px;
				background-color: #292929;
				width: 720px;
			}

			/* Codestuecke */
			#content div#posts div#post div.content code, #content div#page div.content code {
				font-weight: normal;
				font-family: courier, monospace;
				color: cyan;
			}

		/* Feedback */
		#content div#posts div#post div.feedback {
			font-size: 13px;
		}
	
	/* Kommentarüberschrift */
	#content div#posts h2#comments, #content div#page h2#comments {
		color: #FFFFFF;
		font-size: 13px;
	}
	
	/* Kommentar posten - Überschrift */
	#content div#posts h2#postcomment, #content div#page h2#postcomment {
		color: #FFFFFF;
		font-size: 13px;
	}
	

/* Kommentarliste */
#content #commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}

	#content #commentlist li {
		margin-bottom: 10px;
	}

	#content #commentform input, #content #commentform textarea {
		background: #FFFFFF;
		color: #000000;
		border: 1px solid #000000;
		font-size: 13px;
		padding: 2px;
	}

	#content #commentform textarea {
		height: 150px;
		width: 90%;
	}






/* Sidebar  */
div#sidebar {
	padding: 10px 0px 20px 10px;
	margin: 0;
	float: left;
}


	div#menu {
		width: 210px;
		padding: 5px 5px 5px 5px;
		background-color: #333333;
		overflow: hidden;
	}

		div#menu div#content {
			width: 200px;
			padding: 5px 5px 5px 5px;
		}

			/* Suchfeld */
			div#menu div#content #searchform {
				padding: 0;
				margin: 0;
			}
			div#menu div#content #searchform input {
				background: #FFFFFF;
				border: 1px solid #000000;
				font-size: 15px;
				padding: 0;
				margin: 0 0 5px 0;
			}

			/* neueste Kommentare */ 
			div#menu div#content div.recent_comments {
				text-align:center;
				padding: 0;
			}
			div#menu div#content div.recent_comments h2 {
				font-size: 15px;
				font-weight: bold;
				color: #FF9900;
				padding: 0;
				margin: 0;
			}

			/*	Abschnitte in der Sidebar */
			div#menu div#content ul {
				list-style-type: none;
				padding: 0;
				margin: 0;
			}
			
				div#menu div#content ul li#block ul li {
					font-weight: normal;
					text-align: left;
					display: block;
					list-style-position: inside;
				}

				div#menu div#content ul li#block {
					padding-bottom: 10px;
				}

					div#menu div#content ul li#block ul li {
						width: 100%;
						list-style-type: none;
						text-align: left;
					}

					div#menu div#content ul li#block h2 {
						border-bottom: 1px solid white;
						width: 100%;
						font-size: 15px;
						font-weight: bold;
						text-align: right;
						color: #FF9900;
						padding: 0;
						margin: 0;
					}

			/* Links */
			div#menu div#content .link a {
			}
			div#menu div#content .current_link a {
				color: #FF9900;
				text-decoration: underline;
			}

.ddop { 
	/*font-size: 80%; */
	/*background-color: #383838;*/
	background-color: #292929;
	border: 1px solid #000000;
	padding: 5px;
	margin: 20px 0 20px 0;
	width: 718px;
}


/* Spam Karma 2 - footer */
div#sk2-footer {
	text-align: center;
}

/* Line wrapping of preformatted text */
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 99%;
}

/* Embedded objects */
object, p.object {
	text-align: center;
}


/* console */
.console {
	background-color: #000000;
	padding: 10px;
}

.hostname {
	color: #FF4444;
	font-weight: bold;
}

.cwd {
	color: #4444FF;
	font-weight: bold;
}



.project_link {
	background-color: #292929;
	border: 1px solid #000000;
	padding: 5px;
	width: 718px;
}

