﻿html * {
	margin:0;
	padding:0;
	list-style:none ;
}

body {
	padding:20px 0 8px 0; 
	background:#f8f6f1;
	font:12px/1.5em Verdana ;
	width:650px ;
	margin:0 auto ;

}

div#content {
	overflow:hidden ;
	width:634px ;
	height:186px ;
	padding:0 0 0 20px;
	background:url(content.png) top left no-repeat ;
}

h1 {
	font:2em "Times New Roman" ;
	margin-bottom:1em ;
	background:transparent url(pantone-pastel.png)  right center no-repeat ;
	color:#AB1235 ;
	text-indent:12px;
	/* height:100px ;
	outline:1px dotted ; */
}

h2 {
	font:1.5em "Times New Roman" ;
	color:#D91743 ;
}

ul {
	list-style:none ;
}

a {
	color:white ;
}

a:hover {
	text-decoration:none ;
}

img {
	border:none ;
}

div#content h2, div#content dl, div#content ul {
	float:left ;
	margin-right:0.2em ;
}

h2 {
	margin-top:20px ;
}


div#content dl {
	margin-top:15px ;
	font-size:0.9em ;
	margin-right:2em ;
	
}

div#content dt {
	/* background:#A1ACD0 ; */
	/* background:#D4F7EF ; */
	color:#109476 ;
	font-weight:bold ;
	font-family:"Times New Roman" ;
	font-size:1.2em ;
	margin:0.5em 0 0em 1em ; ;
}

div#content dd {
	margin:0 1em ;
}

div#content dd a {
	color:#fff ;
}

div#content dd a:hover {
	
}	

div#footnote {
	clear:both ;
	text-align:center ;
	padding-top:2em ;
}

dl#archive {
	/* background:#f2efe5 url(archive-back.png) center center no-repeat ; */
	width:180px ;
	padding:0 2px ;
	height:145px ;
	background: url(archive-back.png) top left no-repeat ;
	/* outline:1px dotted ; */
}



dl#poems, dl#fotonjusy {
	/* background:#f2efe5 url(fotonjusy-back.png) center center no-repeat ; */
	width:106px ;
	padding:0 2px ;
	height:90px ;
	background: url(poems-back.png) center no-repeat ;
	/* outline:1px dotted ; */
}

/* blockquote {
	width:100% ;
	height:267px ;
	padding-top:4em ;
	color:#AB8812 ;
	background: url(blockquote.png) center no-repeat ;
}

blockquote pre {
	width:60% ;
	margin:0 auto ;
	font:1.2em/1.5em "Georgia" normal ;
	font-style:italic ;
	font-weight:normal ;
}

blockquote cite {
	margin-top:1em ;
	width:70% ;
	display:block ;
	font-size: 0.8em ;
	text-align:right ;
} */

dl#presented {
	width:100% ;
	height:250px ;
	background: url(blockquote.png) top left no-repeat ;
	/* border:1px dotted red ; */
	font-size:12px ;
	padding-top:18px ;
}

dl#presented dt, dl#presented dd {
	float:left ;
	/* outline:1px dotted red ; */
	height:49% ;

	/* border:1px dotted red ; */
}

dl#presented dt {
	clear:both ;
	margin-left: 25px ;
	_margin-left:15px ;
	width:100px ;
	color:#D94C17 ;
	font:1.4em "Times New Roman" ;
}

dl#presented dd {
	width:480px;
	margin-left:0;
}

dl#presented dd pre {
	font:1em/1.4em Georgia ;
}

dl#presented dd cite {
	margin-top:0em ;
	text-indent:0em ;
	font-style:italic ;
	display:block ;
	color:#109476 ;
}

dl#presented dd cite a {
	color:#109476 ;

	text-decoration:underline ;
}

dl#presented dd cite a:hover {
		text-decoration:none ;
	border:none ;
}



