/*  
Theme Name: slrtheme
Theme URI: http://www.plaintxt.org/themes/barthelme/
Description: Based on barthelme.
Version: 1.1
Author: Mike Schulman
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
*/

/* 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 {
	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 {
	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;
}

p.post-date, p.post-categories, p.post-comments, p.post-permalink {
  display: inline;
  float: left;
  padding-right: 2em;
}

/* HEADER STUFF */
div#header {
	background: #579;
	color: #f5f5f5;
	margin: 1em 0;
	padding: 1.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#wrapper {
}
/*
div#container, div.post-container {
	float: right;
	width: 100%;
}
div#container {
	margin: 0 0 0 -20em;
}
div.post-container {
	margin: 0 0 0 -10.5em;
}
div.narrowcolumn {
	margin: 0 0 0 19.5em;
	padding: 0 2% 0 1%;
}
div.widecolumn {
	margin: 0 0 0 19em;
	padding: 0 4% 0 2%;
}
div.post-content {
	margin: 0 0 4em 10.5em;
}
*/

div.post-outer {
  border-bottom:1px dotted #666;
  margin:8px 0 30px 0;
}
div.post {
	clear: both;
}
h2.post-title {
	font-size: 1.1em;
	margin: 0;
}
h3.post-date {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}
div.post-header {
	float: left;
	text-align: right;
	/*width: 9em;
	margin: 0 0 3em 0;*/
}
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 1em 0;
	text-align: center;
}
div.post-entry p {
	line-height: 150%;
	margin: 1em 0;
}
div.post-entry ul li {
	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;
}
div.post-entry 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;
}
h4#comment-header {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.1em 0 1em 0;
}
h4#respond {
	font-size: 1.3em;
	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: 16em;
}
div#sidebar ul {
	margin: 0 1.5em 0 3em;
	padding: 0;
}
div#sidebar ul li {
	font-size: 1em;
	line-height: 175%;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
div#sidebar ul li h2 {
	font-size: 1em;
	margin: 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;
}

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;
}

*/
/* FOOTER STUFF */
div#footer {
	background: #fff;
	clear: both;
	color: #888;
	padding: 1em;
}
div#footer p {
	font-size: 0.9em;
	margin: 0;
}
/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
div.nav-left, div.nav-right {
	margin: 0 auto;
	width: 49%;
}
.alignleft, div.nav-left {
	float: left;
}
.alignright, div.nav-right  {
	float: right;
}
abbr, acronym {
	border-bottom: 1px dotted #d85d5d;
	cursor: help;
}
code, pre {
	font: 1em/normal "courier new", courier, monospace;
}
.clearer {
	clear: both;
	height: 0;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
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;
}
li a img {
	border: none !important;
}
/* 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.4em 0.4em 0;
	padding: 0.2em;
	width: 70%;
}
textarea {
	height: 13em;
	overflow: auto;
	width: 66%;
}
input#searchsubmit, input#submit {
	border: 1px outset #999;
}
input#s, input#author, input#email, input#url {
	width: 66%;
}
input#s, 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: #d85d5d;
	background: transparent;
}
div#content a:hover {
	color: #666;
	background: transparent;
}
div.post-header a, h2.post-title a {
	text-decoration: none;
}
div.post-footer a {
	background: #fff;
	color: #888;
}

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;
}




/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 1.1, November 28, 2005
Modified ever-so-slightly by Papa Slumber, September 2006. */

/**************** Page and tag styles ****************/

body {
  margin:0;
  padding:0;
  color:#303030;
  background-color:#fafafa;
  /*background:#fafafa url(/images/bodybg.gif) top left repeat-y;*/
  /*font:11px Verdana,Tahoma,sans-serif;*/
  }

ul {
  list-style:circle;
  margin:0;
  font-size:0.9em;
  }

li {
  margin:0;
  }

a {
  color:#d85d5d;
  font-weight:bold;
  text-decoration:none;
  }

a:hover
{color:#505050; text-decoration:underline;}

img {
  /*float:left;*/
  margin:0 15px 15px 0;
  padding:1px;
  background:white;
  border:1px solid #d0d0d0;
  }

a img {
  border-color:#d85d5d;
  }
/*
a img:hover {
  background:#d85d5d;
  border-color:#d85d5d;
  }
*/


/**************** Sidebar area styles ****************/

#sidebar {
  position:absolute;
  top:0;
  left:0;
  width:220px;
  height:100%;
  overflow:auto;
  background-color:#e0e0e0;
  /*background:#e0e0e0 url(/images/sidebarbg.gif) top right repeat-y;*/
  text-align:right;
  }

