body {
  font-family: Verdana, Arial, Trebuchet MS, Lucida Grande, Tahoma, sans-serif;
  font-size: 10pt;
  line-height: 150%;
  background: #808080;
  color : black;
  text-align: left;
  margin: 0px;
  height: 100%;
  padding-left: auto;
  padding-right: auto;
}


/*IE6*/ 
* html div#sidebar div#content { 
  height:100%; 
} 

#wrapper {
  height: 100%;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background: white;
}

#header {
  background: #e0e0e0 url( '/web/20180831065701im_/http://jwall.org/images/wall_background.png' ) repeat-x top left;
  color: black;
  font-weight: normal;
  height: 100px;
  text-align: left;
  margin: 0px;
  position: relative;
  padding-right: 10px;
}
#body {
  background: white;
//  border-left: solid 1px #d0d0d0; 
//  border-right: solid 1px #d0d0d0; 
}
#content {
  background: white;
  padding-right: 20px;
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 20px;
  height: auto;
}
#sidebar {
  margin:auto; /* dann brauchst du die tabelle nicht mehr */ 
//  background-color: #f8f8f8;
  background-color: white;
  float: left;
  width: 240px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-size: 12px;
  border-right: solid 1px #d0d0d0; 
  //background: white url('/web/20180831065701im_/http://jwall.org/images/sidebar_bg.png') repeat-y top right;
}
#footer {
  background: gray url('/web/20180831065701im_/http://jwall.org/images/footer.jpg') repeat-x bottom left;
  clear: both;
  text-align: center;
  font-size: 11px;
  padding: 8px;
  color: gray;
  float: right;
  margin: 0px;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: solid #e0e0e0 1px;
  text-align: right;
  font-size: 8pt;
  clear: both;
  color: #404040;
  border-top:solid gray 1px; 
  background-image: url('/web/20180831065701im_/http://jwall.org/images/wall_toolbar_bg.png');
  width: 1008px;
}
#footer a {
  color: #404040;
}
#footer a:hover {
  color: #808080;
}
.sidebarItem {
//  background: white;
  margin-top: 0px;
  margin-bottom: 16px;
}
.sidebarItemTitle {
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  //background: white url('/web/20180831065701im_/http://jwall.org/images/wall_title_bg.png') repeat-x left top;
  background-color: #efefef;
  color: #233c51;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 2px;
  height: 20px;
  border-top: solid 1px #d0d0d0;
  border-bottom: solid 1px #e0e0e0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 8px;
}
.sidebarItemTitle span a {
  color: white;
}
.sidebarItemBody {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  padding-right: 8px;
}
.sidebarItem ul {
  margin: 0px;
  margin-left: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.sidebarItem li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 8px;
  list-style-type: none;
}

a:link {
  color: #404040;
//  color: #507110;
}
a:visited {
  color: #404040;
//  color: #507110;
}

