body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: small;
	text-align:center;
	color:#3f100f;
	line-height:1.3;
	background:#3f100f;
}



blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

p {margin:0;padding:0};

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {font:12px monospace;white-space:normal;color:#666;}

hr {display:none;}

img {border:0;}

/* Link styles */
a:link {color:#3f100f;text-decoration:underline;}
a:visited {color:#760F20;text-decoration:underline;}
a:hover {color:#956839;text-decoration:underline;}
a:active {color:#956839;}





/* Layout
----------------------------------------------- */
#wrap {
	background-color:#760F20;
	border-left:1px solid #332A24;
	border-right:1px solid #332A24;
	width:850px;
	margin:0 auto;
	padding:4px;
	text-align:center;
}
#main-top {
	width:850px;
	height:60px;
	background:#FFF3DB url("image/bg_top.jpg") no-repeat top left;
	margin:0;padding:0;
	display:block;
}
#main-bot {
	width:850px;
	height:98px;
	background:#FFF3DB url("image/bg_bot.jpg") no-repeat top left;
	margin:0;padding:0;
	display:block;
}
#main-content {
	width:850px;
	background:#FFF3DB url("image/bg_mid.jpg") repeat-y;
	margin:0;
	text-align:left;
	display:block;
}
#inner-wrap {
	padding:0 50px;
}
#title {
	margin-bottom:12px;
}
#title h1 {
	margin:0;
	padding:0 0 0 0;
	font-size:225%;
	font-weight:normal;
	color:#3f100f;
	text-align:center;
}

div.clearer {
	clear:left;
	line-height:0;
	height:10px;
	margin-bottom:12px;
	_margin-top:-4px; /* IE Windows target */
	background:url("image/divider.gif") no-repeat bottom left;
}

#navigation {
	margin-top:12px;
	padding-top:12px;
	height:auto;
	background:url("image/divider.gif") no-repeat top left;

}

#main {	
	width:580px;
	float:right;
	padding:8px 0;
	margin:0;
}
#main p {
	font-family:Georgia, Times, Times New Roman, sans-serif;
        font-size:95%;
	margin:0 0 .6em 0;
}
#sidebar {
	width:150px;
	float:left;
	padding:8px 0;
	margin:0;
}	
#footer {
	clear:both;
	background:url("image/divider.gif") no-repeat top left;
	padding-top:10px;
	_padding-top:6px; /* IE Windows target */
}
#footer p {
	line-height:1.5em;
	font-family:Verdana, sans-serif;
	font-size:75%;
}






/* Typography :: Sidebar
----------------------------------------------- */
#sidebar ul {
	font-family:Georgia, Times, Times New Roman, sans-serif;
        font-size:95%;
	margin:6px 0 12px 0;
	padding:0;
}
#sidebar ul li {
	list-style: none;
        font-size:85%;
	padding-bottom:6px;
	margin:0;
}
#sidebar p {
	font-family:Georgia, Times, Times New Roman, sans-serif;
        font-size:95%;
	margin:0 0 .6em 0;
}







/* Post photos
----------------------------------------------- */
img.post-photo {
	border:1px solid #A2907D;
	padding:4px;
}



/* enabling show/hide posts - also see below the end style tag for javascript */
/* on Main or Archive pages, collapse */

.posthide {
  display:none;
  }

/* on Item page, where the comments are, expand hidden content */

.postshow { /* explicit display:inline breaks padding and border */
  padding-left:1em;
  margin-left:1em;
  border-left:1px solid #760F20;
  border-bottom:5px solid #760F20;
  }
.postshowdiv { /* explicit display:inline breaks padding and border */
  padding-left:1em;
  margin-left:1em;
  border-left:1px solid #760F20;
  border-bottom:5px solid #760F20;
  }
.postshowspan { /* explicit display:inline breaks padding and border */
  padding-right:0.5em;
  margin-right:0.5em;
  border-right:5px solid #760F20;
  }
  </style>
