/***********************************************/
/* family.css, based heavily on...             */

/* 2col_rightNav.css                           */
/* Use with template 2col_rightNav.html        */
/***********************************************/
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	color: #000 /* was #333 */;
	line-height: 1.4;	
}

strong {
	font-weight: bold;
}

hr {
	border-bottom: 1px dashed #51a2eb;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/***********************************************/
/* 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 {
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0; }
table.pretty td,
table.pretty th {
	border: none;
	padding: 5px 20px 5px 5px; }
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 0px 20px;
	#border-bottom: 1px solid #ccc;
	width: auto;
/*	background: #ddf; */
}
#masthead a:link {
	color:#000 /* was #333 */;
}
#masthead a:visited {
	color:#000 /* was #333 */;
}

#sidebar{
	float: right;
	width: 150px;
	padding: 0 10px 0 20px;
	font-size: 70%;
	border-left: 1px dashed #51a2eb;
}
/*#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;}

small {
	font-size: 70%;
}

#insidefooter {
	clear: both;
	text-align: right;
	padding: 0px;
}
#footer{
	clear: both;
/*	background: #aaf; */
	width:auto;
	border-top: 1px dashed #51a2eb;
	font-size: 70%;
	text-align:center;
	color: #888;
	padding: 20px 0 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{
	margin: 0px;
	padding: 0px 30px 0px 60px;
	min-width: 700px;
}

a:link, a:visited, a:hover {
	color: #3d7db9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #006699;
}

h5{
 font-size: 100%;
 color: #006699;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 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;
}

div#wrapper {
	margin: 0;
	padding: 0;
}

.pagegroup {
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 100;
	color: #51a2eb;
	text-transform: lowercase;
	font-size: 400%;
	margin-bottom: -0.3em;
	margin-top:.3em;
	margin-left: -30px;
	line-height: 70%;
}

.pagetitle a, .pagegroup a {
	text-decoration: none;
}

table.familyfest th { 
	color: #BBBBBB; 
	font-style: normal; 
	font-weight: normal; 
}

table.familyfest tr {
}

table.familyfest td {
	padding-right: 5px;
	padding-left: 5px;
}

.lfloat {
	position: relative;
	display: block;
	right: 30px;
	margin-right: -10px;
}

.frame {
	padding: 0px;
	border: none;
}
#wikitext {
	margin-right: 180px;
	padding-right: 20px;
	border-right: 1px dashed #51a2eb;
	border-right: none;
}

/****** color blue ******/

a:link, a:visited, a:hover {
	color: #3d7db9;
}

h1, h2, h3, h4, h5, h6 {
 color: #334d55;
}

.pagegroup, .pagegroup a {
	color: #51a2eb !important;
}

#wikitext, #sidebar, #footer, hr {
	border-color: #51a2eb;
}

/*** end blue ***/

/****** color red ******

a:link, a:visited, a:hover {
	color: #b95283;
}

h1, h2, h3, h4, h5, h6 {
 color: #6f2344;
}

.pagegroup, .pagegroup a {
	color: #e87ab2 !important;
}

#wikitext, #sidebar, #footer, hr {
	border-color: #e86c6b;
}

*** end red ***/

/****** color yellow ******

a:link, a:visited, a:hover {
	color: #dfa31d;
}

h1, h2, h3, h4, h5, h6 {
 color: #ebad20;
}

.pagegroup, .pagegroup a {
	color: #f7b510 !important;
}

#wikitext, #sidebar, #footer, hr {
	border-color: #f7b510;
}

*** end yellow ***/

