/*
Theme Name: Wordydog
Theme URI: http://plasterdogtest.info/wordpress
Description: Based on <a href="http://masnikov.com/emerald_stretch">Emerald Stretch</a> without all the unnecessary clutter
Author: Jeff McNear
Author URI: http://plasterdog.com
Tags: plasterdog

*/

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: #fafafa;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  color: #000000;
}

#wrapper{
	min-width: 900px;
	position: relative;
	min-height: 100%;
}

p {
	margin: 0px 0px 10px 0px;
	font-size: 1.25em;
}
/*CHANGE COLOR*/
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: /*#688848*/#081417;
}

/*CHANGE COLOR*/
a {
	border: 0px;
	color: /*#253763*/#235663;
	text-decoration: none;
	font-weight: bold;
}
/*CHANGE COLOR*/
a:hover {
	color: /*#307889*/#161f21;
	text-decoration: underline;
	font-weight: bold;
}

img {
  border: 0px;
}
/*CHANGE COLOR*/
hr {
  color: /*#FFF*/#081417;
  height: 0px;
  border: 1px dotted #ccc;
  margin-top: 3px;
  margin-bottom: 3px;
}

/*code {
  font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
  padding: 15px;
  border: #cde9a7 1px solid;
  background: #e9ffcb;
  display: block;
}*/

code, pre {
  font: 'Courier New', Courier, Fixed;
  font-size: 110%;
  border: #cde9a7 1px solid;
  background: #e9ffcb;
  overflow: auto;
  padding: 5px;
	display: block;
  width: 100%; /* Important for IE6 */
}
/* change color of background and border - BUT REAL KEY IS THE BACKGROUND IMAGE*/
#header {
	color: #FFFFCC;
	clear: both;
	height: 100px;
	/* exaggerated bottom margin eliminates strange issue with IE7  and sidebars clearing */
	margin-bottom: 50px;
	background-color: #fafafa;
	background-image: url(img/dove-chain.gif);
	background-repeat: repeat-x;
	background-position: 40px bottom;	/*border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #743618;
	background-image: url(img/quaker-header-back.gif);
	background-repeat: repeat-x;
	background-position: left;*/
}

#header h1 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  letter-spacing: -1px;
  font-size: 250%;
  padding: 12px 0px 0px 0px;
  margin: 0;
  line-height: 90%;
}

#header h2 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  font-size: 160%;
  padding: 1px 0px 0px 0px;
  margin: 0px;
}

#header a, #header a:hover, #header a:active, #header a:visited {
  color: /*#FFFFCC*/#ffffff;
  text-decoration: none;
  border: 0;
}

#header a:focus {
  outline:none;    /* kills dotted border around the link */
}

#header a img {
  border: 0;
}

#header-logo {
	float: left;
	width: 111px;
	height: 100px;
	border: 0;
	background-image: url(img/left_logo.png);
	background-repeat: no-repeat;
	background-position: left;
}

#header-logo-gravatar {
  margin: 11px 0 0 27px;
}
/* CHANGE IMAGE FILE */
#header-title {
	/*margin: 0 0 0 0px;*/
	margin-left: 15px;
	text-align: left;
	height: 100px;
	border: 0;
	/*JMC INSERTED IMAGE*/
	background-image: url(img/since36.gif);
	background-repeat: no-repeat;
}

#header-navi {
	height: 35px;
	font-size: 150%;
	padding: 0;
	/*margin: 0px 1px 0px 117px;*/
	padding-left: 5%;
	vertical-align: middle;
	background-color:#307889;
	font-style:italic;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #398ea3;
	font-weight: bold;
}

#header ul {
  margin: 0;
  padding: 0;
  float: left;
}

#header-navi ul li {
  line-height: 35px;
  text-align: center;
  float: left;
  list-style: none;
}

#header-navi li a {
	padding-top: 0px;
	padding-right: 20px;
	padding-left:0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* change background color*/
#header-navi li a:hover {
	color: /*#688848*/#9cdfef;
	background-color: #307889;
}

