html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	text-align: left;
	width: 95em;
	margin: 5px 0 0 5px;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 150px;
}

#logo {
	width: 300px;
	height: 100px;
	float: left;
	background: url(../images/how2_tplft_logo.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	text-align: left;
}

#logo h1 {
	margin: 0;
}

#logo h1 a {
	float: left;
	text-align: left;
	text-indent: -9000px;
	display: block;
	width: 230px;
	height: 100px;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden;
}

/* Top navigation */

#topnav {
	margin: 0;
	padding: 0;
	float: right;
	height: 100px;
	width: 600px;
	background-color: #fff;
}

#topnav ul {
	list-style-type: none;
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
}

#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav li a {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	text-indent: -9000px;
}

#topnav #currentissue a {
	width: 200px;
	height: 60px;
	background: url(../images/current_issue_btn.gif) no-repeat 0 0;
}
#topnav #currentissue a:hover {
	background: url(../images/current_issue_btn.gif) no-repeat 0 -60px;
}

#topnav #archives a {
	width: 150px;
	height: 60px;
	background: url(../images/archives_btn.gif) no-repeat 0 0;
}
#topnav #archives a:hover {
	background: url(../images/archives_btn.gif) no-repeat 0 -60px;
}

#topnav #links a {
	width: 100px;
	height: 60px;
	background: url(../images/links_btn.gif) no-repeat 0 0;
}
#topnav #links a:hover {
	background: url(../images/links_btn.gif) no-repeat 0 -60px;
}

#topnav #search a {
	width: 130px;
	height: 60px;
	background: url(../images/search_btn.gif) no-repeat 0 0;
}
#topnav #search a:hover {
	background: url(../images/search_btn.gif) no-repeat 0 -60px;
}


#banner {
	clear: both;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 50px;
	background: url(../images/banner.gif) no-repeat left top;
}

#main {
	clear: both;
	margin: 0;
	padding: 0;
	width: 95em;
}

/* Side navigation */

#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 16.5em;
	height: 30em;
}


#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar li a {
	display: block;
	margin: 0.5em 1em;
	padding: 0;
	width: 15em;
	text-align: left;
	text-indent: -900em;
}

#sidebar #however a {
	height: 90px;
	background: url(../images/side_however.gif) no-repeat 0 0;
}
#sidebar #however a:hover {
	background: url(../images/side_however.gif) no-repeat 0 bottom;
}

#sidebar #masthead a {
	height: 30px;
	background: url(../images/side_masthead.gif) no-repeat 0 0;
}
#sidebar #masthead a:hover {
	background: url(../images/side_masthead.gif) no-repeat 0 bottom;
}

#sidebar #calls a {
	height: 60px;
	background: url(../images/side_calls.gif) no-repeat 0 0;
}
#sidebar #calls a:hover {
	background: url(../images/side_calls.gif) no-repeat 0 bottom;
}

#sidebar #howto a {
	height: 30px;
	background: url(../images/side_howto.gif) no-repeat 0 0;
}
#sidebar #howto a:hover {
	background: url(../images/side_howto.gif) no-repeat 0 bottom;
}

#sidebar #updates a {
	height: 30px;
	background: url(../images/side_updates.gif) no-repeat 0 0;
}
#sidebar #updates a:hover {
	background: url(../images/side_updates.gif) no-repeat 0 bottom;
}

#sidebar #postcards a {
	height: 30px;
	background: url(../images/side_postcards.gif) no-repeat 0 0;
}
#sidebar #postcards a:hover {
	background: url(../images/side_postcards.gif) no-repeat 0 bottom;
}

#sidebar #mailout a {
	height: 30px;
	background: url(../images/side_mailing.gif) no-repeat 0 0;
}
#sidebar #mailout a:hover {
	background: url(../images/side_mailing.gif) no-repeat 0 bottom;
}

#sidebar #blog a {
	height: 30px;
	background: url(../images/side_blog.gif) no-repeat 0 0;
}
#sidebar #blog a:hover {
	background: url(../images/side_blog.gif) no-repeat 0 bottom;
}

#content, #footer {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
}

