/* LAYOUT: LO-FI DECOR: DEFAULT */

body {
  margin:0;
  padding:0;
  }
#container {
  padding:0.75em;
  }
#masthead, #sidebar-inner, #footer, #titleblock, #pagetext {
	padding:0.75em;
  margin-bottom:0.75em;
	}
ul.navlist, #nav ul, #nav ol { /* removes bullets/numbers */
	list-style-type:none;
	margin:1em 0;
  padding:0;
	}
div.access-hide p, div.access-show p {
  margin:0 0 0.25em 0 !important;
  }
#pagetext div.access-show {
  margin-bottom:1em;
  }
#masthead div.access-hide {
	padding-bottom:1em;
	}
#masthead p {
	margin:0;
	padding:0;
	}
#masthead #sitename {
	margin:0 0 0 1.75em;
	padding:0;
	}
#groupname, #pagetitle {
	margin:0 0 0.2em 0;
	padding:0;
	}
#sidebar h1, #sidebar h2, #sidebar h3 {
	margin:1em 0 0.15em 0;
	padding:0 1.5em;
	}
#sidebar #search form {
	margin:0;
	padding:0;
	}
#footer p {
	margin:0 0 0.75em 0;
	padding:0;
	}
<br />
<b>Warning</b>:  main(font-size-100.css ) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/home/pmichaud/pmwiki/pub/skins/pukka_float/css/stitch_linked.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  main() [<a href='function.include'>function.include</a>]: Failed opening 'font-size-100.css ' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/pmichaud/pmwiki/pub/skins/pukka_float/css/stitch_linked.php</b> on line <b>10</b><br />
/* FONT PROPORTIONS: DEFAULT VERSION */

/* headings */
h1 {
	font-size:1.75em;
	margin:0.9em 0 0.6em 0;
	}
h2 {
	font-size:1.6em;
	margin:0.9em 0 0.6em 0;
	}
h3 {
	font-size:1.45em;
	margin:0.7em 0 0.4em 0;
	}
h4 {
	font-size:1.3em;
	margin:0.7em 0 0.4em 0;
	}
h5 {
	font-size:1.2em;
	margin:0.5em 0 0.1em 0;
	}
h6 {
	font-size:1.1em;
	margin:0.5em 0 0.1em 0;
	}

/* other */
#masthead #sitename {
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.75em;
	letter-spacing:0.25em;
	}
#groupname {
	font-size:1.5em;
	}
#pagetitle {
	font-size:2.3em;
	font-style:italic;
	}
#footer p {
	font-style:italic;
	}
#pagetext {
	font-size:1.25em;
	line-height:140%;
	}
#sidebar h1 {
	font-size:1.25em;
	}
#sidebar h2 {
	font-size:1.15em;
	}
#sidebar h3 {
	font-size:1em;
	}
div.access-hide p, div.access-show p {
	text-align:right;
	font-style:italic;
	}
#pagetext div.access-show {
	font-size:0.8em;
	}
/* FONT FACE SCHEME: SANS-SERIF BODY, SERIF HEADERS */

/* body text */
body {font-family:sans-serif;}
/* nav text */
#morecmds, #cmdtabs, #sidebar, #footer, #masthead div.access-hide {font-family:sans-serif;}

/* titles */
#groupname, #pagetitle, #masthead {font-family:serif;}
/* headers */
h1, h2, h3, h4, h5, h6 {font-family:serif;}
/* COLOUR SCHEME: BEIGE */

/* backgrounds and body text */
body {
	background:#d7caa8;
	}
#container {
	background:#faf8f4;
	color:#333;
	}
#titleblock {
	background:#ede7d8;
	}
#sidebar h1, #sidebar h2, #sidebar h3 {
	background:#f5f2e8;
	}

/* links */
a:link {
	color:#003399;
	}
a:hover, a:focus {
	color:#0066ff;
	}
a:active {
	color:#0066ff;
	}
a:visited {
	color:#a20000;
	}

/* border colours */
#container {
	border-color:#666 !important;
	}
#masthead, #sidebar-inner, #content-inner, #footer {
	border-color:#666 !important;
	}
#sidebar h1, #sidebar h2, #sidebar h3 {
	border-color:#999 !important;
	}
#pagetext {
	border-color:#999 !important;
	}

/* navigation lists */
#cmdtabs {
	border-color:#999 !important;
	}
#cmdtabs a:hover, #cmdtabs a:focus {
	border-color:#999 !important;
	background:#faf8f4;
	}
#cmdtabs a#$action { /* copy this rule to the .tmpl file! */
	border-color:#999 !important;
	background:#f5f2e8;
	}
#footer ul a {
	border-color:#999 !important;
	}
#footer ul a:hover, #footer ul a:focus {
	background:#ede7d8;
	}

/* colours specific to #pagetext */
#pagetext h1, #pagetext h2, #pagetext h3, #pagetext h4, #pagetext h5, #pagetext h6 {
	color:#b42221;
	}
#pagetext a:link {
	color:#0000cc;
	}
#pagetext a:hover, #pagetext a:focus {
	color:#0066ff;
	}
#pagetext a:active {
	color:#0066ff;
	}
#pagetext a:visited {
	color:#a20000;
	}
#pagetext a.createlinktext:link {
	background:#ede7d8;
	}
#pagetext a.createlinktext:hover {
	background:#d9e7cb;
	}
#pagetext code {
	color:#006666;
	}
