body {
	margin: 0;
	background-color: #222229;
	color: #ccc;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	line-height: 1.5em;
	text-shadow: #111 0px -1px 1px;
}
#header {
	margin: 3em 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
	line-height: 3em;
}
h1 {
	width: 30em;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}
h1:after {
	display: block;
	margin-top: -0.25em;
	margin-bottom: -0.25em;
	float: right;
	content: url('http://www.makkintosshu.com/img/makkintosshu-small_logo-white.png');
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}
h1 a:link, h1 a:visited, h1 a:link:hover, h1 a:visited:hover {
	color: #999;
	text-shadow: #111 0px -1px 1px;
}
h1 a:link:hover, h1 a:visited:hover {
	background-color: transparent;
	text-decoration: underline;
}
h2 {
	width: 40em;
	margin-left: auto;
	margin-right: auto;
	color: #9999F9;
	font-weight: normal;
	text-shadow: #000 0px 1px 2px;
}
p, form, ul, ol, table {
	width: 60em; /* 960px */
	margin-left: auto;
	margin-right: auto;
}
ul {
	list-style: square;
}
a:link, a:visited {
	color: #9999F9;
	padding: 0 0.1em;
}
a:link:hover, a:visited:hover {
	text-decoration: none;
	background-color: #9999F9;
	color: #000;
	text-shadow: #6666F6 0px -1px 1px;
}
span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
.warning {
	color: #F99999;
}
.greet {
	color: #9c9;
}
.plug {
	margin-top: 2.75em;
	margin-bottom: 2.75em;
	width: 58em;
	padding: 1em;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
.plug:before {
	display: block;
	width: 6.25em;
	height: 6.25em;
	float: left;
	margin-top: -3em;
	margin-bottom: -2em;
	margin-left: -1em;
	content: url('../img/imelda-100x100.png');
}
.sep { display: none; }
.price {
	float: right;
	color: #99FF99;
}
.buy {
	text-align: center;
}
.buy input[type='submit'] {
	font-size: 1em;
	line-height: 1em;
	text-shadow: #111 0px -1px 1px;
	padding: 0.5em 1em;
	border: none;
	-webkit-border-radius: 1.25em;
	-moz-border-radius: 1.25em;
	border-radius: 1.25em;
	-webkit-box-shadow: 0px 1px 2px #111;
	box-shadow: 0px 1px 2px #111;
	color: #222229;
	background-color: #99FF99;
#99FF99));
	-webkit-transition: all 0.25s ease-in-out;
}
.buy input[type='submit']:hover {
	background-color: rgb(17,17,17);
	background-color: rgba(17,17,17,0.5);
	color: #99FF99;
}
.images {
	display: block;
	overflow: auto;
	padding: 0;
}
.images li {
	display: block;
	float: left;
	width: 210px;
	margin: 0 0.75em;
}
.images li.first { margin-left: 1.5em; }
.images li.last { margin-right: 1.5em; }
.images a, .images img {
	display: block;
	width: 194px;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
}
.images a { padding: 0.5em; }
#ttp {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}
#ttp iframe body {
	background-color: #222229;
}
.copyright {
	text-align: center;
}
