/* 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;
}

.left {float: left; clear: left; padding-right: 15px; padding-bottom: 15px;}
.right {float: right; clear: right; padding-left: 15px; padding-bottom: 15px; text-align: right;}

.clear {clear:both; height: 5px;}

#post .p_right { width: 65%; float: right; padding-top: 15px;}

#post .p_left { width: 65%; float: left; padding-top: 15px;}

/* 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;
}
