/* Basics */

body {
	/* background: #d0c7b1 url(../images/pinderlogo.gif) repeat; */
	background: #fff
}

img {
	border: 0px;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

/* makes up the content box, etc */

#sitetitle {
	margin: 3px 0 0 34px;
	color: #2d1e0b;
	font-size: 24px;
	font-family: "arial", tahoma, sans-serif;
}

#sitetitle a:link, #sitetitle a:visited {
	color: #2d1e0b;
	font-size: 24px;
	font-family: "arial", tahoma, sans-serif;
}

#sub {
	color: #2d1e0b;
	font-size: 10pt;
	font-family: "courier", arial, sans-serif;
}

#sub a:link, #sub a:visited {
	color: #2d1e0b;
	font-size: 10pt;
	font-family: "courier", arial, sans-serif;
}

#scene {
	margin: 10px 0 0px 9px;
	width: 881px;
	/* height: 163px; */
  height: 5px;
	/* background: url(../images/bench.jpg) no-repeat; */
	border-top: solid 1px #3d2f11;
	/* border-bottom: solid 1px #3d2f11; */
}

#top {
	width: 900px;
	height: 20px;
	/* background: url(../images/top.png) no-repeat; */
}

#maskingtape {
	/* margin: 50px auto 50px auto; */
	margin: 0px auto 50px auto;
	width: 900px;
	/* background: url(../images/body.png) repeat-y; */
}

#content-box {
	margin: 0 -200px 0 0;
	width: 900px;
	float: left;
	/* background: url(../images/body.png) repeat-y; */
}

.clearing {
	height: 0;
	clear: both;
}

#bottom {
	width: 900px;
	height: 10px;
	/* background: url(../images/bottom.png) no-repeat; */
}

/* Headers */

h1, h2 {
	color: #341f0f;
	font-size: 18px;
	font-family: "tahoma", arial, sans-serif;
}

h1 a:link, h1 a:visited {
	color: #341f0f;
	font-size: 18px;
	font-family: "tahoma", arial, sans-serif;
}

h1 a:hover {
	color: #412814;
}

.small_heading {
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.small_heading_for_comments {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}

/* Icons */

.date-author {
	margin: 10px 0 10px 0;
	padding: 1px 0 1px 20px;
	color: #000;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	background: url(../images/date.gif) no-repeat;
}

.comments-link {
	margin: 0 0 0 0;
	padding: 1px 0 1px 20px;
	float: right;
	color: #000;
	background: url(../images/comments.gif) no-repeat;
}

.comments-link a:link, .comments-link a:visited {
	color: #211408;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
	border-bottom: dotted 1px #a3a38b;
}

.comments-link a:hover {
	color: #000;
	font-size: 12px;
	border-bottom: dotted 1px #211208;
}

.tags {
	padding: 1px 0 1px 20px;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	background: url(../images/tags.gif) no-repeat;
}

.tags a:link, .tags a:visited {
	color: #211408;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	border-bottom: dotted 1px #a3a38b;
}

.tags a:hover {
	color: #000;
	font-size: 11px;
	border-bottom: dotted 1px #211208;
}

.category {
	padding: 2px 0 2px 20px;
	float: left;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	background: url(../images/folder.gif) no-repeat;
}

.category a:link, .category a:visited {
	color: #211408;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	border-bottom: dotted 1px #a3a38b;
}

.category a:hover {
	color: #211408;
	border-bottom: dotted 1px #211208;
}

/* Content, articles */

.content {
	margin: 30px 0 0 34px;
	width: 609px;
	font-size: 13px;
	font-family: "verdana", arial, sans-serif;
}

.article {
	margin: 0 0 70px 0;
	padding: 0 0 0 0;
	width: 609px;
	font-size: 13px;
	font-family: "tahoma", arial, sans-serif;
}

.article-text {
	margin: 25px 0 0 0;
	width: 609px;
  font-family: Bitstream Vera Sans, Trebuchet MS, Trebuchet, Verdana, Arial, Sans-serif;
  font-size: 9pt;
}

.article-text img {
	border: solid 1px #211208;
}

.article-text a:link, .article-text a:visited {
	color: #211408;
	border-bottom: dotted 1px #959595;
}

.article-text a:hover {
	border-bottom: dotted 1px #211208;
}

.single-article {
	margin: 20px 0 10px 0;
	width: 609px;
	font-size: 13px;
	font-family: "tahoma", arial, sans-serif;
}

strong {
	color: #2d1e0a;
}

.article-line {
	margin: 15px 0 0 0;
	width: 609px;
	border-bottom: solid 1px #c8c8b0;
}

.article-info {
	margin: 10px 0 0 0;
	width: 609px;
	color: #000;
}

/* textile 

pre {
	margin: 10px 0 10px 0;
	padding: 20px 14px 10px 14px;
	color: #000000;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	border: solid 1px #72b6eb;
	background: #cfebff url(../images/code.gif) no-repeat;
}

code {
	color: #000000;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
}

*/

/* Validation Error Message */

ul#comment-errors {
	margin: 30px 0 30px 0px;
	width: 566px;
	color: #1f1507;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
	background: #f1ecd1;
	border: solid 1px #684314;
	list-style-type: disc;
}

