/* Visual Wall Layout */

html { margin: 0px; }

body {
	background: url(/images/greytexture.jpg);
	margin: 0px;
	}

#visualWall {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	}


/* Expanding Document Structural Layout */

#top-edge {
	height: 55px;
	width: 80%;
	min-width: 700px;
	max-width: 950px;
	background: transparent url(/images/doc.jpg) no-repeat top left;
	margin: 50px auto 0 auto;
	}

#top-edge-slider {
	height: 100%;
	background: transparent url(/images/doc.jpg) no-repeat top right;
	margin-left: 20%;
	}

#expander {
	width: 80%;
	min-width: 700px;
	max-width: 950px;
	background: transparent url(/images/doc-expander.jpg);
	margin: 0px auto;
	}

#expander-slider {
	background: transparent url(/images/doc-expander.jpg) right;
	margin-left: 10%;
	}

#bottom-edge {
	height: 105px;
	width: 80%;
	min-width: 700px;
	max-width: 950px;
	background: transparent url(/images/doc.jpg) no-repeat bottom left;
	margin: 0px auto 50px auto;
	}

#bottom-edge-slider {
	height: 105px;
	background: transparent url(/images/doc.jpg) no-repeat bottom right;
	margin-left: 90%;
	}

#desktop {
	bottom: 0;
	height: 325px;
	width: 100%;
	min-width: 700px;
	background: url(/images/repeat-desk.jpg) repeat-x 50%;
	}
	

/* Slide-Out Page Navigation */

#slidenavigation {
	position: absolute;
	height: 70px;
	width: 100%;
	top: 0;
	z-index: 100;
	}

#auxnav {
	height: 70px;
	width: 325px;
	margin-left: 25px;
	padding: 20px 5px 0 20px;
	background: url(/images/slidenavbanner.png) no-repeat top right;
	font-size: .75em;
	font-weight: bold;
	z-index: 70;
	}

#auxnav li {
	display: inline;
	padding-right: .5em;
	padding-left: .5em;
	}

#auxnav li a { color: #333333; }

#auxnav li a:hover {
	color: #666666;
	text-decoration: none;
	}

#auxnav li.divider { border-right: 1px solid #000000; }

#compass {
	position: absolute;
	top: 0;
	z-index: 100;
	}


/* Static Page Navigation */	
	
#page-navigation {
	height: 50px;
	width: 100%;
	min-width: 700px;
	clear: both;
	padding-top: 65px;
	text-align: center;
	font-family: Gotham, Frutiger, Myriad, Helvetica, Arial, sans-serif;
	font-size: .75em;
	position: absolute;
	bottom: 0;
	}

#page-navigation ul {
	list-style: none;
	padding-top: 1em;
	}

#page-navigation li {
	display: inline;
	color: #7D7D7A;
	padding-right: 1.5em;
	padding-left: 1.5em;
	font-weight: normal;
	}

#page-navigation li a {
	color: #7D7D7A;
	text-decoration: none;
	font-size: 1.25em;
	}

#page-navigation li a:hover {
	color: #7D7D7A;
	text-decoration: underline;
	}




/* Additional Visual Content */

#pinback {
	position: absolute;
	display: block;
	top: 43%;
	left: 72%;
	z-index: 50;
	}

#photos {
	position: absolute;
	display: block;
	top: 530px;
	right: 72%;
	z-index: 50;
	}

#telephone {
	position: inherit;
	display: block;
	float: left;
	left: -10%;
	margin-top: -442px;
	z-index: 50;
	}

#phrenology-head {
	position: inherit;
	display: block;
	float: left;
	left: -5%;
	margin-top: -660px;
	z-index: 50;
	}

#twin-reflex {
	position: inherit;
	display: block;
	float: left;
	left: 0%;
	margin-top: -515px;
	z-index: 50;
	}

#microphone {
	position: inherit;
	display: block;
	float: right;
	margin-top: -515px;
	margin-right: -0%;
	z-index: 100;
	}

#meter {
	position: inherit;
	display: block;
	float: right;
	margin-top: -588px;
	margin-right: -0%;
	z-index: 100;
	}

