 /*
$Id: main.css,v 1.3 2019/04/07 07:59:28 paul Exp $
ipv6int.net screen style
(c) 2007-2011 Paul Weissmann
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	font-size: 100%;
	color: #333;
	background: transparent url(/images/bg.gif) top left repeat-x;
}
#top {	
	display: block;
	margin: 0 auto;
	width: 696px;
	text-indent: -9999em;
	overflow: hidden;
}
#top a:link, #top a:visited {
	background: transparent url(/images/logo.png) top left no-repeat;
	display: block;
	text-decoration: none;
	width: 320px;
	height: 80px;
}
#top a:hover {
	text-decoration: none;
}

#top img {
	padding: 0;
	padding-bottom: 1em;
	border: 0;
}
#menu {
	font-size: 14px;
	clear: both;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin: 0;
	float: left;
	background-color: white;
	display: block;
	width: 140px;
}
#menu ul li a {
	display: block;
	color: #333;
	background-color: white;
	padding: 4px 0;
	margin: 0;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	border-bottom: 3px solid #eee;
}
#menu ul li a:first-letter {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	border-bottom: 3px solid #c5c5c5;
	background-color: #fbfbfb;
}
#menu ul li.here a {
	border-bottom: 3px solid #ff7d50;
}
#menu ul li.here a:hover {
	border-bottom: 3px solid #959595;
}

#content {
	width: 700px;
	margin: 0.4em auto 3em auto;
	background-color: white;
	border: 1px solid #eee;
}

#text {
	margin: 0;
	margin-top: -1px;
	padding: 1em;
	padding-bottom: 0.4em;
	padding-top: 0.5em;
	clear: both;
	font-size: 13px;
}

#news {
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}
#news h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#news h2 a:link,
#news h2 a:visited {
	text-decoration: none;
	font-weight: bold;
}
#news p.author {
	padding: 0;
	font-style: italic;
}
#news p.date,
#news p.author i {
	margin: 0 1px;
}
#news p.content {
	padding: 0;
	margin-top: 0.2em;
}

#footer {
	background-color: #f5f5f5;
	border-top: 1px dashed #eee;
	font-size: 11px;
}
#footer p {
	padding: 0;
	margin: 0.6em;
}
#links {
	display: none;	
}
#sitemap h2 {
	border: none;
}
#sitemap h2 a:link,
#sitemap h2 a:visited {
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: bold;
}
h1 {	font-size: 1.6em;
	margin-bottom: 0.3em;
	margin-top: 0.4em;
	letter-spacing: 1px;
}
h2 {	font-size: 1.5em;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	letter-spacing: 1px;
	line-height: 1.2em;
}
h3 {	font-size: 1.2em;
	line-height: 1.2em; 
	margin-bottom: 0.2em;
}
h3 a:link,
h3 a:visited {
	font-weight: bold;
}
h4 {	margin-top: 0.8em;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
h2 + h3 {
	margin-top: 1em;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #ff4200;
	display: inline;
}
a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #888;
	text-decoration: none;
}
a.note:link,
a.note:visited {
	font-size: x-small;
	font-style: normal;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0.2em;
}
a.note:before,
a.note:after {
	font-weight: normal;
}
a.note:before {
	content: "[";
}
a.note:after{
	content: "]";
}

a.note_back:link,
a.note_back:visited {
	text-decoration: none;
	margin-left: 0.3em;
	margin-bottom: 4px;
	font-weight: bold;
	padding-bottom: 3px;
}
a.ext:link,
a.ext:visited {
	background: url(/images/external.png) right center no-repeat;
	padding-right: 16px;
}
a.feed {
	padding-left: 18px;
	background: url(/images/feed.gif) no-repeat 0 4px;
}
p {
	text-align: left;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-right: 3em;
}
p.up {	text-align: right;
	margin: 0;
}
p.nav a:link,
p.nav a:visited, 
p.nav a:hover,
p.up a:link,
p.up a:visited, 
p.up a:hover {
	text-decoration: none;
}
p.up a:before {
	content: " \2191  ";
}
p.date {
	margin-top: 0;
}
p.attribution {
	font-style: italic;
}
p.box {
	background-color: #f5f5f5;
	margin-left: 1em;
	margin-right: 1em;
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	width: auto;

}
p.feed {
	margin-top: 0;
	padding: 0;
	padding: 0.4em;
	text-align: center;
	margin-bottom: 0.8em;
}
h1 .amp,
h2 .amp,
h3 .amp,
.amp {
	font-family: "Goudy Old Style", "Bell MT", serif;
	font-weight: normal;
	font-style: italic;
}
h1 .amp,
h2 .amp,
h3 .amp {
	font-size: 110%;
}

img.subscribe {
	padding: 0;
	margin: 0;
}
.printOnly {
	display: none;
}
pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 13px;
}
tt {	color: black;
	background-color: #f5f5f5;
}
code {	font-weight: normal;
	color: #333;
	display: block;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 1em;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #efefef;
}
tt strong,
code strong {
	font-weight: bold;
	font-style: italic;
	margin-left: -0.2em;
}
code.cmd:before {
	content: "# ";
	font-weight: normal;
}
code.wincmd:before {
	content: "c:\\ ";
	font-weight: normal;
}
code.config {
}
code.formula {
	font-weight: normal;
	text-align: center;
	background-color: transparent;
	border: none;
	margin: 0.4em;
}
sup {   font-size: 8px;
	line-height: 0;
}
em.serif {
	font-family: georgia, serif;
	font-style: italic;
	font-size: 1em;
}
em.backemphasize {
	padding: 0 2px;
	background-color: #f5f5f5;
	font-style: normal;
}
em.strong {
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
}
.quote {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 98%;
}
.strongitalics {
	font-weight: bold;
	font-style: italic;
}
q:before {
	content: "\201c";
}
q:after{
	content: "\201d";
}
q.descriptive:before {
	content: "\00bb";
	font-size: 110%;
}
q.descriptive:after{
	content: "\00ab";
	font-size: 110%;
}
q.book {
	font-style: italic;
}
q.book:before,
q.book:after {
	content: "";
}

ul,
ol {
	margin-top: 0;
	margin-right: 4em;
	line-height: 150%;
}
ul li { font-weight: normal;
	list-style-type: square;
}
ul li,
ol li {
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}
ol.alpha li {
	list-style-type: lower-alpha;
}
ul.nav,
ul.nonmargin {
	padding-left: 0.2em;
}
ul.nav {
	float: right;
	margin-left: 1em;
	margin-top: -1em;
	margin-right: -1em;
	padding: 0.6em;
	border: 1px solid #eee;
	border-right: none;
	background-color: white;
}
ul.nav li ,
ul.nonmargin li {
	list-style-type: none;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
ul.nav li:before {
	content: " \00bb  ";
	color: gray;
}
ul li ul,
ul.nav li ul {
	padding-left: 1em;
	font-size: small;
}
ul li ul li,
ul.nav li ul li {
	list-style-type: none;
}
ul li ul li:before,
ul.nav li ul li:before {
	content: " \2014  ";
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, p + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, p + ol {
	margin-top: 0;
}
h1 + dl, h2 + dl, h3 + dl, h4 + dl {
	margin-top: 0.2em;
}
ul.footernav {
	margin: 0;
	padding: 0.5em 0.2em;
	border-top: 1px solid #ddd;
}
ul.footernav li {
	margin: 0;
	display: inline;
	padding: 0.1em 0.5em;
	text-align: center;
}
ul.footernav li a:link,
ul.footernav li a:visited {
	text-decoration: none;
}
ol.further,
ol.reference {
	margin-top: 0.8em;
	font-size: 99%;
	line-height: 120%;
}
ol.reference-short,
ol.further {
	margin-left: 0.2em;
	padding-left: 0;
}
ol.reference-short li,
ol.further li {
	list-style-type: none;
}
ol.further ul li {
	list-style-type: square;
}

dl.vars {
	margin-top: 0;
}
dl dt {
	font-weight: bold;
}
dl.vars dt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-weight:bold;
}
dl dd {
	margin-left: 1em;
	margin-bottom: 0.4em;
	line-height: 140%;
}

table {
	margin: 1em auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
}
table caption {
	margin-top: 0.8em;
	margin-bottom: 1em;
}
table caption,
p.source {
	font-size: 0.95em;
}
table + p.source {
	margin-top: 0;
	text-align: center;
	margin-left: 4em;
	margin-right: 4em;
}
table tr th,
table tr td {
	# padding: 2px 4px 4px 6px;
	padding: 6px;
	border-collapse: collapse;
}
table tr th {
	border-bottom: 1px dotted #ccc;
	background-color: #eee;
        font-weight: normal;
	text-align: left;
	font-size: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
}
table tr td {
	vertical-align: top;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
.probably,
.obsolete {
	font-style: italic;
}
table tr.diff td,
table tr td.diff {
	background-color: #e0e6ff;
}
table tr td.nb {
	white-space: nowrap;
}
h1 + table, h2 + table, h3 + table, h4 + table {
	margin-top: 0.6em;
}
table.horiz {
	margin: 0.3em;
}
table.horiz tr th,
table.horiz tr td {
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	padding: 2px 4px 4px 6px;
	border: 0;
}
table.horiz tr th {
	 border-bottom: 1px dotted #aaa;
}
table.horiz tr td {
	 border-bottom: 1px dotted #aaa;
}

