body {
	background-color: rgb(230, 230, 230);
	font-family: Helvetica;
	font-size: 17px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	-webkit-text-size-adjust: none;
}

#logo {
	background-color: white;
	border: 1px solid rgb(217, 217, 217);
	-webkit-border-radius: 8px;
	margin: 10px 10px 0px 10px;
	height: 66px;
	text-align: center;
}

#logo img {
	margin-top: 16px;
}

a {
	color: black;
	text-decoration: none;
}

li.blogItem a {
	color: #990000;
}

div.quote {
	min-height: 36px;
	font-style: italic;
	
	background-image: url(http://www.donaldhays.com/gfx/ui/newQuote.png);
	background-repeat: no-repeat;
}

div.quote p, div.quote p.signature {
	padding-left: 36px;
	padding-right: 16px;
}

div.quote p.signature {
	text-align: right;
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 6px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

h1.iPhoneSection {
	font-size: 17px;
	height: 33px;
	padding: 11px 20px 0px 20px;
}

h2 {
	font-weight: normal;
	text-align: center;
}

input, textarea {
	border: none;
	color: #AAAAAA;
	background: white;
	-webkit-border-radius: 0px;
	position: relative;
	top: -6px;
	font-size: 17px;
	float: right;
	width: 195px;
	padding: 4px 0px 5px 0px;
}

ul.iPhoneList {
	list-style-type: none;
	background-color: white;
	border: 1px solid rgb(217, 217, 217);
	-webkit-border-radius: 8px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

li.iPhoneListItem {
	height: 33px;
	padding: 11px 10px 0px 10px;
	border-bottom: 1px solid rgb(217, 217, 217);
	font-weight: bold;
}

li span {
	font-weight: normal;
}

li img.icon {
	position: relative;
	top: -4px;
	margin: 0px 5px -14px 0px;
}

img.framed {
	border: 1px solid #999999;
}

img.leftFloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

img.rightFloat {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

li.tail {
	border-bottom: none;
}