@import url("http://fawny.org/blog/css/fawnyblog.css") screen;
@import url("/css/tables.css") screen;


/* Body */


#header { text-align: left; }

#footer
{
	clear: both;
	width: 95%;
	margin: 10px;
	font-family: Verdana, Tahoma, Geneva, "Espy Sans", sans-serif;
	font-size: 10px;
	line-height: 14px;
	border-top: 1px solid #333;
	color: #000;
}

form, legend, fieldset { margin-top: 0; }


/* Typography */


.hryellow
{
	color: gray;
	background: white;
	height: 1px;
}

.hilite { border: 1px dotted #300; }

.hilite-border { border: 1px dotted #666633; }

.hilite-limegreen
{
	font-weight: bolder;
	color: black;
	background-color: #33CC00;
	padding: 1px;
}

.hilite-yellow
{
	color: black;
	background-color: #FFFFCC;
	height: 20px;
	margin-left: 2px;
	margin-top: 2px;
}

.youarehere
{
	text-align: left;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Bitstream Vera Serif", "News Gothic MT", Verdana, Geneva, sans-serif;
	font-size: smaller;
}

.about
{
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Bitstream Vera Serif", "News Gothic MT", Verdana, Geneva, sans-serif;
	font-size: smaller;
	text-align: right;
	margin-top: 0; margin-bottom: 0;
	padding-top: 0; padding-bottom: 0;
}

.dialogue
{
	margin-bottom: 0;
	text-indent: 1em;
}

.indented
{
	margin-left: 2em;
	margin-top: 0px;
}

.noindent { margin-left: 0; }

.letterspaced
{
	font-family: Verdana, Impact, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: smaller;
}

.updated
{
	font-family: "TheSans Mono", monospace;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: left;
	margin-left: 0;
	margin-top: 2ex;
	padding: 0;
	color: black;
	background: white;
}

.entry
{
	font-family: "LUcida Grande", Verdana, Univers, Sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	background: #FC9;
	padding: 1px;
}


.leftbar
{
	font-family: "Espy Sans", Gadget, Verdana, Univers, Georgia, sans-serif;
	color: #FFFFCC;
	background-color: black;
	font-size: smaller;
	text-align: left;
	line-height: 1.4em;
}
.smaller { font-size: smaller; }

#smaller li
{
	margin-top: 0;
	margin-bottom: 0;
}

blockquote
{
	font-family: Trebuchet, "Trebuchet MS", Geneva, sans-serif;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 90%;
	text-align: left;
	line-height: 1.3em;
	border-left: 1px dotted rgb(20%,20%,20%);
	padding-left: 1.5em;
}

blockquote blockquote
{
	margin-right: 2em;
	font-size: 98%;
	text-align: left;
	line-height: 1.3em;
	border-left: 1px dotted gray;
	padding-left: 1.5em;
	border-right: none;
}

.pagecite
{
	color: gray;
	font-size: smaller;
	font-weight: bolder;
}

.cursive
{
	font-family: cursive;
	font-size: larger;
	font-style: normal;
}

ins
{
	display: block;
	text-decoration: none;
	background: #FFCC66;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	border-top: 4px double #063;
}

ins.ed
{
	display: inline;
	color: rgb(15%,15%,15%);
	background: rgb(92%,92%,92%);
	font-size: 95%;
	border: none;
}



h1#axxlog-h1
{
	font-size: 18px;
	line-height: 22px;
}


a#FIRST-ENTRY + h2 { margin-top: 0; }



.hr1
{
	color: #CCCCCC;
	height: 2px;
}


/* Tables */

th { text-align: left; }
td, th { padding: 3px 3px 3px 3px; }
tr { height: 1.2em; }

.th-reverse
{
	color: white;
	background: #000099;
	font-weight: bolder;
	font-size: 110%;
}

.bugged
{
	border: 0 none;
	line-height: 1.5;
	color: #000;
	background: white;
}

.loheaderupper
{
	border-right: 2px solid rgb(81,81,81);
	border-left: 2px solid rgb(81,81,81);
	border-top: 2px solid rgb(81,81,81);
	text-align: center;
}

.loheader
{
	border-bottom: 2px solid rgb(81,81,81);
	border-right: 1px solid rgb(81,81,81);
	border-left: 1px solid rgb(81,81,81);
	border-top: 1px solid rgb(81,81,81);
	text-align: center;
}

.loheaderleft
{
	border-bottom: 2px solid rgb(81,81,81);
	border-right: 1px solid rgb(81,81,81);
	border-left: 2px solid rgb(81,81,81);
	border-top: 1px solid rgb(81,81,81);
	text-align: center;
}

.loheaderright
{
	border-bottom: 2px solid rgb(81,81,81);
	border-right: 2px solid rgb(81,81,81);
	border-left: 1px solid rgb(81,81,81);
	border-top: 1px solid rgb(81,81,81);
	text-align: center;
}

.loheaderlaser
{
	border-bottom: 2px solid rgb(81,81,81);
	border-right: 1px solid rgb(81,81,81);
	border-left: 1px solid rgb(81,81,81);
	text-align: center;
	border-top: 2px solid rgb(81,81,81);
}

.loc
{
	border-bottom: 1px dotted rgb(81,81,81);
	border-left: 1px dotted rgb(81,81,81);
	border-right: 1px dotted rgb(81,81,81);
	text-align: right;
}

.loclast { border-right: 1px dotted rgb(81,81,81); }

.data
{
	border-bottom: 1px dotted rgb(81,81,81);
	border-left: 1px dotted rgb(81,81,81);
	border-right: 1px dotted rgb(81,81,81);
	text-align: center;
}

/* For headers */

.TTBBLLRR
{
	border: 1px solid rgb(81,81,81);
	text-align: center;
}

.TTLLRR
{
	border-right: 1px solid rgb(81,81,81);
	border-left: 1px solid rgb(81,81,81);
	border-top: 1px solid rgb(81,81,81);
	border-bottom: none;
	text-align: center;
}

.TT
{
	border-top: 1px solid rgb(81,81,81);
	text-align: center;
}

.BB
{
	border-bottom: 1px solid rgb(81,81,81);
	text-align: center;
}

.LL
{
	border-left: 1px solid rgb(81,81,81);
	text-align: center;
}

.RR
{
	border-right: 1px solid rgb(81,81,81);
	text-align: center;
}

/* For ordinary data cells */

.tblr, .data
{
	border: 1px dotted rgb(81,81,81);
	text-align: center;
}

th.tblr { text-align: left; }

.tlr
{
	border-right: 1px dotted rgb(81,81,81);
	border-left: 1px dotted rgb(81,81,81);
	border-top: 1px dotted rgb(81,81,81);
	text-align: center;
}

.t
{
	border-top: 1px dotted rgb(81,81,81);
	text-align: center;
}

.b
{
	border-bottom: 1px dotted rgb(81,81,81);
	text-align: center;
}

.l
{
	border-left: 1px dotted rgb(81,81,81);
	text-align: center;
}

.r
{
	border-right: 1px dotted rgb(81,81,81);
	text-align: center;
}

/* For right-aligned data cells */

.tblr-right, .data-right
{
	border: 1px dotted rgb(81,81,81);
	text-align: right;
}

.tlr-right
{
	border-right: 1px dotted rgb(81,81,81);
	border-left: 1px dotted rgb(81,81,81);
	border-top: 1px dotted rgb(81,81,81);
	text-align: right;
}

.t-right
{
	border-top: 1px dotted rgb(81,81,81);
	text-align: right;
}

.b-right
{
	border-bottom: 1px dotted rgb(81,81,81);
	text-align: right;
}

.l-right
{
	border-left: 1px dotted rgb(81,81,81);
	text-align: right;
}

.r-right
{
	border-right: 1px dotted rgb(81,81,81);
	text-align: right;
}

/* For left-aligned data cells */

.tblr-left, .data-left
{
	border: 1px dotted rgb(81,81,81);
	text-align: left;
}

.tlr-left
{
	border-left: 1px dotted rgb(81,81,81);
	border-top: 1px dotted rgb(81,81,81);
	text-align: left;
}

.t-left
{
	border-top: 1px dotted rgb(81,81,81);
	text-align: left;
}

.b-left
{
	border-bottom: 1px dotted rgb(81,81,81);
	text-align: left;
}

.l-left
{
	border-left: 1px dotted rgb(81,81,81);
	text-align: left;
}

.r-left
{
	border-left: 1px dotted rgb(81,81,81);
	text-align: left;
}

/* For left border cells */

.tLLb
{
	border-left: 1px solid rgb(81,81,81);
	border-top: 1px dotted rgb(81,81,81);
	border-bottom: 1px dotted rgb(81,81,81);
	text-align: left;
}

.tLLBB
{
	border-left: 1px solid rgb(81,81,81);
	border-top: 1px dotted rgb(81,81,81);
	border-bottom: 1px solid rgb(81,81,81);
	text-align: left;
}

.sexyborder
{
	border: 0 none;
	line-height: 1.5;
	padding: 10px;
	margin: 15px 0 0;
	color: #000;
	background: white;
}

.noborder { border: none; }

