/* layout */

#wrapper {
	width: 810px;
	position: relative;
	left: 20px;
	top: 20px;
}

#header {
	width: 210px;
	float: left;
}

#logo {
	float: right;
}

#navigation {
	width: 120px;
	float: left;
}

#content {
	width: 580px;
	float: right;
	border-bottom: 1px solid black;
}

#content h3 {
	padding-top: 10px;
	padding-bottom: 24px;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 24px;
	padding-left: 238px;
}

#frontpage {
	width: 540px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid black;
}

#frontpage p {
	margin-top: 12px;
	margin-bottom: 24px;
}

#first_appearance {
	width: 270px;
	float: left;
	padding-left: 20px;
	padding-bottom: 24px;
}

#second_appearance {
	width: 270px;
	float: right;
	padding-right: 20px;
	padding-bottom: 24px;
}

#secondary_work {
	padding-bottom: 24px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
}

#secondary_work img {
	padding-left: 20px;
	margin-left: -2px;
}

#secondary_journal {
	padding-bottom: 24px;
	border-bottom: 1px solid black;
}

#secondary_journal p {
	margin-top: 12px;
}

#entry {
	padding-left: 20px;
	padding-right: 20px;
}

#appearances, #clippings, #journal, #work {
	padding-top: 64px;
	padding-left: 20px;
}

#appearances, #clippings, #journal {
	padding-right: 20px;
}

#secondary_clippings p, #appearances p, #clippings p, #work p, #comment p {
	margin-bottom: 12px;
}

#comment p, #secondary_clippings p, #clippings p {
	margin-top: 12px;
}

#entry_body, #comment {
	margin-top: 12px;
	margin-bottom: 36px;
}

#entry_body p {
	text-indent: 30px;
}

#journal p.opening, #journal p.no_indent {
	text-indent: 0px;
}

img.thumb {
	margin-right: 17px;
}

#appearances {
	background: url(http://www.goodisdead.com/images/site/appearancesbackground.png) no-repeat top left;
}

#clippings {
	background: url(http://www.goodisdead.com/images/site/clippingsbackground.png) no-repeat top left;
}

#journal {
	background: url(http://www.goodisdead.com/images/site/journalbackground.png) no-repeat top left;
}

#work {
	background: url(http://www.goodisdead.com/images/site/workbackground.png) no-repeat top left;
}

img.ad {
	padding-top: 5px;
	padding-bottom: 5px;
}


/* forms */

fieldset {
	background: #f8f8f8;
	margin-bottom: 24px;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	font-variant: small-caps;
}

input {
	width: 250px;
}

input.checkbox, input.submit, #paypal {
	width: auto;
}

input.checkbox {
	float: left;
	margin-right: 3px;
}

textarea {
	width: 540px;
	height: 150px;
}

input:focus, textarea:focus {
	background: #fff2f4;
}

#text_inputs {
	width: 260px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#checkboxes {
	width: 260px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#submit_button {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#fine_print {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

/* typography */

#wrapper {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 14px;
	line-height: 24px;
	color: black;
}

#navigation {
	font-family: Garamond, "Times New Roman", Georgia, serif;
	font-size: 14px;
	line-height: 21px;
}

#navigation p {
	text-align: right;
	margin-top: 21px;
}

#content {
	text-align: justify;
}

#content h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
}

#frontpage h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 24px;
	font-weight: normal;
	color: 404040;
}

#secondary_appearances, #appearances {
	font-size: 12px;
	line-height: 18px;
}

#secondary_journal h4, #journal h2 {
	font-size: 22px;
	text-align: left;
	line-height: 22px;
}

#footer {
	text-align: center;
}

#journal h4, #clippings h4, #secondary_clippings h4 {
	font-size: 18px;
	text-align: left;
	line-height: 18px;
}

h5 {
	text-align: left;
}

#journal p.opening:first-line, p.continue {
	text-transform: lowercase;
	font-variant: small-caps;
}

#clippings p.continue, #secondary_clippings p.continue {
	margin-bottom: 36px;
}

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
	padding-left: 40px;
	padding-right: 40px;
	color: #404040;
}

#navigation p.ads {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #404040;
	margin-top: 0px;
}


/* links */

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a:link, a:visited, #header p.ads a:link, #header p.ads a:visited {
	color: #c4112f;
}

a:hover, a:active, #header p.ads a:hover, #header p.ads a:active {
	color: black;
	border-bottom: 1px solid black;
}

#content h3 a {
	text-indent: -5000px;
	border-bottom: 0px;
	display: block;
	width: 580px;
	height: 14px;
	line-height: 14px;
	background: no-repeat left middle;
}

#content h3 a:hover, #content h3 a:active {
	background-position: right;
}

#secondary_appearances h3 a {
	background: url(http://www.goodisdead.com/images/site/moreappearances.png);
}

#secondary_work h3 a {
	background: url(http://www.goodisdead.com/images/site/morework.png);
}

#secondary_journal h3 a {
	background: url(http://www.goodisdead.com/images/site/morejournal.png);
}

#secondary_clippings h3 a {
	background: url(http://www.goodisdead.com/images/site/moreclippings.png);
}

#secondary_journal h4 a:link, #secondary_journal h4 a:visited, #journal h2 a:link, #journal h2 a:visited {
	color: black;
}

#footer a {
	text-indent: -5000px;
	border-bottom: 0px;
	display: block;
	width: 565px;
	height: 11px;
	line-height: 11px;
	background: url(http://www.goodisdead.com/images/site/copyright.png) no-repeat left;
}

#footer a:hover, #footer a:active {
	background-position: right;
}

#work a:hover, #work a:active, #secondary_work a:hover, #secondary_work a:active {
	border-bottom: 0px;
}


/* navigation */

#header h1 a {
	text-indent: -5000px;
	display: block;
	width: 73px;
	height: 700px;
	line-height: 42px;
	background: url(http://www.goodisdead.com/images/site/goodisdead.png) no-repeat;
}

#navigation ul a {
	text-indent: -5000px;
	display: block;
	width: 119px;
	height: 21px;
	line-height: 21px;
	background: no-repeat left;
}

#navigation ul {
	margin-bottom: 21px;
}

#navigation ul a.home {
	background: url(http://www.goodisdead.com/images/site/home.png);
}

#navigation ul a.journal {
	background: url(http://www.goodisdead.com/images/site/journal.png);
}

#navigation ul a.clippings {
	background: url(http://www.goodisdead.com/images/site/clippings.png);
}

#navigation ul a.appearances {
	background: url(http://www.goodisdead.com/images/site/appearances.png);
}

#navigation ul a.work {
	background: url(http://www.goodisdead.com/images/site/work.png);
}

#navigation ul a.the_cheese_monkeys {
	background: url(http://www.goodisdead.com/images/site/thecheesemonkeys.png);
}

#navigation ul a.the_learners {
	background: url(http://www.goodisdead.com/images/site/thelearners.png);
}

#navigation ul a.book_one {
	background: url(http://www.goodisdead.com/images/site/bookone.png);
}

#navigation ul a.artbreak {
	background: url(http://www.goodisdead.com/images/site/artbreak.png);
}

#navigation ul a.chip_who {
	background: url(http://www.goodisdead.com/images/site/chipwho.png);
}

#header a:link, #header a:visited {
	color: black;
}

#header a:hover, #header a:active {
	color: #c4112f;
	border-bottom: 0px;
}

#navigation ul a:hover, #navigation ul a:active {
	background-position: right;
}