/*  
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: #F4F4F7;
	color: #222;
	line-height: 150%;
	align:center;
}
/* GLOBAL ELEMENT COMBINATIONS */
div#sidebar ul li h2 {
	color: #888;
}
div#content blockquote,
div#content h1,
div#content h2,
div#content h4,
div#content h5,
div#content h6,
div#sidebar ul li p {
	color: #444;
}
/* HEADER STUFF */
img#logo-pic {
	position:absolute;
	top:1.2em;
	left: 3em;
}
div#header {
	background: white url(./images/bg5.gif) repeat-x top left;
	color: #fff;
	border-bottom: 1px solid #aaa;
	margin: 0 0 20px 0;
	padding: 0;
	height: 110px;
}
div#logo {
	background: transparent url(./images/bg4.png) no-repeat bottom left;
	height: 110px;
	width: 260px;
	margin-left:20pt;
}
h1#title {
	font-family: Georgia,Times,serif;
	font-weight: bold;
	font-size: 2.2em;
	line-height: normal;
	margin: 0;
}
p#description {
	font-size: 1.3em;
	margin: 0;
}
/* WRAPPER - CONTAINER - CONTENT STUFF */
div#pageactions {
	float: right;
	margin: -1.5em 1.5em 0 0;
}
div#pageactions a {
	text-decoration: none;
	color: #888;
}
div#wrapper {
	margin: 20px;
	margin-top: 40px;
	background-color: white;
	border: 1px solid #aaa;
	width: 790px !important;
	text-align: left;
}
div#container {
	/*float: right;*/
	/*width: 100%;*/
	/*margin: 0 0 0 -20em;*/
	margin: 2em 0 0 1em;
}
div.narrowcolumn {
	margin: 0 0 0 19.5em;
	padding: 0 2% 0 1%;
}
div.widecolumn {
	/*margin: 0 0 0 30%;*/
	margin: 0 0 0 0;
	padding: 0 4% 0 2%;
}
div#content h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}
div#content h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 2em 0 1em 0;
}
div#content h3 {
	font-size: 1.1em;
	/*color: #888;*/
	margin: 2.5em 0 1em 0;
}
div#content p {
	line-height: 150%;
	margin: 1em 0;
}
div#content ul li { list-style: square; }
div#content ul li, div#content ol li { line-height: 150%; }
div#content blockquote {
	border-left: 1em solid #cfd5dd;
	font-size: 0.9em;
	padding-left: 1em;
}
div#content hr {
	border: 0;
	border-bottom: 1px solid #888;
	margin: 1em 0 1em 0;
}
/* SIDEBAR STUFF */
/* FOOTER STUFF */
div#footer {
	clear: both;
	color: #888;
	padding: 2em 2em 1em 1em;
}
div#footer p {
	font-size: 0.8em;
	margin: 0 0 0 1em;
}
/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
.alignleft { float: left; }
.alignright  { float: right; }
abbr, acronym {
	border-bottom: 1px dotted #546188;
	cursor: help;
}
code, pre {
	font: 1.2em "courier new", courier, monospace;
}
.clearer {
	clear: both;
	height: 0;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
img { border: none; }
div#content img.center {
	display: block;
	margin: 0.4em auto;
}
div#content img.alignright { margin: 0.4em 0 0.4em 1.1em }
div#content img.alignleft { margin: 0.4em 1.1em 0.4em 0; }
/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
div.formcontainer p {
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
#search {
	color: #999; 
	position:absolute;
	left: 72%;
	width: 100px;
	top:55px;
}
#s {
	color: #999;
	background-color: transparent;
}
textarea {
	/* height: 13em; */
	/*overflow: auto;*/
	width: 90%;
	margin: 0 0 0 0;
	font-family: "CM Typewriter", Courier, "Courier New", monspaced;
	font-size: 14pt;
}

.inputbutton
{ border: 1px outset #999; width: 8em }

.inputbox
{ border: 1px inset #999; padding: 0.2em; }

input#searchsubmit, input#submit, input.e_button 
{ border: 1px outset #999; }
input#s, input#summary, input#author { width: 100%; }
input#s, input#summary, input#author, textarea {
	border: 1px solid #999;
	padding: 0.2em;
}

div.formcontainer {
	font-size: 1em;
	margin: 0 0 0 0;
	width: 100%;
}
span.formright, span.formleft {
	display: inline;
	float: left;
	margin: 0 0 0.5em 0;
}
span.formleft {
	clear: both;
	text-align: right;
	width: 15%;
	margin: 0 0 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: #fff;
	text-decoration: none;
}
div#header a:hover {
	background: transparent;
	color: #e5e5e5;
}
div#content a, div#content a:active, div#content a:link, div#content a:visited {
	color: #546188;
	background: transparent;
}
div#content a:hover {
	color: #000;
	background: transparent;
}
div#pageactions a,
div#pageactions a:active,
div#pageactions a:link,
div#pageactions a:visited {
	color: #999;
	text-decoration: none;
}
div#sidebar a:hover,
div#pageactions a:hover {
	color: #2f4e6f;
	text-decoration: underline;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	color: #888;
}
div#footer a:hover {
	color: #222;
	text-decoration: none;
}
div#maincontent {
	width:63%;
}
div#news {
	float: right;
	background-color: #F4F4F7;
	border: 1px solid #999;
	padding: 0px;
	width:220px;
	margin: 0 0 3em 3em;
}
div#news h1 {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #DADAE7;
	padding: 0px 5px;
	margin: 0px;
	margin-bottom:2px;
}
div#news h1 h1span {
	font-size: 10px;
	background-color: #ccc;
	padding: 5px;
	margin: 0px;
}
div#news p {
	font-size: 0.8em;
	padding: 2px 5px;
	margin: 0px;
}
div#news p  a {
	text-decoration: none;
}
div#news p  a:hover {
	text-decoration: none;
}
div#sidebar {
	position: absolute;
	background-color: white;
	left:40%;
	top:125px;
	font-color: black;
	margin: 0px !important;
	padding: 0px !important;
}
div#sidebar ul {
	list-style-type:none;
	margin: 0px !important;
	padding: 0px !important;
}
div#sidebar ul li {
	display:inline;
	margin: !important;
	padding: 0px !important;
}
div#sidebar ul li a {
	font-size: 12px;
	padding: 5px 10px;
	background: white !important;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0px  !important;
	color: black !important;
}
div#sidebar ul li a:hover {
	color: black !important;
	background-color: #DADAE7 !important;
	text-decoration: none;
}
.topmenu_lastitem {
	border-right: 1px solid #aaa;
}
