/* ************ boilerplate ************ */
html,body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,span,a,em,strong,sub,sup,img,table,caption,tbody,tfoot,thead,tr,th,td,object,iframe,form,fieldset,label,legend,tt,var,abbr,acronym,address,cite,pre,code {margin: 0; padding: 0;}

/* more resets to include...
fieldset,img{border:0;}
ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
td,th{vertical-align:top;text-align:left;font-size:100%;}
*/

body {
	background-color: #fff;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000;
}

#body_page {
	background-color: #222;
}

#discography_page {
	background-color: #ccc;
}

#discography_page #contentArea h2,
#discography_page #contentArea h3 {
	color: #696969;
}

img {display: block;}

a img {border: none;}

.clear { 
	clear: both; 
	height: 0; 
	font-size: 0; 
	margin-top:-1px;
}

.hidden {display: none;}


.nowrap { white-space: nowrap;}

td, th { 
	vertical-align: top; 
	font-size: 100%; 
}

#hiddenText {display: none;}


.clearAfter {
	clear: both;
	*height: 1%;
}

.clearAfter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* new for FFX */
a:focus, a:hover, a:active { 
	outline: none;
}



/* ************ New Floated structure - 12/2008 ************ */
#wrapper {
	width: 976px;
}


/* ************ Header and top nav ************ */
#header {
	background: url(../images/top_banner.gif) #ccc; 
	border-bottom: solid 1px #aaa;
	height: 76px;
}

#photo_page #header {
	background: url(img/photo_header.jpg); 
}


#header h1 {
	display: none;
}

#DAGraphic {
	padding: 2px 0 0 0;
	margin: 0 0 0 10px;
}

#sectionGraphic {
	float: right;
	padding: 6px 0 4px 0;
	margin: 0 10px 0 0;
}

#mainNavContainer {
	background-color: #ccc;
	width: 100%; /*bug fix: missing 1 pix on the right edge */
	border-top: solid #fff 1px;
	border-bottom: solid #aaa 1px;
	/* margin-bottom: 65px; */
	margin-bottom: 45px;
	text-transform: uppercase;
}

#navMain {
	background: #ccc; 
	padding: 2px 0 1px 0; 
	float: left; 
	min-width: 468px;
	_width: 468px;
}	

#navSub {
	background: #ccc; 
	padding: 2px 0 1px 0; 
	float: right; 
	_width: 196px;
}

#mainNavContainer ul {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 13px;
}	

#mainNavContainer li {
	list-style: none;
	float: left;
	padding:0 13px;
	border-left: solid 1px #999;
}	

#navMain #home, #navSub #contact {
	border: none;
}

#mainNavContainer a {
	color: #666;
	text-decoration: none;
	white-space: nowrap;
}
						
#mainNavContainer a:hover {
	/* color: #000; */
	color: #222;
}

#mainNavContainer .current  {}

#mainNavContainer .current a {color: #000;}
														

/* ************ Footer ************ */
#footer {
	margin: 30px 0 0 0;
	padding-bottom: 10px;
	font-size: 11px;
	clear: both;
	border-top: solid 1px #999;
}

#utilityNavArea {
	text-align: center;
}

#utilityNav {
	list-style-type: none;
	margin: 12px 0 8px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#utilityNav li {
	display: inline;
	margin: 0 10px 0 0;
}

#utilityNav a {text-decoration: none;}

#utilityNav a:hover {color: #333;}

#utilityNav li.current a {color: #555; }	

#notices {
	clear: left;
	text-align: center;
}

#photo_page #notices {
	color: #888;
}
/* ************ Section Nav ************ */
#sectionNav {
	background: #eee;
	font-size: 12px;
	float: left;
	width: 128px;
	border: solid 1px #adadad;
	border-left: none;
	padding: 16px 12px 8px 12px;
	font-family: arial;
	letter-spacing: .05em;
}

#sectionNav ul {
	list-style: none;
}

