/* 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 10px 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; display: inline;
	width: 150px;
	height: 250px;
	margin: 5px;
	padding: 2px;
	border: 1px #efefef solid;
	clear: none;
	text-align: center;
	overflow: hidden;
}



/* The post container */
.post_post {
	padding-bottom: 15px;
	background: transparent url('../images/backgrounds/border_h.png') bottom repeat-x;


}

/* The date area of the blog list */
.post_date {
	font-size: 80%;
	color: #666666;
}

#content_page { 
	padding: 0 30px 40px 30px;
	background: url('../images/backgrounds/paper_body.gif') center repeat-y;
	overflow: hidden; position: relative; width: 520px;
	min-height: 300px;
}

#content_page img {max-width: 500px;}

#content_page p { margin: 15px 0;}

#paper_footer { position: relative; margin-top: -40px; z-index: 1;}

#content_page h1 {font-size: 150%; padding-bottom: 15px; background: transparent url('../images/backgrounds/border_h.png') bottom repeat-x; clear: both;}

#content_page strong {color:#4D632D;}

.submenu_head {display: none;}

li.submenu { margin:0 0 20px 0; padding: 0 5px; float:right; border-left: 1px solid; }

li.submenu_sub {display: none;}


li.selected a { color: #584109;}

#content_page .section_navigation ul { clear: both; margin-left: 0; }

.section_navigation ul li:last-child {border: none;}