﻿
.header-branding
{
	background-image: url('Images/header-logo.png');
	background-repeat: no-repeat;
	background-position:center center;
	float: left;
	height: 220px;
	width: 100%;
}



#footer
{
	text-align:center;
	height:40px;
	width: 780px;
	padding: 10px 0px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;

	
}


#footer-left
{

	float: left;
  width:33.33333%;
  text-align:left;
	
}


#footer-center
{
	float: left;
	width:33.33333%;
	text-align:center;
	margin-top:48px;
	
}

#footer-right
{
	float: right;
 	width:33.33333%;
 	text-align:right;
	
	
}


#footer a
{
	font-size:10px;
	color:#666;
	text-decoration:underline;
}

#footer p
{
	font-size:10px;
	color:#666;

}


#footer-logo
{
	
	text-align:right;
	margin: 0px 20px 0px 0px;
}

.menu
{
/*	margin-left: 80px;		*/
	margin-bottom: 20px;
	text-align: center;
	}



.menu .buttons
{
	display: inline-block;
	margin: 20px 20px 0 20px;
	cursor: pointer;
	font-family: "minion pro",sans-serif;
	font-weight:600;
	font-size:21px;
	letter-spacing:1px;
	line-height:20px;
	color:#dcdcdc;
	background:#000000;
	text-align:center;
	vertical-align: middle;

		
	width:80px;height:80px;border-radius:50px;
	border:5px solid #8363d4;
	
	transition-duration: 0.5s;
	-webkit-transition: 0.5s ease-out; -moz-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; 
	
}

.menu .buttons:hover
{
	
	background:#8363d4;
	color:#ffffff;
	transition-duration: 0.5s;
	-webkit-transition: 0.5s ease-out; -moz-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; 
}

.menu .fact-sheet
{
	margin-top: 20px;
}

.menu .label
{
	margin-top:31px;
}

.menu .story
{
	margin-top:31px;
}

.menu .breeder
{
	margin-top:31px;
}

.menu .where-to-buy
{
	margin-top:20px;
}

.menu .promo
{
	margin-top:31px;
}

.showcase
{
	height: 520px;
	width: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;

		
}

.text
{
	clear:both;
	float: left;
	width: 400px;
	margin-left: 195px;
	text-align:justify;
	text-justify:auto;
}

.condition-icons
{
	display: inline-block;
	float: left;
/*	width: 340px;	Use this to limit width when inline horizontally*/
	padding: 50px 0px 0px 40px;
		
}

.contact
{
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 300px;
}

/*growing icons*/


.condition-icons > div
{
/*	display: inline-block; Use this to make icons display horizontally*/
	height: 25px;
	width: 130px;
	padding-left: 35px;
	margin-bottom:20px;
	padding-top: 3px;


}


#full-sun
{
	background-image: url('Images/full-sun-logo.png');
	background-repeat: no-repeat;
}

#part-shade
{
	background-image: url('Images/part-shade-logo.png');
	background-repeat: no-repeat;
}

#full-shade
{
	background-image: url('Images/full-shade-logo.png');
	background-repeat: no-repeat;
}

#dry
{
	background-image: url('Images/dry-logo.png');
	background-repeat: no-repeat;
}

#coastal
{
	background-image: url('Images/coastal-logo.png');
	background-repeat: no-repeat;
}

#height
{
	background-image: url('Images/height-logo.png');
	background-repeat: no-repeat;
}

#width
{
	background-image: url('Images/spread-logo.png');
	background-repeat: no-repeat;
}


#plant-collection-container
{

	margin-left:auto;
	margin-right: auto;
	display: block;

	
}

.plant-collection
{
	margin-left:150px;
			
}


.plant-collection .thumb
{
	width: 150px;
	float: left;
	margin-right: 10px;
	text-align:center;
		
}

.plant-collection .thumb .img:hover
{

opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */

transition-duration: 0.5s;
-webkit-transition: 0.5s ease-out; -moz-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; 
}

.plant-collection .thumb .img
{
	width: 150px;
	height: 115px;
	
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */

transition-duration: 0.5s;
-webkit-transition: 0.5s ease-out; -moz-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; 

}

.plant-collection .thumb .txt
{
	display:inline-block;
	color: #000;
	text-align:center;
	font-size:12px;

	
}


.plant-collection .thumb .txt-logo
{
	display: inline-block;
	position:relative;
	height: 15px;
	margin:auto;
	margin-top: 15px;
	margin-bottom: 40px;

}




.plant-collection .thumb .txt-logo .pbr-logo-sml
{
	display:inline-block;
	height: 15px;
	width: 15px;
	background-image: url(Images/PBR-logo-black-sml.png);
	background-repeat: no-repeat;
	background-position: center center;

}


