/* MAIN LAYOUT */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	font-size: 75%; 
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	text-align: center;
	min-width: 900px;
	padding: 0;
/* 	background-color: #42210b; */
	background-color: white;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	background-color: white;
	border-bottom: 1px solid #42210b;
	border-top: 1px solid #42210b;
	min-height: 300px;
}

#content_wrap {
	overflow: hidden;
	position: relative;
	padding: 25px 0;
	margin: 0px auto;
}

#post_wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	padding-top: 8px;
}


#page {
	width: 910px;
	margin: 0px auto;
	padding: 0;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
}

.widecolumn {
	line-height: 1.6em;
	padding: 10px 25px 20px 20px;
	margin: 5px 0 0 150px;
	width: 645px;
}

.narrowcolumn {
/* 	padding: 0 6px 0 0; */
	margin: 0px;
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0;
}


.content_wrap {
	position: relative;
	height: auto;
	overflow: hidden;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.post {
/* 	margin: 0 0 20px; */
	text-align: left;
/* 	padding-left: 45px; */
/* 	padding-right: 210px; */
	position: relative;
	height: auto;
	overflow: hidden;
}

#content .post .entry {
	position: relative;
	height: auto;
	overflow: hidden;
}

.post p {
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 1em 0;
}

.post .ngg-singlepic {
	padding: 0;
}
