/* Resets default browser CSS. */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body { line-height: 1; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: rgb(140,5,25);
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
	}

mark {
	background-color: #FF9;
	color: #000;
	font-style: italic;
	font-weight: bold;
	}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td { text-align: left; }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
	}

input, select {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-family: "CopperplateGothic-Bold" , Georgia, serif;
	}
	

/* Restore some sensible defaults */
strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
blockquote { margin: 1.5em; }
a img { border: none; } /* Gets rid of IE's blue borders */
a:active { outline: none; } /* Removes Firefox imposed outline */
div { position: relative; } /* Saves declaring each div's position as 'relative' and allows absolutely position elements inside them */

	
sub, sup {
	position: relative;
	height: 0;
	vertical-align: bottom;
	line-height: 1;
	font-size: 80%;
	}

sup { bottom: .75em; }
sub { top: .5em; }





/* 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 Structural Layout */

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

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

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

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

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

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

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

/* Slide-Out Page Navigation */

nav {
	position: relative;
	height: 50px;
	width: 80%;
	min-width: 700px;
	max-width: 950px;
	z-index: 100;
	margin: 10px auto 0 auto;
	}

nav ul {
	height: 55px;
	width: 520px;
	z-index: 70;
	background: url(images/ribbon-squished.png) no-repeat -20px 45px;
	padding: 77px 40px 0 117px;
	}

nav ul li {
	display: inline;
	padding: 0 .4em;
	}

nav ul li a {
	color: rgb(180,175,170);
	font-family: "p22-underground-sc-1" , "p22-underground-sc-2", Helvetica, "Arial Narrow", sans-serif;
	font-weight: 300;
	font-size: .9em;
	letter-spacing: .1em;
	text-shadow: 0 1px .5px rgb(0,0,0);
	}

nav ul li a:hover {
	color: rgb(130,125,120);
	text-decoration: none;
	}

nav img {
	position: absolute;
	display: block;
	top: -5px;
	left: -65px;
	z-index: 100;
	margin: 0;
	}

img#shownav {
	-webkit-transition-property: rotate;
	-webkit-transition-duration: .6s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition: all 1s ease-in-out;
	}

img#shownav:hover {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-15deg);
	}



/* Static Page Navigation */	
	
footer nav {
	position: relative;
	bottom: -210px;
	height: 50px;
	width: 100%;
	min-width: 700px;
	max-width: 950px;
	clear: both;
	margin: 0 auto;
	padding-top: 65px;
	text-align: center;
	font-family: "p22-underground-sc-1" , "p22-underground-sc-2" , Helvetica, Arial, sans-serif;
	font-size: .75em;
	}

footer nav ul {
	list-style: none;
	padding-top: 1em;
	height: auto;
	width: auto;
	min-width: 655px;
	}

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

footer nav li a {
	color: rgb(130,125,120);
	text-decoration: none;
	font-size: 1.25em;
	text-shadow: 1px 1px 3px #000;
	font-weight: 600;
	letter-spacing: .1em;
	}

footer nav li a:hover {
	color: rgb(180,175,170);
	text-decoration: none;
	}






/* Content Styling */

article {
	margin: 0 auto;
	width: 70%;
	padding-top: 4em;
	padding-bottom: 3em;
	}

article section {
	margin-left: 1.5em;
	padding-bottom: 1.5em;
	}

article section p {
	font-size: 1em;
	text-indent: -1.5em;
	margin: 0;
	line-height: 1.5em;
	padding: 0;
	font-weight: 500;
	}

article p {
	margin-left: -14%;
	margin-bottom: 0;
	padding-top: 1em;
	line-height: 1.5em;
	}

article header { margin: 2em 0 2em 0; }

article footer {
	margin-left: -13%;
	margin-top: 12em;
	font-size: .8em;
	line-height: 1.4em;
	font-family: "p22-underground-sc-1" , "p22-underground-sc-2", Helvetica, "Arial Narrow", sans-serif
	color: rgb(15,15,13);
	color: rgba(15,15,13,.8);
	font-weight: 300;
	margin-bottom: -4em;
	padding-left: 8%;
	background: transparent;
	height: 100%;
	}

article.manifesto {
	width: 425px;
	padding-top: 1em;
	}

#expander article.stickers section div {
	background: none;
	width: 44%;
	display: inline-block;
	margin: 0 0 2em 0;
	background: none;
	vertical-align: top;
	}

#expander article.stickers section div:first-child { margin-right: 55px; }
article.stickers { padding-bottom: 7em; }
article.stickers section { margin: 0 0 0 -14%; }

article.stickers section p {
	text-indent: 0;
	margin-left: 2px;
	}

article.stickers section div img {
	margin: 0 auto 20px auto;
	display: block;
	padding-right: 15px;
	}

