#content ol, #content ul {
	font-size: 0.8em;
}

#content .sections {
	float: right;
	width: 180px;
}
	#content .sections h3 {
		font-size: 1em;
		margin: 0 0 10px 0;
		background-color: #eee;
		color: #4C6339;
		padding: 5px;
	}
	
	#content .sections ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#content .sections ul li {
			
		}

			#content .sections ul li a {
				display: block;
				height: 100%;
				font-size: 1em;
				padding: 5px;
				color: #4C6339;
			}

				#content .sections ul li a:hover {
					color: #333;
					background-color: #eee;
				}
	

	/*#content #months {
		height: 150px;
	}

		
			Stock photos

			Spring: http://www.istockphoto.com/file_closeup/plant_life/specific_flowers/daisies/2835870_daisy_in_the_morning.php?id=2835870
			Summer: http://www.istockphoto.com/file_closeup/plant_life/specific_flowers/sunflowers/3118838_beautiful_sunflower_against_blue_sky.php?id=3118838
			Autumn: http://www.istockphoto.com/file_closeup/settings/seasons/autumn/2222568_pile_of_fun.php?id=2222568
			Winter: http://www.istockphoto.com/file_closeup/when/daytime/morning/3136113_frozen_liverleaf.php?id=3136113

		


		#content #months .spring { background-image: url("images/diary_spring.jpg"); }
		#content #months .summer { background-image: url("images/diary_summer.jpg"); }
		#content #months .autumn { background-image: url("images/diary_autumn.jpg"); }
		#content #months .winter { background-image: url("images/diary_winter.jpg"); }

		#content #months .box {
			width: 127px;
			margin-right: 10px;
			float: left;
			height: 126px;
			position: relative;
		}

		#content #months .last {
			margin-right: 0;
width: 129px;
		}

			
			#content #months h4 {
				margin: 5px 5px 0 5px;
				height: 30px;
				width: 126px;
				color: #fff;
				
				
				
				font-size: 120%;
			}


			#content #months h4 small {
				display: block;
				font-size: 50%;
			}

			#content #months select {
				margin-top: 100px;
				width: 100px;
				margin-left: 13px;				
			}

			#content #months ul {
				/*position: absolute;
				bottom: 0;
				list-style: none;
				margin: 0;
				padding: 0;
				width: 126px;
			}

				#content #months ul li {
					display: block;
				}

					#content #months ul li a {
						display: block;
						color: #fff;
						padding: 3px 5px;
						height: 100%;
					}
						
						#content #months ul li a:hover {
							
						}
	

#content ul.diary {
list-style-type: none;
margin: 0;
padding:0;
border-bottom: 1px solid #ccc;
height: 33px;
position:relative;
}

#content ul.diary li {
float: left;
margin: 0 10px 0 0;
}


#content ul.diary li a {
padding: 8px 15px;
text-align: center;
border: 1px solid #ccc;
border-bottom: none;
color:#fff;
font-weight:bold;
text-decoration: none;
width: 60px;
display:block;

}

#content ul.diary li.here a {

}

#content ul.diary li ul {
display: none;
}

#content ul.diary li.here ul {
display:block;
position: absolute;
top: 34px;
left: 0px;
list-style-type: none;
font-size: 1em;
border: 1px solid #ccc;
border-top: none;
padding: 0;
width:100%;
}

#content ul.diary li.here ul li {
position:relative;
}

#content ul.diary li.here ul li a {
border: none;
width: 60px;
margin:0;
display:block;
}

#content ul.diary li.here ul li ul {
display: none;
}

#content ul.diary li.here ul li:hover ul {
display:block;
position:absolute;
background-color:#ccc;
width: 180px;
}

#content ul.diary li.here ul li:hover ul li a {

width: 180px;
}

/*SEASONAL STYLES

#content ul.diary li a.spring {
background-color:#71C34C;
}

#content ul.diary li.here a.spring, #content ul.diary li.here ul.spring {
background-color:#2B7E06;
}

#content ul.diary li.here a.spring {
border-bottom: 1px solid #2B7E06;
}


#content ul.diary li a.summer{
background-color:#E76D6D;
}

#content ul.diary li.here a.summer, #content ul.diary li.here ul.summer {
background-color:#F30A0A;
}

#content ul.diary li.here a.summer {
border-bottom: 1px solid #F30A0A;
}



#content ul.diary li a.autumn{
background-color:#c93;
}

#content ul.diary li.here a.autumn, #content ul.diary li.here ul.autumn {
background-color:#cdc;
}

#content ul.diary li.here a.autumn{
border-bottom: 1px solid #cdc;
}



#content ul.diary li a.winter{
background-color:#8AA5F0;
}

#content ul.diary li.here a.winter, #content ul.diary li.here ul.winter {
background-color:#6285EA;
}

#content ul.diary li.here a.winter{
border-bottom: 1px solid #6285EA;
}*/




#content div.months, #content div.articles {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

#content div.articles {
	border-top: none;
	margin-bottom: 20px;
}

	#content div.months p, #content div.articles p {
		float: left;
		font-weight:bold;
		margin: 0 10px 0 0;
		color:#666;
		font-size: 1.2em;
font-style: italic;
		width: 170px;
font-family: Georgia;
	}
	
	#content div.months ul, #content div.articles ul {
		list-style-type: none;
		margin:5px 0 0 0;
		padding:0;
		float: right;
		width:350px;
	}
	
		#content div.months ul li, #content div.articles ul li {
			float: left;
			margin: 0 10px 2px 0;
			width: 80px;
		}
		
		#content div.articles ul li {
			width: 170px;
		}
		#content div.months ul li.here a, #content div.articles ul li.here a {
color:#000;

		}
		#content div.months ul li.here a, #content div.articles ul li.here a {
			text-decoration: underline;
		}



