/* Eric's Reset Reloaded
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Custom styles */

body { font-size: 11pt; font-family:Tahoma,Arial,Helvetica,sans-serif; }
h1 { margin: 18px 20px 10px; border-bottom: 1px solid #333;
     text-align: center; font-size: 24pt; font-weight: bold; }
a { color: #3B5998; }
a:visited { color: #3B5998; }

#maptable { margin: 0 auto; }
#maptable td { border-width: 6px 12px; border-style: solid;
               border-color: white; width: 240px; }
#maptable .instructions { font-size: 10pt; text-align: center; }
#maptable .states { vertical-align: middle; text-align: right;
                    line-height: 22pt; font-size: 18pt; font-style: italic; }
#maptable .thumb:hover { border-color: yellow; background-color: yellow; }
#maptable .thumb img { display: block; }

#sidebar { line-height: 1.2em; }
#sidebar div { padding: 8px; }
#sidebar div.maps { background-color: #f2f0da; }
#sidebar div.maps h3 .subtitle { display: block; font-size: 9pt; }
#sidebar div.books { background-color: #f2ddc2; padding-top: 1px; }
#sidebar div.books h3 { font-style: italic; }
#sidebar div.books p { margin-left: 84px; }
#sidebar div.copies { background-color: #dfe6cf; }
#sidebar div.copies ul { margin: 24px; list-style-type: disc; }
#sidebar h2 { clear: both; margin: 12px 0px 6px; font-weight: bold; }
#sidebar h3 { clear: both; margin: 12px 0px 6px; font-weight: bold; }
#sidebar p { margin: 6px 0px; }
#sidebar .books img { float: left; margin-right: 8px; margin-bottom: 12px;
                      border: 1px solid #3B5998; }
#sidebar .books img:hover { border: 1px solid yellow; }
#books a { float: left; margin-right: 8px; }

p.copyright { text-align: center; font-size: 10pt; }
