@charset "UTF-8";

/* Indent the first character of every paragraph */
p 
{ 
  text-indent: 1em;
}

/* No borders around thumbnails or other images, and center them horizontally */
img
{
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Generic tables */
table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
th, td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	text-align: center;
}

/* Style the home page buttons */
div.button {
	position: absolute; 
	top: 466px;
	left:72px; 
}
table.button {
	border-style: hidden;
	background-color: transparent;
}
table.button td {
    border-style: hidden;
    background-color: transparent;
}

/* Style the restoration index table */
table.blog_index {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.blog_index th {
	border-width: 1px;
	padding: 5px;
    border-style: inset;
	border-color: gray;
	background-color: silver;
	-moz-border-radius: ;
}
table.blog_index td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.blog_index td:first-child {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: silver;
	-moz-border-radius: ;
}

/* Turn links red on mouse-over */
a:hover {
	color: red;
}

/* Make our custom fonts available for use in this web site */
@font-face {
	font-family: "EBSqCBQ";
	src: url("fonts/EBSq.CB&QGNVersion-Regular.woff") format('woff');
}
@font-face {
	font-family: "EBSqSPS47";
	src: url("fonts/EBSq.SP&S1947Version-Regular.woff") format('woff');
}
@font-face {
	font-family: "EBSqSPS51";
	src: url("fonts/EBSq.SP&S1951Version-Regular.woff") format('woff');
}
@font-face {
	font-family: "EBExtCBQ";
	src: url("fonts/EBExt.CB&QGNVersion-Regular.woff") format('woff');
}
@font-face {
	font-family: "EBExtSPS47";
	src: url("fonts/EBExt.SP&S1947Version-Regular.woff") format('woff');
}
@font-face {
	font-family: "EBExtSPS51";
	src: url("fonts/EBExt.SP&S1951Version-Regular.woff") format('woff');
}