#sectionNav li 	{
	font-weight: bold;
	padding: 0 0 12px 0;
}

#sectionNav li.navEarly {
	border-top: dotted 1px #666;
	margin-top: 8px;
	padding-top: 6px;
}

#sectionNav li.navOther {
	border-top: dotted 1px #666;
	margin-top: 8px;
	padding-top: 6px;
}

#sectionNav a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
			
#sectionNav a:hover {
	color: #999;
	font-weight: bold;
}	


/* ************ Content area ************ */
#contentArea {
	/* background: #fff; */
	float: left;
	margin: 0 0 20px 20px;
	width: 705px;
	height: 1%;
}


body.oneCol #contentArea {
	float: none;
	margin: 0 20px 20px 172px;
	width: 500px;
}

p {
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

a {color: #000;}

a:hover {color: #999;}

h2 {
	font-size: 30px;
	margin: 0 0 8px 0;
	letter-spacing: .18em;
	color: #ADADAD;
	text-transform: uppercase;
}

#contentArea h3 {
	font-size: 18px;
	margin: 0 0 2px 0;
	color: #ADADAD;
}

#contentArea h4.statement {
	color: #ADADAD;
	margin: -10px 0 10px 0;
	letter-spacing: normal;
	font-size: 100%;
}

/* alternate disco list and "for a few records more" */	
h4 {
	font-size: 16px;
	letter-spacing: .2em;
}		

h5 {
	font-size: 100%;
}

.contactUs {
	margin: 45px 0 40px 0;
	color: #666;
	font-weight: bold;
	clear: left;
}

.warning {
	border: solid 1px #555;
	font-weight: bold;
	padding: 8px;
	background: #eee;
}

.lastMod {
	font-size: 10px;
	clear: both;
	text-align: center;
}

/* ************ Buttons  ************ */
.backToTop {
	margin-bottom: 30px;
}	

.backToTop a {
	font-weight: bold;
	border: solid 1px #555;
	padding: 1px 6px 3px;
	text-decoration: none;
	background: #bbb;
	color: #eee;
}	

.backToTop a:hover {
	border: solid 1px #777;
	background: #aaa;
	color: #fff;
}		

.prev_next {
	clear: both;
	text-align: center;
	margin: 0 0 32px 0;
}

.prev_next a {
	border: solid 1px #555;
	border-color: #444 #222 #333 #222; 
	padding: 1px 6px 3px 2px;
	font-weight: bold;
	text-decoration: none;
	background: #999;
	color: #eee;
}

.prev_next a:hover {
	border: solid 1px #777;
	border-color: #444 #222 #666 #222; 
	background: #aaa;
	color: #fff;
}	



/* ************ Homepage ************ */
#homePage {
	margin: 0 auto; 
	padding: 0 0 30px 0;
	width: 760px;
	overflow: auto;
}

#discoBarker {
	float: left;
	position: relative;
}

#photoBarker {
	float: right;
	position: relative;
}


#discoBarker img, 
#photoBarker img {
	margin-bottom: 10px; 
}

#discoBarker h2,
#photoBarker h2 {
	position: absolute;
	top: 220px;
	left: 0;
	background: #000;
	width: 100%;
	opacity: 0.9;
	font-size: 32px;
}

#discoBarker h2 span,
#photoBarker h2 span {
	display: block;
	padding: 2px 8px;
}

#discoBarker h2 a,
#photoBarker h2 a {
	color: #666;
	text-decoration: none;
}

#discoBarker h2 a:hover,
#photoBarker h2 a:hover {
	color: #ADADAD;
}


/* ************ Bio ************ */
.legend {
	font-style: italic;
	margin:4px 0 12px 0;
}

.imageright {
	clear: right;
	float: right;
	display: block;
	margin-left:20px;
}
	
.imageleft {
	clear: left;
	display: block;
	float: left;
	margin-right:20px;
}

