body {
	background: #26211B url(style/images/wood2.jpg) left top fixed;
	color: #b1a78c;
	font: normal 100%/1.7	 Helvetica, Arial, sans-serif;
	font-weight: 300;
}
h1 {
	background: transparent url(style/images/logo_sm.png) left 10px no-repeat;
	float: none;
	height: 80px;
	width: 100%;
}
h1 a {
	width: 100%;
}
#masthead {
	display: none;
}
#container {
	max-width: none;
	min-width: 0;
	width: 320px;
}
#nav {
	display: block;
	clear: both;
	float: none;
	margin: 10px 0;
	width: 100%;
}
#nav li {
	float: left;
	text-align: center;
	width: 25%;
	font-size: small;
}
#special {
	margin: 10px 10px 0;
	padding: 5px;
}
#content {
	float: none;
	width: 320px;
}
#content .post p {
	margin-bottom: 1.7em;
	padding-left: 10px;
	text-shadow: 1px 1px 1px #000;
}
.post p img {
		max-width: 300px;
}
#content .event {
/*	width: 48.38%; /* 300 / 620 = .4838 */
	float: none;
	margin-bottom: .75em;
	padding-bottom: .75em;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.7);
}
#content .event p {
	margin: 0 10px 10px;
	padding: 0;
	text-shadow: 1px 1px 1px #000;
}
#sidebar {
	float: none;
	margin: 5px;
	padding: 5px;
	width: 310px;
}
#footer {
	font-size: small;
}



/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }