/*==============Google font============*/
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);

body{
	font-family: 'Libre Baskerville', serif;
	font-size: .8em;
	padding: 0% 0% 20px 0%;
	width: 900px;
	margin: 10px auto;
	}
/*==============Web safe fonts============*/
/* Check out this site for more web safe font families http://www.w3schools.com/cssref/css_websafe_fonts.asp */
h1, h2, h3, h4, h5, h6{
	font-family: "Arial Black", Gadget, sans-serif;}
/*==============Header============*/
header h1{
	text-transform: capitalize;
	font-size: 150%;
	color: #8B6E35;
	letter-spacing:0.5em;}
/*==============Main Navigation============*/

nav ul {
	background-color:#F2CB0F;
	width: 20px;
	height: 200px;
	padding-top: 45px;
	border-width: 2px;
	border-style: solid;
	border-color: #8B6E35; }
nav li{
/*Use rgba color*/
	background-color:rgb(133, 116, 47);
	width: 220px;
	padding: 6px;
	padding-left: 8px;
	margin-bottom: 8px;
	margin-left: -7px;
	list-style: none;
	box-shadow: 2px 2px 2px #000000;}
/*==============LINK STYLE============*/
header a:link {
	color: #FCF5AE;
	text-decoration:none;}
header a:visited {
	color: #FCF5AE;}
header a:hover {
	color: #F2CB0F;}
header a:active {
	color: #FFFFFF;}
/*==============MAIN STYLE============*/
/*use the image to make the appropriate changes to these elements*/
h2{ font-size: 14px;
	font-style: italic;
}
section h2{ 
	font-size: 20px;
	font-style: normal;
	color:#8B6E35;
	background-color: white;
	border:1px solid #8B6E35;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	display: inline-block;
	padding:10px;
	margin-bottom: -10px;
}
footer{ text-align: center;
	background-color: #8B6E35;
	padding: 15px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
} 
footer p{
	color: #FCF5AE;}
footer li{
	display: inline;
	padding: 0px 15px 0px 0px;
	text-decoration: underline;
	-moz-text-decoration-color: #FCF5AE;
}
footer a{
	text-decoration: underline;
}

#main{
	background-color:#F2CB0F;
	border: 2px solid #8B6E35;
	padding: 30px;
} 
#bees{
	padding:30px;
	border: 1px solid #8B6E35;
	background-color: #F9FEBE;
	margin-bottom: 30px;
}
#blossoms{
	padding:30px;
	border: 1px solid #8B6E35;
	background-color: #F9FEBE;
	height: 500px;
	overflow: scroll;
}
/*=========footer links======*/
footer a:link {
	color: #FCF5AE;
	text-decoration:none;
}
footer a:visited {
	color: #FCF5AE;
}
footer a:hover {
	color: #F2CB0F;
}
footer a:active {
	color: #FFFFFF;
}