ol#discoList 	{
	background: #eee;
	padding: 12px 12px 4px 12px ;
}

ol#discoList li {
	padding: 0 0 12px 0;
	margin: 0 0 0 24px;
}		


/* ************ Discography  ************ */
#discographyTable, 
#photoTable {
	width: 660px; 
	margin: 20px 0 40px 0;
}


#discographyTable td, 
#photoTable td {
	width: 150px;
	padding-bottom: 18px;
	font-size: 11px;
	color: #444;
}
					
#discographyTable td.left, 
#photoTable td.left {
	padding-left: 20px;
}	

#directions {
	margin-top: 40px;
	font-size: 11px;
}

#discographyTable h6 {
	margin: 9px 0 4px 0;
	font-size: 11px;
	font-weight: bold;
}

#moreRecords {
	margin-bottom: 40px; 
	color: #222; 
	font-size: 11px;
}

#moreRecords ul {
	list-style: none;
	margin: 10px 0;
}

#moreRecords ul li {
	margin: 0 0 8px 0; 
}

.artistName {
	margin-top: 9px;
	font-size: 11px;
	color: #444;
	font-weight: bold;
}

/* ************ Disco Text-only  ************ */
/* define width of print page div container. padding left to replace left nav area */
#printVersion {
	padding-left: 60px; 
	width: 612px;
}

/* print table */
.discoPrint {
	width: 640px;
	font-size: 12px; 
	margin: 40px 0 36px 0;
	border-collapse: collapse;
	table-layout: fixed;
	background: #f7f7f7;
}

.discoPrint .col1 {
	width: 160px;
}

.discoPrint .col2, 
.discoPrint .col3, 
.discoPrint .col4 {
	width: 136px;
}

.discoPrint .discoTitle th {
	background: #ccc;
	font-size: 15px;
	letter-spacing: .25em;
}

.discoPrint th {
	background:#eee; 
	font-size: 14px; 
	padding:5px 8px;
	text-align: left;
}

.tableTop th {
	border-bottom: solid 1px #ccc;
}

.discoPrint td {
	padding:5px;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
}

.discoPrint .artist  {
	font-weight: bold;
}

.discoPrint .version {
	font-style: italic;
}


/* ************ Photography ************ */
#photo_page #mainNavContainer,
#photo_page #navMain,
#photo_page #navSub {
	background: transparent;
}

#photo_page #mainNavContainer a {
	color: #777;
}

#photo_page  #mainNavContainer a:hover {
	color: #999;
}

#photo_page  #mainNavContainer .current a  {
	color: #aaa;
}

#photo_page #header {
	border-bottom: 1px solid #555;
}

#photo_page #mainNavContainer {
	border-bottom: 1px solid #555;
	border-top: 1px solid #222;
}

/* black layout */
#photo_page,
#photo_page #contentArea {
	background: #151515;
}

#photo_page #contentArea.info {
	width: 500px;
}

#photo_page #sectionNav {
	background: #151515;
	color: #ADADAD;
	margin-bottom: 20px;
}

#photo_page p {
	color: #858585
}

#body_page #footer,
#body_page #footer a
#photo_page #footer,
#photo_page #footer a {
	color: #777;
}

#photo_page .prev_next a {
	color: #777;
	background: #333;
}


#photo_page .prev_next a:hover {
	color: #555;
	color: #fff;
	background: #555;
}

#photo_page .info a {
	color: #ADADAD;
}

#photo_page .info a:hover {
	color: #555;
}

#photoTable	img {
	border: solid 1px #333;
	padding:3px;
	margin-right:5px;
}

#photoTable	a {
	display: table-cell; 
	/* _display: block; */ /* see ie.css */
	text-align: center; 
	text-decoration: none;
}

#photoTable .photoTitle, 
#photoGallery .photoTitle {
	display: block;
	margin: 7px 0 4px 0;
	color: #777;
	text-align: center;
	font-size:11px;
}

