/* 
    blue: #AFBED0
	light apricot: FFD8BD
	orange: #D9732B (lighter: #D98E59)
	blood orange: #A75923 (lighter: #A7673A)
	
	ePOST colors:
	lightest blue: "#C0C0FD"
	medium blue: "#7575CC"
	darkest blue: "#080885"
	gray: "#C2C2C2"
	*/
body {
	background: #C2C2C2;
	text-align: center; /* centering hack */
	margin: 0 10%;
	font: 90% Georgia, serif;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: #7575CC;
	text-transform: uppercase;
	margin: 0.75em 0 0.5em 0;
	font-family: Myriad, "Myriad MM", "Century Gothic", Futura, Trebuchet, "Trebuchet MS", sans-serif;
}

h1 { 
	font-weight: normal; 
	font-size: 240%;
	line-height: 1.0em;
	margin: 1em 0 0.5em 0;
}

h2 { 
	color: #D9732B;
 font-size: 120%;
 margin: 0.25em 0 0.75em 0;
}

h3 { 
	font-size: 120%; 
	border-top: 2px solid #7575CC;
	padding-top: 4px;
}
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; letter-spacing: 1px; }

.note { 
  color: #7575CC; 
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Myriad, "Myriad MM", "Century Gothic", Futura, Trebuchet, "Trebuchet MS", sans-serif;
}

a:link {
	color: #D9732B;
	border-bottom: 1px solid #D98E59;
	text-decoration: none;
	padding-bottom: -1px;
}
a:visited {
	color: #D98E59;
	border-bottom: 1px dotted #D98E59;
	text-decoration: none;
	padding-bottom: -1px;
}
a:hover {
	background-color: #FFD8BD;
}

blockquote {
	background: url(/images/blockquote.png);
	margin:  0.5em 2em;
	padding: 6px 12px;
	font-size: 90%;
}

/* later: .transclusion, .quote */

p {
	margin: 0.8em 0;
}
hr {
	height: 8px;
	border: 0;
	border-bottom: solid 2px #7575CC;
}

/*  ------------------------------------------------------------
 *  layout elements
 *  ------------------------------------------------------------
 */

#page {
	position: relative;
    background: white;
    margin: 20px auto;
	width: 85%;
    padding: 5px 20px 5px 160px;
    text-align: left;
    border: 1px solid #666666;
    -moz-border-radius: 5px;
}

#nav {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 160px;
    font-size: 85%;
}

/*  ------------------------------------------------------------
 *  per-entry classes
 *  ------------------------------------------------------------
 */

.entry {
	padding-top: 16px;
	margin-bottom: 8px;
	margin-top: 16px;
	clear: both;
	background-image: url("wp-site/images/blue-stripes.png");
	background-repeat: repeat-x;
	background-position: top;
}
.entry .heading h4 {
	margin-bottom: 0.75em;
	color: #BCC9D8;
}
.entry .heading a:link, 
.entry .heading a:visited {
	text-decoration: none;
	border: none;
}
.entry .heading a:hover {
	background-color: #FFD8BD;
}

.entry .heading {
	margin-bottom: 1.5em;
}
.entry .heading .date {
	text-align: center;
	float: left;
	margin-right: 1em;
	background-color: #D98E59;
	/* font-size: 90%; */
	font-weight: normal;
	color: white;
	padding: 0.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.0em;
	/* cursor: pointer; */
}
.entry .heading div:hover.date {
	background-color: #FFD8BD;
	color: #D98E59;
}
.entry .heading .date .day {
	font-size: 200%;
	line-height: 0.9em;
}
.entry .heading .date .year {
	font-size: 90%;
	letter-spacing: 0px;
}
.entry .heading .date a { color: white; }
.entry .body {
	clear: both;
}

ul.post-categories, ul.post-categories li {
	list-style-type: none;
	display: inline;
	padding: 0; margin: 0;
}

.permahash {
	margin-left: 0.25em;
	font-size: 80%;
	padding: 0 0.25em;
}

/* dsandler fancy markup */

.script {
	text-indent: -2em;
	padding-left: 3em;
}

.script p {
	margin-bottom: 0.5em;
}

.script .actor {
	text-transform: uppercase;
	font-size: 90%;
}

.script .direction {
	font-style: italic;
}

.gray {
	color: #999999;
}

.tooltip {
	border-bottom: 1px dotted #999;
	cursor: help;
}

.tooltip:hover {
	/* border: 1px dotted #999;*/
	background-color: #eee;
}

.rssbutton {
	background-color: #f90; 
	border: 1px outset; 
	font-weight: bold; 
	color: white; 
	font-size: 90%; 
	padding: 0 0.3em; 
	text-decoration: none;
	font-family: sans-serif;
}
.rssbutton>* { color: white; }
.keystroke {
	font-size: 80%;
	background: #eeeeee;
	border: 1px outset;
	color: #666;
	font-weight: bold;
	padding: 0 0.3em;
	white-space: no-wrap;
}

#comments {
	clear: both;
	border-top: solid 4px #BCC9D8;
	margin-top: 16px;
	padding-top: 8px;
}

.dateline {
	color: #D9732B;
 font-size: 80%;
 margin: 0.25em 0 1.5em 0;
}

.newsitem {
	color: #818a94;
 	text-transform: uppercase;
 font-size: 100%;
 font-weight: bold;
 margin: 0.25em 0 1.5em 0;
}

.question {
	color: #818a94;
 text-transform: uppercase;
 font-size: 100%;
 font-weight: bold;
 margin: 0.5em 0 0.75em 0;
}

.qa {
	padding: 0.75em 0.5em;
	background-color: white;
	border: 1px solid white;
}
.qa_hilite {
	padding: 0.75em 0.5em;
	background-color: #ff9;
	border: 1px solid #ee8;
}

td {
 font-size: 85%;
}

ul {
	list-style-image: url(/images/ministamp.png);
	padding-left: 2em;
	margin-left: 0;
}

li {
	margin-left: 0;
}

.footer {
	font-size: small;
	font-style: italic;
	padding-top: 64px;
}
