/* christianzeelen.de                              */
/* horn@fienehorn.de                               */

/* stylesheet-deklarationen                        */

/* realisierung:                                   */
/* fiene,horn. BŸro fŸr Medien und Kommunikation   */
/*             www.fienehorn.de                    */

/* design:                                         */
/* electricgecko.de                                */




body {
	padding: 0;
	margin: 0;
	background: #fff url(/pool/body_bg.png) repeat-x;
	background-position: top;
	color: #333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11pt;
}

img {border: 0;}



a, a:link, a:active, a:visited {
	color: #333;
	text-decoration: underline;
}


a:hover {
	background-color: #d22a0e;
	color: #fff;
}


p.galerie a {
	background-color: #fff;
	text-decoration: none;
}
	

p.meta a, p.meta a:link, p.meta a:active, p.meta a:visited {
	color: #b1b1b1;
	text-decoration: none;
}


p.meta a:hover {
	color: #333;
	background: transparent;
	text-decoration: none;
}
	

a.image, a.image:link, a.image:active, a.image:visited {
	border: 0;
	text-decoration: none;
}


.hidden {
	text-indent: -8000px;
	overflow: hidden;
}

.nodisplay {
	display: none;
}


/* typography */

p {
	text-align: justify;
	line-height: 17pt;
	margin: 8px 0 8px 0;
}

p.meta {
	color: #b1b1b1;	
	display: inline;
	float: left;
}

span.subtitle {
	text-transform: uppercase;
	color: #959595;
	margin-left: 4px;

}


/* headlines */

h1 {
	font-size: 32pt;
	font-weight: bold;
	letter-spacing: 0.01em;
	background: transparent url(/pool/christianzeelen.gif) no-repeat;
	width: 362px;
	height: 37px;
	margin: 0 0 12px 0;
}


h2 {
	font-size: 14pt;
	font-weight: normal;


}

h3 {
	font-weight: normal;
	font-size: 20pt;
	margin: 0;
	
}


/* site design */

#wrap {
	width: 820px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent;
}

#ribbon {
	width: 101px;
	height: 288px;
	float: right;
	margin: 0 0 16px 85px;
	background: transparent url(/pool/ribbon.jpg) no-repeat;

}

#navigation {
	height: 90px;
}

#sidebar {
	margin: 20px 0 0 0;
	width: 180px;
	float: right;
	clear: both;
	background: transparent;
	text-align: right;
}

#content {
	margin: 40px 0 0 0;
	width: 600px;
}


/* navigation */


#nav {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 28px 0 0 0px;
	text-align: center;
	width: 122px;
	height: 85px;
	background: transparent url(/pool/nav_bg2.jpg) no-repeat;

}

#nav li a {
	color: #d22a0e;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Sans-serif";
	font-size: 14pt;
	text-transform: uppercase;
	text-decoration: none;	
}

#nav li a:hover {
	background: transparent;
	color: #ff912b;
}


/* sidebar */

#sidebar ul {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 14px 0 0 0;
	background: transparent url(/pool/sidebar_line.png) no-repeat;
	background-position: bottom; 
/*	border-bottom: 1px solid #d7d7d7; */
}

#sidebar ul li a, #sidebar ul li a:active, #sidebar ul li a:visited {
	text-decoration: none;
	color: #333;
}

#sidebar ul li a:hover {
	background: transparent;
	text-decoration: none;
	color: #d22a0e;

}


/* foot */

#foot {
	margin: 75px 0 0 0;
	padding: 0 0 15px 0;
}

span.copyright {
	float: right;
	margin-top: 8px;
	color: #b1b1b1;
	
	}


/* blog */

div.post {
	margin: 80px 0 0 0;
}

div.postfoot {
	color: #959595;
	font-size: 10pt;

}

div.postfoot a:link, div.postfoot a:active, div.postfoot a:visited {
	text-decoration: none;
	color: #959595;
}

div.postfoot a:hover {
	background: transparent;
	color: #d22a0e;
}




