/* dsandler.org/css/bare.css */
@import url(/css/irc.css);

	/* seeking profont?
	 * http://www.tobias-jung.de/seekingprofont/
	 */

body {
	background-color: #ccc;
	margin-left: auto; margin-right: auto;
	margin-top: 3em;
	font-size: 0.7em;
	font-family: Frutiger, Univers, Trebuchet, Trebuchet MS, sans-serif;
	color: #000;
}
h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; } 
h4 { font-size: 90%; }
h5, h6 { font-size: 85%; }
b, strong, h1, h2, h3, h4, h5, h6, th {
	color: black; font-weight: bold;
}
p {
	margin: 0 0 0.75em 0;
}

hr {
	height: 0px;
	border: 0;
	border-top: 2px solid #eee;
}

sup { font-size: 75%; }

a:link {
	color: #800;
	text-decoration: underline;
}

a:visited {
	color: #644;
	text-decoration: underline;
}

pre {
	font-size: 90%;
	padding: 0.5em;
	background: url(/images/pre-bg.png);
	border: 1px dashed #666;
}

#main {
	width: 60em;
	margin-left: auto; margin-right: auto;
}
#body {
	margin: 0;
}
#bodytext {
/* 	padding: 8px; */
	text-align: left;
}
#bodytext table {
	width: 100%;
	border: 1px solid #666;
	border-top: 0;
}
#bodyframe {
}
.contextbar {
	background-color: white;
	color: #c88;
	padding: 3px;
	font-size: xx-small;
	text-align: left;
	border: 1px solid #154b90;
}
.contextbar a, .contextbar a:visited, .contextbar a:link {
	/*color: white; */
}

#sidebar {
	background-color: #31B475;
	float: right;
	width: 150px; /* 116px; */
}
#sidebarmenu {
	background-color: #2B9B64;
	/*border-left: 4px solid #248355;*/
}
#sidebarmenutext {
	padding: 8px;
	text-align: left;
	color: white;
	font-size: xx-small/120%;
}
#sidebarmenutext td {
	color: white;
}
#sidebarmenutext a {
	color: #999;
}
#sidebarmenutext p {
	margin: 0 0 6pt 0; 
}

blockquote {
	padding: 0.5em;
	margin: 0 1em 0.75em 2em; /* t,r,b,l */
}

.transclusion, .quote {
	background-color: #eee;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 8px solid #ccc;
	border-right: 8px solid #ccc;
	border-top: 2px solid #d0e0f0;
	border-bottom: 2px solid #d0e0f0;
	-moz-border-radius: 3px;
}

em { font-style: italic; } 
em em { font-style: normal; } 
em em em { font-style: italic; } 

#main h1 {
	background: url(/images/bosox.png) no-repeat top;
	width: 449px;
	height: 73px;
}
#main h1 span { display: none; }

.fortune {
}

.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: #ccc;
}

.gray a, .gray a:visited {
	color: #ccc;
}

.gray-bg {
	background-color: #999999;
	color: white;
}

/* for diary */

.date {
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: right;
	padding: 6px 10px 6px 6px;
}
.date .day {
}
.date .time {
	font-weight: bold;
}
.date a {
	text-align: right;
	text-decoration: none;
}

.hdivider {
}
.vdivider {
		background-color: #666;
}
.daydivider {
	height: 1px;
	background-color: #666;
}

.text {
	line-height: 130%;
}

.entry {
	padding: 6px;
}

h3.entry-title {
	font-size: 90%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.entry-title-permalink {
	color: #eee;
	text-decoration: none;
}

.entry-text {
	font-size: 85%;
	padding: 6px 6px 6px 10px;
}
.entry-row {
	/* padding: 4px; */
	background-color: white;
	border-bottom: 1px #ccc;
	margin: 0;
}
.entry-row td.date {
	background-color: #999;
}

.entry-row-older {
	border-bottom: 1px #eee;
	margin: 0;
}
.entry-row-older td.date {
	background-color: #666;
}
/*
.entry-row-older blockquote {
	background-color: #a5c8f0;
}
.entry-row-older blockquote.quote,
.entry-row-older blockquote.transclusion {
	padding-left: 8px;
	border-left: 8px solid #a5b8e0;
	padding-right: 8px;
	border-right: 8px solid #a5b8e0;
}
*/
.content-block {
	line-height: 150%;
	padding: 8px;
	text-align: left;
}

/* --- */

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

/*
.tooltip:before { content: ""; }
.tooltip:after { 
	font-size: 70%;
	vertical-align: top;
	content: "(?)"; 
}
*/

.keystroke {
	font-size: 80%;
	background: #eeeeee;
	border: 1px outset;
	color: #666;
	font-weight: bold;
	padding: 0 0.3em;
	white-space: no-wrap;
}

/* #154b90 - dark
   #2E81D3 - medium
   COLOR="#61A8EA" - m. light
   COLOR="#D9F0FF" - faint */
.headthing {
	line-height: 120%; margin: 0 0 16px 0; 
	color: #fff; background-color: #015;
	padding: 0 0 1em 1em;
	margin: 0;
	border: 1px solid #666;
	text-align: left;
	font-size: 120%;
	background-image: url(/images/soxlogo.png);
	background-repeat: no-repeat;
	background-position: bottom right;

/* 	-moz-border-radius-topleft: 4px; */
/* 	-moz-border-radius-bottomleft: 4px; */
/* 	-moz-border-radius-bottomright: 4px; */
}
.headthing a:link, .headthing a:visited {
	color: red;
}
.headthing b {
	color: inherit;
}
.headthing_icons {
	font-size: 4px;
	/*background-color: #D9F0FF;*/
	background-color: #999;
	float: right;
	text-align: right; margin-left: 16px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 2px 7px;
 	-moz-border-radius-bottomleft: 4px;
}
.headthing_icons img.divider {
	width: 1px; height: 46px; 
	background-color: #666;
	margin: -2px 5px -8px 5px;
}
.headthing_text {
	clear: both;
	padding-top: 0.5em;
}

#ds-mark {
	margin-left: 10px; margin-bottom: -5px; margin-top: 5px;
	/* background: no-repeat url(/images/ds-mark-ink-half.png); */
}
