body {
  color: black;
  background: white url(linen-tile.jpg) repeat;
}
a, a:link, a:active, a:visited,
h1, h2, h3, h4, h5, h6 {
  color: #601000;
}
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: #601000;
  border: none
}
#main .node .content a:visited {
  color: #601000;
}
blockquote {
  border-left: 1em solid #eee;
}

#wrapper {
  background: #ebe9cb url(linen-tile.jpg) repeat;
}

/*
*  Header
*/
#header {
  background: #ebe9cb url(linen-tile.jpg);
  border: none;
}
#header h1 a {
  color: black;
}
#header .slogan {
  color: black;
} 
#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: black;
}
#search input {
  color: black;
  background: #ebe9cb;
  border: 1px solid #601000;
}
#search input:focus {
  background: #white;
}
#search input.form-submit {
  color: #ebe9cb;  
  background: #601000;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
#search input.form-submit:focus {
  border-color: #601000;
}

/*
*  Menus
*/
.primary_menu {
  border-top: 3px solid black;
  border-bottom: none;
  border-left: none;
  border-right: none;
  color: #ebe9cb;
  background: black;
}
.primary_menu a,
.primary_menu a:link,
.primary_menu a:active,
.primary_menu a:visited {
  color: #ebe9cb;
}
.primary_menu  a:hover,
.primary_menu  a:focus {
  color: #ebe9cb;
  background: #601000;
}
.primary_menu  a.active:hover,
.primary_menu  a.active:focus {
  color: #ebe9cb;
  background: #601000;
}
#menu .secondary_menu {
  background: black;
}
.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;
  border: none;
}

/*
*  Sidebar
*/
.sidebar-left #main {
  border-left: 1px solid #601000;
}
.sidebar-right #main {
  border-right: 1px solid #601000;
}
.sidebars #main {
  border-left: 1px solid #601000;
  border-right: 1px solid #601000;
}
#sidebar-right {
  border-left: 1px solid #601000;
}
#sidebar-left {
  border-right: 1px solid #601000;
}
/* Blocks */
.sidebar a,
.sidebar a:link,
.sidebar a:active,
.sidebar a:visited {
  color: #601000;
  border-bottom: none;
}
.sidebar a:hover,
.sidebar a:focus {
  border-bottom: 1px solid #999;
}

/*
*  Footer
*/
#footer {
  color: black;
  border-top: 1px solid black;
}

/*
*  Content
*/
.node .links, .node .taxonomy, .node .meta {
  color: black;
}
.node.teaser .calendar {
  visibility: hidden;
}
.messages, .comment, .node.teaser .calendar {
  color: black;  
  border: 1px solid;
  border-top-color: #f3f3f3;
  border-left-color: #f3f3f3;
  border-bottom-color: #ddd;
  border-right-color: #eee;
}
/*.messages, .comment {
  background: #f3f3f3;
} */
.messages {
  color: black;
}
.node.teaser .meta {
  background: transparent;
  border: none;
}
.node.teaser .calendar .time {
  color: black;
}
.node.teaser .author {
  visibility: hidden;
  color: #999;
}
.book-navigation .menu {
  border: none;
}
.book-navigation .page-links {
  border: 1px solid black;
}
.comment {
  color: #000;
}
.comment .id, .comment .id a, .comment .id a:link, .comment .id a:active, .comment .id a:visited {
  color: #601000;
}
.comment .submitted, .comment .links {
  color: #000;
}
.comment .title a {
  color: black;
}
.new {
  color: red;
}

/*
 * Style lines to deal with disagreeable module defaults
 */

.event-nodeapi div label { color: #601000; }
