/* SOME RESETS AND LAYOUT ONLY */


/*
@font-face {
    font-family: 'Goudy Bookletter 1911';
    src: url('/style/fonts/goudy-bookletter-1911/goudybookletter1911-webfont.eot');
    src: url('/style/fonts/goudy-bookletter-1911/goudybookletter1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('/style/fonts/goudy-bookletter-1911/goudybookletter1911-webfont.woff') format('woff'),
         url('/style/fonts/goudy-bookletter-1911/goudybookletter1911-webfont.ttf') format('truetype'),
         url('/style/fonts/goudy-bookletter-1911/goudybookletter1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/


@font-face {
    font-family: 'Cardo Bold';
    src: url('/style/fonts/cardo101bold/cardob101-webfont.eot');
    src: url('/style/fonts/cardo101bold/cardob101-webfont.eot?#iefix') format('embedded-opentype'),
         url('/style/fonts/cardo101bold/cardob101-webfont.woff') format('woff'),
         url('/style/fonts/cardo101bold/cardob101-webfont.ttf') format('truetype'),
         url('/style/fonts/cardo101bold/cardob101-webfont.svg#CardoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	background: #af984e url(/adams-resources/slipfile/images/slip_bg2.jpg) 50% 0% no-repeat /* #444444 */;
	font-size: 95%;
	font-family: Helvetica, Arial, sans-serif;
}

#banner {
	height: 6.3em;
}


#banner .mhs_masthead { float: right;}

#masterc {
	
	max-width: 55em;
	margin-left: auto;
	margin-right: auto;
}


#mainCol {
	padding: .5em 2em 2em 2em;
	background: #faf5d9 url(../images/vanillaPaper.jpg) 100% 0% repeat-y;
	min-height: 35em;
		box-shadow: 0px 4px 5px #222;
-webkit-box-shadow: 0px 4px 5px #222;
-moz-box-shadow: 0px 4px 5px #222;
/* THIS SHIFTS LINK CLICK AREA DOWN filter: progid:DXImageTransform.Microsoft.dropShadow(color=#222, offX=0, offY=4, positive=true);
fuck you IE! */
}





/* GENERAL STYLE */
a,
a:link,
a:visited,
a:active {
	cursor: pointer;
	color: blue;
	text-decoration: none;
}

noscript {
	font-size: 120%;
	background: yellow;
}



h1 {
	font-size: 200%;
	color: #4b6e9a;
	text-shadow: #c6c09d 2px 2px 4px; /* really lt: dbd6b8  drkr: aba689 */
	font-family:  'Cardo Bold', 'Goudy Bookletter 1911', Georgia, serif;
	font-weight: normal;
	margin: .5em 0 .5em 0;
}






/* indenting */
h2 {margin-left: .2em}

p,
ul,
ol
{margin-left: 1.7em; }


/* SOME VERTICAL SPACE */
p,
h2,h3,
ul,
ol
{margin-top: 1.1em; margin-bottom: .5em;}

h2 {margin-top: 2em;}


/* font-styling */
p {
	line-height: 1.3;
}


ul {margin-left: 2.7em;}



/* GENERAL EXTRA INFO MOUSEOVER */
.moreInfo {display: none;
position: absolute; font-weight: normal; background: white; border: 1px solid black; z-index: 200; padding: .3em;
box-shadow: 0px 1px 5px #222;
-webkit-box-shadow: 0px 1px 5px #222;
-moz-box-shadow: 0px 1px 5px #222;
color: black; font-weight: normal;
}






/* Navigation */
  
  
#navigation  {
	display: table;
	margin: 0;
	width: 100%;
	background: #54471e; /* #61081b; */
}

#navigation a {
	display: table-cell;
	padding: .5em .65em .5em .65em;
	color: white;
}
#navigation a + a {border-left: 1px solid #362a07;}

#navigation a.currentPage,
#navigation a:hover.currentPage {
	background: #faf5d9 url(../images/pageTabOn.jpg) no-repeat;
	color: #000;
}

#navigation a:hover {
	color: white;
	background: #87253c; /* #dc6500; orangish */
}

#tabSet {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	max-width: 75%;
	margin-left: 2em; margin-right: auto;

}

#tabSet li {
	display: inline-block;
	padding: 0;
	margin-left: -3px;
	background: url(../images/tabDBlueLeft.jpg) 0 3px no-repeat;
}

* html #tabSet li { 	display: inline; padding: 0em .25em 0em .25em;} /* IE 6 fcking fix */
* +  html #tabSet li { 	display: inline; padding: 0em .25em 0em .25em;} /* IE 7 fcking fix */

#tabSet li a {
	color: #c0c0c0;
	display: inline-block;
	background: url(../images/tabDBlueRight.jpg) 100% 3px no-repeat;
	padding: .8em 1.1em .5em 1em;
	cursor: pointer;
}

#tabSet li.tabStyleOn {
	background: url(../images/tabBlueLeft.jpg) 0 0 no-repeat;
}

#tabSet li.tabStyleOn a {
	color: #222233;	background: url(../images/tabBlueRight.jpg) 100% 0 no-repeat;
	padding: .8em 1.3em .5em 1em;
}









/* SEARCH PAGE */

.search_page div.tab {
	max-width: 100%;
	margin: 0;
	padding: 1em 0 0 0;
	background: #dce3ec url(/adams-resources/slipfile/images/bluegray-shade.jpg) repeat-x; /* #D3E1F1 */
}

div#tabShadow {
	margin-top: 0;
	margin-left: auto; margin-right: auto;
	box-shadow: 0px 3px 5px #222;
	-webkit-box-shadow: 0px 3px 5px #222;
	-moz-box-shadow: 0px 3px 5px #222;
