/*   
Theme Name: painted-thyme
Theme URI: http://www.reyr.net
Description: grey-green with mauve highlights.  Fixed width.
Author: Zanna
Author URI: http://www.reyr.net
Version: .1

My First theme.

*/

.body { margin: 0px; 
	padding: 0px; 
	background: #66665a url(img/canvas_bg.png) repeat ;
	color: #223322; 
	font-size: 10pt;
	font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman";
	}
	
a {
  border: 0px;
  color: #684846;
  text-decoration: none;
}

a:hover {
  color: #8e7674;
  text-decoration: none;
}

.master-wrapper {
	width: 1000px;
	display: block;
   margin-left: auto;
   margin-right: auto;
}

/**** HEADER ****/

.hdr-wrapper {
	width: 100%;
	height: 125px;
	background: url(img/thyme_right_hdr.png) 625px 100% no-repeat;
}
.hdr-image {
	padding-bottom: 5px;
	border: 0px;
}
.hdr {
	vertical-align: bottom;
	text-align: left;
	padding-left: 30px;
	padding-top: 75px;
	color: #333333;
	font-size: 12pt;
	font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman";
	list-style-type: none; 
	list-style-image: none;
}

.hdr ul {margin: 0; 
	padding: 0px; 
	list-style-type: none; 
	list-style-image: none;
}
.hdr li {display: inline; 
	padding: 0px 5px;
}

.hdr a {
	color: #222222;
}
.hdr a:hover {
	color: #280806;
}

/**** CONTENT ****/

.body-cell {
	background-color: #dfe1d6;
	vertical-align: top;
}

.content-wrapper {
	width: 730px;
	padding: 10px;
	font-size: 10pt;
	font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman";
	line-height: 150%;
}

.content-wrapper img {
	border: solid 1px #66665a;
	display: block;
   margin-left: auto;
   margin-right: auto;
   padding: 2px;
}

blockquote {
	border-left: solid 2px #869a81;
	background-color: #c9d2c6;
	padding: 5px;
	color: #224422;
}

code {
	border-left: solid 2px #869a81;
	background-color: #c9d2c6;
	font-size: 9pt;
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
	color: #455e44; /* 5c665a; */
	padding: 5px;
	margin: 5px;
	display: block;
}

.inline-code {
	font-size: 9pt;
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
	color: #455e44; /*332222;*/
}

hr {
  color: #869a81;
  height: 0px;
  border: 1px dotted #869a81;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 80%;
}

.post-hdr {
	font-weight: bold;
	border-bottom: 1px #869a81 solid;
	font-size: larger;
	color: #66665a;
	padding-bottom: 2px;
}

.post-hdr a {
	text-decoration: none;
}

.post-top-meta {
	text-align: right;
	font-size: smaller;
	color: #66665a;
}

.post-bottom-meta {
	text-align: right;
	font-size: smaller;
	border-top: 1px #869a81 dotted;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #66665a;
}

.post {
	/* the actual post content */
}
.post table {
	border: 0px;
}
.post td {
	font-size: 10pt;
	font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman";
	border: 1px #66665a dotted;
	padding: 3px;
	margin: 0px;
}

.post li {
	margin-top: 8px;
}

.post a {
	border-bottom: 1px dashed #684846;
}
.post a:hover {
	border-bottom: 1px solid #8e7674;
}


/**** SIDEBAR ****/

.sidebar-wrapper {
	width: 180px;
	border-left: solid 2px #869a81;
	padding: 10px 0px 10px 10px;
	font-size: 10pt;
	font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman";
}

.sidebar-wrapper li {
	list-style-image: url(img/bullet.png)
}

.side-hdr {
	font-weight: bold;
	color: #869a81;
}

.search-box {
  	font-family:Tahoma, Arial, Helvetica, sans-serif;
  	font-size:12px;
  	margin: 0 0 3px 0;
  	background-color: #f1f1ef;
  	padding: 3px 4px 3px 4px;
  	border: #869a81 1px solid;
  	color:#444;
}

.search-button {
  	font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman";
  	font-size:12px;
  	background-color: #c9d2c6;
  	margin: 0 0 3px 0;
  	padding: 2px 4px 2px 4px;
  	border: #869a81 1px solid;
  	color: #223322; /* Find button text color #e9ffcb;*/
}
.search-button:hover {
  	cursor:pointer;
  	background-color: #869a81;
  	border: #c9d2c6 1px solid;
  	color: #223322;
}

/**** FOOTER ETC ****/

.page-nav {
	text-align: center;
}

.footer-wrapper {
	text-align: right;
	color: #222222;
	font-size: smaller;
	padding: 10px 30px 10px 10px;
}
.footer-wrapper a {
	color: #280806;
}