/*
Theme Name: CleanGreen
Theme URI: 
Description: Built on Thematic Theme
Author: Doctor Science/Mary Ellen Curtin
Author URI: 
Template: thematic
Version: 0.4
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* MY STYLES FOR CLEAN GREEN BLUEPRINT */

/* +++		Good Book of the Day "Clean Green" Layout +++	
		colors:	background green: #339272;
				dark green: #1C4E3D;
				medium to pale green: #AAE4CA;
				very pale green: #CDF4E2;
				dark red: #8B1717;
				medium red: #CA1D1D;
				*/
body {
	background: #339272;;
	color:#white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {color: #8B1717;
text-decoration:none;
}
a:visited{ color:#1C4E3D;}
a:hover{color:#CA1D1D;}
h1,h2,h3,h4
{font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif; color:#339272;}
h1 {font-size:2em; padding-left: 20px;}
h2 {font-size:2em;margin-bottom:0.75em; text-align:center;}
h3 {font-size:2em;line-height:1;margin-bottom:1em; text-align:center;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
BLOCKQUOTE {
background:#D2FDCF;
margin: 0 20px;
text-align:left;
padding: 10px 20px 3px 20px;
}
.clear {clear: both;display:none;}
.vclear {clear: both;}
			/*+++	TRANSLATING THE GRID	+++*/
/* A container should group all your columns. */
#wrapper {  width: 950px;
  margin: 0 auto;
}

#header, 
#primary,
#container,
#column1,
#column2,
#column3
	{  float: left;  margin-right: 10px;clear:none;}
#header, #container {	width: 720px;/*span-18*/margin-right: none;
}
body.home #content {background: url(images/columns-back.png) repeat-y; 
margin-top: -10px;
}

#column1,
#column2,
#column3 {background: white;}
#primary {width: 190px;/*.span-5 */
	margin-left: 0;
	margin-right: 0px; /*last*/
	border: none;
	float:right;}
#secondary {display: none;}
#column1,#column2,#column3 {width: 230px;/*span-6*/
	background:white;}
#column3 {margin-right: none;
}
#footer {width: 950px;
clear: both;}

#header {height: 144px;}

			/*+++	SIDEBAR	+++*/
#primary {padding: 10px;
	color: #339272;
	background: /*8DBD9B;*/#AAE4CA;
	font-size: 1.5em;
	font-family:"palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-align: left;}
.aside ul {list-style:none;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: .5em;
}
.aside .widget_recent_comments li, .aside .widget_recent_entries li {	
margin-bottom: 2px;
margin-left: 2px;
text-indent: -10px;}
ul.children {	margin: 0em 0em 0em 2em;}
.aside a {color:#1C4E3D;}
.aside a:hover {color: #8B1717;}
.aside h3 {font-size: 1.3em;
text-align:left;
margin-bottom:0;
margin-top:18px;}
.aside .widgetcontainer {font-size: .8em;}
#searchform #s {width: 120px;}
			/*+++	ASIDES: FROM DEFAULT.CSS	+++*/
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

.post, body.page .hentry {background: white; padding: 20px;	
}
.draft {background: yellow;}
body.page .hentry {width:670px;}
body.page .hentry h1, body.archive h1.page-title {text-align:center;}
body.archive h1.page-title {line-height: 2em; padding-bottom: 0;	margin-bottom: 0;
}
body.page .hentry h3 {text-align:left;
font-size:1.5em;}
body.page .hentry p {margin-left: 30px;
margin-right: 30px;
font-size: 1em;}
body.page .above-title h3 {text-align:right;}
#access {
	margin: 0;
}
			/*+++	NAVIGATION	+++*/
.nav-previous {float:left;}
.nav-next {float:right;}
.nav-previous, .nav-next {margin-top: 12px;
}
body.home .nav-previous {float:none; 
text-align:center;		border-bottom: 1px solid #AAE4CA;
border-top: 1px solid #AAE4CA;
}
.navigation:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.navigation{display: inline-block;
width:710px;
}

/* Hides from IE5/Mac \*/
* html .navigation {height: 1px;}
.navigation {display: block;}
/* End hide from IE5/Mac */

			/*+++	COMMENTS	+++*/
#comments {
	margin: 6px 30px;
	}
