#poempost {
	background: #ffffff;
	color: #111;
	font: 14px Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
	text-align: center;
	}
	
	/*div, h1, h2, p {
		margin: 0;
		padding: 0;
		}*/
	
		#poem { 
			margin: auto;
			padding: 20px 0;
			text-align: left;
			width: 390px;
			}
		
			#header1, #header2 {
				font-weight: normal;
				text-align: center;
				}
				
			#header1 {
				font-size: 34px;
				line-height: 1.2;
				margin-bottom: 10px;
				}
			
			#header2 {
				color: #666;
				font-size: 18px;
				font-style: italic;
				margin-bottom: 30px;
				}
				
			#paragraph {
				line-height: 1.5;
				margin-bottom: 15px;
				}
			
			#poempost a:link {
				color: #000000;
				text-decoration:underline;
			}
			
			#poempost a:hover, a:active {
				color: #000000;
				text-decoration:none;
			}
			
			/* The magic of selectors begins... */
			
			#header2:before {
				content: '— ';
				}
			
			#header2:after {
				content: ' —';
				}
			
			#poem #header2 + #paragraph:first-letter {
					/*float: left;
					font-size: 38px;
					line-height: 1;
					margin: 2px 5px 0 0;*/
					background:transparent url(http://www.powersourcestudios.net/blog/wp-content/themes/mimbo2.2/images/dropcap.gif) no-repeat scroll center;
					display:inline;
					float:left;
					font-size:4em;
					line-height:0.8em;
					margin:0.05em 0.14em -0.01em 0pt;
				}
				
			#poem #paragraph:first-line {
				font-variant: small-caps;
				letter-spacing: 1px;
				}
			
			#poem #paragraph:last-child {
				margin-bottom: 30px;
				padding-bottom: 30px;
				}