/*
 *
 *  EdwardPenfield.com
 *  Master CSS Stylesheet
 *
 *  Site design by thrive | arts, a discipline of Thrive Mediarts Incorporated
 *  http://thrivearts.com
 *
 *  rev 20021116
 *  rev 20061007, upgraded css, added thickbox
 *
 */

/*  Element styles  */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

body {
	color: #000;
	background: #eec url('bg.jpg') left top repeat fixed;
	margin: 0p;
	padding: 0;
}

td {
	font: 12pt Georgia, Times, 'Times New Roman', serif;
}

img.tn {
	width: 153px;
	border: 1px solid #000;
}

/*  Link Styles  */
a:link,
a:visited {
	color: #900;
	text-decoration: none;
}

a:active,
a:hover {
	color: #660;
	text-decoration: underline;
}	
	
p, .bib {
	font: 10pt/14pt Georgia, Times, 'Times New Roman', serif;
}

.hed {
	color: #060;
	font-size: 18pt;
	font-weight: bold;
}

.sub {
	color: #363;
	font-size: 13pt;
	font-weight: bold;
}

.nav {
	font-size: 10pt;
	font-weight: bold;
}
	
.cat {
	color: #f60;
}

.note {
	font: normal 8pt/12pt Helvetica, Arial, sans-serif;
}
	
.note:link {
	color: #000;
	text-decoration: none;
}
	
.copyright {
	color: #660;
	font: 8pt/10pt Geneva, Helvetica, Arial, sans-serif;
	}
	
/*  TB Popup link and font settings  */

#TB_window {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
}

#TB_secondLine {
	font: 10px Helvetica, Arial, sans-serif;
	color:#666;
}

#TB_window a:link {
	color: #666;
}
#TB_window a:visited {
	color: #666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666;
}
#TB_window a:focus{
	color: #666;
}

/*  thickbox settings  */

#TB_overlay {
	position: absolute;
	position: fixed;
	z-index: 100;
	width: 100%;
	width: auto !important;
	min-width: 100%;
	height: 110%;
	height: auto !important;
	min-height: 110%;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color: #000;
	display: none;
	border-right: 2px solid #88816b;
	border-bottom: 2px solid #88816b;
	border-top: 2px solid #cec7b0;
	border-left: 2px solid #cec7b0;
	text-align: left;
}

#TB_window img {
	display: block;
	margin: 14px 0 0 14px;
	border-right: 1px solid #cec7b0;
	border-bottom: 1px solid #cec7b0;
	border-top: 1px solid #a49d86;
	border-left: 1px solid #a49d86;
}

#TB_caption{
	padding: 14px 24px 5px 14px;
	float: left;
}

#TB_closeWindow{
	height: 20px;
	padding: 6px 14px 14px 0;
	float: right;
}

#TB_closeWindow img {
	height:20px;
	width:23px;
	border:none;
	margin:0;
	padding:0;
}

#TB_closeAjaxWindow{
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title{
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 101;
}

#TB_HideSelect{
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