p, .parastyle, ul, ol, pre {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 0 0;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {	
	border-bottom: 3px solid #000;
	clear:both;
	margin:20px 3%;
	padding-top: 3px;
	border-top: 1px solid #000;
	border-right-style: hidden;
	border-left-style: hidden;
}

#content {
	float: left;
	display: block;
	margin: 0;
	padding: 10px 10px;
	width: 71em;
	overflow: visible;
	border-left: 4px solid #000;
}

#content ul {
	padding: 0;
}

#content ul li {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 160%;
	margin-left: 4em;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px 0;
	width: 90em;
	background-color: #fff;
	border-top: 8px solid #000;
}

#index strong a, #index a strong {
	color: #000;
}

.notesbiog p {
	font-size: 1.3em;
}

.footnote {
	font-size: 70%;
	position:relative;
	bottom:0.6em;
	padding-left:0.4em;
	padding-right:0.2em;
	/*vertical-align: super;*/
}

p.essayquote, .essayquotepre, .poemquote, .essayquote p {
	
	font-size: 1.3em;
	
}

.essayquote, .essayquotepre, .poemquote  {
	margin-left: 10%;
	margin-right: 10%;
}

#wrapper #content p.quote_author {
	text-align: right;
	margin-right: 10%;
}

#content p.poemquote, #content .essayquotepre {
	text-align: left;
}

.essayquotedoublespace {
	font-size: 1.3em;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 3em;
}

.rightfloat {
	float: right;
	margin: 2em;
}

.quoteindent {
	text-indent: 2em;
}

.interviewindent {
	padding-left: 1em;
	text-indent: -1em;
}

h1.article_header, h2.article_header {
	text-align: center;
}

#footer p {
	text-align: right;
}

#content .embedded_audio_content p {
	margin-top: 0;
	font-size: 11px;
}

#content .embedded_audio_content h3, #content .embedded_video_content h3 {
	font-size: 14px;
	margin-bottom: 1em;
}

#content .embedded_audio_content {
	margin-left: 5em;
	margin-top: 2em;
}

#content .embedded_video_content embed {
	margin-left: 8em;
	display: block;
}

#content .embedded_video_content p {
	margin-left: 8em;
	font-size: 11px;
}

.biblio_main_header {
	text-transform: uppercase;
}

ul.biblio_list, ul.bio_list {
	line-height: 150%;
	list-style-type: none;
	padding-left: 5em;
	text-indent: -2em;
}

ul.biblio_list li, ul.bio_list li {
	margin-bottom: 0.8em;
	text-align: left;
}

#main #content p a.backtotop_link {
	text-align: right;
	display: block;
	overflow: hidden;
	font-size: 12px;
}

.whitespaced {
	white-space: pre;
}

.essay #content pre {
	line-height: 200%;
	margin: 1.5em 0 1.5em 0;
}

.essay #content .intro_quotes p.quote {
	margin: 2em 0 0 0;
	clear: both;
}

.essay #content .intro_quotes p.quote_author {
	margin: 1.5em 0 2em auto;
	width: 25em;
	clear: both;
	font-size: 12px;
}

.essay .note_author {
	width: 30em;
	margin: -1em 0 0 auto;
}

.essay #content p.notesbiog {
	margin: 2em 0;
}

body.essay #content p {
	text-align: justify;
	line-height: 200%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.picandcaption img {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
#content .picandcaption p.piccaption {
	font-size: 11px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	display: block;
	overflow: hidden;
}

table.numberedlines td {
	vertical-align: top;
}

#content table.numberedlines td p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

table.numberedlines td.main {
	width: 300px;
}

#content div.vertgallery {
	display: block;
	overflow: hidden;
	width: 100%;
}

#content div.vertgallery img {
	display: block;
	overflow: hidden;
	padding: 0;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#wrapper #content p.enterlink {
	text-align: center;
}

#content div.indexcontainer, #content div.indexcontainer div {
	display: block;
	overflow: hidden;
}

#content div.indexcontainer div {
	width: 60em;
	margin: 5em auto;
}

#content div.indexcontainer div img {
	float: right;
}

#content div.indexcontainer div a img {
	border: 3px solid #333;
}

#content div.indexcontainer div a:hover img {
	border-color: #e20000;
}

#content div.indexcontainer div p {
	width: 15em;
	margin: 5.4em 2em 0 0;
	float: left;
}
