/* Kyle MacLea's FamilyWiki style sheet including
   elements from style.org Red style sheet, modified to include zack.css */

/* local.css stylesheet to be used with ikiwiki
 *
 * Copyright: (C) 2006 Stefano Zacchiroli <zack@debian.org>
 * License: GNU General Public License version 2 or above.
 *
 * TODO
 * - plone-like actions in the toplevel bar, but remember: resiste the
 *   temptation of making them floating to the right: the breadcrumb trail can
 *   grow indefinetely
 * - blog form aligned to the right, keeping the RSS logo to the left
 * - some rendering for the tags (a la 'xhtml' logo of plone? ...)
 * - some rendering for backlinks
 * - some rendering for posting dates
 */

body {
  font-family: sans;
  width: 760px;
  margin-left: 20px;

}

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

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

div.actions ul {
  font-size: 10pt;
}

h1 {
  font-weight: normal;
  font-size: 30pt;
}
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 > a {
  float: right;
  display: block;
  font-size: 11pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div.inlinepage > span.header > a:before {
  content: "permalink: ";
  font-size: smaller;
  text-decoration: none;
  font-style: italic;
}

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 {
  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: #eee;
  color: black !important;
}

.pagecloud a {
  text-decoration: none;
}

A:link {
	color: #0000FF; 
	text-decoration: none;
       border-bottom: dotted 0px;
}

A:visited {
	color: #000080;
	text-decoration: none;
       border-bottom: dotted 0px;
}

A:hover {
	color: #000000;  
	text-decoration: none;
	background-color: #B0E0E6;
       border-bottom: solid 1px;
}

A:active {
	color: #000080;
	text-decoration: none;
}

A:link img {
	border-color: #FFFFFF;
	border-width: 1px;
}

A:visited img {
	border-color: #FFFFFF;
	border-width: 1px;
}

A:hover img {
	border-color: #4682B4;
	border-style: dotted 1px;
	border-width: 1px;
       border-bottom: dotted 1px;
}

/* BODY {
	background: #FFFFFF;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif, Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: 15px;
	height: 100%;
}

TABLE TD {
	border: 0px;
	font-size: 14px;
}

P, BLOCKQUOTE {
	line-height: 160%;
}

UL, OL {
	line-height: 130%;
}

A {
	color: #FF0000;
	text-decoration: none;
}

A:hover {
	color: #006400;
	text-decoration: underline;
}

SUP {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif, Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: smallest;
	line-height: 100%;
}

SUB {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif, Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: smallest;
	line-height: 100%;
}

#header h1 {
	margin: 0;
}

#actions ul {
	margin: 0;
	padding: 6px;
	list-style-type: none;
	border-bottom: 1px solid #000;
}

#actions li {
	display: inline;
	padding: .2em .4em;
}

#searchform {
	display: inline;
	float: right;
}

#content {
	border-bottom: 1px solid #000;
} */

/* Used for adding a blog page.
#blogform {
	padding: 10px 10px;
	border: 1px solid #aaa;
	background: #eee;
	color: black !important;
}

.inlinepage {
	padding: 10px 10px;
	border: 1px solid #aaa;
}

#backlinks {
	margin: 1em 0;
}

#footer {
	margin: 1em 0;
}

#pageinfo {
	font-style: italic;
} */

/* Used for invalid form fields.
.fb_invalid {
	color: red;
	background: white !important;
} */

/* Used for required form fields.
.fb_required {
	font-weight: bold;
} */

/* RSS button.
.rssbutton {
	background: #ff6600;
	color: white !important;
	border-left: 1px solid #cc9966;
	border-top: 1px solid #ccaa99;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #331100;
	padding: 0px 0.5em 0px 0.5em;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	margin-top: 1em;
}
.rssbutton:hover {
	color: white !important;
	background: #ff9900;
} */