#header-navi a, #header-navi a:active, #header-navi a:visited {
  color: /*#cde9a7*/#ffffff;
  text-decoration: none;
  display: block;
}

/* Drop-down menus */
#dropmenu, #dropmenu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  position:relative;
  z-index:300;
  width:100%;
}

#dropmenu a {
  display:block;
  padding:0.25em 1em;
  text-decoration:none;
}

#dropmenu a:hover {
}

#dropmenu li {
  float:left;
  position:relative;
}
/* change border color */
#dropmenu ul {
  position:absolute;
  display:none;
  width:13em;
  top:1.9em;
  border:1px solid /*#84ad5b*/#307889;
}

#dropmenu ul a {
}
/* change background color */
#dropmenu li ul {
  width:13em;
  top:auto;
  background:/*#8DB467*/ #307889;
}

#dropmenu li ul a {
  width:  11.6em;
  height: auto;
  float:  left;
  text-align: left;
}

/* Sub-menu */
#dropmenu ul ul {
  top:auto;
}

#dropmenu li ul ul {
  left: 13em;
  margin:0px 0 0 0px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
/* Drop-down menus */

#content-wrapper {
  margin-bottom: 1em;
  float: right;
  width: 78%;
  display: inline;
}

#content {
  width: 80%;
  float: left;
  font-size: 120%;
  line-height: 150%;
  display: inline;
}

#content a {
  text-decoration: underline;
}

#content a:visited {
  color: /*#800080*/#000000;
}

#content a:hover {
	color: /*#4477bb*/#141c1f;
	text-decoration: none;
}

#content img {
  margin: 0 10px 10px 0;
}

#content h1 {
  margin-top: 0;
  font-size: 190%;
  line-height: 115%;
}

#content h2 {
  font-size: 160%;
  line-height: 120%;
}

#content h3 {
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
}
/* JMC- USED FOR INDENTS */
#content blockquote {
	background-color: /*#e9ffcc*/#fafafa;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#content h1 a, #content a h1,
#content h2 a, #content a h2,
#content h3 a, #content a h3 {
  text-decoration: none;
}

#content h1 a:visited, #content a:visited h1,
#content h2 a:visited, #content a:visited h2,
#content h3 a:visited, #content a:visited h3 {
  color: #115588;
  text-decoration: none;
}

#content h1 a:hover, #content a:hover h1,
#content h2 a:hover, #content a:hover h2,
#content h3 a:hover, #content a:hover h3 {
  color: #4477bb;
  border-bottom: 1px dotted;
  text-decoration: none;
}

#content .pagetitle {
  /* look at this causes difference between pages & posts*/
 /* margin-top: 20px;
  border-bottom: 2px dotted #142d41;*/
}

#content ul, #content ol {
  padding: 0 0 0 20px;
}

#content ul {
  list-style: square;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#sidebar-left {
	list-style: none;
	float: left;
	width: 15%;
	/*margin-left: 15px;*/
  font-size: 110%;
	display: inline;
	line-height: 125%;
}

#sidebar-right {
  list-style: none;
  float: right;
  width: 20%;
 /* margin-right: 15px;*/
  font-size: 110%;
  display: inline;
  line-height: 125%;
}
/* change color of background and border*/
#sidebar-left h2, #sidebar-right h2 {
	margin-top: 0px;
	font-size: 120%;
	font-weight: normal;
	color: /*#cde9a7*/#ffffff;
	background-color: /*#7aa055*/#307889;
	padding: 1px 0 1px 10px;
	line-height: 110%;
	border-top-width: 6px;
	border-top-style: solid;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #398ea3;
	border-bottom-color: #398ea3;*/
}

#sidebar-left h2 a, #sidebar-right h2 a{
  color: #cde9a7;
  text-decoration: none;
}

#sidebar-left ul, #sidebar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar-left ul li, #sidebar-right ul li {
  margin: 0 0 20px 0;
}

#sidebar-left ul ul, #sidebar-right ul ul {
  padding: 0 0 0 8px;
}

