/*  
THEME NAME: Barthelme
THEME URI: http://www.plaintxt.org/themes/barthelme/
DESCRIPTION: A minimalist theme where white space and margins can show culture and aestheticism. For WordPress 2.0+. Widgets-friendly.
VERSION: 1.2
AUTHOR: Scott Allan Wallick
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: #222;
	line-height: 150%;
}
/* GLOBAL ELEMENT COMBINATIONS */
h3.post-date, p.post-date-single, h3#comment-count {
	word-spacing: 0.2em;
}
div.post-header p, p.post-date-single, div.post-footer, h3#comment-count, div#sidebar ul li h2 {
	background: #fff;
	color: #888;
}
h3.post-date, div.post-entry blockquote, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, div#sidebar ul li p {
	background: #fff;
	color: #444;
}
p.post-date-single, div.post-footer p, h3#comment-count, h4#comment-header, div.nav-left, div.nav-right {
	text-align: center;
}
/* HEADER STUFF */
div#header {
	background: #bac8da url(images/header.png) repeat-x top center;
	color: #f5f5f5;
	margin: 0 0 1em 0;
	padding: 1em 0 1.2em 2em;
}
h1#title {
	font-size: 2.2em;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
p#description {
	font-size: 1.3em;
	margin: 0;
}
/* WRAPPER - CONTAINER - CONTENT STUFF */
div#container, div.post-container {
	float: right;
	width: 100%;
}
div#container { margin: 0 0 0 -20em; }
div.post-container { margin: 0 0 0 -14.0em; }
div.narrowcolumn {
	margin: 0 0 0 14em;
	padding: 0 2% 0 0;
}
div.widecolumn {
	margin: 0 0 0 14em;
	padding: 0 0 0 4%;
}
div.post-content { margin: 0 0 2em 8.9em; }
div.post { clear: both; }
h2.post-title {
	font-size: 1.3em;
	margin: 0 0 0 0;
}
h3.post-date {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}
div.post-header {
	float: left;
	margin: 0 0 3em 1.5em;
    padding: 0 0.8em 0 0;
	text-align: right;
	border-right: 1px solid #CCC;
	line-height: 125%;
	font-size: .8em;
}
div.post-header p {
	line-height: 150%;
	margin: 0 0 0.5em 0;
}
p.post-date-single {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
h2.post-title-single {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.3em 0 0.5em 0;
	text-align: center;
}
div.post-entry p {
	line-height: 150%;
	margin: 0.7em 0;
}
div.post-entry ul li { list-style-image:url(/wp-content/themes/barthelme-101/images/bullet_b.png); /*list-style: square;*/ }
div.post-entry ul li, div.post-entry ol li { line-height: 150%; }
div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.2em 0 -0.6em 0;
}
blockquote {
	border-left: 1em solid #cfd5dd;
	font-size: 0.9em;
	padding-left: 1em;
}
div.post-footer {
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	font-size: 1em;
	margin: 0 0 3em 0;
	padding: 0.7em 0.2em;
}
div.post-footer p { 
	margin: 0 auto;
}
/* COMMENTS STUFF */
h3#comment-count {
	font-size: 0.9em;
	margin: 0 0 1em 0;
}
h4#comment-header {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0.1em 0 0.1em 0;
}
h4#respond {
	font-size: 1.5em;
	font-weight: normal;
	margin: 2em 0 0 0;
}
div.formcontainer p {
	margin: 0.5em 0 1em 0;
}
div#comments ol li {
	background: #f6f7f9;
	color: #111;
	margin: 1em 5%;
	padding: 0.5em 1em;
}
div#comments ol li.alt {
	background: #e7eaed;
	color: #111;
}
div#comments ol li p {
	margin: 0.5em 0;
}
div#comments ol li p.comment-metadata {
	font-size: 0.9em;
}
/* SIDEBAR STUFF */
div#sidebar {
	float: left;
	width: 14em;
}
div#sidebar ul {
	margin: 0 0 0 1em;
	padding: 0;
}
div#sidebar ul li {
	font-size: 0.9em;
	line-height: 125%;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
