/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #5F5F5F;
		}

	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */

	body {
		background-image:url("bg2.jpg"); background-repeat:repeat;
		font-size: 11px; /* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #444;
		
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		font-size: 1.1em;
		}

	#wrapper {
		width: 916px;
		margin: 0 auto;
		padding: 50px 0;
		text-align: left;
		font-size: 1.2em;
		}
		
	#header {
	padding:10px;
		border: 4px dashed #fc9713;
		background-color:#FFFFFF;

		}

	#main {
		padding: 50px 0 0;
		}

	#content {
		float:left;
		width: 600px;
		padding: 10px 5px  10px;
		background-color:#FFFFFF;
		border: 4px dashed #bd64fa;
		
		}
		
	#sidebar {
	background-color:#FFFFFF;
		float: right;
		width: 260px;
		padding: 10px 0px 5px;
		color:#A3A3A3;
		border: 4px dashed #a8ed76;
		}
		
	#footer {
		padding: 60px 0;
		*padding: 30px 0;
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}





	/* Header
	----------------------------------------------------------------------------- */

		#header p.description {
			font-size: 1.2em;
			}
			
		ul.mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding: 20px 1px 1px 0;
			/*border-bottom: 1px solid #ccc;*/
			}
		
		.mainmenu li {
			float: left;
			position: relative;
			}
			
		.mainmenu li a {
			_width: 1%;
			height: 40px;
			display: block;
			padding: 25px 15px 0 15px;
			}
		
		.mainmenu li.home a {
			padding-left: 0;
			}
		
		.mainmenu li a:hover {
			text-decoration: underline;
			}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	#content a{
	color: #bd64fa;
	}
		span.date{
		color:#a8ed76;
		font-size:10px;
		
		
		}
	
		#content h2 a:hover {
		text-decoration:underline;

			}
			
			#content .metadata a {
			color:#fc9713;
			border-bottom: 1px solid #ddd;
			}
			
			#content .metadata a:hover {
			border-bottom: 1px solid #a8ed76;
			}
	
		#content p a {
			color: #fc9713;
			padding-bottom: 2px;
			border-bottom: 1px dotted #ddd;
			}
	
		#content p a:hover{
			border-bottom: 1px dotted #666;
			}
			
		#content p a:visited, #content .metadata a:visited {

			}
	
		#content p {
			font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 5px 0;
			color: #444;
			}
	
		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#content .entry {
			padding-top: 10px;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 5px 0 5px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			margin: 10px 0;
			padding: 25px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {

			font-size: 1.2em;
			}
			
		.comment_author a{

		color:#ff5253;

			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}

	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
#sidebar {padding-left:10px; margin-left:20px;}

	#postlist a{
			background: url(icons/page_white_text.gif) left top no-repeat;
			padding-left:20px;
			}
		#postlist a:hover{
			background: url(icons/page_red_text.gif) left top no-repeat;
			}
	
		#sidebar ul {
			margin-bottom: 10px;
			}
			
		
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			color:#fc9713;
			}
		
		#sidebar ul li a {
			line-height: 1.5em;
			color:#bd64fa;
			
			}
		#sidebar ul.children{
		
		margin-bottom: 0px;
		padding-left:6px;
		}
		#sidebar ul li{
		
		padding:0px;
		}
	
		#sidebar ul li a:hover{
			color:#a8ed76;
			}


	#kategorien a{
			background: url(icons/page_white_stack.gif) left top no-repeat;
			padding-left:20px;
			}
		#kategorien a:hover{
			background: url(icons/page_red_stack.gif) left top no-repeat;
			}
			
	#archivlinks a{
			background: url(icons/calendar_view_month.gif) left top no-repeat;
			padding-left:20px;
			}
		#archivlinks a:hover{
			background: url(icons/calendar_view_month_red.gif) left top no-repeat;
			}
			

a.rss{background: url(icons/feed_gray.gif) left top no-repeat;
			padding-left:20px;
			}
			
a:hover.rss{background: url(icons/feed.gif) left top no-repeat;
			}
			
a.delicious{background: url(icons/delicious_gray.gif) left top no-repeat;
			padding-left:20px;
			}
			
a:hover.delicious{background: url(icons/delicious.gif) left top no-repeat;
			}
			
a.wong{background: url(icons/wong_gray.gif) left top no-repeat;
			padding-left:20px;
			}
			
a:hover.wong{background: url(icons/wong.gif) left top no-repeat;
			}
			
a.technorati{background: url(icons/technorati_gray.jpg) left top no-repeat;
			padding-left:20px;
			}
			
a:hover.technorati{background: url(icons/technorati.gif) left top no-repeat;
			}
a.xing{background: url(icons/xing_gray.jpg) left top no-repeat;
			padding-left:20px;
			}
			
a:hover.xing{background: url(icons/xing.jpg) left top no-repeat;
			}
a.icq{background: url(icons/icq_gray.jpg) left top no-repeat;
			padding-left:20px;
			}
			
a:hover.icq{background: url(icons/icq.jpg) left top no-repeat;
			}
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		background: url(images/bullet.gif) center left no-repeat;		
		}




/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {

		font-family: helvetica, arial, sans-serif;
		}

	h1 {
		font-size: 18px;
		color:#fc9713;
		}

	h2 {
		  font-size: 22px;
  font-family: helvetica, arial, sans-serif;
  line-height: 30px;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  color: #fc9713;
  text-decoration: none;
		}
		

	h3 {
		font-size: 1.5em;
		}

	h4 {
		font-size: 1.6em;
		}
		

		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 10px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		}





/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	.pagetitle {
	color:#ff0101;
		display: block;
		padding: 0 0 40px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}


	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
