/* css style for steffen-mueller.net based on the     */
/* css Zen Garden default style v1.01                 */
/* css which was released under                       */
/* Creative Commons License                           */
/* http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* Supposedly, this file is availlable under the same license. */
/* Modifications done by Steffen Mueller in 2006, 2007 */

/* The original Zen Garden style included the following copyright statement: */
/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find */
/* it easier to start from scratch. */

body { 
	font: 12pt/16pt georgia; 
	color: #555753; 
	background: #fff /*url(blossoms.jpg) no-repeat bottom right */;
	margin: 10px; 
	}
p { 
	font: 12pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1, h1:hover, h1:active { 
	font: italic bold 26pt georgia; 
	letter-spacing: 2px;
/*	padding-left: 11px;*/
/*	padding-top: 3px;*/
/*	margin-bottom: 8px;*/
	color: #7D775C;
	background: #fff /*url(h1.png) no-repeat center left*/;
	}
h2, h2:hover, h2:active { 
	font: italic normal 20pt georgia; 
	letter-spacing: 1px; 
/*	margin-bottom: 8px; */
	color: #7D775C;
	}
h3 { 
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
/*	margin-bottom: 8px; */
	color: #7D775C;
	}
h4 {
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
/*	margin-bottom: 8px; */
	color: #7D775C;
}
h5 {
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
/*	margin-bottom: 8px; */
	color: #7D775C;
}
h6 {
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
/*	margin-bottom: 8px; */
	color: #7D775C;
}
ul {
	list-style: none;
}
ul li {
	background: transparent url(bullet.png) no-repeat top left;
	padding-left: 17px;
	padding-top: 0px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B4805F;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #C09F8A;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #F0895B;
	}
pre {
	margin: 30px;
	color: #353530; 
	background: #E8DFD5;
	border: 1px solid #B4805F;
	padding: 10px;
	white-space: pre;
}

blockquote {
	margin-left: 5%;
	margin-right: 4%;
	font: italic bold 12pt georgia; 
	/*background: transparent url(startquote.gif) left top no-repeat;*/
	text-align: left;
	margin-top: 25px;
	margin-bottom: 30px;
}

blockquote p {
	font: italic bold 12pt georgia; 
	padding: 0 10px 0 10px;
	margin-bottom: 8px;
	line-height: 1.4em;
	font-size: 100%;
	/*background: transparent url(equote.gif) right bottom no-repeat;*/
	text-align: left;
}

cite {
	font-style: normal;
	font-size: 90%;
}
