/* basic elements */
body { 
	width: 100%; height: 100%;
	background-color:   Blue;
	text-align: center; /* corrects for some isssue */
	/*font-size: 12pt;*/
	font-size: 12em;
	font: normal 1em/1.25 times, serif; /* font height, line height, font family */
	color: #ffffff;
	background-image: url(../images/hay.jpg);
}

a:link { 
	color: #1e90ff;
}

a:visited { 
	color: #800000;
}

a:hover, a:active { 
	color: blue;
}

li {
	list-style-type: none;
}		

input {

	/*float: right;*/
	/*margin-top: -25px;*/
	margin-left: 10px;
}

/*for About CFM*/
img.florencepic {
	float: right;
	margin-top: -60px;
	padding: 20px;
}

/*for In The Coop cfm*/
dl {
  overflow: hidden;
}
dt {
  float: left;
}
dd {
  float: left;
}
label {
  display: block;
}


th {
  color: #edc;
  background-color: #455;
}
tr td {
  color: #223;
  background-color: #eb6;
}
tr.odd td {
  color: #223;
  background-color: #ec8;
}
tr.highlight td {
  color: #223;
  background-color: #cba;
}

/* DIV "Selectors" */
#main {
	width: 800px;
	background-color: #000000;
	margin: auto; /* non specific automatic margin */
	border: 2px solid #3f0080;
	text-align: left; /* corrects for some isssue */
}

	#header {
		height: 206px;
		background: url(../images/chixlogo.jpg) center top no-repeat;
		border: 1px solid #ff0000;
		padding: 10px;
	}

	#header h1, #header h3 {
		display: none !important;
	}
		
	#leftnav {
		float: left;
		width: 200px;	
		border: 1px solid #0000ff;
	}

	#leftnav li a {
		border-bottom: 1px solid #0000ff;
		display: block;
		text-align: right;
		font-size: 115%;
		text-decoration: none;
	}
	
	#leftnav li a:hover {
		color: #ff9900;
		font-size: 135%;
	}

	#leftnav li.active {
		font-size: 150%;
		border: 3px solid #ff0000; 
		text-align: center;
	}
	
	#content {
		width: 500px;
		margin-left: 210px; /* commenting out this margin makes it wrap unhappy */
		border: 1px solid #48368b;
		padding: 10px;
	}

		/*home*/
		#contentfeatured {
			width: 200px;
			border: 1px solid #ff4500;
			padding: 10px;
		}		
	
		/*gallery (breeds)*/
		#gallerynav {
			margin-bottom: 80px;
			padding-bottom: 30px;
		}
		
		#galleryimages {
			margin-left: 300px;
			margin-top: -350px;
		}

		/*stories*/
		#storyfeatured {
			padding: 15px;
			border: 1px solid #ff0000;
		}

		#storynav {
			padding: 15px;
		}

		#storynav h3 {
			color: #0000ff;
		}
				
	#footer {
		border: 1px solid #008000;
		padding: 10px;
		text-align: center; /* corrects for some isssue */
	}

