* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% "Hoefler Text Normal", Georgia;
}

#wrapper {
	width: 1090px;
	padding: 20px;
	margin: 0 auto;
}

#left, #middle, #right {
	width: 350px;
	float: left;
}

#left, #middle {
	margin-right: 20px;
}

a img {
	border: 1px solid #666;
}

#splash {
	width: 720px;
	height: 245px;
	float: left;
	margin-bottom: 10px;
}

#left img {
	margin-bottom: 20px;


}

p {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

em {

	font-style: italic;
}

strong {
	font-weight: normal;
	font-style: normal;
	background-color: #f7ffd8;
}

h1, h2 {
	font-family: "Verlag Condensed", Helvetica;
	margin-bottom: 5px;
	margin-top: 20px;
}

.vapor {
	color: #666;
	border-top: 1px solid #b3b3b3;
	margin-top: 60px;
	padding-top: 20px;
}

a {
	color: #779241;
	text-decoration: none;
}

a:hover {
	color: #666;
}

#vapor {
	width: 500px;
	margin: 50px auto;
}

#vapor h1 {
	margin-bottom: 20px;
}

.date, .author {
	margin-left: 250px;
}

.author {
	margin-top: 50px;
}

.imagezoom {
	position: relative;
	display: block;
}

.imagezoom span {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	background: url(enlarge.png) no-repeat;
}

.imagezoom a, .imagezoom a:hover {
	border: none;
	background-color: inherit;
}