/*================================================================================================
General
================================================================================================*/
a {
  background-color: transparent;
  border-bottom: 1px dashed #5f7d20;
  color: #56a4c9;
  text-decoration: none;
}
abbr {
  border-style: none;
  font-style: normal;
  text-decoration: none;
}
acronym {
  border-style: none;
  font-style: normal;
  text-decoration: none;
}
address {
  display: inline;
  font-style: normal;
}
body {
  background-color: #201713;
  _behavior: url(csshover.htc);
  border-top: 7px solid #56a4c9;
  color: #efe9e4;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
  text-align: left !important;
}
dfn {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  color: #56a4c9;
  font-family: Verdana, sans-serif;
  font-weight: 200;
}
h1 {
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  border-bottom: 1px dashed #56a4c9;
  color: #efe9e4;
  font-size: 1.1em;
}
h5 {
}
h6 {
}
img {
  border-style: none;
}



/*================================================================================================
Pseudo-class selectors
================================================================================================*/

/* Addendum ------------------------*/
/*a.addendum:link {
  background-color: transparent;
  color: #0066cc;
}
a.addendum:visited {
  background-color: transparent;
  color: #cc0000;
}
a.addendum:hover {
  background-color: #003399;
  color: #ffffff;
}
a.addendum:active {
  background-color: #003399;
  color: #ffffff;
}*/

/* General anchors --------------------------*/
a:link {
}
a:visited {
  background-color: transparent;
  color: #acd2e6;
}
a:hover {
  background-color: #4d2f2b;
}
a:active {
  background-color: #4d2f2b;
  border-bottom: 1px dashed #5f7d20;
}

/* General -------------------------------*/
abbr:hover {
  cursor: help;
}
acronym:hover {
  cursor: help;
}


/*================================================================================================
Class selectors
================================================================================================*/

* html .IEpeekaboobug {                          /*  Thanks http://plone.org/documentation/how-to/internet-explorer-invisible-text  */
  height: 0.01%;
}
.addendum {
  background-color: transparent;
  color: #8d6d54;
}
.back_to_top {
}
div.image_box,
div.image_box_mod {                              /*  .image_box_mod created for the Google map where child <img>s can't be display: block (causes loss of transparency on image like the marker)  */
  background-color: #efe9e4;
  color: #4d2f2b;
  float: right;
  margin-left: 10px;
  padding: 5px 5px 10px 5px;
}
div.image_box a,
div.image_box_mod a {
  border: none;
  display: block;
}
div.image_box img {
  /*border: 1px solid #999999;*/
  display: block;                                /*  So there isn't a font-size-dependent space underneath the <img>  */
}
.print_only {
  display: none;
}
div.side {
  clear: right;
  float: right;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px;
  width: 225px;
}


/*================================================================================================
ID selectors
================================================================================================*/

div#content {
  margin: 10px 255px 10px 10px;
  /*min-width: 400px;*/
  padding: 5px;
  position: relative;                                /*  Makes links work the the current layout (that uses div#side_bar) for quirky reasons  */
  /*position: absolute !important;*/                 /*  Makes things floating within (like an .image_box) it work correctly because the div.side's are floated  */
  /*position: relative;*/                            /*  These two were used before div#side_bar was added to solve this problem at let #content always extend to fill width  */
}
div#content h2 {
  background-color: #4d2f2b;
  border-top: 2px solid #5f7d20;
  /*letter-spacing: 0.1em;*/
  margin-top: 0;
  padding: 0.1em 5px;
}
div#footer {
  font-size: 1em;
  overflow: visible !important;
  overflow: hidden;
}
div#header {
}
div#header h1 {
  background-color: #4d2f2b;
  border-top: 2px solid #5f7d20;
  font-size: 2em !important;                     /*  2em is a little larger than x-large, but smaller than xx-large  */
  font-size: 25px;
  /*letter-spacing: 0.1em;*/
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
div#header h1 span {
  letter-spacing: 0.05em !important;             /*  Makes the end of "England" line-up with the end of "Frame" when it's two lines, which is almost always  */
  letter-spacing: 1px;
}
div#nav {
  font-size: medium;
  margin-top: 0;
  padding-top: 0;
  text-transform: lowercase;
  white-space: nowrap;
}
div#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div#nav li {
  border-bottom: 1px dashed #efe9e4;
  margin-top: 0.4em;
}
div#nav li.current {
  border-bottom: 1px dashed #5f7d20;
  color: #56a4c9;
}
div#nav li:hover {
  border-bottom: 1px dashed #5f7d20;
}
div#nav li a {
  display: block;
}
div#nav li a:link, div#nav li a:visited, div#nav li a:hover, div#nav li a:active {
  border: none;
}
div#nav li a:link {
  background-color: transparent;
  color: #efe9e4;
}
div#nav li a:visited {
  background-color: transparent;
  color: #efe9e4;
}
div#nav li a:hover {
  background-color: #4d2f2b;
  color: #56a4c9;
}
div#nav li a:active {
  background-color: #4d2f2b;
  color: #56a4c9;
}
div#side_bar {
  position: fixed !important;
  position: absolute;
    right: 0;
    top: 17px;                                   /*  margin-top of #content plus with of border-top on <body>  */
}
div#skip {
  display: none;
}


