html {
	width: 320px;
}

#container {
	width: 300px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 0px;
	border-left: 0px;
	padding: 10px;
	clear: both;
}

#sidebar {
	width: 300px;
	float: none;
	margin-bottom: 15px;
	display: block;
	position: relative;
}

#page-content {
	text-align: justify;
	width: 300px;
	margin: 0;
	float: none;
	display: block;
	position: relative;
}

#posts, #footer {
	width: 300px;
}

#copyright {
	width: 300px;
	font-size: 0.9em;
}

#elsewhere {
	width: 288px;
	list-style: none;
	font-size: 1.0em;
	border-top: 1px solid #a7a7a7;
	margin-top: 15px;
	padding: 10px 0 10px 7px;
}

#elsewhere li {
	display: inline-table;
	width: 37px;
}

li.post {
	width: 300px;
}

img,
embed,
object {
	max-width: 300px;
	height: auto;
}

h1.site-title a {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-weight: bold;
	background: url(/images/ninja.png) left center no-repeat;
	display: block;
	height: 45px;
	padding-left: 80px;
	padding-top: 15px;
	color: #1b1b1b;
	font-size: 0.9em;	
}

h2.sub-title {
	display: none;
}

#copyright {
	text-align: center;
}

.hidden {
	display: none;
}