#comment {width: 670px;}
.comment-author {font-size: 1.2em;
font-weight:bold;
font-style:italic; float: left;}
.comment-meta {float: right;}
.comment-content {clear: both;
border-bottom: 2px solid #339272;}

			/*+++	IMAGE REPLACEMENT	+++*/
.replace { /* use for every image replacement */
	position: relative; 
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
} 
.replace span, .replace a { 
	display: block; 
	position: absolute; 
	z-index:1; /* for Opera 5 and 6 */ 
}
h1.replace, h1.replace span, h1.replace a { /* dimension match image, also location within replace */
	width: 710px; 
	height: 144px;
	cursor:hand;
	top:0px; left:0px;
}
#blog-title, #blog-title span {
	background: transparent url(images/headerGreenRed.jpg) 0px 0px no-repeat; /*specific image */}

			/*+++	MODS TO BLUEPRINT DEFS	+++*/
#wrapper {
background: /*#8DBD9B*/#AAE4CA;
color: black;}
			/*+++	HOME PAGE	+++*/
.post /*front-page or narrow posts */
	{margin: 0px;
	margin-bottom:10px;
	text-align:center;
	padding-top: 0;
}
body.home .post {margin: 10px;}
body.home .postacross {
margin-left: 0px;
width: 710px;
background:white;
}
body.home .postacross .post {
text-align:left;
	margin-bottom: 0;
	padding-bottom:5px;
}
body.home .postacross .nav-previous {
border-top: none;
border-bottom: 1px solid #AAE4CA;
margin-top: 0;
padding-bottom: 2px;
}
.post p {text-align: left;}
h2.entry-title {line-height: 1em; 
font-size: 1.5em;
color: black;
font-family:Georgia, "Times New Roman", serif;}
h2.entry-title a {color: black;}
.entry-title.book a {font-style:italic;}
.above-title {padding-top: 20px;}
body.home .above-title {padding-top: 10px;}
.above-title h3 {
color: #339272;
font-size: 1.5em;
}
.published {border:none;}
abbr {cursor: ;}


			/*+++	SINGLE-POST PAGE	+++*/
body.single h1.entry-title 
{line-height: 1.25em;
margin-top: 6px;
margin-bottom:6px;}

.puzzlelink, .buttonoid {/*makes a link look like a button */
	text-align: center;
	border: 2px outset #339272; 
	margin: 5px auto;
	padding: 5px;
	font-size: 1.5em;
	width: 100px;
	}
.puzzlelink {		font-size: 1.5em;
font-family:"palatino Linotype", Georgia, "Times New Roman", Times, serif;
	width: 100px;
}
.oop {display: none;}
body.single .oop {display: block;
text-align: center; 
font-style:italic;margin-bottom: 0;
margin-top: 18px;
}
.abe {height: 60px;width: 120px;
border: 2px outset red;
}
.amazon {	border: 2px outset orange;
padding: 3px; 
font-family:Arial, Helvetica, sans-serif;
font-size:1em;font-weight:bold;}
.amazon a {color:black; }
.indiebound {	border: 2px outset #E51B24;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
background: white url(images/indiebound.gif)  no-repeat;
	width: 50px; height: 50px;
	font-style:italic;
	text-align:left;
	vertical-align:bottom;
}
.indiebound a {color: black;	display:block;
	width: 50px; height: 50px;}
.indiebound a:hover {color:#E51B24; }
.powells {
	height: 41px;
	width:126px;
	border: none;}
.diesel {	height: 52px;
	width:178px;
	border: none;}
.alibris {border: none;}

body.single .post ul {text-align:left;
margin-left: 50px;
}
ul .buttonoid {
	margin: 0 auto 0 50px;
}

				/* -------- recipes ------ */
.prep, .ingreds {text-align:left;
margin-left: 35px; }
.prep {margin-left:110px;}
ul.ingreds {list-style:none;
margin-bottom: 18px;}

	/* -------- whenever posts are 710 wide=default ------ */

.cover {float: left;
margin-bottom: 10px;
margin-left: 30px;
}
.category-puzzles .cover {margin-left: 100px;}


body.home .cover {float:none; width:auto;text-align:center; margin-left:0;}
.entry-title, .posttop {float: right; width: 60%;
}
body.home .entry-title, body.home .posttop {float:none;
width: 100%;
}
.entry-utility, .entry-content {clear:both;}
body.home .entry-utility, body.home .entry-content {clear:none;	
}
body.home .navigation:after {clear: none;}
.category-thought .entry-title {
float: none; 
text-align: center;
margin: 10px auto;
}
				/* -------- category page ------ */
.archive-meta {background: white;
padding: 10px 30px;
width: 650px;
}
