body
{
	margin: 0 auto;
	padding: 0;
	background: #a8a8a8;
 	color: #666666;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

td {
	vertical-align: top;
	border-top: 1px solid #eeeeee;
}

pre,code {
	font-size: 8pt;
	color:#855;
}

pre code {
	display: block;
	overflow: auto;
	background-color: #EEFFFF;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #1a90f7;
	text-decoration: none;
}

/* a:visited { color: #765cba; text-decoration: none; } */

a:hover {
	color: #dc4953;
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dotted #5787B8;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
}



h1, h2, h3 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1, h2 {
	padding-top: 0.0em;
}

h2 {
	color: #966;
	font-size: 1.6em;
	line-height: 1.1em;
}

h2.title a {
	color: #966;
}
h2.title a:hover  {
    text-decoration:   underline;
}


h4 {
    font-family: lucida grande, verdana, arial, helvetica, sans-serif;
    margin-bottom: 4px;
}

.center { display: none; }
.returnnav { display: none; }

#topbar {
}

.secondbar {
	margin-left:32px;
}



/* PRINT THEME ADJUSTMENTS */

#header { }
#navbar { display: none; }
.spacer { clear: both; }

#footer { display: none; }

#rap { }
img#_0photo { display:none; }

#center { }

#right { display: none; }

#content {
	padding: 0px 4px 5px 16px;
	color: #666;
}

.entry, #commentform, .paginate {
	padding: 10px 16px 10px 12px;
}

#commentform { display: none; }

.entry h2 {
	color: #5F6F88;
    padding-top: 6px;
    margin-bottom: -5px;
	border-bottom: 1px solid #eeeeee;    
}

#content p, .entry ul li, .entry ol li {
	font-size: 11px;
	line-height: 1.6em;
}

#content p a:link:after, #content p a:visited:after {
   content: " (" attr(href) ") ";
   }

p.sidelist { line-height: 1.6em } 


h2.title {
    color: #996666;
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.1em;
    margin: 0pt;
    padding-bottom: 0.2em;
    padding-top: 0.4em;
    text-align:	left;
	border-bottom: none;
}

.feedback {
    border-top: 1px dotted #CCCCCC;
    margin-top: 0px;
}

.meta, .feedback, .linkpages {
	clear: both;
	color: #999999;
	margin: 0pt;
	padding: 0pt;
	text-transform: uppercase;
}

.meta {
	padding-bottom: 0;
}

.date {
	margin-top: 0;
}

.posted  {
	font-size: 1.2em;
	border-bottom: 1px dotted #CCCCCC;
}

.davebg {
	background-color:#FFFFCC;
}

.printonly { 
	border: 1px dotted #CCCCCC;
        padding: 4px;
        margin-top: 12px;
        margin-right: 4px;
}


.searchform {
	border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 8px;
}

/* END THEME ADJUSTMENTS */

/* Used by LazyImageLayout */

a.lzimg-left { float: left; margin: 4px 16px 8px 0px; }

a.lzimg-right { float: right; margin: 4px 0px 8px 16px; }

a.lzimg-nomargin { float: right;	margin: 4px 0px 8px 0px; }

a.lzimg-left img, a.lzimg-right img, a.lzimg-nomargin img {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: text-top;
	padding: 4px;
	margin-right:-8px;	/*  hack! */
	max-width: none;	/* kubrick sets this to 100% for some reason */
}

a.lzimg-left:hover img, a.lzimg-right:hover img, a.lzimg-nomargin:hover img {
	border-color: #1a90f7;
}

img { vertical-align:bottom; }