/*
 * base.css -- Base stylesheet for markshroyer.com
 *
 * Mark Shroyer
 * $Id: base.css 9 2008-09-25 20:13:37Z mshroyer $
 */

/* Reset styles */
/*@import url('reset.css');*/


/*** Assistive Devices ***************************************************/

/*
 * Assistive elements are there for semantic structure as an aid to screen
 * readers, but should not be displayed by most web browsers.
 */
.assistive {
	display: none;
}

/*
 * Horizontal rules are for Lynx and (e)Links, and also should not be
 * displayed in graphical, CSS-aware browsers.
 */
hr {
	display: none;
}


/*** Site-Wide Page Style ************************************************/

/* Text elements */
h1 {
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.0;
}
em, i {
	font-style: italic;
}
b {
	font-weight: bold;
}
a {
	color: #070;
	text-decoration: underline;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
blockquote, pre {
	padding: 0.8em 1.2em;
	margin: 1em 0 1em 0.8em;
	border-left: 1px dashed #7c765f;
}
blockquote p, .asset blockquote p {
	line-height: 1.2;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
pre, code {
	font-family: "Courier New", "Courier", monospace;
	font-size: 10pt;
}
abbr {
	border-bottom: 1px dashed;
}

/* Main body */
body {
	/*
	font-family: "Adobe Jenson Pro", "Jenson", "Arno Pro", 
		"Garamond Premier Pro", "Adobe Garamond Pro", "Minion Pro",
		"Minion", "Georgia", "Times", "Times New Roman", serif;
	*/
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 11pt;
}

/* Title bar */
div#title {
	text-align: center;
	font-family: "Courier", "Eurostile", sans-serif;
	font-weight: bold;
}

/* Main content division */
div#main ol {
	list-style: decimal;
	margin-left: 1.8em;
}
div#main ul {
	list-style: disc;
	margin-left: 1.6em;
}
div#main ol, div#main ul {
	line-height: 1.2;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: left;
}
div#main ol li, div#main ul li {
	margin-bottom: 0.3em;
}

/* Footer */
div#footer {
	padding: 30px;
}

/* Sidebar */
div#sidebar h2 {
	font-size: 12pt;
	font-weight: bold;
}
div#sidebar a {
	text-decoration: none;
}
div#sidebar a:hover {
	text-decoration: underline;
}
div#sidebar ul, div#sidebar ol {
	margin-left: inherit;
	list-style: none;
	line-height: inherit;
	margin: 0;
}
div#sidebar ul li, div#sidebar ol li {
	margin: 0;
}


/*** Asset Formatting ****************************************************/

.asset {
	line-height: 1.4;
	text-align: justify;
	vertical-align: middle;
}
.asset p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.asset span.first-letter {
	float: left;
	color: #453a24;
	font-size: 325%;
	line-height: 100%;
	margin: 0 3pt -0.25em 0;
	padding-top: 0.0em;
}
.asset h2 {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1.7em;
	margin-bottom: 1em;
}
.asset h3 {
	font-weight: bold;
	font-style: italic;
	margin-top: 1.4em;
	margin-bottom: 1em;
}
.asset h4 {
	font-style: italic;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

/* Fancy link "buttons" (PGP key, etc.) */
.asset a.fancylink {
	display: block;
	width: 340px;
	margin: 20px auto;
	padding: 10px 6px;
	border: 1px solid black;
	text-decoration: none;
	text-align: center;
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	border: 1px solid #b4b0a0;
	background-color: #f3f0e1;
}
.asset a.fancylink img {
	vertical-align: -35%;
	padding: 0;
	margin: 0;
}

.asset p.footnote {
	font-style: italic;
}


/*** Blog ****************************************************************/

/* Entry heading */
div#blog div.entry h1 {
	font-size: 16pt;
	margin-bottom: 0.2em;
}
div#blog div.entry h1 a {
	color: #060;
	text-decoration: none;
}
div#blog div.entry h1 a:hover {
	text-decoration: underline;
}
div#blog div.entry span.timestamp {
	font-family: "Lucida Grande", sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	font-size: 12px;
}

/* Entry contents */
div#blog div.entry p.more {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

/* Entry footer */
div#blog div.entry div.foot {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
}
div#blog div.entry div.foot a {
	color: #040;
	text-decoration: underline;
}


/*** Feedback ************************************************************/

/* Trackbacks and comments listings */
div#feedback #trackbacks h2,
div#feedback #comments h2 {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div#feedback #comment-entry h3 {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	margin-bottom: 0.4em;
}
div#feedback #trackbacks, div#feedback #comments {
	margin-bottom: 30px;
}
div#feedback #trackbacks .trackbacks-info,
div#feedback #comments .comments-info {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	font-style: italic;
	padding-bottom: 4px;
}
div#feedback #trackbacks span.trackbacks-url {
	font-weight: bold;
}
div#feedback #trackbacks div.trackback {
	margin-left: 16px;
	padding: 1em 1em 1px;
	overflow: hidden;
}
div#feedback #trackbacks div.trackback p.trackback-title {
	font-weight: bold;
}
div#feedback #trackbacks div.trackback span.blog-title {
	font-style: italic;
}
div#feedback #comments div.comment,
div#feedback #comment-preview div.comment {
	margin-left: 16px;
	padding: 1em 1em 1px;
	overflow: hidden;
}
div#feedback #trackbacks div.trackback-header,
div#feedback #comments div.comment-byline {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 4px;
}

/* Comment form */
div#feedback #comment-entry {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
}
div#feedback #comment-entry div.comments-open-content {
	padding: 4px 0 0 16px;
}
div#feedback #comment-entry div#comment-form-external-auth {
	margin-top: 1em;
	margin-bottom: 1em;
}
div#feedback #comment-entry div#comment-form-remember-me {
	margin-top: 0.4em;
	margin-bottom: 1em;
}
div#feedback #comment-entry div#comment-form-name label,
div#feedback #comment-entry div#comment-form-email label,
div#feedback #comment-entry div#comment-form-url label {
	display: block;
	float: left;
	width: 110px;
	padding-top: 6px;
	padding-right: 0.5em;
	text-align: left;
}
div#feedback #comment-entry div#comment-form-name input,
div#feedback #comment-entry div#comment-form-email input,
div#feedback #comment-entry div#comment-form-url input {
	width: 250px;
}
div#feedback #comment-entry input {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
div#feedback #comment-entry textarea {
	font-family: "Courier", "Courier New", monospace;
	font-size: 9pt;
	padding: 8px;
	width: 500px;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}


/*** Page ****************************************************************/

.page h1 {
	margin-bottom: 0.5em;
}

/* About page contact info */
.asset table.contact-info {
	margin: 1em auto;
}
.asset table.contact-info td.type {
	text-align: right;
	padding-right: 0.5em;
}

/* Link to a page's relevant table of contents */
.asset div.toclink a {
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.asset div.toclink img.tocimage {
	vertical-align: middle;
}
.asset div.toclink span.toctitle {
	text-decoration: underline;
}

/* ANSI Common Lisp solutions styles */
div#main div.page-in-acl .asset ol {
	list-style-type: lower-alpha;
}
div#main div.page-in-acl .asset ol img {
	margin-bottom: 20px;
	margin-left: 10px;
	vertical-align: top;
}
