@import url('screen.css');

body {background-image: url("../images/bg-dianthe.jpg"); background-color: black;}
#footer {background-image: url("../images/bg-dianthe-footer.jpg")}
#logo {
	background: url(../images/logo-dianthe.png) repeat scroll 0 0;
	height:61px;
	left:0px;
	position:absolute;
	top:38px;
	width:150px;
}

#text .highlight {
	background: #E0A3A3;
}

#tabs strong {
	background: #D98C8C;
}

#heading {
	background: #D53636 url("../images/dianthe-heading.png");
}

#heading h1 {color: white;}

#text h2, #text h3, #text h4 {
	color: #CB2D2E;
}

.gallery-menu a, .gallery-menu strong, #menu ul li a, #tabs a, .control-breadcrumbs a {
	color: #EDC4B8;
}

#text a {color:#CB2D2E}
#text a:visited {color:#992222}
#text a:hover {color: #A29486}

.paginator {
	background: #F8CDCD;
}

.paginator a, .paginator span {
	border-color: #EBA7A7;
}

.paginator span {
	color: #DFB3B3;
}

.paginator a:hover {
	background: #CB2D2E;
}

.control-photogallery a:hover img {
	border-color: #EBA7A7;
}

#text input.text, #text textarea {
	background: #FAD5CF;
	border: 1px solid #AAA;
	color: black;
}

.sidebar .news a {
	color: #E0A3A3;
}

.sidebar .news a:hover {
	color: #F8CDCD;
}