body {
    padding: 0;
    margin: 1em;
    border: 2px solid black;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #939;
    color: #fff;
    line-height: 1.5;
}
#wrapper {
    background-image: url('/images/white_slanty_bg_reflect_110d.png');
    background-position: 0px 110px;
    background-repeat: repeat-x;
    background-color: #fff;
    color: #000;
}
#banner {
    height: 110px;
    width: 100%;
    background-image: url('/images/white_slanty_bg_110c.png');
    background-position: top left;
    background-repeat: repeat-x;
    border-bottom: 3px solid white;
}
#nav {
    float: left;
    height: 1.4em;
}
#nav strong {
    float: left;
    display: block;
    padding: 0.2em;
    margin: 0.2em;
    padding-left: 2em;
    padding-right: 1em;
    background-image: url('/images/white_gradient_left.png');
    background-repeat: no-repeat;
}
#nav ul {
    list-style: none;
    float: left;
    height: 1.4em;
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
}
#nav a {
    display: block;
    font-weight: bold;
    padding: 0.2em;
    margin: 0.2em;
    padding-left: 2em;
    padding-right: 1em;
    background-image: url('/images/white_gradient_left.png');
    background-repeat: no-repeat;
}
#content {
    padding: 1em;
    margin-top: 50px;

}
#footer {
    padding: 1em;
    border: 2px solid black;
	min-height: 60px;
}
#footer p {
	float: right;
}
img {
	border: none;
}
#content .pageHeader ul {
	width: auto;
	height: 1.5em;
	list-style: none;
}
#content .pageHeader li {
	float: left;
	width: 33%;
}
#content .pageHeader li a {
	display: block;
}
#content blockquote {
	width: 80%;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #eed;
	border: 1px dotted black;
	font-size: 90%;
	padding: 0.5em;
}
div.gallery span {
	margin: 0.5em;
}
a[rel~="tag"] { 
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
a[rel~="tag"]:hover { 
	color: #366;
	text-decoration: underline;
}
.padder {
	padding-top: 1em;
}
abbr[title] {
	border-bottom: 1px solid white;
}
a.include {
	width:0;
	height:0;
}
#site_updates {
	margin-left: auto;
	margin-right: auto;
}
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#006;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 width: 31.5%;
 float: left;
}

.dialog a {
	color: #006;
}
.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/images/blue800x1600.png) no-repeat top right;
}
.dialog.type2, .dialog.type2 a {
	color: #060;
}
.dialog.type2 .content,
.dialog.type2 .t,
.dialog.type2 .b,
.dialog.type2 .b div {
 background-image: url(/images/mustard800x1600.png);
}
.dialog.type3, .dialog.type3 a {
	color: #600;
}
.dialog.type3 .content,
.dialog.type3 .t,
.dialog.type3 .b,
.dialog.type3 .b div {
 background-image: url(/images/purple800x1600.png);
}
.dialog .content {
 position:relative;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
