/* CSS Reset, courtesy of Eric Meyer. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* Custom Styles */
body {
    font-family: georgia, "Times New Roman", times, helvetica, arial;
    font-size: 12pt;
    font-weight: normal;
    background-color: #f8f8f8;
}

.header {
    padding: 0;
    margin: 0;
	background-color: #eeeeee;
	width: 100%;
}

.margins {
	padding-left: 1em;
	padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    max-width: 960px;
    position: relative;
}

.nostyle {
    color: inherit;
    text-decoration: none;	
}

h1.name {
    display: inline;
    font-size: 18pt;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    color: #000000;
    letter-spacing: -0.05em;
}
h1.name .dotcom {
    display: inline;
    font-weight: normal;
    color: #bbbbbb;
}
h1.name a {
    color: inherit;
    text-decoration: inherit;
}

h1.name a:hover {
    color: inherit;
    text-decoration: inherit;
}


.header .right {
    display: inline-block;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 20px;
}
.header ul.links {
    font-family: helvetica, arial, sans-serif;
}
.header ul.links li {
	display: inline;
	padding-right: 0.5em;
}
.header ul.links li.first:before {
	content: " ";
}
.header ul.links li:before {
	content: "| ";
	padding-right: 0.5em;
}

.maintext {
    padding-top: 2em;
    padding-left: 2em;
    color: #404040;
    max-width: 960px;
}

a {
    color: #336699;
    text-decoration: underline;
}

a:hover {
    color: #6699cc;
    text-decoration: underline;
}

.maintext p.headline {
    font-size: 32pt;
    letter-spacing: -0.05em;
}
.maintext p.big-headline {
    font-size: 46pt;
    letter-spacing: -0.05em;
    line-height: 1em;
}
.maintext p {
    font-size: 16pt;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    margin-bottom: 1em;
}

.maintext div.linkheader {
    font-size: 1.2em;
    font-style: oblique;
    margin-bottom: 0.5em;
}
.maintext div.linkgroup {
    margin-bottom: 1.5em;
}

.maintext ul {
	margin-left: 1em;
	line-height: 1.5em;
}

.maintext ul li:before {
	content: "– ";
	margin-left: -1em;
}
.maintext ul li {
	margin-left: 1em;
}

.maintext .photo {
    clear: both;
    float: right;
        
    width: auto;
    height: auto;
    
    margin: 0.5em;
    margin-left: 1.5em;
    
    padding: 0.5em;
    display: inline;
    
    border: 1px;
    border-style: solid;
    border-color: #404040;
    
    font-size: 10pt;
    background-color: #e8e8e8;
}
.maintext .photo img {
//    display: inline;
    width: 300px;    
}
.maintext .photo p.credit {
    font-family: helvetica, arial, sans-serif;
    font-size: 0.8em;
    text-align: right;
    text-indent: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.maintext .photo p.caption {
    font-size: 1em;
    font-style: italic;
    text-align: left;
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0.25em;
}


.contactcard .frame {
	background-color: #ffffff;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 1em;
	margin: 1em;
	
	color: #000000;
	line-height: 1.5em;

	width: 450px;
	
	position: relative;
}

.contactcard .fieldHeading {
    display: inline;
    font-family: helvetica, arial, sans-serif;
    width: 100px;
    padding: 0;
    margin-left: 1em;
    text-align: right;
    position: absolute;
    left: -50px;
}

.contactcard .fieldEntry {
    display: inline-block;
    font-family: courier, "courier new", moncao, monospace;
    width: 380px;
    padding: 0;
    margin-left: 1em;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    text-align: left;
    position: absolute;
    right: 25px;
}


