/*
 
 CSS for Custom post #002. Finished on 22/06/2010.
 Theme: Beethoven


		Did you know that all planets rotate anti-clockwise except Venus?


*/

@import 'reset.css';

body {
	background: url(i/bg.jpg) repeat;

}


#wrap {
	background: url(i/lettertop.png) no-repeat top;
	overflow: hidden;
	margin: 100px auto 0 auto;
	width: 917px;
}

#wrap .head {
	padding: 135px 144px 0 153px;
	margin-bottom: 50px;
	position: relative;
}

#wrap .head h3 {
	padding: 30px 0 20px 0;
	border-top: 13px;
	border-bottom: 13px;
	-webkit-border-image: url(i/border.jpg) 635;
	-moz-border-image: url(i/border.jpg) 635 0;
	line-height: 115%;
	letter-spacing: -0.045em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.15em;
	color: #443a32;
	text-transform: uppercase;
}

#wrap .entry {
	padding: 30px 144px 100px 153px;
	background: url(i/letter_repeat.png) repeat-y;
}

#wrap .entry p {
	color: #2b2520;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 145%;
	padding: 15px 0;
}

#wrap .entry p:first-child:first-letter {
	font-size: 2em;
}

#wrap .entry p.quote {
	font-style: italic;
	padding: 0 0 0 25px;
	border-left: 6px solid #a48167;
	margin: 20px 0 20px 15px;
	font-size: 1em;
	font-weight: 600;
}

img.beethoven {
	position: absolute;
	top: 150px;
	right: 90px;
	opacity: 0.5;
}

p.source { 
	font-style: italic;
	}

a {
	color: #952c2c;	
}

