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

/* general */
body {
	background-color: #6680a5;
	background-image: url("/images/no-ones-laughing-1.jpg");
	background-position: 0 0;
	background-attachment: fixed;
}
a {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: darkblue;
}
a:hover { 
	color: black;
	background: #80cc80;
}
a.anchor { 
	color: inherit;
	background: inherit;
	text-decoration: none;
}

/* main content */
#main {
	margin-top: 10px;
	margin-left: 240px;
	border: 1px black solid;
	background-color: #d0d0d0;
	background-image: url("/images/no-ones-laughing-3.jpg");
	background-position: 0 0;
	background-attachment: fixed;
}

#main h2 {
	background-color: #c6a999;
	background-image: url("/images/no-ones-laughing-2.jpg");
	background-position: 0 0;
	background-attachment: fixed;
}

/* link box(es) */
#links {
	position: fixed;
	left: 10px;
	top: 10px;
	width: 220px;
}
#links div.box {
	position: relative;
	top: 8px;
	width: 218px;
	background: white;
	border: 1px #707070 solid;
	margin-bottom: 1em;
}

#links h3 {
	position: relative;
	top: -8px;
	background-image: url("/images/keramik-title-h3.png");
	background-repeat: no-repeat;
	height: 24px;
	margin: 0; padding: 0;
	text-align: left;
	font-size: 16px;
	color: white;
}
#links h3 span {
	background-color: #9b9b89;
	background-image: url("/images/keramik-title-span.png");
	background-repeat: repeat-x;
	display: block;
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: auto;
	height: 20px;
}
#links div.box:hover h3 {
	background-image: url("/images/keramik-title-h3-active.png");
}
#links div.box:hover h3 span {
	background-color: #a07c28;
	background-image: url("/images/keramik-title-span-active.png");
}

#links a {
	text-align: center;
	position: relative;
	top: -8px;
	background: #e0e0e0;
	display: block;
	padding: 1px 0;
	margin: 0 2px;
}
#links a:hover { 
	color: black;
	background: #80cc80;
}

/* footer */
#footer { 
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: 220px;
}
