@charset "UTF-8";
/* CSS Document */

	
.plant_list {
	background:#f5f8fa;
	color:#3f5a78;
	margin:10px 0 10px 20px;
	color:#06276f;
	font-size: large;
	font-weight:bold;
	font-style:italic;
}


.plant_list a:link {
	color: blue;
}

.plant_list a:visited {
	color: blue;
}

.plant_list a:hover {
	color: red;
}

h1 {
	
	margin:10px 0 0 12px;
	width:45%;
	color:#3f5a78;
}

h2 {
	float:left;
	color:#3f5a78;
	margin:10px 0 10px 20px;
	color:#06276f;
	font-size: x-large;
	font-weight:bold;
	font-style:italic;
}

h3 {	
	font-size: larger;
	font-weight:bold;
	font-style:italic;
	padding:6px 0px 10px 20px;
	margin-top:0px;
}

#sidebar {
	float:right;
	width: 15%;
	background:#f5f8fa;
	padding:6px;
}

#sidebar h3 {
	color:#3F5A78;
	text-align:left;
	padding: 36px 0px 0px 2px;
}

.entry {
	width: 84%;
	background:#f5f8fa;
	padding-bottom:10px;
}

.title_and_date {
	background:#1142aa;
	position: relative;
}

.date {
	float: right;
	color:#0e2742;
	margin:10px 50px 10px 0;
	font-size: large;
	font-weight:bold;
	font-style:italic;
}

.photo_and_text {
	background: White;
	margin:0 10px;
	clear:left;
}

.photo {
	width:220px;
	float:left;
	padding-left: 10px;
	padding-top:20PX;
	clear:left;
}

.entry_text {
	width: 400px;
	padding:16px 0px;
	color: black;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
	min-height: 160px;
}

.stayinbox {
	clear:left;
}

.top_image { 
margin:5% 5% 5% 5%;
position: relative;
float: left;
width:100px;
height:100px;
padding-bottom: 20px;
text-align: center;
font-size:80%;
}

.top_img {
	height:100px;
	width:100px;
}

.in_blog_img_float_left {
	float:left;
	margin-right:12px;
}

.in_blog_img_float_right {
	float:right;
	margin-left:12px;
	margin-right:10px;
}

 .caption {
	 font-size:.8em;
	 font-style:italic;
	 text-align:center;
}


/* styles for links to plants */

.plant_name {
	width:60%;
	color:#3F5A78;
	margin-left: 20px;
}

/* styles for My Garden Plants */

.plant_info {
	background: white;
	color: #3F5A78;
	margin: 5px;
	padding: 6px;
}

.plant_info img {
	float:left;
	margin-right: 12px;
}

.plant_name {
	background: #f5f8fa;
	color:#3F5A78;
}

.plant_log {
	background: white;
	color: #3F5A78;
	margin: 5px;
	padding: 6px;
}

.log_date {
	width:90%;
	position:relative;
	margin:auto;
	background:#f5f8fa;
	text-align:right;
}

.plant_log h3 {
	color:#3F5A78;
	margin: 10px;
	padding:12px;
}

.log_photo_and_text {
	background: white;
	margin:10px;
}

div.square_photo {
	height:100px;
	width:100px;
}

div.flowerbox {
	float:left;
	margin-left: 20px;
}

div.flower_name {
	width:100px;
	text-align: center;
	clear: both;
}

div.IDplant_image_text {
	float:left;
	clear:both;
	width: 95%;
	height:auto;
	margin-bottom:6px;


}

div.IDplant_photo_left {
	float:left;
	height:100px;
	width:100px;
}

div.IDplant_text_top {
	float:left;
	width:220px;
	margin-left: 20px;
}

