/* Initializations */
* {
	margin: 0;
	padding: 0;
}

/* Global */

body {
	background: #fff url(images/layout/header-bg-tiled.gif) 0 0 repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#page {
	width: 758px;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	margin: 0 40px;
}

/* Header */

#header {}
	#headerimg {
		background: transparent url(images/layout/header-bg.gif) 0 0 no-repeat;
		width: 758px;
		height: 111px;
		text-indent: -9000px;
	}
#nav {
	background: #fff url(images/layout/nav-bg.gif) 0 0 no-repeat;
	width: 758px;
	height: 56px;
	margin-bottom: 24px;
}
	#nav ul {
		width: 685px;
		height: 56px;
		padding: 0 37px;
		list-style: none;
	}
		#nav li {
			float: left;
			padding-right: 22px;
		}
			#nav li.last-item {
				padding-right: 0;
			}
			#nav li a {
				display: block;
				height: 56px;
				text-indent: -9000px;
				background-color: transparent;
				background-position: 0 0;
				background-repeat: no-repeat;
			}
				#nav li a:hover {
					background-position: 0 -56px;
				}

/* Content */

#content {
	color: #555;
	width: 501px;
}
	#content h1 {
		font-size: 2.1em;
		font-weight: bold;
		letter-spacing: 3px;
		padding-bottom: 8px;
		margin-bottom: 64px;
	}
	#content h2 {
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 28px;
		margin-bottom: 28px;
	}
	#content h3 {
		font-size: 1.1em;
		font-weight: bold;
	}
	#content a {
		color: #3333cc;
		text-decoration: none;
		border-bottom: 1px solid #ccccff;
	}
		#content a:hover {
			border-bottom-color: #3333cc;
		}
	#content p {
		line-height: 145%;
		margin-bottom: 14px;
	}
	#content ul {
		margin-left: 1em;
	}
		#content li {
			margin-bottom: 14px;
		}
		

#content.one-column {
	width: 758px;
}

/* Posts */
#content .post {
	margin-bottom: 48px;
}
	#content .post h2 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 4px;
	}
		#content .post h2 a {
			color: #555;
			text-decoration: none;
			border: 0;
			line-height: 125%;
		}
			#content .post h2 a:hover {
				color: #559;
				text-decoration: underline;
			}
	#content .post small {
		display: block;
		font-size: 0.8em;
		color: #666;
		margin-top: 8px;
		margin-bottom: 16px;
		line-height: 125%;
	}
	#content .post p {
		line-height: 145%;
	}
	#content .post .postmetadata {
		text-align: left;
	}
		#content .post .postmetadata a {}
	#content .alt {
		font-size: 0.8em;
	}

/* Sidebar */
#sidebar {
	float: right;
	width: 177px;
	background: #eee url(images/layout/sidebar-bg.gif) 0 0 no-repeat;
	padding: 16px 0 16px 16px;
}
	#sidebar h2 {
		color: #666;
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#sidebar h3 {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 12px 8px;
	}
	#sidebar select {
		width: 150px;
		margin: 0 0 26px 8px;
	}
	#sidebar ul {
		list-style: none;
		margin: 0 0 26px 8px;
	}
		#sidebar li {
			margin: 0 0 6px 0;
			padding-bottom: 2px;
			
		}
			#sidebar li a {
				display: block;
				color: #777;
				text-decoration: none;
				border-bottom: 1px solid #ddd;
			}
				#sidebar li a:hover {
					border-bottom-color: #777;
				}

/* Comments */

h3#comments {
	margin-bottom: 16px;
}
.commentlist {
	list-style-type: none;
}
	.commentlist li {
		padding: 8px;
	}
	.commentlist .commentauthor {}
	.commentlist .commentmetadata {
		display: block;
		margin-bottom: 16px;
	}
.oddcomment {
	background-color: #eee;
}
h3#respond {}
#respond-info {
	margin-bottom: 8px;
}
textarea#comment {
	width: 501px;
	height: 100px;
}


/* Footer */

#footer {
	padding: 10px 0;
	color: #555;
	font-size: 0.8em;
	border-top: 1px solid #0093d9;
	margin-top: 64px;
}
	
	#footer p {
		margin-bottom: 8px;
	}
				
/* Navigation Buttons */

#nav-home {
	width: 45px;
	background-image: url(images/layout/nav-buttons/home.gif);
}
#nav-econ-atrocity-blog {
	width: 175px;
	background-image: url(images/layout/nav-buttons/econ-atrocity-blog.gif);
}
#nav-resources {
	width: 95px;
	background-image: url(images/layout/nav-buttons/resources.gif);
}
#nav-feedback {
	width: 84px;
	background-image: url(images/layout/nav-buttons/feedback.gif);
}
#nav-about {
	width: 55px;
	background-image: url(images/layout/nav-buttons/about.gif);
}
#nav-buy-the-book {
	width: 120px;
	background-image: url(images/layout/nav-buttons/buy-the-book.gif);
}

/* Front Page */

#content.front-page #front-comic {
	text-align: center;
	margin: 0 0 24px 0;
}

#content.front-page h1, #content.front-page h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#content.front-page h1 {
	margin: 0 16px 0;
	letter-spacing: normal;
}

#content.front-page h2 {
	margin: 0 0 32px 0;
	font-size: 1.2em;
}

#content.front-page #authors-caption, #content.front-page #authors {
	text-align: center;
	margin: 0 0 8px 0;
}

#content.front-page #authors-caption {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

#content.front-page #authors {
	margin-bottom: 32px;
	font-weight: bold;
}
	#content.front-page #authors ul {
		list-style-type: none;
		margin: 0;
	}
		#content.front-page #authors li {
			margin: 0;
		}

/* About Page */
#about-page #sidebar {}
	#about-page #sidebar img {
		margin-left: -4px;
	}
	#about-page #sidebar p {
		margin-bottom: 32px;
	}

#about-page #content {}
	#about-page #content #acrobat-download {
		width: 50%;
		background: #ddd url(images/layout/acrobat.gif) 87% 45px no-repeat;
		padding: 10px;
		margin: 32px 0;
		font-size: 0.8em;
	}
		#about-page #content #acrobat-download ul {
			padding-left: 10px;
		}
	#about-page #content dl {
		margin-bottom: 32px;
	}
		#about-page #content dl dd {
			font-size: 0.8em;
			font-style: italic;
		}

/* Buy Page */

#book-cover {
	text-align: center;
}