/*  common.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

html {
	background-color: white;
	color: black;
	font-family: Arial, Lucida Grande, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
}

body {
	margin: 0;
}

a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"}
a:link {
	color: #000;
	background: transparent;
	}
a:visited {
	color: #565248;
	background: transparent;
	}
a:hover {
	color: #002B3D;
	background: transparent;
	}
a img {
	text-decoration: none;
	border: none;
	}
/*
hr {
  	width:50%;
  	color: #980101;
  	margin-top: 4em;
  	margin-bottom: 4em;
	}
*/



/* Links */


h1 {
	font-size: 1.5em;
	line-height: 1.6em;
	color: black;
	}

h2, h3, h4, h5, h6 {
	margin: 2em 0 1em 0;
	color: #980101;
	background: transparent;
	}

h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em; margin-left: 0.6em;}
h5{font-size: 1em; margin-left: 1em}
h6{font-size: 1em; font-weight: normal; margin-left: 1.4em;}

h5, h6 {
	color: #333;
	background: transparent;
	}


li p {
	margin: .25em 0;
}

li.gap {
    margin-top: 0.5em;
}

/* from ubuntu_styles; sizes changed to em */
dt
{
    margin-top: 1.2em;
    margin-bottom: 0.3em;
    font-size: 1.2em;
    border-bottom: 1px solid #6D4C07;
}

dd {
    margin-top: 0;
    margin-bottom: 0;
}

dd p {
    margin: 0.25em 0;
}
   
a, img, img.drawing {
	border: 0;
}

pre 
{
	border: 1px dashed #C1B496; /* ubuntu dark tan */
	background-color: #f0eee6; /* ubuntu light salmon */
	padding: 4pt;
	font-family: courier, monospace;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    /* end css 3 or browser specific rules */
}

table
{
	margin: 0.5em 0;
	border-collapse: collapse;
}

td
{
	padding: 0.25em;
	border: 1pt solid #C1B496; /* ubuntu dark tan */
}

td p {
	margin: 0;
	padding: 0;
}

#pagebottom {clear: both;}

/* standard rule ---- */
hr {
    height: 1pt;
    background-color: #C1B496; /* ubuntu dark tan */
    border: 0;
}

/* custom rules ----- to ---------- */
.hr1 {height: 2pt;}
.hr2 {height: 3pt;}
.hr3 {height: 4pt;}
.hr4 {height: 5pt;}
.hr5 {height: 6pt;}
.hr6 {height: 7pt;}

/* Replacement for html 3 u tag */
.u {text-decoration: underline;}

