/* ---------- Reset some of the basic style settings. */
h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1em; }
h5 { font-size: 0.85em; }
h6 { font-size: 0.65em; }

body, h1, h2, h3, h4, h5, h6, blockquote, pre, p { margin: 0; padding: 0; }

img { border: none; }

body {
	font-family: "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
	color: black;
}
 
/* ---------- WRAPPER: Contains all content inside of the body. */

#wrapper { margin: auto 15px auto 15px; }

/* ---------- HEADER: Styles impacting the top of the page. */

#header {
	width: 100%;
	float: none;
	clear: both;
}

#headerimg {
	float: left;
}

#headerimg img {
	padding-top: 15px;
}

#headermenu {
	float: right;
}

#headermenu a {
	margin: 0;
	font-size: 14pt;
	color: black;
	text-decoration: none;
}

#headercontact {
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: dotted;
	text-align: right;
}

#headermenuset {
	margin-top: 3px;
	margin-bottom: 10px;
}

#headermenuset ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#headermenuset li {
	margin-left: 20px;
	margin-right: 30px;
	display: inline;
}

#headermenuitem a {
	padding-left: 20px;
	padding-right: 30px;
}

/* ---------- MAIN CONTENT: Styles impacting the main text body of the page. */

#maincontent {
	margin-left: 15px;
	margin-right: 15px;
	float: none;
}

#maincontent h1 {
	font-weight: bold;
	border-bottom: medium dotted red;
	color: black;
	margin: 12px 0 6px 0;
}

#maincontent .entry {
	font-size: 1.2em;
}

#maincontent .entry {
	font-size: 1.2em;
}

#maincontent .entry p {
	margin-top: 10px;
}

#maincontent a, #maincontent a:hover, #maincontent a:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom: thin dotted red;
	color: black;
}

#maincontent li {
	padding: 2px 0;
}

#maincontent blockquote, #maincontent cite, #maincontent q {
	padding-left: 8px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 3px solid red;
	overflow: auto;
}

#maincontent blockquote:first-letter, #maincontent cite:first-letter, #maincontent q:first-letter {
	font-size: 200%;
}

#maincontent pre, #maincontent code, #maincontent samp {
	font-family: "Courier New", Courier, monospace;
	padding-left: 8px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 3px solid red;
	overflow: auto;
}

#maincontent .bottominfo {
	margin: 15px 0 20px 25px;
	padding: 5px;
	background-color: #eeeeee;
	border: thin dashed black;
}

#maincontent .bookheader {
	font-size: 15pt;
	font-style: italic;
	font-weight: normal;
	background-color: #d1dcef;
	margin: 20px 0 20px 0;
}

#maincontent .bookimage {
	/* ----- Book images are 200px height, and a maximum of 155px wide. */
	float: left;
}

#maincontent .booklinks {
	margin-left: 180px;
	min-height: 200px;
}

#maincontent .booklinks p {
	font-size: 120%;
}

#maincontent .bookdesc {
	clear: both;
	margin: 20px 0 10px 0;
}

#maincontent .bookdesc p {
	margin-bottom: 5px;
}

#maincontent .bookwarning {
	margin: 10px 10% 10px 10%;
	border-color: red;
	border-style: dashed;
	padding: 8px;
}

#maincontent .magentry {
	min-height: 180px;
}

#maincontent .magheader {
	font-size: 15pt;
	font-style: italic;
	font-weight: normal;
	background-color: #d1dcef;
	margin: 30px 0 15px 0;
}

#maincontent .magimage {
	/* ----- Magazine images are 150px height, and a maximum of 120px wide. */
	float: left;
	width: 140px;
	margin: 0;
}

#maincontent .magdesc {
	margin: 20px 0 10px 140px;
}

#maincontent .magdesc p {
	margin-bottom: 5px;
}

#maincontent .maglinks {
	font-size: 120%;
}

#maincontent .maglinks p {
	display: inline;
}

#maincontent .magwarning {
	margin: 10px 0 10px 0;
	border-color: red;
	border-style: dashed;
	padding: 8px;
}

/* ---------- FOOTER: Styles impacting the page footer. */

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#footer .copyright {
	font-size: 80%;
	color: gray;
}


