/* @override 
	http://a.fdog.org/style.css
*/

@import url("/import/text.css");

@import url("/css/reset.css");

@import url("/css/960.css");

html {
	margin: 0;
	padding: 0;
	}

body {
	color: #020043;
	text-shadow: #7f7f7f 0px 0px 0px;
	margin: 0;
	padding: 0;
	z-index: 0;
	background: #c2b882 none repeat;
	font: 18px/120% "Crimson Text", serif;
	}

#container {
	-webkit-box-shadow: 0px 0px 64px #000;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0px 0px 64px #000;
	-moz-border-radius: 6px;
	background: #f4ebda;
	height: 100%;
	overflow: hidden;
	width: 640px;
	margin: 20px auto;
	}

#sidebar blockquote p.quote {
	font-size: .7em;
	padding-bottom: 1em;
	}

p {
	display: block;
	line-height: 1.2em;
	margin: 1em 12px;
	}

p.first {
	font-style: italic;
	font-size: 1.1em;
	}

#pamphlet p.first:first-letter {
	font-size: 1em;
	vertical-align: baseline;
	font-weight: bold;
	}

#erklaerung p {
	
	}

#pamphlet p {
	text-align: justify;
	line-height: 2em;
	}

#pamphlet p:first-letter {
	font-size: 2em;
	vertical-align: baseline;
	font-weight: bold;
	}
hr {
	margin: 1em;
	clear: both;
	border: 1px ridge gray;
	}

ul,ol {
	line-height: 1.3em;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	}

ul {
	padding-left: 1em;
	}

ol {
	list-style-type: decimal-leading-zero;
	}

li {
	margin-top: .5em;
	margin-bottom: .5em;
	}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #810208;
	}

a:hover {
	text-decoration: none;
	}

a.fnref {
	vertical-align: super;
	font-size: .8em;
	text-decoration: none;
	line-height: 0;
	padding-right: .3em;
	padding-left: .3em;
	}

a.fnref:hover {
	color: #f4ebda;
	background-color: #810208;
	}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	text-shadow: white 0px 0px 0px;
	font-weight: bold;
	line-height: 2ex;
	margin: 1ex 12px;
	}

h1.entry-title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
	color: maroon;
	text-align: center;
	text-shadow: #fff 1px 1px 0;
	font-style: italic;
	line-height: 103px;
	font-variant: normal;
	font-weight: normal;
	font-size: 32px;
	}


h2 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	font-style: italic;
	text-transform: uppercase;
	}

h3 {
	margin-bottom: 1ex;
	font-size: 1.2em;
	}

h4 {
	font-size: .8em;
	}

img.alignleft {
	float: left;
	margin-top: 1em;
	margin-right: .2em;
	}

img.alignright {
	float: right;
	margin-top: 1em;
	margin-left: .2em;
	}


#logo{
	background: transparent url(/img/fdog.png) no-repeat 0 0;
	width: 120px;
	height: 120px;
		position: absolute;
	text-indent: -4000em;
	z-index: 3;
	top: 1px;
	right: -24px;
	}
p#footer {
	text-align: center;
	}

blockquote {
	margin: 0 12px;
	-webkit-box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: navy;
	background: silver none repeat-y center center;
	padding: 0;
	font-style: italic;
	}

p.quote {
	margin-bottom: 0;
	text-shadow: white 1px 1px 7px;
	margin-top: .5em;
	line-height: 1.5em;
	}

.src {
	margin-top: 0;
	text-align: right !important;
	text-shadow: white 1px 1px 7px;
	margin-bottom: .5em;
	font-style: none;
	font-weight: bold;
	}

p.src:before {
	content: '☞ ';
	font-size: 1em;
	}

#pamphlet p.src:first-letter {
	font-size: 1em;
	}

#pamphlet p.slogan {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	}

#pamphlet p.slogan:first-letter, #pamphlet p.signature:first-letter {
	font-weight: bold;
	font-size: 1.2em;
	}

p.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

p.signature {
	font-style: italic;
	font-weight: bold;
	}

p.lifetime {
	color: black;
	font-variant: small-caps;
	text-align: right;
	font-size: 3em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	margin: 0;
	}

p.intro-1 {
	margin-bottom: 0;
	font-style: italic;
	}

p.intro-2 {
	margin-top: 0;
	text-align: right;
	font-style: italic;
	}

#colophon {
	
	}

#sidebar {
	
	}

ol#footnotes {
	font-size: .7em;
	}

p.credits {
	text-transform: lowercase;
	text-align: center;
	font-size: .5em;
	}