/* =RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align: baseline;
  background:transparent;
}

ol,ul { 
  list-style: none;
}

/* =GLOBAL */
html {
  background:#FFF;
  width:100%;
  height: 100%;
  overflow: hidden;
}

body {
  color:#333;
  font:1em Verdana,Arial,sans-serif;
  height: 100%;
}

a { 
  color: #357;
  text-decoration:none;
}

a:visited { 
}

a[name] { 
  color: #333;
}

.container { 
}

.header { 
  background-color: #999;
  position: fixed;
  height: 4.5em;
  width: 100%;
  z-index: 1;
  padding: 0 0.3em;
}

.header h1 { 
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0.25em;
  letter-spacing: -0.025em
}

.header h1 a { 
  color: #333;
}

.header h1 span {
  font-size: 0.66em;
  font-weight: normal;
}

.subtitle { 
  font-size: 0.9em;
}

.sidebar {  
  background-color: #999;
  position: fixed;
  top: 4.5em;
  width: 12em;
  bottom: 2.5em;
  padding: 0.3em 0.7em 0.3em 0.3em;
}

.sidebar h2 { 
  padding-bottom: 0.3em;
  border-bottom: 0.1em solid;
  margin-bottom: 0.1em;
}

.sidebar h3 { 
  padding: 0.3em 0;
  border-top: 0.1em solid;
  margin-top: 0.1em;
}

.sidebar form { 
  font-size: 0.9em;
}

.sidebar form div { 
  padding: 0.1em 0;
  clear: left;
}

.sidebar form label { 
  float: left;
  width: 4.5em;
  vertical-align: bottom;
}

.sidebar form input { 
  max-width: 9em;
}

.sidebar form select { 
  max-width: 9em;
}

.sidebar form.sort { 
  padding: 0.3em 0;
  border-top: 0.1em solid;
  margin-top: 0.1em;
}

.sidebar button { 
  clear: left;
  margin: 0.3em 0 0.6em;
}

.cheader { 
  position: fixed;
  top: 4.5em;
  right: 0;
  left: 13em;
  height: 2.3em;
  padding: 0.3em 0;
  overflow: hidden;
}

.cheader .curpage { 
  font-weight: bold;
}

.cheader p { 
  padding-left: 0.2em;
  padding-bottom: 0.2em;
}

.content {
  position: fixed;
  top: 7.4em;
  right: 0;
  bottom: 2.6em;
  left: 13em;
  padding: 0;
  overflow: auto;
  font:1em/1.3em Verdana,Arial,sans-serif;
}

.content p {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.entrylist li { 
  padding: 0.25em 0.5em 0.25em 2em;
  text-indent: -1.5em;
}

.entrylist li.light { 
  background-color: #EEE;
}

.entrylist li.dark { 
  background-color: #DDD;
}

.content .url li { 
  padding-left: 0;
  text-indent: 0;
}

.content .raw { 
  background-color: #CCC;
  color: #000;
  font-family: monospace;
  padding: 0.5em;
  margin: 0.5em 0;
}

.content .raw pre { 
  white-space: pre-wrap;
  word-wrap: break-word;
}

.content .contains li { 
}

.content div.urllist {
  padding-left: 1.5em;
  padding-top: -0.25em;
  padding-bottom: 0.25em;
}

.content .urllist ul { 
  display: inline;
}

.content .urllist li { 
  display: inline;
  padding: 0;
}

.content .issues li { 
  padding-bottom: 0.25em;
}

.content h3 { 
  padding: 0.3em 0 0.8em;
}

.content h4 { 
  padding: 0.3em 0 0.5em;
}

.history h3 { 
  padding: 0.8em 0 0.5em;
}

.history dd { 
  padding-left: 1em;
}

.cloud ul { 
}

.cloud li {
  padding: 0 0.5em 0 0;
  display: inline;
}

.cloud .cloud1 { font-size: 0.7em; font-weight: 200; }

.cloud .cloud2 { font-size: 0.85em; font-weight: 300; }

.cloud .cloud3 { font-size: 1.0em; font-weight: 400; }

.cloud .cloud4 { font-size: 1.15em; font-weight: 500; }

.cloud .cloud5 { font-size: 1.3em; font-weight: 600; }

.cloud .cloud6 { font-size: 1.45em; font-weight: 700; }

.cloud .cloud7 { font-size: 1.6em; font-weight: 800; }

.footer { 
  background-color: #999;
  position: fixed;
  bottom: 0;
  height: 2.3em;
  width: 100%;
  padding: 0.3em;
  font-size: 0.9em;
  z-index: 1;
}


