@font-face { font-family: ALACSerif; src: url('fonts/ALACSerifWeb-Regular100112a.otf'); }
@font-face { font-family: ALACSerif; font-weight: bold; src: url('fonts/ALACSerifWeb-Bold091217a.otf'); }
@font-face { font-family: ALACSerif; font-style: italic; src: url('fonts/ALACSerifWeb-Italic091217c.otf'); }
@font-face { font-family: ALACSerifOSF; font-style: normal; src: url('fonts/ALACSerifWeb-RegularOSF100112a.otf'); }
@font-face { font-family: ALACSerifSC; font-style: normal; src: url('fonts/ALACSerifWeb-RegularSC100111a.otf'); }

body {
	margin:40px 40px;
	padding:0;
	font-family: ALACSerifOSF, ALACSerif, Times, Georgia, serif;
	color:#000;
	font-size:12px;
	line-height:1.5em;
	background-color:#FFF;
}
a:link,
a:active,
a:visited {
	color:#06B;
	text-decoration:none;
}
a.nocolor:link,
a.nocolor:active,
a.nocolor:visited {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#72A;
	text-decoration:none;
}
a:hover,
a.nocolor:hover {
	color:#000;
	text-decoration:underline;
}



img {
	border:none;
}

p {
	margin:0 0 1em 0;
}
hr {
	clear:both;
	background-color:#DDD;
	border:none;
	height:1px;
	margin:40px 0;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 1em 0;
	color:#000000;
	line-height:1.2em;
	font-weight:normal;
}
h1 {
	font-size:21px;
	margin:0 0 .8em 0;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:13px;
}

.nowrap {
	white-space:nowrap;
}
.smallcaps {
	font-family:ALACSerifSC;
}
.allsmallcaps {
	text-transform:lowercase;
	font-family:ALACSerifSC;
}
.osf {
	font-family:ALACSerifOSF;
}
.liningfigs {
	font-family:ALACSerif;
}

div#content {
	margin:20px 0;
	padding:20px 0;
	min-height:400px;
	min-width:800px;
}

div#header {
	margin:0 0 10px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #CCC;
}

h1#logo {
	position:relative;
	width:300px;
	height:40px;
	overflow:hidden;
	margin:0 0 20px 0;
}
h1#logo a:link,
h1#logo a:visited,
h1#logo a:active,
h1#logo a:hover {
	display:block;
	width:300px;
	height:40px;
	margin:0;
	padding:45px 0 0 0;
	background-color:#FFFFFF;
	background-image:url("images/SilasDilworth_nameplate.png");
	background-repeat:no-repeat;
}







#nav {
	margin:0;
	padding:0;
	font-family:ALACSerifSC;
	font-size:16px;
	line-height:2em;
	text-transform:lowercase;
}
#nav a:link,
#nav a:visited,
#nav a:active,
#nav a:hover {
	color:#999999;
	text-decoration:none;
	margin:0 15px 0 0;
	padding:0;
	line-height:1em;
	letter-spacing:.1em;
}
#nav a:hover,
#nav a.actnav:link,
#nav a.actnav:visited,
#nav a.actnav:active,
#nav a.actnav:hover {
	color:#000000;
	text-decoration:none;
	line-height:1em;
}


.red {
	color:red;
}
.gray {
	color:#999999;
}

form { 
	font-size:12px;
	padding:0;
}

input.text { 
	width:200px;
	margin:0 0 1em 0;
	padding:3px;
	border:1px solid #999999;
	font-family:"Lucida Grande", 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}
textarea {
	width:400px;
	height:200px;
	margin:0 0 1em 0;
	padding:3px;
	border:1px solid #999999;
	font-family:"Lucida Grande", 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}


.fl {
	float:left;
}
.fr {
	float:right;
}

.w400 {
	width:400px;
}
.w500 {
	width:500px;
}
div.w500 {
	width:500px;
	margin:0 0 3em 0;
}


div.hometext {
	width:240px;
	float:left;
}
div.homepic {
	width:400px;
	float:right;
}
div.homepic img {
	width:400px;
	height:300px;
}


div.chrono {
	margin:0 0 1.5em 0;
}
div.chrono h2.years {
	font-family:ALACSerifSC;
	margin:1em 0;
}
div.chrono ul {
	margin:0;
	padding:0;
}
div.chrono ul li {
	margin:0 0 .2em 20px;
	padding:0 0 0 10px;
	text-indent:-1em;
}


.specimengifs {
	float:left;
	width:400px;
	margin:0 50px 0 0;
}
.specimentext {
	float:left;
	width:260px;
	padding:15px 0 0 0;
}
.specimentext p {
	margin:0 0 1em 0;
}

.webshot {
	float:left;
	width:400px;
	margin:0 50px 40px 0;
}
.webshot img {
	width:400px;
	height:300px;
}
.webtext {
	float:left;
	width:260px;
	margin-bottom:40px;
}



#footer {
	font-family: ALACSerifSC;
	margin:40px 0 0 0;
	padding:20px 0 0 0;
	clear:both;
	letter-spacing:.1em;
	color:#BBB;
	border-top:1px solid #CCC;
}