@import "main-pad.css";
@import "web-fonts.css";

/* general */
body {
	background: #f0f0d0;
}
a {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: darkblue;
}
a.anchor { 
	color: inherit;
	background: inherit;
	text-decoration: none;
}

/* main content */
#main {
	-moz-border-radius: 10px;
	margin-left: 1%;
	width: 76%;
	background: #f0f0e0;
	border: 1px black solid;
}
#main p, #main dl, #main ol, #main ul {
	color: darkblue;
}
#main pre { 
	color: black;
}

/* link box(es) */
#links {
	float: right;
	margin-right: 1%;
	width: 20%;
}
#links div.box {
	-moz-border-radius: 8px;
	position: relative;
	top: 0.7em;
	background: #ffc080;
	margin-bottom: 2em;
	border: 1px solid #d66c00;
}

#links h3 {
	position: relative;
	top: -0.7em;
	font-weight: bold;
	font-size: 100%;
	margin: 0.2em 1ex;
	text-align: left;
}
#links h3 span { 
	-moz-border-radius: 8px;
	border: 1px black solid;
	padding: 0 1ex;
	color: white;
	background: #d66c00;
}
#links a { 
	position: relative;
	top: -0.4em;
	text-decoration: none;
	display: block;
	margin: 0.2em 1ex;
	border: 1px solid #ffc080;
	padding: 0px;
	padding-left: 2ex;
	text-align: left;
}
#links a:hover {
	color: black;
	background: white;
	border: 1px solid #808080;
}

#footer { 
	border-top: 1px black solid;
	margin-top: 2em;
}