#photoTable a .photoTitle, 
#photoGallery a .photoTitle  {
	text-decoration: none;
}

#photoTable a:hover .photoTitle, 
#photoGallery a:hover .photoTitle  {
	color:#999;
}

#photoTable	a:hover img, 
#photoGallery a:hover img  {
	border: solid 1px #cfcfcf;
}


/*  photo gallery 1 print page. */
#photoGallery {
	width: 760px;
	margin-top: 20px;
}

#photoGallery div {
	float: left;
	margin: 0 26px 32px 0;
}

/* feb 2009 - set heights to allow longer titles... */
#photoGallery div.thumb_130x130 {
	margin: 0 50px 12px 0;
	height: 176px;
	width: 138px;
}

#photoGallery div.thumb_300x110 {
	margin: 0 30px 12px 0;
	height: 150px;
	width: 308px; 
}

#photoGallery div.thumb_635x135 {
	margin: 0 30px 12px 0;
}

#photoGallery div.thumb_150x100 {
	margin: 0 30px 12px 0;
	width: 160px;
	height: 145px;
}

#photoGallery div.thumb_100x150 {
	margin: 0 44px 12px 0;
	width: 106px;
	height: 196px;
}


#photoGallery img {
	border: solid 1px #333;
	padding: 3px;
}

/* ie5mac exceptions */
/*\*//*/
#photoGallery div {width:22%;}
#photoGallery .photoTitle {text-align: left;}
/**/

/* ************ Uncle Pho square gallery ************  */	
#photoTablePho {
	margin: 30px auto 40px auto;
	width: 300px;
	border-collapse: collapse;
	border-spacing: 0;
}			

/* ************ Sitemap ************ */
ul#sitemap {
	padding: 24px 45px 16px 24px;
	background: #eee;
}

#contentArea #sitemap h3 {
	font-size: 16px;
	margin: 20px 0 2px 14px;
	color: #000;
}

ul#sitemap ul {
	margin: 0 0 10px 16px;
}

ul#sitemap li {
	list-style-type: none;
	margin: 0 0 12px;
	font-size: 13px;
}

ul#sitemap ul ul {
	margin: 0 0 0 16px;
}

ul#sitemap li li {
	margin: 10px 0;
	font-size: 12px;
	
}

ul#sitemap li li li {
	font-weight: normal;
}

ul#sitemap a {
	text-decoration: none;
	padding: 0 0 0 12px;
	background: url(../images/arrow_gray.gif) no-repeat 0 40%;
	font-size: 16px;
	margin-left: -10px;
	font-weight: bold;
}


ul#sitemap li li a {
	text-decoration: none;
	padding: 0 0 0 12px;
	background: url(../images/arrow_gray.gif) no-repeat;
	
	font-size: 12px;
	margin-left: 0;
}


/* ************ Contact Page ************ */
.contactPage p {
	margin-bottom: 6px;
}

.errorMsg {
  color: #f00;
  margin: 0 0 12px 0;
}

div.errorMsg p {
	margin: 0 0 6px 0;
}

div.errorMsg ul {
	list-style-type: none;
}

div.formWrapper {
	width: 420px;
}

p.item {
	clear: both;
	margin: 0 0 12px;
	overflow: auto;
	height: 1%;
}

label {
	cursor: pointer;
	_cursor: hand;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	margin-right: 10px;
	width: 26%;
	display: block;
	float: left;
}
	
input.textInput {
	width: 70%;
	float:left;
}

textarea {
	width: 70%;
	float:left;
}

p.submit {
	text-align: right;
}

input.submitInput {
	font-weight: bold;
	cursor: pointer;
	_cursor: hand;
}


/* buy form */
#photo_page .formWrapper {
	margin: 20px 0;
}

#photo_page label {
	width: 40%;
}

#photo_page  input.textInput,
#photo_page textarea {
	width: 56%;
}

p.instructions {
	font-size: 90%;
}