/* Comments */

#comments-box {
	margin: 0 0 25px 0;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
	border: 0px solid black;
}

.user-postname {
	padding: 2px 0 2px 20px;
	width: 609px;
	color: #2c1b0b;
	font-size: 11px;
	font-weight: bold;
	font-family: "tahoma", arial, sans-serif;
	background: url(../images/comment-user.gif) no-repeat;
}

.user-postname a:link, .user-postname a:visited {
	color: #211408;
	border-bottom: dotted 1px #959595;
}

.user-postname a:hover {
	border-bottom: dotted 1px #211208;
}

.user-date {
	font-size: 11px;
	font-weight: normal;
}

.user-text {
	/* margin: 10px 0 30px 0; */
        margin: 0 0 0 20px;
 	/* padding: 0 20px 0 20px; */
	/* width: 609px; */
	color: #000;
	font-size: 12px;
	font-family: "helvetica", arial, sans-serif;
}

.user-text a:link, .user-text a:visited {
	color: #211408;
	border-bottom: dotted 1px #959595;
}

.user-text a:hover {
	border-bottom: dotted 1px #211208;
}

/*
.add-comment-line {
	width: 609px;
	margin: 0 0 0 0px;
	border-bottom: solid 1px #c8c8b0;
}
*/

.add-comment-line {
	width: 589px;
	margin: 0 0 0 20px;
	border-bottom: solid 1px #c8c8b0;
}

/* Comments Form */

.comment-form {
	margin: 15px 0 0 0;
}

dl.comments-form {
	margin: 0 0 0 1px;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
}

dt.comments-form {
	margin: 5px 0 5px 0;
}

dd.comments-form {
	margin: 0 0 0 -1px;
}

input {
	color: #000000;
	font-size: 13px;
	font-family: "tahoma", arial, sans-serif;
}

textarea {
	width: 607px;
	height: 130px;
	color: #000000;
	font-size: 13px;
	font-family: "tahoma", arial, sans-serif;
}

/* Sidebar Content */

#sidebar-content {
	margin: 0 0 30px -200px;
	float: right;
}

ul#search {
	margin: 30px 1px 0 0px;
	width: 219px;
}

#search-results-box {
	margin: 0 0 0 -41px;
	width: 650px;
}

ul.sidebar-links {
	margin: 0 1px 0 0;
	width: 220px;
}

ul#search-results {
	margin: 0 1px 0 0;
	width: 260px;
}

ul#powered {
	margin: 0 1px 0 0;
	width: 229px;
}

li.header {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	color: #341f0f;
	font-size: 13px;
	font-weight: bold;
	font-family: "arial", tahoma, sans-serif;
	border-bottom: solid 1px #a3a38b;
	list-style-type: none;
}

li#search-title {
	margin: 20px 0 0 0;
	padding: 0 0 10px 20px;
	color: #341f0f;
	font-size: 12px;
	font-weight: bold;
	font-family: "arial", tahoma, sans-serif;
	border-bottom: solid 1px #a3a38b;
	background: url(../images/search.gif) no-repeat;
	list-style-type: none;
}

li#archives-title {
	margin: 20px 0 0 0;
	padding: 0 0 10px 20px;
	color: #341f0f;
	font-size: 12px;
	font-weight: bold;
	font-family: "arial", tahoma, sans-serif;
	border-bottom: solid 1px #a3a38b;
	background: url(../images/archives.gif) no-repeat;
	list-style-type: none;
}

li#tags-title {
	margin: 20px 0 0 0;
	padding: 0 0 10px 20px;
	color: #341f0f;
	font-size: 12px;
	font-weight: bold;
	font-family: "arial", tahoma, sans-serif;
	border-bottom: solid 1px #a3a38b;
	background: url(../images/tags.gif) no-repeat;
	list-style-type: none;
}

li.search {
	padding: 1px 0 1px 24px;
	background: url(../images/search.gif) no-repeat;
	list-style-type: none;
}

li.sidebar-links {
	list-style-type: none;
	background: #ffffff;
	border-bottom: dotted 1px #a3a38b;
}

li.sidebar-links-chicklets {
	list-style-type: none;
	background: #ffffff;
  	border-bottom: none;
  	padding-left: 6px;
}

li.sidebar-links a:link, li.sidebar-links a:visited, li.sidebar-links span {
	padding: 6px 0 6px 6px;
	display: block;
	color: #190f06;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
}

li.sidebar-links a:hover {
	padding: 6px 0px 6px 6px;
	color: #190f06;
	background: #f1ebd1;
}

/* sidebar-links2 can have multiple elements in the <li>, but only the <a> highlights on a hover */

