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

body * {
	font-family: "Georgia", serif !important;
	color: black !important;
}

#sidebar, #main-nav, #footer, #head-badge {
	display: none;
}

#head-text {
	height: auto;
	width: auto;
	position: static;
	padding: 0;
	font-size: 1.3em;
}

#container {
	width: auto;
	padding: 0;
	margin: 0;
}

#content {
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 10px;
}

#content h3 {
	font-size: 180%;
}

#content h4 {
	font-size: 160%;
}

#main h2, #main h3 {
	text-align: left;
}


a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.uwgb.edu/gurungr" attr(href) ") ";
   }

.post, .comment {
	border-bottom: 1px solid #ccc;
}

