body {
	position: relative;
	padding-top: 46px;
/*	padding-bottom: 10px;   */
}

#content {
	min-height: 300px;
}

.mutedMore {
	color: #D6E2E9;
	text-transform:uppercase;
}

footer {
	margin-top: 4px;
	padding-top: 4px;
}

pre {
	background-color: #D6E2E9;
	border-color: #8899AA;
}

div.pagination {
	text-align:center;
}

/* force unbreaking text (eg. long URL text) to wrap instead of running in a single line */
.break-word {
		word-wrap: break-word;
}

/* responsive display image ... */
img {
	max-width: 100%;
	height: auto;
}
/* ... and a hack for ie 8 */
@media \0screen {
  img { 
  	width: auto;
  }
}
img.feature {
	max-width: 97.5%;
	margin: 5px;
	border-width: 1px solid #012437;
	height: auto;
}
/* ... special CSS for editor */
.mceContentBody {
	130%;
}