@charset "UTF-8";
/* CSS Document */

/* home page stuff */

body.blog {
	background-color: #101010;
	color: #aaa;
	font-size: 13px;
}

strong {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

p, li {
	line-height: 140%;
	margin-bottom: 1.25em;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.blog div.caption {
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

div.spacer {
	height: 1em;
}


div#container div#footer {
	text-align: left;
	margin-left: 255px;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 13px;
	border-left: 1px solid #444;
	padding-left: 30px;

}

body h1 {
	text-align: left;
	font-size: 141%;
	margin-top: 1em;
	letter-spacing: .05em;
	word-spacing: 2px;
	font-weight: normal;
	margin-bottom: 1em;
	color: #eee;

}

h1.volume {
	margin-top: 0;
	text-align: right;
	margin-bottom: 1em;
}

div#lcol h2 {
	margin-top: 5em;
	margin-bottom: 0.75em;
	color:  #666;
	font-weight: normal;
	font-style: normal;
}

body h2 {
	font-size: 100%;
	line-height: 100%;
	margin-top: 0;
	color: #b2b2b2;
}

a {
	/* color: #bbb; */
	color: #8bb1d7;
}

body p a:link, body p a:visited {
	color: #8bb1d7;
	/* color: #ccc; */
	/*border-bottom: 1px dotted #666;*/
	border: none;
	text-decoration: none;
}

body p a:hover, body p a:active {
	color: red;
	border-bottom: none;
	text-decoration: none;
}

body a:link img, body a:visited img, body a:hover img, body a:active img {
	border: none;
}

h1 a {
	text-decoration: none;
}

body ol {
	margin-left: 2em;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 13px;
	line-height: normal;
}

body ol li {
	margin-bottom: 0;
	list-style-type: decimal;
	font-size: 85%;
}

body div#header {
	text-align: left;
	margin-top: 3em;
	margin-bottom: 1em;
	border-bottom: none;
}

body div#header div.title {
	padding-top: 0.5em;
	font-size: 246.2%;
	line-height: 120%;
	font-weight:bold;
}

body div#header div.subtitle {
	font-size: 167%;
	line-height: 120%;
	font-style: italic;
	color: #4b6680;
}

body div#header div.byline {
	margin-top: 0.5em;
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 1em;
	font-style: italic;
}

body span.date {
	color: #CCC;
}

#lcol {
	width: 205px;
	float:left;
	text-align: right;
}

#rcol {
	width: 620px;
	float:right;
	border-left: 1px solid #444;
	padding-left: 30px;
}

.new-or-updated {
	color: #a5a500;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	padding: 1px;
	border: none;
	background-color: #111;
	position: relative;
	bottom: 1px;
}

p.date {
	text-transform: uppercase;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
}

ul#adhocmenu li {
	list-style-type: none;

	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 11px;
}

div.adbloc {
	margin-top: 36px;
}

div.image {
	margin-top: 1em;
	text-align: center;
	margin-bottom: 1em;
}

div.image img, div.adbloc img {
	margin-bottom: 0.5em;
}

p.caption {
	font-style: italic;
	font-size: 90%;
	line-height: 120%;
}

img#blogmasthead {
	margin-bottom: 1.4em;
	margin-left: 119px;
}

p.dingbat {
	text-align: center;
	color: #404040;
	font-size: 75%;
	margin-bottom: 2em;
	margin-top: 2em;
}


div.announcements {
	background: #222;
	margin-bottom: 2em;
	padding: 1em 1em 0 1em;
}

div.announcement {
	
}

div.announcehead {
	text-transform: uppercase;
	color: #777;
	text-align: center;
	font: 10px Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

div.post {
	margin-bottom: 2em;
	clear: both;
	/* background-color: #222; */
}

div.day {
	margin-bottom: 4em;
}

p#nextmonth, p#prevmonth, p#allmonths {
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 11px;
}

p#nextmonth {
	float: right;
	text-align: right;
}

p#prevmonth {
	float: left;
	text-align: left;
}

p#allmonths {
	margin-top: 1em;
	margin-bottom: 1em;
}

body.blog a.permalink {
	color: #484848;
}

body.blog a:hover.permalink {
	color: red;
}

body.blog .quote-box
{
	border: 1px solid #666;
}

body.blog .warning {
	color: #ff5959;
}

body.blog div.sidebar, body.blog p.sidebar
{
	background: url(../gfx/bkgd.asterisk.blog.jpg) no-repeat 4px 4px;
}

body.blog .menu-item {
	font-weight: bold;
}


/* legacy style */

.single-image-with-label {
	text-align: center;
	margin-bottom: 18px;
	font-style: italic;
}


pre {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	overflow: auto;
	padding: 0.5em;
	background-color: #222;
	width: 98%;
}
