/* GENERAL
====================================================================== */
html { background: white; }

html, body { width: 100%; }

#nav { display: none; }

body {
	padding: 30pt;
	color: black;
	font-size: 12pt;
}

body, input, select, textarea {
	font-family: Baskerville, "Times New Roman", Times, serif;
	line-height: 1.3;
}

h1 {
	margin: 0 0 24pt 0;
	padding: 0;
	color: #1b191c;
	font-size: 24pt;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 3pt;
}

h1 em {
	color: #564f59;
	font-size: 16pt;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: 1pt;
}

h2, h2 em {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #1b191c;
}

#gallery, object, #gallery_wrapper {
	display: none;
}

img#gallery {
	display: block;
}

#footer {
	margin-top: 24pt;
}

#cgcraft,
#copyright {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	letter-spacing: 1pt;
	display: block;
}

#copyright {
	margin-top: 24pt;
}

#cgcraft {
	margin-top: 2pt;
}




/* LINKS
====================================================================== */
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

/* write out ONLY EXTERNAL links in parenthesis */
a[href^="http:"] { color: #999; }
a[href^="http:"]:after { content: " (" attr(href)") "; }