body > #sidebar { 
  position:fixed;
  }

#sidebar h1, #logoblockH1 {
  margin:20px 18px 0 5px;
  color:#d85d5d;
  font-size:1.6em;
  letter-spacing:-2px;
  text-align:right;
  font-weight:bold;
  }

#sidebar h2, #sidebar h3, #logoblockH2 {
  margin:0 20px 18px 5px;
  color:#808080;
  font-size:1em;
  font-weight:bold;
  letter-spacing:-1px;
  text-align:right;
  }

#sidebar h3 {
  margin:20px 18px 4px 5px;
  color:#606060;
  }

#sidebar  p {
  margin:0 15px 18px 5px;
  color:#606060;
  font-size:0.8em;
  }

#sidebar p span {
  display:block;
  padding:3px 2px;
  }

#sidebar a { 
  color:#606060;
  display:block;
  }
  
#sidebar a span { 
  font-weight:normal;
  padding:0;
  }
  

#logoblockH1, #logoblockH2 {
  margin-top:0;
  margin-right:8px;
  padding-left:6px;
}


/**************** Navigation menu styles ****************/

#menu a {
  display:block;
  width:202px;
  padding:5px 18px 5px 0;
  color:#606060;
  background-color:#e0e0e0;
  /*background:#e0e0e0 url(/images/sidebarbg.gif) top right repeat-y;*/
  font-size:1.5em;
  font-weight:normal;
  text-decoration:none;
  letter-spacing:-2px;
  }

#menu a:hover {
  color:#303030;
  background-color:#ffc0c0;
  /*background:#ffc0c0 url(/images/sidebarbg.gif) top right repeat-y;*/
  }

#menu a.active {
  padding:3px 18px 3px 0;
  background:#fafafa;
  border-top:2px solid #c0c0c0;
  }

#menu a.active:hover {
  color:#505050;
  background:#fafafa;
  }
  
#subnav {
  margin:0;
  padding:0;
  list-style-type: none;
  background:#fafafa;
}

#subnav li a {
  font-size:1.2em;
  background: transparent;
  font-weight: normal;
  letter-spacing: normal;
  margin:0;
  padding: 2px 0;
}

#subnav li a:after {
  content:" \00bb";
}

#subnav li a:hover {
  color:#d85d5d;
  background:transparent;
}
  
#subnav li.current-cat a {
  color:#335C85;
}

#searchOuter {
  margin:0;
  padding:8px 18px 8px 0;
  color:#606060;
  background:#fafafa;
  border-bottom:2px solid #c0c0c0;
}

/**************** Content area styles ****************/

#container {
  width:520px;
  margin:0 0 0 240px;
  padding:20px 0;
  background:#fafafa;
  }
/*
#container p {
  margin:0 0 20px 0;
  line-height:1.5em;
  }
*/
#container h1 {
  margin:5px 0;
  color:#9d4;
  font-size:2em;
  letter-spacing:-1px;
  }

#container h2 {
  margin:0;
  color:#808080;
  font-weight:normal;
  font-size:1.7em;
  letter-spacing:-1px;
  }
  
#container h2 a, #container h2 a:link, #container h2 a:visited {
  color:#335C85;
}

#container h2 a:hover {
  color:#606060;
}

#container h2.post-title-single {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.3em 0 1em 0;
	text-align: center;
	color:#666;
}
/*
#container h3 {
  clear:both;
  margin:30px 0 10px 0;
  color:#d85d5d;
  font-weight:normal;
  font-size: 1.5em;
  letter-spacing:-2px;
  }

#container h4 {
  font-size: 1.8em;
  letter-spacing:-2px;
  margin:0;
  color: #444;
}

#container h5 {
  font-size: 1.2em;
  letter-spacing:-1px;
  margin:0;
  color: #444;
}
*/
#pagination {
  border:1px solid gray;
  background-color:#ddd;
  padding:4px;
  margin:20px 0;
}


.img-shadow {
  float:left;
  /*
  background: url(/img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  */
  }

.img-shadow img, .img-shadow a img {
  display: block;
  /*position: relative;*/
  border: 1px solid #ffc0c0;
  margin: 0px 6px 6px 0px;
  padding: 2px;
  }

.img-shadow a img:hover {
  background:#ff9696;
  }