/* 
================= ================= 
================= ================= 
Genealogy   
	
-/   \-
  ---
  
================= ================= 
================= =================  
*/

.tree_head ul {
	display: none;
}

/* quickie expando nav for tree section only */
.tree_head .showNav,  
.tree_head .showNav ul {
	display: block;
}

#tree_page #contentArea  {
	width: 635px;
}

#tree_page #sectionNav {
	width: 200px;
	letter-spacing: normal;
}

#tree_page #sectionNav ul ul {
	margin:6px 0 0 6px;
}

#tree_page #sectionNav li {
	margin:0 0 10px;
	padding: 0;
	font-size: 15px;
}

#tree_page #sectionNav li li {
	margin: 0 0 6px 10px;
	font-size: 13px;
}

#tree_page #sectionNav li li li {
	font-size: 12px;
}

#tree_page h2 {
	letter-spacing: normal;
	color: #666;
	font-size: 25px;
}

#tree_page #contentArea h3 {
	color: #444;
	font-size: 20px;
	margin: 0 0 10px;
}

#tree_page #contentArea h4 {
	color: #444;
	font-size: 18px;
}

#tree_page .intro {
	border-bottom: 1px solid #555;
	margin: 0 0 20px;
}

#tree_page blockquote {
	margin: 0 0 20px 40px;
	background: #F9F9F9;
	padding: 10px;
}

.relatedInfo {
	font-style: italic;
	background: #e7e7e7;
	padding: 6px;
}

#tree_page #contentArea li {
	margin: 0 0 10px 20px;
}

#tree_page .altNames {
	background: #F9F9F9;
	padding: 10px;
}

#tree_page div.image {
	clear: both;
}

#tree_page div.image p {
	font-style: italic;
	color: #333;
	margin: 5px 0 20px;
}

#tree_page #genealogy_thumbs {
	list-style: none;
}

#tree_page #genealogy_thumbs li {
	float: left;
	width: 152px;
	height: 180px;
	margin: 0 10px 10px;
}

#tree_page #genealogy_thumbs li a {
	border: 1px solid #fff;
	display: block;
}

#tree_page #genealogy_thumbs li a:hover {
	border: 1px dotted #999;
}

#tree_page #genealogy_thumbs li a:hover {
	border: dotted 1px #999;
}

#tree_page #genealogy_thumbs li p {
	line-height: 1em;
	margin: 5px 0 0;
}

.familyTree {
	position: relative;
}

.familyTree a {
	position: absolute;
	display: block;
}

.familyTree a:hover {
	border: dotted 1px #999;
}

#tree_page .scrapbook .image {
	float: left;
	margin: 0 10px;
	clear: none;
}

.callingCards dl {
	float: left;
	width: 46%;
	padding: 0 20px 0 0;
}

.callingCards dt {
	font-weight: bold;
	margin: 10px 0 0;
}

.references {
	margin: 0 0 20px;
}

.registry {
	margin: 0 0 20px;
	border: solid 1px #777;
}

/* ---------- Silly stuff ---------- */
#discography_page #contentArea h2,
#discography_page #contentArea h3 {
	text-shadow: 1px 1px 6px #888;
	-moz-text-shadow: 1px 1px 6px #888;
}

#photo_page #contentArea h2,
#photo_page #contentArea h3 {
	text-shadow: 1px 1px 6px #555;
	-moz-text-shadow: 1px 1px 6px #555;
}

#sitemap_page #contentArea h2,
#contact_page #contentArea h2 {
	text-shadow: 1px 1px 6px #bbb;
	-moz-text-shadow: 1px 1px 6px #bbb;
}

#discographyTable img {
	box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
}

#discographyTable a:hover img {
	box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
}


/* or cleaner */
#tree_page .image img,
#genealogy_thumbs img {
	box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
}

#tree_page #contentArea .familyTree img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#tree_page blockquote {
	box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
}