/*
Theme Name: chicken2
Theme URI: http://www.cthreepo.org/beeblog
Description: Butchered wordpress theme to make bees
Version: 0.1
Author: Keith Graham

*/

/* Keith's old beeblog stuff */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
    BACKGROUND-color: white;
	padding:0;
	margin:0;
}
a:hover {
	color:#0000AA;
}
a:visited {
	color:#0000AA;
}
.head1 {
	background-image: url(./img/banner3.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	height:100px; 
	min-height:50px;
	text-align: right;
	max-width:760px;
	min-width:380px;
	width:100%;
	
}
.title {
	color: #EBF6FA;
	font-style: italic;
	font-size: 36pt;
	
}

div.entry img { outline: 0; max-width: 100%; height: auto; }

