<?php
	session_start();
	if(!isset($_SESSION['css'])) {
		die("No direct access to stylesheet. Sorry.");
	}
	header("Content-type: text/css");
?>
/*
Theme Name: edelicious Theme deluxian
Theme URI:
Description: Blubb.
Version: A
Author: Sebastian Ruhleder <sebastian@deluxian.org>
Designer: Eduard Anton <ede@edelicious.de>
Tags:
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ margin:0; padding:0; font-size:100%; font-weight:normal; }

body										{ padding:50px 0px; background:#e0e0e0; font:16px Molengo, "Lucida Sans", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }

/* MAIN IDs AND CLASSes */
#wrapper									{ width:760px; margin:0 auto; background:#fff; overflow:hidden; }
#header										{ margin:0 auto; background:url('images/bg.png') no-repeat bottom; width:760px; height:180px; position:relative; }
#nav-wrapper								{ background:#e0e0e0; }
#navigation									{ overflow:hidden; width:760px; min-height:300px; margin:0px auto; padding:10px 0px 40px 0px; background:#000; clear:both; -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; }
#pagebar									{ width:500px; margin:80px auto; }

/* POST PREVIEW */
.post-preview								{ width:760px; height:300px; position:relative; margin:80px 0px; }
.post-preview .content						{ width:500px; height:300px; position:relative; margin:0 auto; border:1px solid #666; }
.post-preview .content .inner-text			{ width:500px; height:300px; background:#000; color:#fff; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.post-preview .bg-1							{ background:url('images/post-bgs/1.png') no-repeat center; color:#fff; }
.post-preview .comments-nr					{ position:absolute; top:-47px; left:83px; display:block; width:94px; height:94px; background:url('images/elements/e.png') no-repeat center; text-align:center; }

.post-preview .content .inner-text .space	{ position:absolute; left:70px; top:20px; }
.post-preview .content .inner-text h1		{ font-family: 'Yanone Kaffeesatz', arial, serif; font-size:30px; font-weight:bold; padding-bottom:20px; }
.post-preview .content .inner-text h1 a		{ text-decoration:none; border:none; }
.post-preview .content .inner-text p		{ padding-bottom:20px; padding-right:20px; font-weight:normal; }
.post-preview .content .inner-text a		{ color:#fff; text-decoration:none; border-top:1px solid #fff; border-bottom:1px solid #fff; }
.post-preview .content .inner-text a:hover	{}
.post-preview .content .inner-text a.permalink	{ }

.post-preview .comments-nr span				{ line-height:135px; color:#fff; font-size:20px; }
.post-preview .comments-nr span a			{ text-decoration:none; color:#fff; display:block; width:94px; height:94px; }

/* BOTTOM NAVIGATION */
#navigation ul.categories					{ width:700px; list-style:none; font-size:14px; }
#navigation ul.categories li				{ float:left; text-align:center; height:30px; line-height:30px; }
#navigation ul.categories li:first-child	{ padding-left:5px; }
#navigation ul.categories li a				{ display:block; padding:0px 10px; text-decoration:none; color:#fff; }
#navigation ul.categories li a:hover		{ color:#000; background:#fff; }
#navigation ul.categories li span			{ color:#fff; padding:0px 10px; font-weight:bold; }

#navigation ul.list							{ margin-top:30px; width:200px; list-style:none; font-size:14px; float:left; }
#navigation ul.list ul						{ margin:0; padding:0; }
#navigation ul.list ul li a					{ }
#navigation ul.list li						{ }
#navigation ul.list li a					{ padding-left:10px; display:block; width:200px; margin:0 25px; text-decoration:none; color:#fff; height:30px; line-height:30px; }
#navigation ul.list li a:hover				{ background:#fff; color:#000; }
#navigation ul.list li h2,span				{ color:#ccc; font-size:20px; width:200px; margin:0 25px; color:#fff; font-weight:bold; height:30px; line-height:30px; }
#navigation ul.list li.distance				{ padding-top:20px; }

#navigation ul.tweetlist							{ margin-top:30px; width:200px; list-style:none; font-size:14px; float:left; }
#navigation ul.tweetlist ul						{ margin:0; padding:0; color:#fff; list-style-type:square; }
#navigation ul.tweetlist ul li a					{ }
#navigation ul.tweetlist li						{ padding-bottom:10px; }
#navigation ul.tweetlist li a					{ text-decoration:none; color:#fff; }
#navigation ul.tweetlist li a:hover				{ background:#fff; color:#000; }
#navigation ul.tweetlist li h2,span				{ color:#ccc; font-size:20px; width:200px; margin:0 0px; color:#fff; font-weight:bold; height:30px; line-height:30px; }
#navigation ul.tweetlist li.distance				{ padding-top:20px; }

/* HEADER NAVIGATION */
#header ul									{ position:absolute; list-style:none; clear:both; top:115px; left:500px; }
#header ul li								{ float:left; height:20px; line-height:30px; }
#header ul li a								{ display:block; color:#333; text-decoration:none; padding:0px 10px; }
#header ul li a img							{  border:0 none; }
#header ul li a:hover						{ color:#fff; }
#header #searchbar							{ position:absolute; top:80px; right:0px; }
#header #searchbar input,button				{ border:1px solid #000; }
#header a#overlay							{ position:absolute; top:0px; left:0px; height:200px; width:400px; text-decoration:none; color:#fff; display:block; }

/* POST */
.post										{ width:600px; margin:0 auto; padding:50px 0px; position:relative; }
.post h2.caption							{ position:absolute; top:30px; right:0px; font-size:14px; font-weight:normal; }
.post h1									{ font-family: 'Yanone Kaffeesatz', arial, serif; font-size:36px; }
.post h1 a									{ text-decoration:none; }
.post h1 a:hover							{ background:none; color:#000; }
.post a										{ color:#000; }
.post a:hover								{ background:#000; color:#fff; text-decoration:none; }
.post p										{ padding:10px 0px; line-height:20px; text-align:justify; }
.post ul,ol									{}
.post img									{ display:block; margin:0 auto; }
.flattr									{  }

/* RESPONSE */
#response									{ width:600px; }
#response .comment							{ width:100%; clear:both; padding:30px 0px; overflow:hidden; }
#response .comment .who						{ float:left; width:20%;}
#response .comment .comment-text			{ min-height:50px; position:relative; color:#fff; width:80%; float:left; background:#333; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
#response .comment .comment-text .arrow		{ position:absolute; top:10px; left:-25px; background:url('images/elements/triangle.png') no-repeat; width:25px; height:30px; }
#response .comment .comment-text p			{ padding:10px; text-align:left; }
#response .comment .who img					{ margin:0; padding:0; }
#response .comment .who a					{ font-weight:bold; text-decoration:none; }
#response .answer							{ width:80%; margin-left:auto;}

/* ANSWER */
#answer										{ width:600px; margin:0 auto; padding-top:40px; overflow:hidden; }
#answer h1									{ font-size:20px; }
#answer input,textarea						{ border:1px solid #000; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
#answer textarea 							{ float:left; }
#answer textarea + input 					{ float:left; }

/* PAGEBAR UGLY */
.fix {
	clear: both;
}

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #000000;
	text-decoration: none;
	padding: 0.2em 0.5em;
	color: #000000;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: none;
	padding: 0.2em 0.5em;
	font-weight: normal;
	background: #000000;
	color: #fff;
}

.pagebar a:hover {
	background: #000;
	color: #fff;
}

.pagebar .inactive {
   border: 1px solid #000000;
   color: #000000;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

