/* Simple CSS for Wolf CMS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

img { max-width: 700px }


/* BACKGROUND AROUND THE CONTENT ;P~ */
/* and the color of the content text too */

body {
  background: #000000;
  color: #4A4A4A;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* links  */

a, a:visited {
  color: #000FCC;
  text-decoration: underline;
}
a:hover { color: #0F7506; }

/* headings */

h1 { margin-bottom: 15px; line-height: 120% }
h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
h5 {font-size:0.8em}

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */
/* CONTENT BACKGROUND */
#page {
  background: #CCCCCC;
  border-left: 1px solid #483E37;
  border-right: 1px solid #483E37;
  border-bottom: 1px solid #483E37;
  margin: 0 auto;
  text-align: left;
  width: 760px;
}
/* HEADER BACKGROUND */
#header {
  background: #1B3030;
  background-image:url('/cms/public/img/hback5.png');
  border-bottom: 3px solid #000000; /* #A28C6A;  #75A838; */
  height: 118px;
  position: relative;
}
#nav {
  bottom: 0;
  font-size: 1.1em;
  position: absolute;
  right: 25px;
}
#breadcrumb {
  background: #251D12; // back
  border-bottom: 2px solid #000000;
  color: #8D8F51;
  font-size: 1.2em;
  height: auto; //24px;
  position: relative;
}
#info {
  background: #76AAC9;
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4;
  font-size: 1.2em;
  line-height: 2.0em;
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 30px 20px 30px 30px;
  width: 700px;
}
#sidebar {
  color: #6B6B6B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px 20px 20px;
  width: 206px;
}
/* BOTTOM OF THE PAGE below the content */
#footer {
  border-top: 1px solid #F0F0F0;
  clear: both;
  color: #7D7D7D;
  font-size: 1.1em;
  height: 70px;
}

/* header */

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
/* HEADER TEXT COLOR */
#header h1 a {
  color: #A1FFD3;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #FEFEFE;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
/* BUTTON COLOR xxxxxxxxxxxxx xxxxxxxxxxxxxxxxxx */
#nav li a {
  background: #004239;
  color: #FFEC6E;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background: #007363; }

/* breadcrumb */

#breadcrumb a {
  color: #464EAB;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */
/* HEADER 2 ... PAGE NAME TEXT */
#content h2 {
  color: #4A2600;
  background-color: #dfe3e4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0.25 0.25 0.25em 0.25; /* padding: 0 0 17px 0; */
  margin: 0 0 10px 0;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
  border-bottom: 2px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0em; /* 10px; */
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 1em 0; /* margin: 0 0 20px 0; */
}
#content ol {
/* this is for the lists with numbers prepended to them.. */
  line-height: 1.8em;
  margin: 0 1em 0em 2.5em; /* margin: 0 30px 20px 50px; */
}
#content ul {
/* this is for the lists with little boxes prepended to them... */
  line-height: 1.8em;
  margin: 0 1em 1em 2.5em; /* margin: 0 30px 20px 30px; */
}
#content ul li {
  line-height: 1.5em; /* here tweak this for all lists, was 1.8em */
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}
/*
 #sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }
*/

/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  /* background: url(quote.gif) no-repeat 10px 0; */
  color: #76A83A;
  border-left: 2px solid #76A83A;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
  margin-top: 6px;
}
/* captcha image placement */
#comment-captcha {
  vertical-align:middle;
}

p.bleh {background-color: #E3E3E3;color: #333; padding: 0.5em 2em; border-radius: 7px; box-shadow: 2px 2px 1px #aaa; }

p.notz { font-size: 80%; }

p.warning { background-color: #F2E9CB; border: 1px solid darkred;color: #DB0000; padding: 0.5em 2em;border-radius: 7px;box-shadow: 2px 2px 1px #aaa; }

p.seqstop { background-color: #4A3F39; color: #FF751F;padding: 0.5em 2em;border-radius: 7px;box-shadow: 2px 2px 1px #aaa; }
p.seqstop:before {content: "!";color: #FF751F;line-height: 0.5em;display: inline-block;margin-right: 1em;font-size: 2em;}

p.seqplay { background-color: #4A3F39; color: #1F8BFF;padding: 0.5em 2em;border-radius: 7px;box-shadow: 2px 2px 1px #aaa; }
p.seqplay:before {content: ">";color: #1F8BFF;line-height: 0.5em;display: inline-block;margin-right: 1em;font-size: 2em;}

table.difftable td, table.difftable th {
border-color: gray;
border-style: solid;
border-width: 0 1px 0;
padding: 0.5em;
}