dl {
	margin-left: -13%;
	margin-top: 2.5em;
	line-height: 1.25;
	font-size: 1.1em;
	}

dt {
	display: block;
	float: left;
	width: 35%;
	font-weight: 500;
	text-shadow: 0px 1px 2px rgb(255,255,247), 0px -1px 1px rgb(180,180,170);
	font-family: "p22-underground-sc-1" , "p22-underground-sc-2", Helvetica, "Arial Narrow", sans-serif;
	}

dd {
	display: block;
	margin-left: 40%;
	margin-bottom: 1em;
	}

dd a:hover {
	text-decoration: none;
	color: rgb(95,10,10);
	}

dd+dd { margin-top: -1em; }

.masthead {
	margin-left: -15px;
	margin-bottom: 2em;
	padding-top: 2em;
	}

article header+section p:first-child:first-letter {
	position: relative;
	height: 0;
	vertical-align: bottom;
	line-height: 62%;
	font-size: 600%;
	margin-left: -.125em;
	margin-right: .025em;
	text-shadow: 0px 1px 2px rgb(255,255,247), 0px -1px 1px rgb(180,180,170);
	color: rgb(23,23,21);
	color: rgba(15,15,13,.85);
	}

article header+p:first-letter {
	display: inline;
	margin-left: -.125em;
	margin-right: .05em;
	font-size: 6em;
	line-height: .75em;
	float: left;
	text-shadow: 0px 1px 3px rgb(255,255,247), 0px -1px 1px rgb(180,180,170);
	color: rgb(23,23,21);
	color: rgba(15,15,13,.85);
	}

p+p img {
	padding: 2em 3em 5em 0;
	display: block;
	margin: 0 auto;
	}

article.stickers header h2 { display: none; }

a[href*="www.p22.com"] {
	font-family: "p22-underground-sc-1" , "p22-underground-sc-2" , Helvetica, "Arial Narrow", sans-serif;
	font-weight: 500;
	}

a[href*="www.theleagueofmoveabletype.com"] {
	font-family: "sorts-mill-goudy-1" , "sorts-mill-goudy-2" , Constantia, Baskerville, Bembo, Garamond, Georgia, serif;
	font-weight: 600;
	}


/* Typography */

body { font-size: 100%; }


/* Default fonts and colors. */
body {
	font-family: "sorts-mill-goudy-1" , "sorts-mill-goudy-2" , Constantia, Baskerville, Bembo, Garamond, Georgia, serif;
	color: rgb(23,23,21);
	color: rgba(15,15,13,.9);
	}

h1, h2, h3, h4, h5, h6 { font-family: "p22-underground-1" , "p22-underground-2" , Helvetica, "Arial Narrow", sans-serif; }


/* Headings */

h1, h2, h3 { font-weight: 500; }

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 2em;
	margin-bottom: .5em;
	margin-left: -15%;
	text-transform: uppercase;
	text-shadow: 0px 1px 3px rgb(255,255,247), 0px -1px 2px rgb(180,180,170);
	font-weight: 900;
	color: rgb(23,23,21);
	color: rgba(15,15,13,.85);
	}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: .5em;
	text-shadow: 1px 1px 1px rgb(255,255,247), 0px -1px 1px rgb(180,180,170);
	}
	
	
	
	
/* Additional Visual Content */

#pinback {
	position: absolute;
	top: 57%;
	left: 76%;
	z-index: 50;
	margin: 0;
	background: none;
	}

#photos {
	position: absolute;
	top: 430px;
	right: 86%;
	z-index: 50;
	margin: 0;
	background: none;
	}

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

#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: 90;
	}

#meter img+img {
	position: absolute;
	display: block;
	top: 141px;
	left: 36px;
	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;
	}

div+section {
	width: 80%;
	min-width: 700px;
	max-width: 950px;
	height: 480px;
	position: relative;
	top: -15em;
	z-index: 40;
	margin: 0 auto -10em auto;
	background: url(images/telegram.jpg) no-repeat 50% 0;
	}

form {
	padding: 180px 30px 30px 30px;
	width: 557px;
	height: 224px;
	display: block;
	margin: 0 auto;
	box-shadow: 6px 6px 9px rgba(0,0,0,.7);
	-webkit-box-shadow: 6px 6px 9px rgba(0,0,0,.7);
	-moz-box-shadow: 6px 6px 9px rgba(0,0,0,.7);
	}

article.extended { padding-bottom: 8em; }

label {
	font-family: "CopperplateGothic-Light" , Georgia, serif;
	margin-right: .5em;
	font-size: .75em;
	}

fieldset {
	line-height: 200%;
	font-size: 1.25em;
	position: relative;
	display: block;
	}

input {
	width: 35%;
	margin-right: 1em;
	font-size: .75em;
	line-height: 1.25em;
	bottom: .125em;
	position: relative;
	}

textarea {
	background: none;
	border: none;
	}