@charset "UTF-8";
/* CSS Document */

html {
	width:100%
}

body {
	background: white;
	font-size: 12pt;
	border: none;
}

img {
	border: 0;
	margin: 10px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0;
	
}

#main-content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

#title {
	font-size: 30px;
	margin-bottom: 35px;
}

#title a {
	color: #000;
}

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.primary a:link:after, #main-content a:visited:after {
	content: ” (” attr(href) “) “;
	font-size: 90%;
}

#main-content a[href^="/"]:after {
	content: ” (http://mrjerz.org” attr(href) “) “;
} 

#search, #sidebar, #commentform {
	display: none;
}