/* clifton.css style sheet. Copyright 1999-2002 Wim van Dorst */
 
/* Design choices: 
 *
 * Font          Palatino (and variations) font, large size (currently 11pt)
 * Colour        page background white (#ffffff)
 *               running text black (#000000)
 *               editorial colour splash yellow (#ffff00)
 *               background markings yellow (#ffffc8)
 *               markings (e.g. headers and rulers) red (#b03060)
 * Headers       h1 for big center tops 
 *               h2 for chapter title
 *               h3 for paragraph headings
 * Links         Not fully decided yet. How's this.
 */

/* General purpose definitions */

/* @font-face {
 * font-family: "Venetian";
 * src: url("tt1095m_.ttf") format("truetype");
 * }
 */

body {
  font-family: "Palatino linotype", Palatino, Palladio, "ZapfCalligr BT", Verdana, serif;
  font-size: 11pt; 
  margin-left: 1.0cm;
  margin-right: 1.5cm;
  color: black;
  background-color: white;
}

p {
  font-family: "Palatino linotype", Palatino, Palladio, "ZapfCalligr BT", Verdana, serif;
  font-size: 11pt;
  margin-top: 2mm;
}

tt { font-size: 10pt; }

img {
  border: 0px;
}

/* Headers and rulers */

h1, h2, h3, h4 {
  font-family: "Palatino linotype", Palatino, Palladio, "ZapfCalligr BT", Verdana, serif;
  font-size: 26pt; 
  font-weight: bold;
  margin-top: 1cm;
  text-align: center;
  color: #b03060;
}

h2, h3, h4 { 
  font-size: 13pt;
  text-align: left;
  margin-top: 5mm;
  margin-bottom: 0px;
}

h3, h4 { font-size: 11pt; }

hr {
  margin-top: 2mm;
  margin-bottom: 0mm;
  color: #b03060;
  height: 1px;
}

/* tables, forms, and lists */

table, th, td {
  font-family: "Palatino linotype", Palatino, Palladio, "ZapfCalligr BT", Verdana, serif;
  border: 0px; 
  padding: 0px; 
  font-size: 10pt;
  vertical-align: top;
}

th {
  font-weight: italic;
  text-align: left;
}

code, pre {
  font-family: courier, monospace;
}

input, select, textarea {
  font-family: "Palatino linotype", Palatino, Palladio, "ZapfCalligr BT", Verdana, serif;
  color: #b03060;
  background-color: #ffffc8;
  margin-top: 0px;
  margin-bottom: 0px;
}  

li, ul, ol {
  font-family: "Palatino linotype", Palatino, Palladio, "ZapfCalligr BT", Verdana, serif;
}

/* links */

a, a:link, a:visited {
  font-family: "Palatino linotype", Palatino, Palladio, "ZapfCalligr BT", Verdana, serif;
  color: #b03060;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

/* special classes */

.credits { 
  font-size: 10pt; 
  font-style: bolditalic; 
}

.backgroundyellow {
  background-color: #ffffc8;
}

.venetian {
  font-family: Venetian;
  font-size: 24pt;
  margin-left: 1.5cm;
  margin-right: 1.5cm;
  color: black;
  background-color: white;
}


/* additions for php */

table.box {
  color: #b03060;
  background-color: #ffff00;
  border: none;
  padding: 1px;
  width: 100%;
}

tr.boxheader {
  background-color: #ffff00;
}

td.boxheader {
  text-align: center;
}

tr.boxbody {
  color: #fefefe;
  background-color: #ffffc8;
}

/* for the Bogomips mini-Howto */
blockquote, .programlisting, .screen {
  background: #ffffc8;
  padding: 5px;
}

.sect1 {
  margin-top: 5mm;
  /*  font-weight: bold; */
}

.sect2 { 
  font-size: 10pt;
}
/* end */
