/* @override http://www.sussol.net/css/langshott.css */

a {
	color: #111;
}

/* header */

#header {
	border-color: red;
	background: black url(../images/_header.jpg) no-repeat;
}

#header p,
#header a,
#header h1 {
	color: #fff;
}

#header h1 a {
	text-shadow: 2px 2px 4px #570;
}

#header ul li {
	background-image: url("../images/_tab.gif");
}

#header ul li.current_page_item a,
body.home #header ul li.home a {
	color: black;
}

#header ul li.page_item a {
	color: black;
}

/* side */

.side h3 {
	border-top: 3px solid red;
	border-bottom: 1px solid #690;
	background: black url(../images/_h3.jpg) no-repeat;
	color: #fff;
}

.side ul {
	color: #000;
}

/* commentform */

#content form#commentform div.header {
	border-top: 2px solid #360;
	border-bottom: 1px solid #690;
	background: inherit url(../images_commentform.jpg) no-repeat;
}
#content form#commentform div.header p {
	color: #fff;
}