#notebook {
	position: inherit;
	display: block;
	float: right;
	clear: left;
	margin-top: -235px;
	margin-right: 10%;
	z-index: 100;
	}

#oilcan {
	position: inherit;
	display: block;
	float: left;
	margin-top: -490px;
	left: 10%;
	z-index: 50;
	}

#duex {
	position: inherit;
	float: right;
	margin-top: -355px;
	z-index: 100;
	}

#gammatron {
	position: inherit;
	display: block;
	float: left;
	left: 78%;
	margin-top: -562px;
	z-index: 50;
	}

#binoculars {
	position: inherit;
	display: block;
	float: left;
	left: 12%;
	margin-top: -425px;
	z-index: 50;
	}

#ie-warning { display: none; }



/* Content Styling */

#central-content {
	margin: 0 auto;
	width: 425px;
	padding-top: 3em;
	padding-bottom: 3em;
	}

#masthead {
	text-align: center;
	padding-bottom: 1em;
	}

.stanza {
	margin-left: 1.5em;
	padding-bottom: 1.5em;
	}

.stanza p {
	font-size: 1em;
	text-indent: -1.5em;
	margin-bottom: 0;
	line-height: 1.5em;
	}

.store-item {
	margin: 2em 15% 0 8%;
	padding: 2em 0;
	line-height: 125%;
	clear: both;
	}

.item-picture {
	float: left;
	margin-left: -5%;
	padding: 0 .5em 0 0;
	}

.item-text {
	float: right;
	width: 67%;
	margin-bottom: .5em;
	}

.copy {
	margin-left: -15%;
	margin-bottom: 0;
	padding-top: 1em;
	line-height: 1.5em;
	}

#motto {
	text-align: center;
	padding: 2em 0 5em 0;
	margin-left: -15%;
	}

#founding-1, #founding-2, #founding-3, #founding-4, #founding-5 { display: none; }

.image-replace {
	overflow: hidden;
	height: 0px !important;
	}

#clear-vinyl {
	padding: 25px 0 0 0;
	background: url(/images/swagtitles.jpg) no-repeat;
	}

#white-vinyl {
	padding: 25px 0 0 0;
	background: url(/images/swagtitles.jpg) no-repeat 0px -40px;
	}
	
#two-of-each {
	padding: 25px 0 0 0;
	background: url(/images/swagtitles.jpg) no-repeat 0px -600px;
	}

#slogan-1, #slogan-2, #slogan-3, #slogan-4, #slogan-5, #slogan-6, #slogan-7, #slogan-8, #slogan-9, #slogan-10, #slogan-11 {
	display: none;
	padding: 40px 0 0 0;
	}

#slogan-1 { background: url(/images/swagtitles.jpg) no-repeat 0px -78px; }
#slogan-2 { background: url(/images/swagtitles.jpg) no-repeat 0px -174px; }
#slogan-3 { background: url(/images/swagtitles.jpg) no-repeat 0px -126px; }
#slogan-4 { background: url(/images/swagtitles.jpg) no-repeat 0px -222px; }
#slogan-5 { background: url(/images/swagtitles.jpg) no-repeat 0px -270px; }
#slogan-6 { background: url(/images/swagtitles.jpg) no-repeat 0px -318px; }
#slogan-7 { background: url(/images/swagtitles.jpg) no-repeat 0px -366px; }
#slogan-8 { background: url(/images/swagtitles.jpg) no-repeat 0px -415px; }

#slogan-9 {
	background: url(/images/swagtitles.jpg) no-repeat 0px -465px;
	display: block;
	}

#slogan-10 {
	background: url(/images/swagtitles.jpg) no-repeat 0px -512px;
	display: block;
	}
	
#slogan-11 {
	background: url(/images/swagtitles.jpg) no-repeat 0px -559px;
	display: block;
	}

div.item-cost {
	clear: both;
	height: 4em;
	}

div.store-item div.item-text p { margin: 0 0 2em 0; }
div.payment-button { float: right; }

div.cost-desc {
	float: left;
	padding-top: .5em;
	}

div.store-item p { margin: 1em 0 6em 0; }