/* 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: 150px;
	height: 150px;
	margin: 2px;
	padding: 2px;
	border: 1px #efefef solid;
	clear: none;
	text-align: center;
}

/* 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;
}