#blogName {
  font-size: 44px;
  color: white;
  padding-top: 8px;
  position: absolute;
  top: 90px;
  left: 20px;
  font-weight: normal;
}
#blogDescription {
  font-size: 16px;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  left: 24px;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  color : #233c51;
  //background: transparent url('/web/20180831065701im_/http://jwall.org/images/bullet.jpg') no-repeat center left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 0px;
  margin: 0px;
  border-bottom: #f0f0f0 solid 1px;
}
h1 a:link, h1 a:visited {
  color : #233c51;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px;
  padding-top: 2px;
  color : #b0b0b0;
  margin: 0px;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 8px;
  color : #233c51;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 10px;
}
h4 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 0px;
  color : #233c51;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.contentItem {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  background: white;
  min-height: 100%;
}
.contentItemBody {
  line-height: 1.6;
  font-size: 10pt;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 00px;
  text-align: justify;
}
.contentItemLinks {
  float: right;
  text-align: right;
  font-size: 11px;
  color: gray;
}
.contentItemLinks form {
  padding: 0px;
  margin: 0px;
}
.contentItemLinks a {
  color: gray;
}
.even {
  background: #F4F4F4;
}
.odd {
  background: white;
}
.small {
  font-size: 11px;
}
.response {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 4px;
}
.response h1 {
  font-size: 12px;
  font-weight: normal;
  background: transparent;
  padding-left: 0px;
}
.responseBody {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.metadata, .metadata a {
  font-size: 11px;
  color: gray;
  line-height: 1.5em;
}
.approved {
}
.pending {
  background: transparent url('/web/20180831065701im_/http://jwall.org/images/pending.gif') no-repeat top left;
  border: solid orange 1px;
}
.rejected {
  background: transparent url('/web/20180831065701im_/http://jwall.org/images/rejected.gif') no-repeat top left;
  border: solid red 1px;
}
.published {
}
.unpublished {
  background: white url('/web/20180831065701im_/http://jwall.org/css/images/draft.gif') no-repeat top left;
}
blockquote {
  background: white url('/web/20180831065701im_/http://jwall.org/css/images/blockquote.png') no-repeat top left;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  color: gray;
  margin-left: 24px;
  margin-right: 24px;
}
.tags, .categories {
  border: solid #F0F0F0 1px;
  margin: 16px;
  padding: 4px;
  background: #F8F8F8;
  font-weight: normal;
  font-size: 11px;
}
.tags a, .categories a {
  color : gray;
  font-weight: normal;
}
.tagCloud {
  font-size: 14pt;
  line-height: 1.0em;
  text-align: center;
}
.sidebarTagCloud {
  font-size: 14pt;
  line-height: 0.7em;
  text-align: center;
}
.tagCloud1 {
  font-size: 0.4em;
}
.tagCloud2 {
  font-size: 0.5em;
  font-weight: bold;
}
.tagCloud3 {
  font-size: 0.55em;
  font-weight: bold;
}
.tagCloud4 {
  font-size: 0.6em;
  font-weight: bold;
}
.tagCloud5 {
  font-size: 0.65em;
  font-weight: bold;
}
.tagCloud6 {
  font-size: 0.7em;
  font-weight: bold;
}
.tagCloud7 {
  font-size: 0.75em;
  font-weight: bold;
}
.tagCloud8 {
  font-size: 0.8em;
  font-weight: bold;
}
.tagCloud9 {
  font-size: 0.9em;
  font-weight: bold;
}
.tagCloud10 {
  font-size: 1.1em;
  font-weight: bold;
}
.tagCloud ul, .sidebarTagCloud ul {
  padding: 8px;
  margin: 0px;
}
.tagCloud li, .sidebarTagCloud li {
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.tagCloud a, .sidebarTagCloud a {
  text-decoration: none;
}
.tagCloud a:hover, .sidebarTagCloud a:hover {
  color: white;
  background: #6e7d8e;
}

.calendar {
  font-size: 8pt;
  padding: 10px;
  padding: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.calendarDayHeader {
  font-weight: bold;
  padding: 0px;
  text-align: right;
}
.calendarDay {
  text-align: right;
  padding: 0px;
}
.calendarDayWithEntries {
  background: #C0C0C0;
  text-align: right;
  padding: 0px;
}
.calendarDayWithEntries a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.calendarDayWithEntries:hover {
  color: white;
  background: #6e7d8e;
}
.calendarToday {
//  background : #6e7d8e;
  background : #233c51;
  color: white;
  text-align: right;
  padding: 0px;
  font-weight: bold;
}
.calendarToday a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.photo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: solid black 1px;
  text-align: center;
}
.codeSample {
  font-family: Courier, sans-serif;
  font-size: 11px;
  border: solid #F0F0F0 1px;
  text-align: left;
  background: #F8F8F8;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  overflow: auto;
}
#linearNavigation {
  background: black;
  padding: 6px;
  color: white;
  text-align: center;
  text-align: left;
  position: relative;
  height: 24px;
//  background-color: #a0a0a0;
  background-image: url('/web/20180831065701im_/http://jwall.org/css/images/wall_toolbar_bg.png');
  padding:0px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
  padding-top: 2px;
  
  border-top: solid gray 1px;
  border-bottom: solid gray 1px;
}
#linearNavigation a {
  color: white;
  text-decoration: none;
}
#linearNavigation a:hover {
  text-decoration: underline;
}
#feeds {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
}
#feeds a {
  color: white;
  text-decoration: none;
}
#feeds a:hover {
  text-decoration: underline;
}
thead {
  text-align: left;
  background: #6e7d8e;
  color: white;
}
th, th a:link, th a:visited {
  font-weight: normal;
  color: white;
}
.authenticated {
  background: transparent url( '/web/20180831065701im_/http://jwall.org/css/images/authenticated.gif' ) no-repeat center left;
  padding-left: 10px;
}
.unauthenticated {
}

.MenuNav {
   font-size: 10pt;
   color: #b0b0b0;
   text-decoration: none;
}

a.MenuNav:hover {
   text-decoration: underline;
}

ul {
   //border: solid 1px red;
   padding-left: 10px;
   margin-left: 10px;	
}



li {
   padding-left: 4px;
   list-style-image: url('/web/20180831065701im_/http://jwall.org/images/jwall_list_bullet.png');
   list-style-image: url('/web/20180831065701im_/http://jwall.org/images/list_bullet_green5x5.png');
   //list-style-position: inside;
}

pre {
   background-color: #e0e0e0;
   border: solid 1px #b0b0b0;
   padding: 10px;
   margin: 10px;
   margin-left: 20px;
   font-size: 9pt;
//   white-space: normal;
}

pre.code code {
   background-color: #e0e0e0;
   border: solid 1px #b0b0b0;
   padding: 10px;
   margin: 10px;
   margin-left: 20px;
   white-space: normal;
}

/*
     FILE ARCHIVED ON 06:57:01 Aug 31, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:33:31 Feb 15, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 268.645
  exclusion.robots: 0.253
  exclusion.robots.policy: 0.243
  RedisCDXSource: 2.386
  esindex: 0.012
  LoadShardBlock: 242.066 (3)
  PetaboxLoader3.datanode: 126.115 (5)
  CDXLines.iter: 20.029 (3)
  PetaboxLoader3.resolve: 342.011 (3)
  load_resource: 374.282 (2)
*/