/* CSS Document ffhs-all.css */

/* General element position definitions */
* {
	margin: 0px;
	padding: 0px;
}

/* General text sizing definitions */

/* set basic font size */
html {font-size: 100%;}
body {font-size: 80%;}	/* change this to affect all text sizes */

#wrapall {font: 1.0em/1.4em Arial, Helvetica, sans-serif;}

h1 {display:none !important}
h2 {font-size: 2.0em; text-align: center; line-height: 1em;}
h3 {font-size: 1.5em; text-align: center; line-height: 1em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em; font-weight: normal;}

ul, ol, li, p, h1, h2, h3, h4, h5, h6 {margin-top: 0.5em;}

ul {
	padding-left: 2em;
	list-style-image: url(art/1dot-yg.gif);
}

ol {
	padding-left: 2em;
}

a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}

p.indented {
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

/* --------------------------------------------------------------------- */
/* Styles for basic page layout
	  -  altering these can seriously damage your (mental) health */

body {
	color: #000000;
	background-color: #CCCCCC;
}

#wrapall { /* Wrapper for complete web page */
/* in case we want to give it a fixed width */
	height: auto;
  width: 100%;	/* for liquid width page */
	min-width: 775px;
	max-width: 1300px;
	margin: auto;
}

#header {
	position: relative;
	height: 87px;
	background-image: url(/art/fiveheads.jpg);
	background-color: #080808;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#title {
	position: absolute;
	right: 30px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
}

.initial {
	color: #FDBB30;
}

#footer {
	clear: both;
	margin: 0 16em;
	padding: 1em;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 700;
}

/* breadcrumb trail */
#crumbs {
	width: 100%;
	padding: 1px 0px 2px 0px;
	text-align: left;
}

#crumbs p {margin: 0}

#sitemap {
	float: right;
}

#mainpage {
	position: relative;
	clear: both;
	width: 100%;
}

#leftcol {
	width: 13em;
	position: absolute;
	top: 0px;
	left: 0px;
}

#midcol {
	margin: 0 13em;
	background-color: #FFFFCC;
}

#rightcol {
	width: 13em;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* --------------------------------------------------------------------- */
/* Miscellaneous bits and pieces */

a.fedlink img {
	border: 1px solid #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

a.fedlink:hover img {
	border: 1px solid #FFFFFF;
	border-top-color: #999999;
	border-right-color: #999999;
}

.colwrap {
	padding: 10px;
}

hr {
	margin: 1em 0;
}

.boxed {
	border: 1px solid #000000;
	padding: 5px;
}

.fullwidth {
	width: 100%;
	clear: both;
}

.halfleft {
	float: left;
}

.halfright {
	float: right;
}

.halfleft, .halfright {
	width: 49%;
}

.centred {
	text-align: center;
}

.floatl {
	float: left;
	padding: 10px 20px 10px 0
}

.floatr {
	float: right;
	padding: 10px 0 10px 20px
}

.cleared { clear:both; }

.fhocaps {
	color:#66CCFF;
}

.hidden {
	display: none;
}

.highlight { color: #FF0000; font-weight: bold; }

.advert {
	font-size: 0.9em;
	margin: 1em;
	padding: 0 1em;
	line-height: 1.25em;
	border: 1px solid #FF0000;
}

.top { margin-top: 0;}
/* --------------------------------------------------------------------- */
/* Menus */

.selected a {
	color: #990000;
}

.selected a:hover {
	text-decoration: none;
}

/* Top level menu */
#menu1 {
	width: 100%;
}
#menu1 ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 1.5em;
}
#menu1 li {
	margin: 0.2em 0;
}
#menu1 a {
	display: block;
	height: 1.5em;
	background-color: #FFFFCC;
	border: 2px solid;
	border-top-color: #FFBB33;
	border-right-color: #FFBB33;
	border-bottom-color: #BB6600;
	border-left-color: #BB6600;
}
#menu1 a:hover {
	border-top-color: #BB6600;
	border-right-color: #BB6600;
	border-bottom-color: #FFBB33;
	border-left-color: #FFBB33;
}

/* Second level menu */
#menu2 {
	background-color: #CCCCCC; 
  width: 100%;
	padding: 0;
}

#menu2 ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 10px;
}

#menu2 li {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	border-bottom-color:#EEEEEE;
	margin-right: 2px;
	padding: 0 0.3em;
	display: inline;
}

#menu2 li.selected {
	background-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
}

