/* $Id: rocky_garland.css 32 2009-06-13 10:45:01Z mich $ */

/**
 * Rocky Garland, for Drupal 6.x
 * Michelle Baert, rocky.road, rocky-shore [dot] net
 *
 * @todo when ready, remove import statements and declare files in .info
 */


body, div {
font-family: sans-serif;
font-size: 10pt;
margin:0;
}

#header ul.primary-links li a, 
#header ul.primary-links li a:link, 
#header ul.primary-links li a:visited {
  color: #ffcb2b;
  font-weight:bold;
}

#header ul.primary-links li a:hover, 
#header ul.primary-links li a.active {
  color: #fbfcfe;
}

#footer p.site-name {
  margin:0;
  letter-spacing:.3em;
}

#tabs-wrapper {
}
#center-inner .tabs {
}

#sidebar-left a:visited, #sidebar-right a:visited {
color: #b87a00
}
#sidebar-left a:link, #sidebar-right a:link {
color: #00a682;
}

#sidebar-left h2, #sidebar-right h2 {
color:#4587B0;
font-weight:bold;
}

#center-inner h2, .preview .node h2 a  {
color:#880000;
font-weight:bold;
}

#wrapper {
color:#880000;
}

#center-inner {
color:#000;
}

blockquote {
  font-family: serif;
  font-style: italic;
  line-height: 2ex;
}
blockquote p {
  margin-bottom:1.2ex;
}

/* Content headings */
#content .content h2,
#content .content h3,
#content .content h4,
#content .content h5,
#content .content h6
 {
color: #a30000; /* #b87a00; */
font-weight: bold;
}
#content .content h2 {
    margin-top: 1ex;
    border-bottom: 1px dotted #a30000;
    font-size: 1.6em;
    text-align:center;
    font-variant: small-caps;
}
#content .content h3 {
    margin-top: .5ex;
    font-size: 1.4em;
    text-align:left;
}
#content .content h4 {
    font-size: 1.2em;
    text-decoration:underline;
}
#content .content h5 {
    font-size: 1.1em;
    font-style:italic;
}

#content .content h6:before {
    content: "H6 heading too deep, consider book outline.<br/>";
}
#content .content h6 {
    border: 1px solid;
    font-size:2em;
    color: red;
    padding: 10px;
}

