/*
Theme Name: beeblog2
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(/bees/images/banner3.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	height:124px; 
	min-height:62px;
	text-align: right;
	max-width:754px;
	min-width:377px;
	width:100%;
	
}
.title {
	color: #EBF6FA;
	font-style: italic;
	font-size: 36pt;
	
}