#sidebar-left ul ul li, #sidebar-right ul ul li,
#sidebar-left ul ul ul li, #sidebar-right ul ul ul li {
  margin: 5px 0;
}
/* JMC INSERTED STYLE*/
#sidebar-left a:link, #sidebar-left a:visited {
	font-size: 110%;
	font-weight: bold;
	color: #081417;
	text-decoration: none;
	list-style-type: none;
}
#sidebar-left a:hover {
	font-size: 110%;
	font-weight: bold;
	color: #081417;
	text-decoration: none;
	margin-left: 10px;
}
#sidebar-right a:link, #sidebar-right a:visited {
	font-size: 110%;
	font-weight: bold;
	color: #081417;
	text-decoration: none;
	list-style-type: none;
}
#sidebar-right a:hover {
	font-size: 110%;
	font-weight: bold;
	color: #081417;
	text-decoration: none;
	margin-left: 10px;
}
/* END JMC INSERTED STYLE*/
#postmeta {
  font-size: 80%;
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 1px dotted /*#688848*/#142d41;
  color: /*#688848*/#235074;
  clear: both;
  line-height: 100%;
}

#postmeta a {
  text-decoration: none;
}

#postmeta a:visited {
  color: #115588;
}

#postmeta a:hover {
  text-decoration: underline;
}

#postmeta p {
  line-height: 100%;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

#postmeta .editlink {
  float: right;
  margin-top: 5px;
}

.postnav {
  width: 86%;
  float: left;
  list-style: none;
  line-height: 110%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
}

.postnav li.left {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.postnav li.right {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}

#comments {
  clear: both;
  float: none;
  margin-top: 50px;
}

#comments ul li, #comments ol li {
  margin-bottom: 40px;
  border-bottom: 1px dotted #688848;
}

#comment-area {

}

#comment-form {

}

.commenter {
  color: #688848;
}

.comment-moderation {
  color: red;
}

.comment-info {

}
/* change color of background and border*/
#footer {
	position: relative;
	margin: -25px 0 0;
	clear: both;
	height: 75px;
	line-height: 75px;
	color: #000000;
	padding: 0 15px 0 15px;
	font-size: 110%;
	/*background-color: #307889;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #398ea3;
	border-bottom-color: #398ea3;*/
	background-image: url(img/dove-chain.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 0;
}

#footer-left {
	float: left;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	margin-left: 50px;
}

#footer-right {
	float: right;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}
/* change color of background and border*/
#searchform input {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:/*#84ad5b*/#307889;
	margin: 0 0 3px 0;
	padding: 2px 4px 2px 4px;
	color:/*#e9ffcb*/#ffffff;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fafafa;
	border-right-color: #fafafa;
	border-bottom-color: #081417;
	border-left-color: #fafafa;
}
/* change color of background and border*/
#searchform input:hover {
	cursor:pointer;
	background-color:/*#688848*/#081417;
	color:#fff;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fafafa;
	border-right-color: #fafafa;
	border-bottom-color: #212f33;
	border-left-color: #fafafa;
}
/* change color of background and border*/
#searchform #s {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 3px 0;
	background-color:/*#e9ffcc*/#307889;
	padding: 3px 4px 3px 4px;
	color:/*#222#*/#ffffff;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fafafa;
	border-right-color: #fafafa;
	border-bottom-color: #212f33;
	border-left-color: #fafafa;
}
/* change color of background and border*/
#searchform #s:hover {
  background-color:/*#e9ffcb*/#212f33;
  color:/*#222*/#ffffff;
}

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

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.alignnone {
   float: none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 10px 0 10px 10px;
   margin: 5px 10px 5px 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 90%;
   line-height: 120%;
   padding: 0 10px 0 0;
   margin: 0;
}

#wp-calendar {
  margin: 0 auto;
  line-height: 150%;
}

table#wp-calendar{
  width: 90%;
}

#wp-calendar a {
	text-decoration: underline;
  font-weight: bold;
}

table#wp-calendar tfoot td a{
  border: 0;
  font-weight: normal;
}

table#wp-calendar th, table#wp-calendar td {
  text-align: center;
}

.widget_tag_cloud {
  line-height: 200%;
}