div#sidebar ul li h2 {
	font-size: 1.3em;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
}
div#sidebar ul li p, div#sidebar ul li ul, div#sidebar ul li ul li {
	margin: 0;
	padding: 0;
}
div#sidebar ul li ul li ul li {
	font-size: 0.9em;
	margin: 0 0 0 1em;
}
/* FOOTER STUFF */
div#footer {
	background: #fff;
	clear: both;
	color: #888;
	padding: 1em 0 0 0;
	text-align: right;
}
div#footer p {
	font-size: 0.9em;
	margin: 0;
}
/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
div.nav-left, div.nav-right {
	margin: 1em auto;
	width: 49%;
}
.alignleft, div.nav-left { float: left; }
.alignright, div.nav-right  { float: right; }
abbr, acronym {
	border-bottom: 1px dotted #546188;
	cursor: help;
}
code, pre {
	font: 1em/normal "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 */
form {
	margin: 0.3em 0 0 0;
	padding: 0;
}
input#s {
	margin: 0 0 0 0;
	padding: 0;
	width: 8.5em;
	height: 20px;
	border: 1px inset #999;
	background-color: #FAFAFA;
	vertical-align: middle 
}
textarea {
	height: 13em;
	overflow: auto;
	width: 66%;
	background-color: #FAFAFA;
}
input#searchsubmit, input#submit { border: 0px; vertical-align: middle; }
input#author, input#email, input#url { width: 66%; }
input#author, input#email, input#url, textarea {
	border: 1px inset #999;
	padding: 0.2em;
}
div.formcontainer {
	font-size: 1em;
	margin: 0 0 3em 0;
	width: 100%;
}
div.formright, div.formleft {
	display: inline;
	float: left;
	margin: 0 0 0.5em 0;
}
div.formleft {
	clear: both;
	text-align: right;
	width: 15%;
	margin: 0 2% 0 0;
}
div.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.post-header a, h2.post-title a {
	text-decoration: none;
}
div.post-footer a {
	background: #fff;
	color: #888;
}
div#sidebar a, div#sidebar a:active, div#sidebar a:link, div#sidebar a:visited {
	background: #fff;
	color: #999;
	text-decoration: none;
}
div#sidebar a:hover {
	background: #fff;
	color: #2f4e6f;
	text-decoration: underline;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	background: #fff;
	color: #888;
}
div#footer a:hover {
	background: #fff;
	color: #222;
	text-decoration: none;
}
div#tagcloud {
	line-height: 200%;
}
div#tagcloud ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div#tagcloud li {
	display: inline;
	margin:0px;
}
div#tagcloud a, div#tagcloud a:active, div#tagcloud a:link, div#tagcloud a:visited {
	background: #fff;
	color: #999;
	text-decoration: none;
	display: inline;
	margin:auto;
}
div#tagcloud a:hover {
	background: #fff;
	color: #2f4e6f;
	text-decoration: none;
	display: inline;
	margin:auto;
}
/* CUSTOM FORMAT RULES */
p.centered, div.centered {
	text-align: center;
}
div.widecolumnpage {
	margin: 0 0 0 5em;
	padding: 0 4% 0 2%;
}

/* TAG STYLES */
div#taglist{
	font-weight: bold;
	font-family:'Segoe UI',Verdana,Georgia,Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

div#taglist a, div#taglist a:active, div#taglist a:link, div#taglist a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #1171A3;
}
div#taglist a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #D93D00;
}

.imageGallery {
	margin-left: auto;
	margin-right: auto;
	width: 528px;
	height: 394px;
}

/* TAG CLOUD */
div#sidebar ul li#ctc.widget div.ctc { line-height: 200%; }
div#sidebar ul li#ctc.widget div.ctc .Tag1 { font-size: 1.0em; color: #979797 }
div#sidebar ul li#ctc.widget div.ctc .Tag2 { font-size: 1.2em; color: #646464 }
div#sidebar ul li#ctc.widget div.ctc .Tag3 { font-size: 1.2em; color: #979797; font-weight: bold }
div#sidebar ul li#ctc.widget div.ctc .Tag4 { font-size: 1.4em; color: #1a1a1a }	
div#sidebar ul li#ctc.widget div.ctc .Tag5 { font-size: 1.4em; color: #646464; font-weight: bold }
div#sidebar ul li#ctc.widget div.ctc .Tag6 { font-size: 1.6em; color: #0e0e0e }
div#sidebar ul li#ctc.widget div.ctc .Tag7 { font-size: 1.6em; color: #1a1a1a; font-weight: bold }

/* CODE SNIPPETS */
.csharpcode-wrapper, .csharpcode-wrapper pre {
  background-color: #f4f4f4;
  border: solid 1px gray;
  cursor: text;
  font-family: Consolas, 'Courier New', Courier, Monospace;
  font-size: 8pt;
  line-height: 12pt;
  margin: 20px 0px 10px 0px;
  max-height: 200px;
  overflow: auto;
  padding: 4px 4px 4px 4px;
  width: 97.5%;
}
.csharpcode-wrapper pre {
  border-style: none;
  margin: 0px 0px 0px 0px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
}
.csharpcode, .csharpcode pre, .csharpcode .alt {
  background-color: #f4f4f4;
  border-style: none;
  color: black;
  font-family: Consolas, 'Courier New', Courier, Monospace;
  font-size: 8pt;
  line-height: 12pt;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.csharpcode pre {
  margin: 0em;
}
.csharpcode .alt {
  background-color: white;
}
.csharpcode .asp {
  background-color: #ffff00;
}
.csharpcode .attr {
  color: #ff0000;
}
.csharpcode .cls {
  color: #cc6633;
}
.csharpcode .html {
  color: #800000;
}
.csharpcode .kwrd {
  color: #0000ff;
}
.csharpcode .lnum {
  color: #606060;
}
.csharpcode .op {
  color: #0000c0;
}
.csharpcode .preproc {
  color: #cc6633;
}
.csharpcode .rem {
  color: #008000;
}
.csharpcode .str {
  color: #006080;
}
div#similarposts a, div#similarposts a:active, div#similarposts a:link, div#similarposts a:visited {
  color:#1171A3;
  font-weight:normal;
  text-decoration:none;
}
div#similarposts h3 {
  font-family:'Segoe UI',Verdana,Georgia,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:1.1em;
}
.wp-pagenavi {
	margin-top: 3.5em;
}

/* SIMILAR POSTS STYLES */
div#similarposts{
	font-size: 0.9em;
}
div#similarposts a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #D93D00;
}
