/*
  DocumentId  $WgDD: debianhowtos/css/howto.css,v 1.15 2006/01/11 01:23:30 dleidert Exp $
  Summary     CSS stylesheet for the final XHTML pages containing various
              Howtos by Daniel Leidert <daniel.leidert@wgdd.de>.
*/

/* general */
html 
{
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}

body 
{
	color: #000000;
	background-color: #ffffff;
	font-family: 'Bitstream Vera Sans', verdana, helvetica, arial, sans-serif;
	font-size: 0.85em;
	margin: 1em;
	padding: 0;
	line-height: 1.5em;
}

div 
{
	margin: 0;
}

h1.title
{
	margin: 1em 0;
	color: #990000;
}

h2.title,
h3.title,
h4.title
{
	margin: 2.5em 0 1.5em 0;
	text-decoration: none;
	padding: 3px;
	font-weight: bolder;
	text-align: left;
}

h2.title
{
	color: #ffffff;
	background-color: #003399;
}

h3.title
{
	color: #ffffff;
	background-color: #003399;
}

h4.title
{
	color: #000000;
	background-color: #ccccff;
}

h3.subtitle, 
h3.author 
{
	color: #990000;
	background-color: #ffffff;
}

dl, ol, ul, td, th
{
	line-height: 1.2em;
}

dl
{
	margin: .8em 0;
}

dt
{
	margin-top: 0.5em;
	margin-left: 1em;
}

ul, ol 
{
	list-style-position: outside;
	margin-left: 0.5em;
}


/* classes and ids */
strong.command 
{
	font-weight: normal;
	color: #990000;
}

div.abstract p.title,
div.example p.title,
div.procedure > p.title,
div.toc p b,
div.variablelist p.title
{
	color: #990000;
}

div.abstract 
{
	margin: 1em 0;
	padding: 0.5em;
	border: 1px dashed #666666;
	background-color: #f0f0f0;
}

div.example p.title,
div.procedure > p.title
{
	font-size: 0.7em;
}

div.revhistory table 
{
	border: 1px solid #000000;
}

div.revhistory table tr, 
div.revhistory table th, 
div.revhistory table td 
{
	border: none;
}

div.toc p:first-child
{
	margin-bottom: 0.2em;
}

div.toc dl, 
div.toc dt
{
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

div.variablelist dt span.term 
{
	padding-left: 2em;
	font-style: italic;
	color: #666666;
}

div.itemizedlist li,
div.orderedlist li,
div.procedure li
{
	margin-left: 0.5em;
	margin-top: 0.5em;
	color: #000000;
}

div.procedure li
{
	line-height: 1.5em;
}

div.variablelist dd
{
	line-height: 1.3em;
	padding-left: 5em;
	padding-right: 5em;
}

div.warning,
div.important,
div.note,
div.tip
{
	text-align: center;
	padding: 1.5em;
}

div.warning table,
div.important table,
div.note table,
div.tip table
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: left;
}

div.warning table th,
div.important table th,
div.note table th,
div.tip table th
{
	font-style: italic;
	font-weight: bold;
}

div.warning table 
{
	border: ridge 4px #990000;
}

div.important table 
{
	border: ridge 4px #999900;
}

div.note table 
{
	border: ridge 4px #cccccc;
}

div.tip table
{
	border: ridge 4px #000099;
}

div.warning table img,
div.important table img,
div.note table img,
div.tip table img
{
	margin: 0 0.5em 0 0.5em;
}

i.replaceable tt
{
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.2em;
}

pre.screen,
pre.programlisting
{
	padding: 10px;
	margin: 1em;
	border: 1px dashed #999999;
	background-color: #f0f0f0;
	color: #000033;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: normal;
}

span.application
{
	color: #990000;
}

span.lineannotation
{
	font-variant: small-caps;
	color: #333333;
}

code
{
	font-family: Monospace, monospace;
	font-size: 0.9em;
}

code.filename
{
	font-style: italic;
	font-variant: normal;
	color: #000066;
}

code.option
{
	color: #990000;
}

code.varname
{
	font-weight: bold;
}


