html, body {
	font-size: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}

#container {
	width: 906px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#author {
	font-family: garamond, serif;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}

H1 {
	display: none;
}

#heading {
	width: 906px;
	font-family: garamond, serif;
	padding-top: 220px;
	font-size: 25px;
}

#heading H2 {
	font-size: 40px;
	line-height: 100%;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}

#heading P {
	text-align: justify;
}

A, A:LINK {
	color: #e20000;
	text-decoration: none;
}

A:HOVER {
	color: #fff;
	background-color: #e20000;
}

.section {
	font-family: garamond, serif;
	font-size: 20px;
	clear: both;
	margin-bottom: 10px;
}

.section P { line-height:125%; }
.section P EM { letter-spacing:0.075em; }
.section LI { line-height:125%; }
.section P CODE { font-size:16px; font-family:courier; background:#eef; display:block; padding:2px 4px; margin:3px 0; }
.section P CODE .invisible { color:#eef; }
SPAN.strike { color:#888; }

.section H3 {
	font-size: 20px;
	background: #e20000;
	color: #fff;
	padding-left: 10px;
	margin-left: -10px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align:top;
}

.comments {
	font-size: 15px;
}

.menuImage {
	width: 270px;
	height: 220px;;
	background-position: -211px -150px;
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.iPhoneImageVertical {
	width: 160px;
	height: 240px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

.iPhoneImageHorizontal {
	width: 270px;
	height: 180px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

.commentDiv {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

BR {
	clear: both;
}

#tipMenu {
	float: right;
	width: 360px;
}

#tipMenu UL {
	margin-left: 10px;
}

#tipMenu A, #tipMenu A:LINK {
	padding: 0 10px 0 10px;
}

.unpublished { padding-left:10px; color:#666; }

.address { color:#6090dd; }
