html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	vertical-align:baseline;
	background-repeat:no-repeat;
}

body {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	vertical-align:baseline;
	background-repeat:no-repeat;
	background-color:#131313;
	font-family:Helvetica, Arial, sans-serif;
	color:black;
	font-size:24px;
}

a {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	vertical-align:baseline;
	background-repeat:no-repeat;
	color:#000;
}

#para {
	position:relative;
	overflow:hidden;
	width:430px;
	height:20px;
}

pre {
	color:#000;
}

a.external {
	background-image:url(external.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:16px;
}

a.youtube {
	background-image:url(youtube.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:18px;
}

a.google {
	background-image:url(google.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}

#wrapper {
	margin:0 auto;
	width:710px;
	border-right:30px solid;
	border-top:30px solid;
	border-left:30px solid;
	border-left-color:#131313;
	border-right-color:#333;
	border-top-color:#1e1e1e;
}

#header {
	padding:20px;
	margin:5px 0 25px 0;
	background-color:#000;
}

#header h1 {
	font-size:70px;
	letter-spacing:-4px;
}

#header p em {
	color:#fff;
	font-style:normal;
	letter-spacing:-1px;
	background-color:#f09;
}

#header h1 a {
	text-decoration:none;
	padding:1px;
}

#content {
	margin:0 0 50px 0;
}

#content .entry {
	line-height:32px;
	clear:both;
}

#content .entry_body {
	background-color:#fdf9ed;
	width:520px;
	float:right;
	padding-bottom:30px;
	margin-bottom:20px;
	border-bottom:10px solid #333;
	border-right:10px solid #1e1e1e;
	border-top:10px solid #eee;
}

#content h2 {
	margin:25px 0 25px 0;
	padding:0 0 1px 0;
	clear:both;
	letter-spacing:-3px;
}

#content #h3 {
	margin:25px 0 25px 0;
	padding:0 0 1px 0;
}

#content p, #content ul, #content dl {
	padding:20px 10px;
}

#content blockquote {
	padding:20px 10px;
	font-style:italic;
}

#content img, #content object {
	display:block;
	margin:0 auto;
}

#content .entry_body a {
	background-color:#ff0071;
	text-decoration:none;
	border-bottom:2px solid #fff;
}

#content a img {
	border:none;
	text-decoration:none;
}

#content .entry_body a:hover {
	border-color:#000;
}

#content h3 {
	clear:both;
	letter-spacing:-3px;
}

#content .entry h2 span a, #content .entry h2 span.single {
	text-decoration:none;
	line-height:60px;
	border-bottom:3px solid #fdf9ed;
	border-top:3px solid #fdf9ed;
	border-left:3px solid #fdf9ed;
	font-size:50px;
	padding:0 15px 0 30px;
	color:#000;
	background:url(h2.gif) left center no-repeat #a839b2;
	border-right:3px solid #131313;
}

#content .entry h2 a:hover {
	border-top-color:#fdf9ed;
	border-left-color:#fdf9ed;
	border-right-color:yellow;
	border-bottom-color:#fdf9ed;
}

#content .entry ul {
	margin:20px;
}

#content .entry li {
	padding:5px 0;
}

#content ul#pagination {
	list-style-type:none;
	margin:0 0 30px 0;
	padding:10px;
}

#content ul#pagination li {
	width:50%;
	text-align:center;
	margin:0;
	padding:0;
	line-height:normal;
}

#content ul#pagination li.prev {
	float:left;
	text-align:left;
}

#content ul#pagination li.next {
	float:right;
	text-align:right;
}

#content ul#pagination li a {
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	text-decoration:none;
	border:none;
	color:#ffdf10;
}

#content ul#pagination li a:hover {
	text-decoration:underline;
}

#content ul#pagination li.next a {
	background-image:url(arrow_right.gif);
	background-position:right;
	padding-right:16px;
	padding-left:2px;
}

#content ul#pagination li.prev a {
	background-image:url(arrow_left.gif);
	background-position:left;
	padding-left:25px;
	padding-right:2px;
}

#content dd {
	background-color:#fffc47;
	padding:2px 5px;
	text-align:right;
}

#content pre {
	padding:10px;
	font-family:monospace;
}

#content code {
	font-size:16px;
}

#content p.metainfo {
	color:#fff;
	float:left;
	width:150px;
	line-height:normal;
	padding:70px 10px 5px 10px;
	font-size:18px;
	text-align:right;
}

#content #comment {
	border-top:2px dotted #333;
	margin:40px 0;
}

#content h3 span {
	font-size:36px;
	background:url(comment.gif) left center no-repeat #b8ff01;
	padding-left:20px;
}

#content #comment ol {
	list-style-type:none;
}

#content form#commentform {
	padding:10px;
}

#content form#commentform legend {
	background-color:#b8ff01;
}

#content textarea {
	width:100%;
}

#content #imprint {
	background-color:#fff;
}

#footer {
	text-align:right;
	font-size:23px;
	padding:40px 0 0 20px;
	clear:both;
	color:#222;
}

#footer p {
	padding-right:50px;
}

#footer a.imprint {
	text-decoration:none;
	color:#222;
	float:right;
	line-height:10px;
	font-size:130px;
}

#footer a.imprint:hover {
	color:#ff0071;
}

.clear {
	clear:both;
}

#popup, #popupgallery {
	position:absolute;
	z-index:2;
	overflow:auto;
	text-align:center;
	background-color:#fff;
	border:5px solid #2f2f2f;
	border-right-color:yellow;
}

#info {
	position:absolute;
	background:#fff;
	left:0;
	top:0;
	width:100%;
}

#popup img {
	vertical-align:bottom;
}

#overlay {
	z-index:1;
	width:100%;
	background:#000;
	top:0;
	left:0;
	position:absolute;
	opacity:0.90;
}

.haha {
	unicode-bidi:bidi-override;
	direction:rtl;
}