/*  
THEME NAME: Simplr
THEME URI: http://www.plaintxt.org/themes/simplr/
DESCRIPTION: Single-column and content-centered. For WordPress 2.0+ (and Widgets friendly).
VERSION: 1.4.1
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
 */
 /*
"Simplr" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/
body {
	background: #e4e3e1;
	line-height: 125%;
	margin: 0;
	padding: 0;
}
/* FONT AND LINE HEIGHT DECLARATIONS */
div#banner-nav, h1#title, p#description, h1.post-title, h2.post-title, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, li#search input#s, input#author, input#email, input#url, textarea#comment {
	line-height: normal;
}
/* BANNER NAV STUFF */
div#banner-nav {
	background: #f0f1ec;
/*
  background: #ebeef1;
	border-top: 0.4em solid #cbd3db;
  background: #ffffff;
	border-top: 0.4em solid #ffffff;
*/
	color: #0c141c;
	font-size: 1em;
	letter-spacing: 0px;
	padding: 0.4em 1em 0.4em 1em;
	margin: 0px -10px 10px -10px;
	text-align: center;
	text-transform: uppercase;
    font-weight: bold;
}
div#banner-nav ul, div#banner-nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#banner-nav ul li img {
	position: relative;
	top: 0.12em;
}
/* CONTAINER OF ALL, MUCH LIKE NEW YORK */
div#container {
	background: #fff;
	color: #111;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
}
/* HEADER STUFF */
div#header {
/*	margin: 2.5em 0 4em 0;*/
	text-align: center;
}
h1#title, p#description {
	margin: 0;
}
h1#title {
	font-size: 2.7em;
}
p#description {
	font-size: 1.2em;
}
/* CONTENT STUFF */
h1.post-title {
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
h2.post-title {
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
h3.post-date {
	background: #fff;
	color: #637b93;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 0 2em;
}
div.post-entry p {
	margin: 5px 10px 10px 10px;
}
/* backup
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.1em;
	margin: 1em 0 -0.8em 0;
}*/
div.post-entry h1 {
	font-size: 1.6em;
	margin: 1em 0 0.5em 0;
    clear: left;
}
div.post-entry h2 {
	font-size: 1.4em;
	margin: 2em 0 0.5em 0;
    clear: left;
}
div.post-entry h3 {
	font-size: 1.3em;
	margin: 2em 0 0.5em 0;
    clear: left;
}
div.post-entry h4 {
	font-size: 1em;
	margin: 2em 0 0.5em 0;
    clear: left;
}
div.post-entry h5 {
	font-size: 1em;
	margin: 2em 0 0.5em 0;
    clear: left;
}
div.post-entry h6 {
	font-size: 0.8em;
	margin: 2em 0 0.5em 0;
    clear: left;
}
code, pre {
	font: 1em/normal "courier new", courier, monospace;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #e15119;
}
div.post-entry blockquote {
	padding: 0.2em 0.5em;
}
div.post-entry blockquote p {
	margin: 0.7em 1em;
}
.more-link {
	font-size: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p.pagination {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
p.post-metadata {
	font-size: 0.9em;
	margin: 2em 0 2em 0;
}
div.single-post {
	clear: both;
}
/* COMMENTS STUFF */
h3#comment-count {
	font-size: 1.1em;
	padding: 2em 0 0.1em 0;
}
div#comments ol {
	margin: 0 0 0 2em;
	padding: 0;
}
div#comments ol li {
	background: #cbd3db;
	color: #111;
	margin: 0.5em 0;
	padding: 0.5em 1em;
}
div#comments ol li.alt, div.post-entry blockquote {
	background: #dfdfdf;
	color: #111;
}
div#comments ol li p {
	margin: 0.5em 0;
}
/* SIDEBAR AND COL1/COL2 STUFF */
div.sidebar {
	margin: 0px 0px 20px 0px;
	width: 48%;
}
div.sidebar p {
	font-size: 1em;
	margin: 0.5em 0;
}
div.sidebar ul, div.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidebar h2 {
	font-size: 1em;
}
div.sidebar h2, h3#comment-count {
	border-bottom: 2px solid #637b93;
	font-weight: bold;
	margin: 1em 0 0 0;
}
div#calendar_wrap {
	margin: 0 auto;
	text-align: center;
}
table#wp-calendar {
	margin: 0 auto;
	text-align: left;
}
table#wp-calendar caption {
	margin: 0 auto;
	text-align: center;
}
/* FOOTER STUFF */
div#footer {
	background: #fff;
	border-top: 2px solid #637b93;
	clear: both;
	color: #637b93;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
	text-align: center;
}
div#footer p {
	display: inline;
	font-size: 0.8em;
	margin: 0 0.5em;
}
/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
  font-size: 1em;
	font-weight: bold;
	margin: 0px;
    padding: 0px 0px 30px 0px;
	text-transform: normal;
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearer {
	clear: both;
	height: 0;
}
/* LINKS FOR ALL */
a {
	outline: none;
}
div#banner-nav ul li a, div#banner-nav ul li a:active, div#banner-nav ul li a:link, div#banner-nav ul li a:visited {
	background: #ebeef1;
	color: #0c141c;
	padding: 0 0.4em;
	text-decoration: none;
}
div#banner-nav ul li a:hover {
	background: #ebeef1;
	color: #e15119;
}
h1#title a, h1#title a:active, h1#title a:link, h1#title a:visited{
	background: #fff;
	color: #28425e;
	display: block;
	text-decoration: none;
	width: 100%;
}
div.sidebar ul li h2 a, div.sidebar ul li h2 a:active, div.sidebar ul li h2 a:link, div.sidebar ul li h2 a:visited {
	background: #fff;
	color: #000000;
	text-decoration: none;
}
h1#title a:hover, div.sidebar ul li h2 a:hover {
	background: #fff;
	color: #000000;
}
div.post-entry a, div.post-entry a:active, div.post-entry a:link, div.post-entry a:visited, div#comments a, div#comments a:active, div#comments a:link, div#comments a:visited {
	background: transparent;
	color: #026826;
	text-decoration: underline;
}
div.post-entry a:visited, div#comments a:visited  {
	background: transparent;
	color: #026826;
}
div.post-entry a:hover, div#comments a:hover  {
	background: transparent;
	color: #e15119;
	text-decoration: none;
}
div.post-header a, div.post-header a:active, div.post-header a:link, p.post-metadata a, p.post-metadata a:active, p.post-metadata a:link, div.navigation a, div.navigation a:active, div.navigation a:link {
	background: inherit;
	color: #026826;
	text-decoration: underline;
}
p.post-metadata a:visited, div.navigation a:visited {
	background: inherit;
	color: #026826;
}
div.post-header a:hover, p.post-metadata a:hover, div.navigation a:hover {
	background: inherit;
	color: #e15119;
	text-decoration: none;
}
div#comments div#col1 ul li ul li a, div#comments div#col1 ul li ul li a:hover, div#comments div#col2 ul li ul li a, div#comments div#col2 ul li ul li a:hover {
	text-decoration: none;
}
div.sidebar ul li ul li a, div.sidebar ul li ul li a:active, div.sidebar ul li ul li a:link {
	background: #f0f1ec;
	color: #026826;
	display: block;
	font-size: 1em;
	margin: 0.5em 0;
	padding: 0.5em;
	text-decoration: none;
	width: 96%;
}
div.sidebar ul li ul li a:visited {
	background: #f0f1ec;
	color: #026826;
}
div.sidebar ul li ul li a:hover {
	background: #f0f1ec;
	color: #000000;
}
div.sidebar ul li ul li a.rsswidget {
	display: block !important;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	background: #fff;
	color: #026826;
	text-decoration: underline;
}
div#footer a:hover {
	background: #fff;
	color: #e15119;
	text-decoration: none;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
