/***********************************************/

/* family.css, based heavily on...  */

/* 2col_rightNav.css                             */

/* Use with template 2col_rightNav.html          */

/***********************************************/

/***********************************************/

/* From old PmWiki stdlayout.css               */

/***********************************************/

img {
	border: 0px;
}

body {
	background-color: #3d5062;
}

.pagetitle {
	font-size: 200%;
	font-weight: bold;
	margin-top: 20px;
}

td#wikileft {
	vertical-align: top;
}

td#wikibody {
	vertical-align: top;
}

td#wikiright {
	vertical-align: top;
}

/***********************************************/

/* Layout Divs                                 */

/***********************************************/

#pagebox {
	margin: 10px auto;
	padding: 6px;
	width: 770px;
	background-color: #123;
	display: block;
}

#navbar {
	margin: -1px;
	padding: 0px;
	width: 100%;
	height: 20px;
	border: 1px solid white;
	background: #3d5062;
}

#separator {
	margin: -1px;
	padding: 0px;
	width: 100%;
	height: 10px;
	border: 1px solid white;
	background: #9ba9b8;
}

#masthead {
	margin: -1px;
	padding: 0px;
	width: 100%;
	border: 1px solid white;
	background: red; /* #fff url(http://www.sd64dfl.org/images/headers/rotate.php) no-repeat; */
}

#masthead a:link {
	color: #333;
}

#masthead a:visited {
	color: #333;
}

#sidebar {
	float: right;
	width: 220px;
	padding: 10px;
	background-color: #d0d4d9;
	border: 1px solid white;
	margin: 0px -1px 10px 10px;
}

#sidebar a {
	color: #71001a;
	border-bottom: 1px dotted #d0d4d9;
}

#sidebar a:hover {
	color: #71001a;
	border-color: #71001a;
}

#sidebar ul a:link, #sidebar ul a:visited {
	display: block;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin-top: .5em;
}

#sidebar h1 {
	background-color: rgb(179, 185, 192);
	border-bottom: 1px solid white;
	border-top: 10px solid white;
	color: rgb(21, 39, 58);
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin: -10px -10px 5px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#sidebar li {
	border-bottom: 1px solid #eee;
}

/* fix for browsers that don't need the hack */

html>body #sidebar li {
	border-bottom: none;
}

#contentbox {
	background-color: white;
	border: 1px solid white;
	width: 100%;
	margin: -1px;
}

#content {
	margin: 1px 250px 10px 20px;


/*

background: #faa; */
}

div.footer {
	clear: both;
	width: auto;
	font-size: 90%;
	text-align: center;
	color: white;
	padding: 10px;
}

div.footer a, div.foot a {
	color: white;
	text-decoration: none;
}

div.footer a:hover, div.foot a:hover {
	color: #ddd;
	text-decoration: none;
}

div.footer img {
	padding: 4px 0px 4px 0px;
	vertical-align: middle;
}

.floatnote {
	float: left;
	clear: left;
	margin-right: 10px;
	padding: 0px;
	font-size: 90%;
}

ul.floatnote {
	padding-left: 0px;
	list-style-type: none;
}

li.floatnote {
	margin-top: 3px;
}

/***********************************************/

/* HTML tag styles                             */

/***********************************************/

body {
	font-family: Arial,Helvetica,sans-serif;
	color: black;
	font-size: 12px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

div#masthead table {
	margin: 0;
}

div#masthead td {
	border: none;
}

a {
	color: #4673a2;
	text-decoration: none;
	border-bottom: 1px dotted #4673a2;
	border-style: hidden;
}

a:hover {
	color: #4673a2;
	text-decoration: none;
	border-bottom: 1px dotted #4673a2;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 a {
	color: #122539;
	text-decoration: none;
}

div.pagetitle a {
	color: #122539;
	text-decoration: none;
}

h1 {
	font-size: 160%;
	color: #4673a2;
	margin-top: 10px;
}

h2 {
	font-size: 140%;
	color: #4673a2;
}

h3 {
	font-size: 120%;
	color: #4673a2;
}

h4 {
	font-size: 100%;
	color: #4673a2;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	color: #4673a2;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	font: bold 100% Verdana,Arial,sans-serif;
	color: #c00;
}

.hide {
	color: #fff;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.hide p {
	
}

.hide A {
	color: #fff;
}

.hide A:hover {
	color: #666;
	text-decoration: none;
}

div.foot {
	clear: both;
	width: 100%;
	border-top: 1px solid white;
	display: inline-block;
	margin: -1px;
	padding: 5px 0px;
	border: 1px solid white;
	background: #687481;
	color: #d1d4d9;
	font-size: 90%;
	text-align: center;
}

div.foot p {
	margin-bottom: 5px;
}

div.nav {
	display: inline-block;
	margin: -1px;
	padding: 0px;
	width: 100%;
	border: 1px solid white;
	background: #3d5062;
}

div.nav p {
	padding-top: 1px;
	padding-bottom: 1px;
}

div.nav a {
	text-decoration: none;
	color: white;
	background-color: #3d5062;
	padding: 2px 5px;
	margin: 0px -5px;
	font-weight: bold;
}

div.nav a:hover {
	background-color: #50677d;
}

div.nav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div.nav li {
	background-color: #3d5062;
	color: white;
	list-style-type: none;
	opacity: 1;
	text-shadow: #000000 0 0 0px;
	float: left;
	display: inline;
	border: 1px solid white;
	padding: 2px 5px;
	margin-top: -1px;
	margin-bottom: -1px;
	font-size: 90%;
}

ul.lnav li {
	float: left;
	display: inline;
	margin-left: -1px;
}

ul.rnav li {
	float: right;
	margin-right: -1px;
}

/* styling of commentbox entries */

.messagehead *, .journalhead * {
	margin: 0 0 0 0;
}

.messagehead, .journalhead {
	padding: 0 3px;
	border-bottom: 1px solid white;
	margin-right: 20px;
	text-align: right;
	background: #dcdcf6;
	border-color: white;
}

.messageitem *, .journalitem * {
	margin: 0;
	margin-top: 6px;
}

.messageitem, .journalitem {
	padding: 6px;
	margin-right: 20px;
	background: #eef;
	border-color: white;
}

/*use the following if message head should be same as message item */

/* .messagehead { background:#eef; border-bottom:none; } */

.diaryhead h4 {
	border-bottom: 1px solid #999;
	margin-bottom: 1px;
}

* html .diaryhead h4 {
	margin-bottom: 0;
}

.diaryitem {
	background: #ffc;
	margin: 0;
	padding: 3px;
}

.messagehead h5, .messagedate h4, .journalhead h5, .journaldate h4,
.diaryhead h4 {
	margin: 0.25em 0 0 0;
}

.commentbutton {
	margin: 0 0 0 5px;
	padding: 0 3px
}

.commenttext {
	width: 100%;
	margin: 0 0 3px 0
}

em.access {
	font-style: normal;
	color: #FF2222;
}