/* Third level menu */
#menu3 {
	text-align: center;
	width: 100%;
	margin: auto;
}
#menu3 ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}
#menu3 li {
	margin-top: 0.4em;
	background-color: #FFFFCC;
}
#menu3 a {
	height: 1.4em;
	display: block;
	text-decoration: none;
}
#menu3 li.selected a, #menu3 a:hover {
	background-image: url(/art/yellow2hi.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Third level menu for News pages only */
.newsitem {
	background-color: #FFFFCC;
	margin: 0.5em 0;
}
.newsitem a {
	display: block;
	height: 1.4em;
	padding: 3px;
}
.newsitem a:hover, #newslist div.selected {
	background-image: url(/art/yellow3hi.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.newsyear {
	background-color: #FFFFCC;
	margin: 0.25em 0;
	font-size: 1.5em;
	text-align : center;
}
.newsyear a {
	display: block;
	padding : 0.2em;
	background-color: #FFFFCC;
	border: 2px solid;
	border-top-color: #FFBB33;
	border-right-color: #FFBB33;
	border-bottom-color: #BB6600;
	border-left-color: #BB6600;
}
.newsyear a:hover {
	border-top-color: #BB6600;
	border-right-color: #BB6600;
	border-bottom-color: #FFBB33;
	border-left-color: #FFBB33;
}

/* Third level menu for Ezine Articles pages only */
.article {
	background-color: #FFFFCC;
	margin: 0.5em 0;
}
.article a {
	display: block;
	height: 2.8em;
	padding: 3px;
}
.article a:hover, #articlelist div.selected {
	background-image: url(/art/yellow3hi.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



/* Formatting styles for Info blocks in left-hand column */
.info {
	font-size: 0.8em;
	margin-top: 2em;
	text-align: center;
	line-height: 1em;
	color: #333333;
}


/* Formatting styles for News Headlines Column */

#gommbrnews {
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #000000;
	margin-bottom: 5px;
}

#gommbrnews a {
	display: block;
}

#goffhsnews {
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #000000;
	margin-bottom: 5px;
}

#goffhsnews a {
	display: block;
}

#goEzine {
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #000000;
	margin-bottom: 5px;
}

#goEzine a {
	display: block;
}

.Ecap {
	font-size: 1.2em;
	color: #FF9900;
	font-weight: 600;
}

div.headlines div.colhead {
	background-color: #FDBB30;
	text-align: center;
	font-weight: bold;
}

div.headlines div.colhead p {
	line-height: 2.5em;
	font-size: 1.2em;
}

div.headlines dl {
	padding: 5px;
}

div.headlines dl dt {
	font-weight: bold;
	padding-top: 5px;
}

div.headlines dl dd {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}


ul.memberlink {
	list-style-type: none;
	margin-top: 1em;
}

ul.memberlink li {
	margin-left: 3em;
}

/* Formatting styles for Members Details */
.member {
}

.member h5 {
	font-size: 1.5em;
	padding-top: 0.5em;
}

.member h6 {
	font-size: 1.2em;
	padding-left: 1em;
	padding-top: 0.5em;
	font-weight: 600;
}

.member p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
	font-style: italic;
	margin: 0px;
}

.member dl {
}

.member dt {
	padding-left: 2em;
	float: left;
}

.member dd {
	padding-left: 10em;
}

.member table {
	margin-left: 3em;
}
.member table td {
	padding-left: 1em;
	vertical-align: top;
}

.awardresults {
	text-align: center;
}
.awardresults h4 {margin-top: 2em;}
.awardresults h5 {margin-top: 1em;}
.awardresults h6 {margin-top: 1em;}

.bestweb h4{
	text-align: center;
	margin: 1.5em;
}
.bestweb table {
	font-weight: bold;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
}
.bestweb table td {
	padding: 0.3em;
	vertical-align: top;
}

#whoswho h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}
#whoswho h4 {
	margin-left: 1em;
}
#whoswho h5 {
	margin-left: 3em;
}
#whoswho h6 {
	margin-left: 6em;
	margin-top: 0em;
}
#whoswho p {
	margin-left: 8em;
	margin-top: 0em;
}

.ezform {
	background-color: #CCFFCC;
	padding: 1em 2em;
}

/* Formatting styles for NBI parish tables */
.nbiparishes {
	margin: 0 auto;
}
.nbiparishes td, .nbiparishes th {
	padding: 0 0.3em;	
}
.nbiparishes th {
	background-color:#CCFFFF;
}

/* Formatting styles for 1911 Census page */
.census1911 table {
	width: 100%;
	margin-bottom: 1em;
}
.census1911 table td {
	vertical-align: top;
	width: 33%;
	padding-left: 1em;
}
.census1911 #notyet {
	color: #FF0000;
}
