* {
  margin:0px;
  padding:0px;
  border:0px;
  color:inherit;
  text-decoration:inherit;
  font-style:inherit;
}
header, article, nav {
  display:block;
}
li {
  list-style-position:inside;
}
pre, blockquote, quote {
  padding-left:16px;
}
pre.code {
  background:#f0f0f0;
  overflow:auto;
}
code {
  /*font-family:Console;*/
}
quote, cite, q {
  font-style:italic;
}
abbr {
  border-bottom:1px dotted #cccccc;
}
a {
  text-decoration:none;
  color:inherit;
}
a:link, a:visited {
  text-decoration:none;
  color:#000088;
}
table {
  border-collapse:collapse;
}
th {
  background-color:#eeeeee;
}
td {
  border:1px solid #999999;
  padding:3px;
}
hr {
  border-top:1px solid #eeeeee;
  margin:6px 0px;
}


.notice {
  border: 1px solid #0000ff;
  background-color: #ddddff;
  padding: 4px 6px;
  margin: 4px 0px;
}


html {
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height:18px;
  padding: 0 0 3em 0;
  text-align:center;
  font-family:sans-serif;
}
body {
  text-align:left;
  margin:auto;
  width:990px
}
#header {
  padding:8px 0px 16px;
}
#header-links {
  float:right;
  font-size:0.8em;
}
#breadcrumbs {
  background:hsl(0, 0%, 93%);
  box-shadow:2px 2px 4px 0 hsl(0, 0%, 80%);
  margin-bottom:8px;
  padding:4px;
  border:1px solid #dddddd;
  border-top-left-radius:     4px;
  border-bottom-left-radius:  4px;
  border-top-right-radius:    8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(to right, hsl(0, 0%, 93%), hsl(0, 0%, 98%));
  /*background: -moz-linear-gradient(0% 0% 0deg,#eeeeee, #ffffff)*/
  font-size:0.625em; /*font-size:0.5625em;*/
  line-height:0.75em;
  height:0.75em;
}
#breadcrumbs ul {
	margin:0;
	padding:0;
}
#breadcrumbs li {
	float:left;
	list-style:none;
}
#nav {
  float:left;
  width:110px;
  border-radius:4px 32px 0px 0px;
  border-top:0px solid #000000;
  border-left:0px solid #000000;
  border-bottom:0px solid #000000;
  box-shadow:2px 4px 4px 0 hsl(0, 0%, 80%);
  padding:4px;
  background:hsl(0, 0%, 93%);
  background:linear-gradient(to bottom, hsl(0, 0%, 94%), hsl(0, 0%, 93%));
  line-height:28px;
}
#nav ul ul {
  line-height:18px;
}
#nav li {
  list-style:none outside none;
  padding-left:8px;
}
#nav a:link, #nav a:visited {
  display:block;
  color:#000000;
}
#nav a:link:hover {
  /*background-color:hsl(0, 0%, 80%);*/
  /*box-shadow:inset 2px 2px 2px 0 hsl(0, 0%, 60%);*/
  /*outline:1px solid blue;*/
}
#nav .active li a { /* inactive sub-items under active item use default color */
  color:#000000;
}
#nav .active a, #nav li .active a {
  color:#004444;
}
#nav .current a, #nav li .current a {
  color:#006666;
}
#kc-content {
  /*float:left;
  margin-left:30px;*/
  padding-left:130px;
}
#kc-content ul, #kc-content ol {
  margin-left:8px;
}
#kc-content li {
  line-height:1.5em;
}
#kc-content a:link {
  border-bottom:1px dotted hsl(0, 0%, 80%);
}
#kc-content a:link:hover {
  border-bottom:1px solid hsl(0, 0%, 80%);
}

p {
  padding-bottom:4px;
}
ol, ul {
  margin-bottom:4px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:bold;
  margin:8px 0 4px;
  color:hsl(0, 0%, 40%);
}
h1 {
  font-size:16px;
  margin-top:8px;
  margin-bottom:8px;
}
h2 {
  font-size:14px;
}
h3,h4,h5,h6 {
  font-weight:normal;
}

div.img_caption {
  border: 1px solid #dddddd;
}
p.img_caption {
  font-style: italic;
  background-color:#fafafa;
  border-top:1px dotted #dddddd;
}

.pagination {
  margin:2px;
  padding:0px 2px;
}
.pagination .counter {
  padding:0px;
}
.pagination ul {
  margin:0px;
}
.pagination li {
  margin:0px;
}
.pagination li {
  display:inline;
  list-style-type:none;
  margin-left:2px;
}

.item h2 {
  margin-bottom:0px;
}
.article-info {
  font-size:0.8em;
  line-height:0.8em;
  background-color:#eeeeee;
  margin:0px 0px 6px;
  padding:1px 0px;
}
.article-info > * {
  display:inline;
  margin-left:12px;
}

.item-page, .blog, #system-message-container {
  box-shadow:2px 2px 4px 0 hsl(0, 0%, 80%);
  background:linear-gradient(to bottom, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 96%) 100%) repeat scroll 0% 0% transparent;
  border-radius:4px;
  padding:4px 8px;
}
