/* THis should be the same size as you small image in admin */

.photo_box {
	width: 200px;
	margin: 4px;
	padding: 4px;
	border: 1px #efefef solid;
	
}

.desc {
	font-size: 90%;
	width: auto;
}

/* Blog List Styles */



/* The main post container where all posts are contained */

#post_list {
	width: 100%;
}

/* The container that the entire post is in */
.post {
	width: 100%;
	height: auto;
	padding: 15px 0 20px 0;
	clear:both;
	text-align: justify;
}


/* The photo container */
.post_photo {
	float: left;
	width: auto;
	height: auto;
	margin: 2px;
	padding: 2px;
	border: 1px #efefef solid;
	clear: none;
	text-align: center;
}

.gallery_photo {
	float: left;
	width: 114px;
	height: 140px;
	margin: 2px;
	padding: 2px;
	border: 1px #efefef solid;
	clear: none;
	text-align: center;
	overflow: hidden;
}

	.gallery_photo img {
		width: 110px;
		margin: 0 0 4px 0;
	}

/* The post container */
.post_post {
	float: left;

}

/* The date area of the blog list */
.post_date {
	font-size: 80%;
	color: #666666;
}

#content_page {
	text-align: justify;
	padding: 10px;
}

#calendar_list {
	line-height: 1.5em;
}

.calendar {
	border-bottom: 1px #efefef dashed;
}
}
}