body {
  color: black;
  background: url(bg.jpg) repeat;
}
a, a:link, a:active, a:visited,
h1, h2, h3, h4, h5, h6 {
  color: #722012;
}
a img, a:link img, a:active img, a:visited img, a:hover img {
  border: none;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active,
h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active,
h6 a, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
  color: #722012;
  border: none
}

#main .node .content a:visited {
  color: #722012;
}
blockquote {
  background: #ffe4b5;
  border-left: 1px solid #722012;
}

#wrapper {
  background: #d9c797;
  border: 2px solid #722012;
}

/*
*  Header
*/
#header {
  background: #541a0e;
  border: 1px solid #722012;
  border-bottom: none;
}
#header h1 a {
  color: #d9c797;
}
#header .slogan {
  color: #d9c797;
}
#header-additional,
#header-additional h2,
#header-additional h3,
#header-additional h4,
#header-additional h5,
#header-additional h6,
#header-additional a,
#header-additional a:visited {
  color: #d9c797;
}
#search input {
  color: #722012;
  background: #d9c797;
  border: 1px solid #541a0e;
}
#search input:focus {
  background: #eee;
}
#search input.form-submit {
  color: #d9c797;
  background: #2f0606;
  border-width: 1px;
  border-style: solid;
  border-top-color: #999;
  border-left-color: #999;
  border-right-color: #333;
  border-bottom-color: #333;
}
#search input.form-submit:focus {
  border-top-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #666;
  border-bottom-color: #666;
}

/*
*  Menus
*/
.primary_menu {
  border-top: 1px solid #ddd;
  background: #ffe4b5;
}
.primary_menu a,
.primary_menu a:link,
.primary_menu a:active,
.primary_menu a:visited {
  color: black;
  border-bottom: none;
}
.primary_menu  a:hover,
.primary_menu  a:focus {
  color: black;
  background: #D7D7D7;
}
.primary_menu  a.active:hover,
.primary_menu  a.active:focus {
  color: black;
}
#menu .secondary_menu {
  background: #ccc;
}
.secondary_menu a,
.secondary_menu a:link,
.secondary_menu a:active,
.secondary_menu a:visited {
  color: black;
  border-bottom: none;
}
.secondary_menu  a:hover,
.secondary_menu  a:focus {
  color: black;
  background: #e0e0e0;
}
.secondary_menu  a.active:hover,
.secondary_menu  a.active:focus {
  color: black;
}

/*
*  Sidebar
*/
.sidebar-left #main {
  border-left: 1px solid #722012;
}
.sidebar-right #main {
  border-right: 1px solid #722012;
}
.sidebars #main {
  border-left: 1px solid #722012;
  border-right: 1px solid #722012;
}
.sidebar {
  background: #722012;
}
#sidebar-right {
  border-left: 1px solid #722012;
}
#sidebar-left {
  border-right: 1px solid #722012;
}
/* Blocks */
.sidebar h2,
.sidebar a,
.sidebar a:link,
.sidebar a:active,
.sidebar a:visited {
  color: #d9c797;
  border-bottom: none;
}
.sidebar a:hover,
.sidebar a:focus {
  border-bottom: 1px solid #d9c797;
}
.sidebar .content {
  color: #ffe4b5;
}
/*
*  Footer
*/
#footer {
  color: #d9c797;
  border-top: 1px solid #722012;
  background: #541a0e;
}
#footer a {
  color: #ffe4b5;
}
/*
*  Content
*/
.content .firstletter:first-letter {
  font-size:320%;
  float:left;
  line-height:.8em;
  background-color:#722012;
  color:#d9c797;
  border:1px solid #722012;
  margin:5px;
  font-family: Times, serif;
}
.tengwar {
  font-family: "Tengwar Annatar", "Tengwar Elfica", "Tengwar Parmaite", Kontrapunkt;
  font-size: 16px;
}

.node .links, .node .taxonomy {
  color: #722012;
}
.node.teaser .calendar {
  background: #fff url(bg2.png) bottom repeat-x;
}
.messages, .node .meta, .comment, .node.teaser .calendar {
  color: #722012;
  border: 1px solid;
  border-top-color: #722012;
  border-left-color: #722012;
  border-bottom-color: #722012;
  border-right-color: #722012;
}
.messages, .node .meta, .comment {
  background: #d9c797;
}
.messages {
  color: #541a0e;
}
.node.teaser .meta {
  background: transparent;
  border: none;
}
.node.teaser .calendar .time {
  color: #722012;
}
.node.teaser .author {
  color: #722012;
}
.content.span .dropcap {
  float:left;
  color:#722012;
  font-size:100px;
  line-height:70px;
  padding-top:2px;
}
.book-navigation .menu {
  border: none;
}
.book-navigation .page-links {
  border: 1px solid #ccc;
}
.comment {
  color: #541a0e;
}
.comment .id, .comment .id a, .comment .id a:link, .comment .id a:active, .comment .id a:visited {
  color: #722012;
}
.comment .submitted, .comment .links {
  color: #722012;
}
.new {
  color: red;
}
.firstletter:first-letter {
font-size:400%;
float:left;
line-height:.8em;
color:#722012;

}