
/*  
NAME: barthelme.css
AUTHOR: Chi Shang Cheng <chengsta at chengsta com>
CREATED: 2007-01-07
DESCRIPTION: This is a port of the Barthelme Wordpress theme for PmWiki.
ORIGINAL AUTHOR: Scott Allan Wallick
ORIGINAL AUTHOR URI: http://scottwallick.com/
*/
/*
"Barthelme" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #b0b0b0;

}
/* GLOBAL ELEMENT COMBINATIONS */
div#sidebar ul li h2 {
	background: #fff;
	color: #888;
}
div#content blockquote, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#sidebar ul li p {
	background: #fff;
	color: #b0b0b0;
}
/* HEADER STUFF */
div#header {
}
/* WRAPPER - CONTAINER - CONTENT STUFF */
div#container {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 0;
	float: left;
	width: 1050px;
	margin: 6px 0 0 150px;
}
div#content h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0;
	margin: 8px 0 12px 0;
}
div#content h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 0;
	margin: 8px 0 12px 0;
}
div#content h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
div#content h4 {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
}
div#content p {
	margin: 0 0;
}
div#content ul li { list-style: disc; }
div#content blockquote {
	border-left: 1em solid #cfd5dd;
	font-size: 0.9em;
	padding-left: 1em;
}
div#content hr {
	border: 0;
	border-bottom: 1px solid #eeeeee;
	margin: 12px 0 12px 0;
}
div#content .pwdtop {
	font-size: 13px;
	margin: -9px 0 0 0;
}
/* SIDEBAR STUFF */
div#sidebar {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0;
	float: left;
	width: 100%;
	margin: 100px 0 0 152px;
}
div#sidebar .ko {
	display: inline;
	color: #b0b0b0;
}
/* FOOTER STUFF */
div#footer {
	background: #fff;
	clear: both;
	color: #bbb;
	padding: 10px 0 12px 153px;
}
div#footer p {
	font-size: 11px;
	margin: 0;
}
/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
.alignleft { float: left; }
.alignright  { float: right; }
abbr, acronym {
	border-bottom: 1px dotted #546188;
	cursor: help;
}
code, pre {
	font: "courier new", courier, monospace;
}
.clearer {
	clear: both;
	height: 0;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
img { border: none; margin: 10px 0 8px 0; }
div#content img.center {
	display: block;
	margin: 0 auto;
}
div#content img.alignright { margin: 0 0 0 0 }
div#content img.alignleft { margin: 0 12px 0 0; }
/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
div.formcontainer p{
	margin: 6px 0 12px 0;
}
form {
	margin: 7px 0 0 0;
	padding: 0;
}
input#s {
	margin: 0 0 10px 0;
	padding: 5px;
	width: 70%;
}
textarea {
	/* height: 13em; */
	overflow: auto;
	float: left;
	width: 100%;
	margin: 0 0 6px 0;
}
input#searchsubmit, input#submit, input.e_button { border: 0px outset #999; }
input#s, input#summary { width: 100%; }
input#author { width: 50%; }
input#s, input#summary, input#author, textarea {
	border: 1px inset #999;
	padding: 5px;
}
div.formcontainer {
	font-size: 13px;
	margin: 0 0 36px 0;
	width: 100%;
}
span.formright, span.formleft {
	display: inline;
	float: left;
	margin: 0 0 6px 0;
}
span.formleft {
	clear: both;
	text-align: right;
	width: 100px;
	margin: 0 2% 0 0;
}
span.formright { width: 80%; }
/* LINK STYLES */
div#header a, div#header a:active, div#header a:link, div#header a:visited {
	background: transparent;
	color: #b0b0b0;
	text-decoration: none;
}
div#header a:hover {
	background: transparent;
	color: #b0b0b0;
}
div#content a, div#content a:active, div#content a:link, div#content a:visited {
	color: #b0b0b0;
	background: transparent;
}
div#content a:hover {
	color: #b0b0b0;
	background: transparent;
	text-decoration: underline;
}
div#sidebar a, div#sidebar a:active, div#sidebar a:link, div#sidebar a:visited {
	background: #fff;
	color: #b0b0b0;
	text-decoration: none;
}
div#sidebar a:hover {
	background: #fff;
	text-decoration: underline;
}
#sidebar a.selflink { text-decoration: underline; }
#sidebar a:hover.selflink { background:none; text-decoration: underline; }
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	background: #fff;
	color: #b0b0b0;
}
div#footer a:hover {
	background: #fff;
	color: #707070;
	text-decoration: none;
}