li.sidebar-links2 {
	list-style-type: none;
	background: #ffffff;
	border-bottom: dotted 1px #a3a38b;
	padding: 6px 0 6px 6px;
	display: block;
	color: #190f06;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
}

li.sidebar-links2 a:hover {
	color: #190f06;
	background: #f1ebd1;
}

li.sidebar-links2 a {
	color: #ccf;
	background: #f1ebd1;
}

li.sidebar-links2 a:link, li.sidebar-links2 a:visited, li.sidebar-links2 span {
	color: #190f06;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
}

/* end: sidebar-links2 */

li.search-results {
	list-style-type: none;
	background: #ffffff;
	border-bottom: dotted 1px #a3a38b;
}

li.search-results a:link, li.search-results a:visited {
	padding: 10px 0 10px 6px;
	display: block;
	color: #190f06;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
	text-decoration: none;
}

li.search-results a:hover {
	padding: 10px 0 10px 6px;
	color: #190f06;
	background: #f1ebd1;
}

li#mephisto {
	margin: 30px 0 0 79px;
	list-style-type: none;
}

pre code {
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
  font-family: 'Courier', 'Terminal', monospace;
  font-size: 9pt;
  color: #100;
  padding: .25em;
  overflow: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: .85em;
  width: 95%;
  display: block;
}

/* Syntax highlighting */

.CodeRay {
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
  font-family: 'Courier New', 'Terminal', monospace;
  font-size: 9pt;
  color: #100;
  padding: .25em;
  overflow: auto;

  margin: 1em 1.75em;
}

.CodeRay pre, pre { 
  margin: 0.5em 0.75em;
  padding: 0;
}

div.CodeRay { }

span.CodeRay { white-space: pre; border: 0px; padding: 2px }

table.CodeRay { border-collapse: collapse; width: 90%; padding: 2px }
table.CodeRay td { padding: 2px 4px; vertical-align: top }

.CodeRay .line_numbers {
  display: none;
}

.CodeRay .line_numbers, .CodeRay .no {
  background-color: #fff;
  color: gray;
  text-align: right;
}
.CodeRay .line_numbers tt { font-weight: bold }
.CodeRay .no { padding: 0px 4px }
.CodeRay .code { width: 100% }

ol.CodeRay { font-size: 10pt }
ol.CodeRay li { white-space: pre }

.CodeRay .code pre { overflow: auto }

.add { color:green; background:#dfd; }
.delete { color:red; background:#fdd; }
.diffhead { color:#999; background: #e7e7ff; }
.af { color:#00C; }
.an { color:#007; }
.av { color:#700; }
.aw { color:#C00; }
.bi { color:#509; font-weight:bold; }
.c  { color:#888; }

.ch { color:#04D; }
.ch .k { color:#04D; }
.ch .dl { color:#039; }

.cl { color:#B06; font-weight:bold; }
.co { color:#036; font-weight:bold; }
.cr { color:#0A0; }
.cv { color:#369; }
.df { color:#099; font-weight:bold; }
.di { color:#088; font-weight:bold; }
.dl { color:black; }
.do { color:#970; }
.ds { color:#D42; font-weight:bold; }
.e  { color:#666; font-weight:bold; }
.er { color:#F00; background-color:#FAA; }
.ex { color:#F00; font-weight:bold; }
.fl { color:#60E; font-weight:bold; }
.fu { color:#06B; font-weight:bold; }
.gv { color:#d70; font-weight:bold; }
.hx { color:#058; font-weight:bold; }
.i  { color:#00D; font-weight:bold; }
.ic { color:#B44; font-weight:bold; }
.il { }
.in { color:#B2B; font-weight:bold; }
.iv { color:#33B; }
.la { color:#970; font-weight:bold; }
.lv { color:#963; }
.oc { color:#40E; font-weight:bold; }
.on { color:#000; font-weight:bold; }
.op { }
.pc { color:#038; font-weight:bold; }
.pd { color:#369; font-weight:bold; }
.pp { color:#579; }
.pt { color:#339; font-weight:bold; }
.r  { color:#080; font-weight:bold; }

.rx { background-color:#fff0ff; }
.rx .k { color:#808; }
.rx .dl { color:#404; }
.rx .mod { color:#C2C; }
.rx .fu  { color:#404; font-weight: bold; }

.s  { background-color:#fff0f0; }
.s  .s { background-color:#ffe0e0; }
.s  .s  .s { background-color:#ffd0d0; }
.s  .k { color:#D20; }
.s  .dl { color:#710; }

.sh { background-color:#f0fff0; }
.sh .k { color:#2B2; }
.sh .dl { color:#161; }

.sy { color:#A60; }
.sy .k { color:#A60; }
.sy .dl { color:#630; }

.ta { color:#070; }
.tf { color:#070; font-weight:bold; }
.ts { color:#D70; font-weight:bold; }
.ty { color:#339; font-weight:bold; }
.v  { color:#036; }
.xt { color:#444; }



pre samp {
  margin: 0px;
}

samp {
  background: #eee;
  color: black;
}