div#content img.center, div#content img.alignright, div#content img.alignleft {
	border: 1px solid #026826;
}
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;
}
div#content a:hover img.center, div#content a:hover img.alignright, div#content a:hover img.alignleft {
	border: 1px solid #e15119;
}
div#content-360 {
	margin: 1em 0em;
    padding: 0em;
}
hr {
  width: 60%;
  color: green;
  text-align: center;
}
li a img {
	border: none !important;
}
/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
div.formcontainer {
	font-size: 1em;
	overflow: hidden;
	position: static;
	width: 99%;
}
div.formright, div.formleft {
	background: #fff;
	color: #111;
	display: inline;
	float: left;
	margin: 0.5em 0 0 0;
}
div.formleft {
	clear: both;
	text-align: center;
	width: 10%;
}
div.formright {
	width: 90%;
}
li#search form {
	margin: 0;
	padding: 0.4em 0 0 0;
	width: 100%;
}
li#search input#s {
	width: 75%;
}
li#search input[type=submit] {
	width: 20%;
}
label img {
	position: relative;
	top: 0.3em;
}
li#search input#s, input#author, input#email, input#url, textarea#comment {
	border: 1px inset #637b93;
	font-size: 1em;
	margin: 0;
	padding: 0.2em;
}
form#commentform {
	margin: 0;
	padding: 0;
}
input#author, input#email, input#url, textarea#comment {
	width: 91%;
}
textarea#comment{
	overflow: auto;
}

