/* Blackbird Styles */

body{
	background-color: #364652;
	margin:0;
	font-family: "Trebuchet MS", Georgia, serif;
	font-size: 22px;
	border: 4px #071108;
	color: #C7DBE6;

}

#wrapper{
	width: 600px; 
	margin:20px auto 10px auto;
	padding: 5px;
}
.stanza{
	font-family: helvetica, ariel, sans-serif;
	text-align: left;
	color: #C7DBE6;
	padding: 50px;
	width: 600px;
}

.stanza:nth-child(even){
	background-color: #B5BEC6;
	color: #364652;
	background-image: url("./img/blackbird2.png");
	background-repeat: no-repeat;
	background-position: right;
}
.stanza:nth-child(odd){
	background-color: #364652;
	color: #C7DBE6;
}
#bio{
	background-color:#B5BEC6;
	color: #364652;
	width: 600px;
	float: left;
}
h2{
	padding: 40px;
}
h3{
	text-align: center;
}
h4{
	padding: 40px;
}
p{
	padding: 40px;
	line-height: 1.2em;
}
p:first-of-type:first-letter {
	font-size: 30px;
	text-align: justify;

}
a:link, a:visited{
	color: #307473;
	text-decoration: none;
}
a:hover{
color : #BFB1C1;
}
