/***********************************************/
/* family.css, based heavily on...             */

/* 2col_rightNav.css                           */
/* Use with template 2col_rightNav.html        */
/***********************************************/

/***********************************************/
/* From old PmWiki stdlayout.css               */
/***********************************************/

ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }
td#wikileft { vertical-align:top; }
td#wikibody { vertical-align:top; }
td#wikiright { vertical-align:top; }

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Ariel', sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px 30px 0px 30px;
	padding-background: #000;
}

a:link {
	color: #c00;
	text-decoration: none;
}

a:visited, a:hover {
	color: #a44;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Ariel', sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 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;
}

/***********************************************/
/* 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{
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Ariel', sans-serif;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	width: auto;
	text-transform: uppercase;
/*	background: #ddf; */
}

.pagetitle { 
	font-size:36px; 
	color:#777; 
}
.titlenote { 
	color:#f33; 
}

#navbar{
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Ariel', sans-serif;
	text-align: right;
	color: #777;
	padding: 5px 10px 5px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
}

#navbar a:link, #navbar a:visited {
	color: #777;
	text-decoration: none;
}

#navbar a:hover {
	color: #c00;
	text-decoration: none;
}


#sidebar{
	color: #777;
	float: left;
	width: 170px;
	padding: 15px 10px 10px 14px;
	background-color: #fff;
	/*font-size: 10px;*/
}
#sidebar ul {list-style: none; margin: 0; padding: 0;}
#sidebar a:link, #sidebar a:visited {
	color: #777;
	text-decoration: none;
}

#sidebar a:hover {
	color: rgb(166, 75, 60);
	text-decoration: none;
}


/* 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  10px 10px 200px;
/*	background: #faa; */
	line-height: 22px;
}

#signature{
	clear: both;
	background: #ccc;
	text-align:right;
	width:auto;
	padding: 4px 10px 4px 4px ;
/*	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{
	clear: both;
/*	background: #aaf; */
	width:auto;
	border-top: 1px solid #ccc;
	text-align:right;
	color: #888;
	padding: 10px 0px 10px 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 a:link, #footer a:visited {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	background: #777;
	text-decoration: none;
}

#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; 
} 



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;
}


.prompt {
	font-weight: normal;
	text-decoration: none;
}

.messagehead {
            margin:1em 0 0 0;
            padding:0 0 0 3px;
            border:0px;
            }
.messageitem {
            margin:0;
            padding:5px 10px 10px 10px;
            border:0px;
            }

.quote {
	background: #eee url(blockquote.png) no-repeat bottom left;
	padding: 5px 10px 37px;
	margin-right: 10px;
	margin-left: 10px;
} /* Idea from ShadedGrey of http://wpthemes.info/ */

