
body {
	margin: 0;
}

a:link, a.active:link {
	color: #054705;
}

a:visited, a.active:visited {
	color: #153b21;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

#header {
	background-color: #ece3be;
	color: black;
	border-bottom: 3px solid #dcd3ae;
}

#logo-title {
	padding: 1em;
}

#logo-title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#name-and-slogan {
	width: 0;
	height: 0;
	display: none;
}

.menu {
}

#primary, #secondary {
	display: none;
}

.sidebar {
	vertical-align: top;
	padding: 10px;
	width: 200px;

	background-color: #ece3be;
	color: black;
	border-color: #dcd3ae;

}

#sidebar-left {
	float:left;
	left: 0;
	top: 80px;
	margin-right: 2em;

	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-width: 3px;
	border-right-width: 3px;
}

#sidebar-right {
	float:right;
	right: 0;
	top: 80px;
	margin-left: 2em;


	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 3px;
	border-left-width: 3px;

}

#main {
	position: absolute;
	left: 210px;
	top: 140px;
	padding: 1em;
}

img.floatLeft, img.center {
	margin-bottom: 0.2em;
}

img.floatLeft {
	float: left;
	margin-right: 0.7em;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


p.author {
	text-align: center;
	text-transform: small-caps;
	font-weight: bold;
}

p.question {
	font-weight: bold;
}

p.personDescription {
	font-style: italic;
}

.dropcaps:first-letter {
	font-size: 3em;
	float: left;
}

#current-section {
	border-bottom: 2px solid #dcd3ae;
}

#current-section li {
	margin-left: 0.6em;
}

.menu a {
	padding: 1px;
}

.menu a:link, .menu a:visited {
	text-decoration: none;
}

.sidebar h2 {
	font-size: 12pt;
	font-weight: bolder;
}

.active-trail>a {
	background-color: #ccc39e;
	color: black;
}

.admin-list a:link, .admin-list a:visited {
	text-decoration: none;
}

.admin-list dt {
	font-weight: bolder;
}

/* comments */
.comment {
	padding: 0.5em;
	margin-top: 1em;

	border-style: solid;
	border-width: 2px;
	border-color: #dcd3ae;
	background-color: #eeece3;
	color: black;
}

.comment h3 {
	margin-top: 0;
	font-size: 12pt;
}

.comment .links {
	border-color: #ccc;
	border-style: solid;
	border-width: 2px;
}


table {
	border-top: 1px solid;
	border-left: 1px solid;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table tr {
	margin: 0;
	padding: 0;
}

table td, table th{
	margin: 0px;
	padding: 0.2em;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
