/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Tahoma, Geneva, sans-serif;
color: #fff;
font-size: 75%;
background-color: #000;
/* background-image: url('/hatfield.jpg'); */
background-repeat: repeat;
}

blockquote, h3, p, li {
line-height: 1.5em;
}

blockquote {
}

h3 {
font-size: 150%;
font-weight: normal;
color: #fff;
}
h1, h2 {
font-size: 100px;
line-height: 80px;
font-weight: lighter;
color: #cccc99;
padding: 0;
margin: 0;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
z-index: -1;
}

h2 {
}

small, .small {
margin: 0;
padding: 0;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #cc0000;
background-color: inherit;
}

/* a:visited { text-decoration: none; } */
a:hover { color: #cc0000;
text-decoration: underline; } 

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Tahoma, Geneva, sans-serif;
}

#sidebar-2 a, #sidebar-1 a {
color: #fff;
background-color: inherit;
border: none;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
line-height: 1.5em;
}

#sidebar-1 p {
text-align: right;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: auto;
padding: 10px;
width: 85%;
}

#head {
text-align: center;
}

#sidebar-1 {
}

#sidebar-2 {
margin: auto;
width: 644px;
}

#content {
margin: auto;
background-image: url('/table.png');
background-repeat: repeat;
padding: 50px;
/*border-bottom: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;*/
}

#footer {
text-align: center;
margin: auto;
width: 750px;
padding-top: 50px;
padding-bottom: 50px;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}


/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

/* ME
-------------------------------------------------- */

.sectionthumbnails
{
float: left;
margin-right: 25px;
margin-bottom: 25px;
}

.bigimage
{
text-align: center;
}

.imagetitle
{
text-align: right;
}

.clearAll {
clear: both;
}

br {
line-height: 0;
}

img {

border-style: solid;
border-width: 1px;
border-color: #cccc99;
padding: 1px;
}

img:hover {
border-style: solid;
border-width: 1px;
border-color: #cc0000;
padding: 1px;
}

.linklist {
z-index: 1;
}

ul {
	list-style: none;
	padding-right: 20px;
	margin: auto;

}
li {
	float: right;
	margin: 0 0.15em;
	padding-left: 50px;
}

img.work {
		margin: 0 20px 0 0;
		float: left;
}

.wide {
width: 648px;
}

.narrow {
width: 648px;
}