/***********************************************/
/* family.css, based heavily on...             */

/* 2col_rightNav.css                           */
/* Use with template 2col_rightNav.html        */
/***********************************************/

/***********************************************/
/* From old PmWiki stdlayout.css               */
/***********************************************/

body { margin-left:20px; }
ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }
.pagetitle { font-size:200%; font-weight:bold; }
td#wikileft { vertical-align:top; }
td#wikibody { vertical-align:top; }
td#wikiright { vertical-align:top; }

/***********************************************/
/* formatting tables                           */
/***********************************************/

table.pretty th { 
	background-color:#bbbbff;
	vertical-align: baseline; }
table.pretty tr.ind1 { 
	background-color:#ffffff;
	vertical-align: baseline; }
table.pretty tr.ind2 { 
	background-color:#ddddff;
	vertical-align: baseline; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	width: auto;
	background: #cfc;
}
#masthead a:link {
	color:#333;
}
#masthead a:visited {
	color:#333;
}

#sidebar{
	float: right;
	width: 150px;
	padding: 10px;
	background-color: #eee;
	border-left: 1px solid #ccc;
	font-size: 90%;
}
#sidebar ul a:link, #sidebar ul a:visited {display: block;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}

/* 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;}

#content{
	margin: 10px 175px 10px 10px;
/*	background: #faa; */
}

#footer{
	clear: both;
/*	background: #aaf; */
	width:auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
	text-align:center;
	color: #888;
	padding: 10px;
/*	margin-top: -1px; */
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the sidebar in cases where they "touch" */

#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,sans-serif;
	color: #333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.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;
}
