﻿flowers {
	background-color: #f6f6f6;
	margin: 2em 10em 0 10em;
	border-left: 3px solid #d8dace;
	padding: .8em;
	font-family: "Century Gothic", Geneva, sans-serif;
	font-size: 1.0em;
	min-width: 400px;
	max-width: 625px;
	padding-top: 20px;
	text-align:center;
}
flowers:before { content: "Flowers"; font-size:1.2em;  }

flower {
	display: block;
	margin-top: 1.2em;
	padding-bottom: .5em;
	border-bottom: 1px solid #900;    
	font-size: .80em;
}

names {
    display:block;
    width: 400px;
    text-align:left;
    float:left;
    margin-bottom: 20px;
}

family, genus, species, common_name {
    display:block;
    margin:0;
    font-weight: normal;
    margin-bottom:.5em;
}
family:before { content:"Family: "; font-weight: bold; }
genus:before { content:"Genus: "; font-weight: bold; }
species:before { content:"Species: "; font-weight: bold; }
common_name:before { content:"Common Name: "; font-weight: bold; }

photo {
    display:block;
    width: 200px;
    float:right;
}

img {
    border:black thin solid;
}

description {
    display:block;
    text-align: left;
    margin-top: 1.2em;
    width:400px;
}

location, type, flower_color, leaves, notes, drought_tolerant  {
    display:block;
    margin-bottom:.5em;
}
location:before { content:"Habitat: "; font-weight: bold; }
type:before { content:"Type: "; font-weight: bold; }
flower_color:before { content:"Flower: "; font-weight: bold; }
leaves:before { content:"Leaves: "; font-weight: bold; }
notes:before { content:"Notes: "; font-weight: bold; }
drought_tolerant:before { content:"Drought Tolerant: "; font-weight: bold; }

reference {
    display: block;
    width: 150px;
    padding-bottom:3px;
    background-color: #99f;
}