/*	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#222, offX=0, offY=4, positive=true); makes IE links break! */
}

.search_page form {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: .5em 1.5em 1em 1.5em;
	min-height: 4em;
}

.search_page form p {margin: 0 0 .5em 0;}

.search_page legend {
	margin-bottom: 0;
	margin-left: -.5em;
	padding: .5em;
	Xbackground: #deeafa;
	font-size: 90%;
}

.search_page legend b {
	Xborder: 1px solid #a0c0f0;
	font-size: 115%;
	text-transform: uppercase;
	padding: 1px 4px 1px 4px;
}

.search_page fieldset {
	padding: .5em .5em .5em 1em;
	border: .1em solid #a0c0f0;
	margin-bottom: 1.5em;
}

.search_page fieldset fieldset {
	padding: 0em; border: none;
}

.search_page fieldset.field_inline {
	display: inline-block;
	display: -moz-inline-box; /* FF 2 support */
}

* html .search_page fieldset.field_inline  { display:inline;vertical-align: top; }  /* for IE 6*/
* + html .search_page fieldset.field_inline  { display:inline;vertical-align: top; }  /* for IE 7 */


.search_page fieldset.label_below {
	display: inline-block;
	display: -moz-inline-box; /* FF 2 support */
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
}

* html .search_page fieldset.label_below {display:inline; vertical-align: middle;}  /* for IE 6 */
* + html .search_page fieldset.label_below {display:inline; }  /* for IE 7 */


.search_page fieldset.label_below input,
.search_page fieldset.label_below select,
.search_page fieldset.label_below label{
	display: block;
}
.search_page fieldset.label_below label {
	font-size: 90%; font-style: italic;
}

.search_page form .hints {
	float: right;
	vertical-align: top;
	width: 25%;
	padding: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #8694a4;
	color: white;
	margin: -.5em .5em .5em 1em;
}


.helpButton {
	float: right; width: 1.25em; padding: .2em; color: white;
	font-weight: bold;
}

.inline {float: none !important;}
.inline img { vertical-align: bottom;}

.helpText {
	display: none;
}
/* when displayed, content moves out of .helpText into popup box, with class below: */
.help_box-MHSdiaBoxContent em {
	background: white; color: black; padding: .0em .3em .0em .3em;
}

.help_box-MHSdiaBoxContent a:link,
.help_box-MHSdiaBoxContent a:visited {
	color: #88aaff; font-weight: bold;
}


#helpbox {
	position: absolute;
	background: #333333;
	color: #e0e0e0;
	height: auto;
	line-height: 1.3em;
	width: 25em;
	max-height: 50em;
}

#helpbox  div {
	padding: 1.3em;
}

#helpbox .help_box-MHSdiaBoxToolbar {
	width: 100%;
	background: #000000;
	margin-bottom: .25em;
	padding: .2em .75em .2em .75em;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#helpbox .help_box-MHSdiaBoxToolbar a {
	color: #88aaff; font-weight: bold;
}


.people_summary {
	padding: .5em;
}


.search_page input.fancySubmit {
	display: inline-block;
	display: -moz-inline-box; /* FF 2 support */
	margin-left: 7%;
	border: none; outline: none;
	width: 66px; height: 28px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(../images/search.png) no-repeat;
}

.basicSearchGo {
	margin-left: auto; margin-right: auto;
	width: 50%; text-align: center;
}

.search_page .basicSearchGo input[type='submit'] {display: inline}

.search_page .full_input {
	width: 95%;
}
.search_page .fine_print {
	font-size: 75%;
}


input[name="doct"] {
	width: 95%;
}

/*
#SbNaddPerson,
#SAaddPerson
{
	padding: 0px 22px 8px 0px; background: url(/adams-resources/slipfile/images/add-button.png) no-repeat 100% 0%;
	line-height: 2;
}
*/

.rndBut { background: url(/images/smgraphics/rndButCLeft.png) no-repeat; height: 29px; display: inline-block;
	border: none; outline: none;
	padding: 0px 0px 0px 13px; color: #fff;
	text-shadow: #222 1px 1px 0px;
	vertical-align: middle;
}
.rndBut:active,
.rndBut:visited {
	color: #fff;
	text-shadow: #222 1px 1px 0px;
}

.rndBut:after {
	border: none; outline: none;
	content: ''; background: #dce3ec url(/images/smgraphics/rndButCRight.png) no-repeat; width: 11px; height: 29px; display: inline-block;
	vertical-align: middle;
}

#SbNaddMsg,
#SAaddMsg {font-style: italic; display: block; text-align: center;}

#resetAformTop {float: right;}




#footer {
	padding: 0em;
	background: #413716 url(../images/footerBG.jpg) repeat-x; color:  #eae5c5;
	font-size: 85%;
	text-align: center;
}

#footer p {
	margin: 0 0 .5em 0;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: white;
}
#footer a:hover {text-decoration: underline; color: #8899ff;}

#footer .columns {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer .columns ul {list-style-type: none;}

#footer .columns div {
	margin: 0;
	display: table-cell;
	vertical-align: top;
	padding: 1em;
}

#footer .columns div.short {width: 144px; padding: 0; text-align: left;}







/* OTHER STYLING */

    #colorKey td {padding: .5em; vertical-align: top; }
    #colorKey tr + tr td {border-top: 1px dotted #888888;}


    #adams_family_initials {font-size: 90%;}
    #adams_family_initials th {padding: 1em 0 .5em 0; font-weight: bold; font-style: italic; text-align: left;}
    #adams_family_initials td {padding-bottom: .5em;}
    #adams_family_initials td+td {padding-left: 1em}
