/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

body {
  margin-right: 20px;
  font-family: sans;
  width: auto;
  margin-left: 20px;
}

div#content {
  font-size: 11pt;
}

.header {
	background-color: #3b78c7;
}

.header span {
  font-size: 14pt;
  font-weight: normal;
}

div.actions {
	height: auto;
	background-color: #e8e8e8;
}
div.actions ul {
  font-size: 8pt;
}

h1 {
  font-weight: normal;
  font-size: 17pt;
}
h2 {
  font-weight: normal;
  font-size: 16pt;
}
h3 {
  font-weight: normal;
  font-size: 15pt;
}
h4 {
  font-weight: normal;
  font-size: 14pt;
}
h5 {
  font-weight: normal;
  font-size: 13pt;
}
h6 {
  font-weight: normal;
  font-size: 12pt;
}

div.inlinepage > span.header {
	margin: 0px;
	font-size: 2pt;
	height: 12pt;
	background-color: #3b78c7;
}

div.inlinepage > span.header > a {
  float: none;
  display: block;
  font-size: 11pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: black;
  text-decoration:none;
  #text-transform:capitalize;
}
div.inlinepage > span.header > a:first-letter {
  text-transform:capitalize;
}
div.inlinepage > span.header > a:visited {
  color:black;
}
div.inlinepage > span.header > a:hover {
  text-decoration:underline;
}

div.inlinepage > .pagedate {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 8pt;
}
div.inlinepage {
  margin-bottom: 10px;
}

div.inlinepage h1 {
  font-weight: normal;
  font-size: 14pt;
  margin: 0;
}
div.inlinepage h2 {
  font-weight: normal;
  font-size: 13pt;
  margin: 0;
}
div.inlinepage h3 {
  font-weight: normal;
  font-size: 12pt;
  margin: 0;
}
div.inlinepage h4 {
  font-weight: normal;
  font-size: 11pt;
  margin: 0;
}
div.inlinepage h5 {
  font-weight: normal;
  font-size: 11pt;
  margin: 0;
}
div.inlinepage h6 {
  font-weight: normal;
  font-size: 11pt;
  margin: 0;
}

div#blogform {
  padding: 0px 5px;
  margin-bottom: 10px;
}

pre {
  border-width: 1px;
  border-style: dotted;
  width: 90%;
  font-size: 10pt;
  font-family: monospace;
  background: #e1e1e1;
  margin-left: 4%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pagecloud {
  width: 25%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #eeeeee;
  color: black !important;
}

.pagecloud a {
  text-decoration: none;
}

/* Orange feed button. */
.pagedate {
	font-style: italic;
	font-size: 8pt;
}

.tags {
  text-transform:capitalize;
}


