@import "reset.css";

body {
	background: #c5b290 url(../m/chipboard.jpg) fixed;
	font-family: helvetica, tahoma, verdana, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #788;
	}

div#contain {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

h1#masthead a {
	display: block;
	width: 960px;
	height: 154px;
	background: transparent url(../m/octophantus.png) 0 0 no-repeat;
	text-indent: -9000px;
	}

div#posters,
div#info {
	float: left;
	margin: 20px 0;
	}

a.poster {
	position: relative;
	display: block;
	float: left;
	width: 240px;
	height: 290px;
	background: transparent url(../m/posterBkgd.png) 0 0 no-repeat;
	}

a.poster img {
	position: absolute;
	top: 4px;
	right: 5px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #789 #789 #456 #456;
	}

a:hover.poster img {
	border-color: #ead;
	}

div#posters a span { display: none; }

div#posters a.sold span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 120px;
	height: 120px;
	background: transparent url(../m/sold.png) 0 0 no-repeat;
	}

div#posters a.new span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 120px;
	height: 120px;
	background: transparent url(../m/new.png) 0 0 no-repeat;
	}

div#posters a span.ten {
	position: absolute;
	top: 215px;
	left: 24px;
	display: block;
	width: 50px;
	height: 50px;
	background: transparent url(../m/ten.png) 0 0 no-repeat;
	}

div#info {
	position: relative;
	color: #456;
	}

div#info div {
	float: left;
	margin-left: 10px;
	width: 460px;
	}

div#info a {
	text-decoration: none;
	font-weight: bold;
	color: #a69;
	}
		
div#info div a {
	font-weight: bold;
	text-decoration: underline;
	color: #678;
	}

div#info img {
	display: block;
	float: left;
	border: 2px solid #ead;
	}

div#info h2 {
	margin-bottom: .5em;
	font-size: 2.5em;
	font-weight: bold;
	}

div#info h3 {
	margin: .75em 0;
	font-size: 1.3em;
	font-weight: bold;
	}

div#info p {
	margin-bottom: .75em;
	line-height: 1.5;
	}

div#info ul {
	list-style: disc;
	margin: 1em 1.5em;
	line-height: 1.4;
	}

div#info li {
	margin-bottom: .5em;
	}

div#info blockquote {
	margin-bottom: .75em;
	line-height: 1.5;
	font-size: .9em;
	font-style: italic;
	}

dl {
	line-height: 1.5;
	}	

dt {
	float: left;
	clear: left;
	width: 70px;
	margin-bottom: .5em;
	margin-right: 10px;
	padding-right: 5px;
	font-weight: bold;
	background: #789 url(../m/789bkgd.jpg) 0 0 no-repeat;
	text-align: right;
	}

dd {
	width: 380px;
	margin-left: 80px;
	margin-bottom: .75em;
	}

dd strong { color: #c00; }
	
div#info div a.buy {
	display: block;
	clear: both;
	width: 460px;
	margin-top: 20px;
	padding: 5px 0;
	background: #789 url(../m/456bkgd.jpg) 0 0 no-repeat;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	color: #c5b290;
	text-align: center;
	}

div#info div a:hover.buy {
	background-image: url(../m/eadBkgd.jpg);
	color: #456;
	}

div#info div.ejunkie {
	margin: 15px 0;
	}

div#info div.ejunkie img {
	margin-right: 1em;
	border: 0;
	}

p.sold {
	width: 460px;
	margin-top: 20px;
	padding: 5px 0;
	background: #789 url(../m/456bkgd.jpg) 0 0 no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #c5b290;
	text-align: center;
	}

div#foot {
	position: relative;
	clear: both;
	padding-top: 50px;
	padding-bottom: 20px;
	background: transparent url(../m/footBkgd.png) 0 0 no-repeat;
	}

div#foot div {
	position: absolute;
	top: auto;
	left: 0;
	width: 470px;
	text-align: left;
	color: #456;
	}
	
div#foot h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: lowercase;
	}
	
div#foot p {
	margin-bottom: 1em;
	}

div#foot a {
	text-decoration: none;
	font-weight: bold;
	color: #a69;
	}

div#foot a:hover {
	color: #ead;
	}

div#foot ul {
	margin-left: 25px;
	padding-bottom: 50px;
	}

div#foot li {
	list-style: disc;
	margin-bottom: .5em;
	line-height: 1.4;
	}

form#sub {
	position: absolute;
	top: auto;
	left: 500px;
	width: 460px;
	padding-bottom: 5px;
	background: #888 url(../m/888bkgd.jpg);
	text-align: center;
	color: #566;
	}

form#sub fieldset {
	padding: 0 5px;
	margin-bottom: 4px;
	text-align: left;
	}

form#sub p {
	margin-bottom: .5em;
	padding-bottom: 0px;
	border-bottom: 1px solid #566;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	}

form#sub label,
form#sub fieldset input {
	display: block;
	}

form#sub label {
	float: left;
	margin-bottom: .5em;
	line-height: 1.4;
	}

form#sub label#name {
	padding-right: 10px;
	}

form#sub fieldset input {
	padding: 2px;
	background: #fff;
	border: 1px solid #234;
	font-size: 1em;
	color: #456;
	width: 220px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 214px;
	}

form#sub input {
	background: #ead;
	border: 1px solid #456;
	color: #456;
	}