/*---------- Start Custom ----------*/
div#my_pagewrapper {
  background: #f0f1ec;
/*  background:#e4e3e1;*/
  width: 900px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}

div#my_middle {
  background: #f0f1ec;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div#my_banner {
  background:#ffffff url("./images/vis_site_header_plain.jpg");
  font: italic normal 100% verdana, arial, helvetica, sans-serif;
  width: 900px;
  height: 210px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.2em;
  text-align: right;
}

div#my_left {
background: #f0f1ec;
float: left;
width: 140px; /* xxx - xx - x */
margin: 0px 0px 0px 0px; /* top, right, bottom, left */
padding: 0px 0px 0px 0px;
line-height: 0.8;
}

div#my_left img {
  border: none;
}

.my_left_copytext {
font: normal 90% verdana, arial, helvetica, sans-serif;
color: #e14727;
text-align: center;
line-height: 125%;
}

div#my_center_3_col {
background: #ffffff;
float: left;
width: 620px; /* 900 – 140 – 140 - 0*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px; /* top, right, bottom, left */
}

div#my_center_3_col-360 {
background: #fff;
float: left;
width: 900px; /* 900 – 140 – 140 - 0*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; /* top, right, bottom, left */
}

div#my_right {
background: #f0f1ec;
float: right;
width: 140px; /* xxx - xx - x */
margin: 0px 0px 0px 0px; /* top, right, bottom, left */
padding: 0px 0px 0px 0px;
text-align: center;
}

div#my_right img {
  border: none;
}

div#my_footer {
background: #f0f1ec;
clear: both;
margin: 0px 0px 0px 0px; /* top, right, bottom, left */
padding: 5px 0px 10px 0px;
text-align: center;
}

.headline {
	font-size: 16px;
	line-height: 1.3em;
}
.center {
    text-align: center;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

.navigation_alignleft {
    width: 290px;
}

.navigation_alignright {
    width: 290px;
}

.wp-caption {
    padding: 5px 0px 5px 5px;
    margin: 0px 10px 10px 10px;
    background: #f0f1ec;
    border-color:#C0C0C0 #808080 #808080 #C0C0C0;
    border-style:solid;
    border-width:thin medium medium thin;
}

.wp-caption-text {
    padding: 0px 5px;
}

.breadcrumb
{
	font-size: 1.1em;
	color: #026826;
	margin: 0px 0px 0px 0px;
    text-align: left;
/*
    position: relative;
	float: left;
*/
}

.breadcrumb h1
{
    display: inline;
	font-size: 1.1em;
	color: #026826;
	margin: 0px 0px 0px 0px;
    text-align: left;
}

.breadcrumb a:active, a:link, a:visited {
	background: transparent;
	color: #026826;
	text-decoration: underline;
}
.breadcrumb a:visited {
	background: transparent;
	color: #026826;
}
.breadcrumb a:hover {
	background: transparent;
	color: #e15119;
	text-decoration: none;
}
div#container-360 {
	background: #fff;
	color: #111;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*---------- Stop Custom ----------*/
