/* ************ 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { 
	margin: 0; 
	padding: 0;
/* additional 'boilerplate' stuff to check */
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

/*input, select {
    vertical-align:middle;
}
*/


/* To do: reorganize by sections ,  clean up */


/* 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%;}
*/


/* check out available fonts 
http://www.fonttester.com/
*/



body {
	background-color: #fff;
	font-family: verdana, 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;
}

/* FFX */
a:focus, 
a:hover, 
a:active { 
	outline: none;
}


/* ************ New Floated structure - 12/2008 ************ */
#wrapper {
	width: 976px;
}


/* ************ Header and top nav ************ */
#header {
	background: #bbb;
	background-image: linear-gradient(bottom, #888 0%, #ddd 51%);
	background-image: -o-linear-gradient(bottom, #888, #ddd);
	background-image: -moz-linear-gradient(bottom, #888, #ddd);
	background-image: -webkit-linear-gradient(bottom, #888, #ddd);
	background-image: -ms-linear-gradient(bottom, #888, #ddd);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #888),color-stop(0.51, #ddd));
	border-bottom: solid 1px #aaa;
	height: 86px;
	padding: 5px 6px;
}

#header h1,
#header h2 {
	color: #fff;
	-moz-text-shadow: 1px 1px 1px #777;
	text-shadow: 1px 1px 1px #777;
}

#header h1 {
	font-size: 48px;
}

#header h2 {
	font-size: 38px;
}

#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: 0 0 45px;
	text-transform: uppercase;
}

#navMain {
	padding: 2px 0 1px; 
	float: left; 
	min-width: 468px;
	_width: 468px;
}	

#navSub {
	padding: 2px 0 1px; 
	float: right; 
	_width: 196px;
}

#mainNavContainer ul {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 13px;
}	

#mainNavContainer li {
	list-style: none;
	float: left;
	padding: 0 10px;
	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: #222;
}

#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;
	padding: 16px 12px 8px;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: .05em;
	border: solid 1px #adadad;
	border-left: none;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#discography_page #sectionNav {
	border: 0;
    box-shadow: 2px 2px 2px #aaa;
}

#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 {
	float: left;
	margin: 0 0 20px 20px;
	width: 705px;
	height: 1%;
}


body.oneCol #contentArea {
	float: none;
	margin: 0 20px 20px 172px;
	width: 500px;
}

#contentArea 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;
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
}

.barkerHdr {
	position: absolute;
	top: 220px;
	left: 0;
	background: #000;
	width: 100%;
	opacity: 0.9;
	font-size: 32px;
}

.barker_textWrapper {
	display: block;
	padding: 2px 8px;
}

.barkerHdr a {
	color: #666;
	text-decoration: none;
}

.barkerHdr a:hover {
	color: #ADADAD;
}


/* ************ Bio ************ */
.legend {
	font-style: italic;
	margin: 4px 0 12px 0;
}


.bioPic {
	display: block;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

.imageright {
	clear: right;
	float: right;
	margin-left: 20px;
}
	
.imageleft {
	clear: left;
	float: left;
	margin-right: 20px;
}

#discoList {
	background: #ddd;
	padding: 10px 10px 0;
}

#discoList li {
	padding: 0 0 12px 0;
	margin: 0 0 0 24px;
}		

/* ************ Discography  ************ */
/* Discography - finally removed tables.... */
#discographyList {
	width: 760px;
	margin: 20px 0 40px 0;
}

#discographyList div.thumb_150x150 {
	width: 160px;
	height: 202px;
	_height: 210px;
	font-size: 11px;
	color: #444;
	float: left;
	margin: 0 20px 12px 0;
}

#discographyList img {
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

#discographyList a:hover img {
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
}

#discographyList h6 {
	margin: 7px 0 1px;
	font-size: 11px;
	font-weight: bold;
}

/* ???? */
#directions {
	margin-top: 40px;
	font-size: 11px;
}

#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;
}

.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: .15em;
	font-family: arial, sans-serif;
    font-size: 18px;
}

.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 ************ */
#disco_gallery img {
	margin: 0 0 5px;
}

#disco_gallery .pict_meta {
	margin: 0 0 20px;
	
}

#disco_gallery .pict_legend {
	margin: 0 0 5px;
	color: #444;
}

#disco_gallery .pict_notes {
	margin: 0;
	color: #222;
}

#disco_gallery .pict_credit {
	font-size: 92%;
	margin: 4px 0 0;
}




/* ************ 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 {
	background: url(img/photo_header.jpg);
	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 {
    border-color: #777;
	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;
}

#body_page #footer a:hover,
#photo_page #footer a:hover {
	color: #999;
}

#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;
}

#photoGallery .photoTitle {
	display: block;
	margin: 7px 0 4px 0;
	color: #777;
	text-align: center;
	font-size: 11px;
}

#photoGallery a .photoTitle  {
	text-decoration: none;
}

#photoGallery a:hover .photoTitle  {
	color:#999;
}

#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;
}


/* ************ Uncle Pho square gallery ************  */	
#photoTablePho {
	margin: 30px auto 40px auto;
	width: 300px;
	border-collapse: collapse;
	border-spacing: 0;
}			

/* ************ Sitemap ************ */
#sitemap {
	padding: 24px 45px 16px 24px;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#contentArea #sitemap h3 {
	font-size: 16px;
	margin: 20px 0 2px 14px;
	color: #000;
}

#sitemap ul {
	margin: 0 0 10px 16px;
}

#sitemap li {
	list-style-type: none;
	margin: 0 0 12px;
	font-size: 13px;
}

#sitemap ul ul {
	margin: 0 0 0 16px;
}

#sitemap li li {
	margin: 10px 0;
	font-size: 12px;
	
}

#sitemap li li li {
	font-weight: normal;
}

#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;
}


#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 ************ */
#contact_page #contentArea {
	width: 700px;
}

.contactPage p {
	margin-bottom: 6px;
}

.errorMsg {
  color: #f00;
  margin: 0 0 12px 0;
}

#contentArea .errorMsg p {
	margin: 0 0 6px 0;
}

.errorMsg ul {
	/* list-style-type: none; */
	margin: 0 0 0 14px;
}

#photo_page .formWrapper,
#contact_page .formWrapper {
	width: 450px;
	float: left;
}

#contact_page .formWrapper {
	padding: 20px 10px 10px;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#photo_page #contactPict,
#contact_page #contactPict {
	float: right;
}

#photo_page #captchaContainer,
#contact_page #captchaContainer {
	float: right;
	margin: 0 0 20px;
}

.item {
	clear: both;
	margin: 0 0 12px;
	*height: 1%;
}

.item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

label {
	cursor: pointer;
	_cursor: hand;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	margin-right: 10px;
	width: 26%;
	display: block;
	float: left;
}
	
.textInput {
	width: 70%;
	float: left;
}

textarea {
	width: 70%;
	float: left;
}

p.submit {
	clear: both;
	text-align: right;
}

.submitInput {
	font-weight: bold;
	cursor: pointer;
	_cursor: hand;
}

#photo_page input,
#contact_page input,
#photo_page textarea,
#contact_page textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* buy form */
#photo_page .formWrapper {
	margin: 20px 0;
}

#photo_page label {
	width: 40%;
}

#photo_page input.textInput,
#photo_page textarea {
	width: 56%;
}

.instructions {
	font-size: 90%;
}

#photo_page .form_intro {
	margin: 0 0 25px;
}

/* 
================= ================= 
================= ================= 
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;
	margin: 0 0 20px;
}

#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;
	margin: 0 0 20px;
}

#tree_page div.image p {
	font-style: italic;
	color: #333;
	margin: 5px 0;
}

#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 a {
	border: 1px solid #fff;
	display: block;
}

#genealogy_thumbs img {
	-moz-box-shadow: 2px 2px 3px #975;
	-webkit-box-shadow: 2px 2px 3px #975;
	box-shadow: 2px 2px 3px #975;
	-webkit-border-radius: 50px;
	-moz-border-radius: 25%;
	border-radius: 25%;

/* nicer but only works in FFX for now - revisit for safari/chrome: 8/
/*
	border: 6px solid #FFF; 
	-webkit-border-radius: 20px 50px 20px 30px;
	-moz-border-radius: 17% 35% 17% 25%;
    border-radius: 17% 35% 17% 25%;
	-moz-box-shadow: 2px 0 0 #CCC;
	-webkit-box-shadow: 2px 0 0 #CCC;
	 box-shadow: 2px 0 0 #CCC;  
 */
}

#genealogy_thumbs a:hover img {
	-moz-box-shadow: 2px 2px 3px #a95;
	-webkit-box-shadow: 2px 2px 3px #a95;
	box-shadow: 2px 2px 3px #a95;
	-webkit-border-radius: 17%;
	-moz-border-radius: 17%;
	border-radius: 17%;
}


#tree_page #genealogy_thumbs li p {
	line-height: 1em;
	margin: 5px 0 0;
}

.familyTree {
	position: relative;
	text-indent: -9999em;
}

.familyTree .nolinks {
	position: absolute;
}

.familyTree .treeEntry {

}

.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;
}


/* Data tables */
/* Haim, Moritz Datnowsky */
.calques,
.registry {
	margin: 0 0 20px;
	border: solid 1px #777;
	width: 100%;
	border-collapse: collapse;
}

.calques .index,
.registry .index {
	font-weight: bold;
}

.calques .index {
	width: 30%;
}

.calques th,
.registry th {
	padding: 5px;
}

.calques td,
.registry td {
	 border: solid 1px #777;
	 padding: 5px;
}

/* sources and references page */
/* note - double usage of this class - disambiguate */
.references {
	margin: 0 0 20px;
}

#referenceArea {
	margin: 60px 0 10px;
	border-top: solid 1px #333;
	padding: 20px 0 0;
}

#referenceArea dl {
	margin: 0 0 16px;
}

#referenceArea dt {
	font-weight: bold;
	margin: 0 0 10px;
}

#referenceArea dd {
	margin: 0 0 6px;
	font-size: 92%;
}

.ref_title {
	text-decoration: underline;
}
.ref_author {

}
.ref_publisher {

}

.note {
	font-style: italic;
}

/* Moritz */
#tree_page .idCard {
	font-family: 'Times New Roman', Times, serif;
	font-size: 120%;
	width: 20em;
	background: #9c9;
	margin: 0 auto 20px;
}

#tree_page #contentArea .idCard h4,
#tree_page #contentArea .idCard h5 {
	text-align: center;
	color: #333;
}

#tree_page #contentArea .idCard h5 {
	margin: 0 0 15px;
}







/* ---------- Silly stuff ---------- */
#discography_page #contentArea h2,
#discography_page #contentArea h3 {
	-moz-text-shadow: 1px 1px 6px #888;
	text-shadow: 1px 1px 6px #888;
}

#photo_page #contentArea h2,
#photo_page #contentArea h3 {
	-moz-text-shadow: 1px 1px 6px #555;
	text-shadow: 1px 1px 6px #555;
}

#sitemap_page #contentArea h2,
#contact_page #contentArea h2 {
	-moz-text-shadow: 1px 1px 6px #bbb;
	text-shadow: 1px 1px 6px #bbb;
}

/* or cleaner */
#tree_page .image img {
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

#tree_page #contentArea .familyTree img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	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;
}


/* --------- playing w fonts ---------- */
/* let's download 150k to change fonts... */
/* Generated by Font Squirrel (http://www.fontsquirrel.com)  */
/*
@font-face {
 font-family: 'BoycottRegular';
    src: url('/fonts/Boycott-fontfacekit/BOYCOTT_-webfont.eot');
    src: url('/fonts/Boycott-fontfacekit/BOYCOTT_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Boycott-fontfacekit/BOYCOTT_-webfont.woff') format('woff'),
         url('/fonts/Boycott-fontfacekit/BOYCOTT_-webfont.ttf') format('truetype'),
         url('/fonts/Boycott-fontfacekit/BOYCOTT_-webfont.svg#BoycottRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/ 
/* trying google fonts now - 12/01/2011 */

/*
#header h1 {
	font-family: 'BoycottRegular', "Trebuchet MS", helvetica, sans-serif ;
	letter-spacing: normal;
	line-height: 48px;
}

#header h2,
#discography_page #contentArea h2,
#discography_page #contentArea h3,
#photo_page #contentArea h2, 
#photo_page #contentArea h3,
#tree_page h2,
#sitemap_page #contentArea h2, 
#contact_page #contentArea h2 {
	font-family: 'BoycottRegular', "Trebuchet MS", helvetica, sans-serif ;
	letter-spacing: normal;
	line-height: 32px;
}
*/

#header h1 {
	/* font-family: 'Special Elite', "Trebuchet MS", helvetica, sans-serif; */
	font-family: 'Abel', 'Trebuchet MS', helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 48px;
	
	/*fix aliasing issues w @font in Chrome / Safari PC */
	/* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */ /* works on Chrome PC */
	-webkit-font-smoothing: antialiased; /* WORKS in Safari PC */
}

#header h2,
#discography_page #contentArea h2,
#discography_page #contentArea h3,
#photo_page #contentArea h2, 
#photo_page #contentArea h3,
#tree_page h2,
#sitemap_page #contentArea h2, 
#contact_page #contentArea h2 {
	/* font-family: 'Special Elite', 'Trebuchet MS', helvetica, sans-serif; */
	font-family: 'Abel', 'Trebuchet MS', helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 32px;
}


.barkerHdr a {
	font-family: "Trebuchet MS", helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 48px;
}

#header h1 a {
	white-space: nowrap;
}

#header h1 a,
#header h1 a:link,
#header h1 a:active,
#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#tree_page h2 {
	font-size: 32px;
	color: #333;
	-moz-text-shadow: 2px 3px 5px #555;
	text-shadow: 2px 3px 5px #555;
}

#discography_page #contentArea h2 {
	font-size: 40px;
	color: #eee;
	-moz-text-shadow: 2px 3px 5px #000;
	text-shadow: 2px 3px 5px #000;
}

#discography_page #contentArea h3 {
	font-size: 30px;
	color: #ADADAD;
	-moz-text-shadow: 2px 3px 5px #ddd;
	text-shadow: 2px 3px 5px #ddd;
}

#photo_page #contentArea h2 {
	font-size: 40px;
	color: #ccc;
	-moz-text-shadow: 1px 1px 2px #999;
	text-shadow: 1px 1px 2px #999;
}

#photo_page #contentArea h3 {
	font-size: 30px;
	color: #eee;
	-moz-text-shadow: 1px 1px 5px #666;
	text-shadow: 1px 1px 5px #666;
}

#sitemap_page #contentArea h2, 
#contact_page #contentArea h2 {
	font-size: 30px;
	color: #555;
	-moz-text-shadow: 1px 1px 5px #777;
	text-shadow: 1px 1px 5px #777;
}

.barkerHdr a {
	font-size: 55px;
	-moz-text-shadow: 1px 1px 1px #777;
	text-shadow: 1px 1px 1px #777;
}


/* clean up this mess ! */
/* Chrome doesnt support @font-face and text-shadow... */
/* at least as of 02/2011 - chrome 10. */
/* for now detect chrome and remove text-shadow */
/* revisit whenever... */
.is_chrome #header h1,
.is_chrome #header h2,
.is_chrome #discoBarker h2 a, 
#photoBarker h2 a,
#discography_page.is_chrome  #contentArea h2,
#discography_page.is_chrome  #contentArea h3,
#photo_page.is_chrome  #contentArea h2, 
#photo_page.is_chrome  #contentArea h3,
#tree_page.is_chrome  h2,
#sitemap_page.is_chrome  #contentArea h2, 
#contact_page.is_chrome  #contentArea h2 {
	/* text-shadow: 0 0 0 #ccc; */
}

/* TWITTERIZE Contact page INPUTS */
.textInput,
#comments {
	background: #eee;
	-webkit-transition: background 1.5 ease;
	-moz-transition: background 1.5s ease;
	-o-transition: background 1.5s ease;
  	transition: background 1.5s ease;
		/* set borders for webkit - to match text inputs */
	border-width: 2px;
	/* border-style: solid; */
	border-color: #999 #eee #eee #999;
	border-color: #444 #eee #eee #333;
}

.textInput:hover,
#comments:hover {
	background: #fff;
	box-shadow: 0 0 5px rgba(150, 150, 150, 0.7);
}

.textInput:focus,
#comments:focus {
	background: #fff;
	box-shadow: 4px 4px 20px rgba(255, 255, 255, 1);
	outline: 0;
}



/* ========== Google Search on Tree section ========== */
#cse {
	/*  margin: 0 0 0 -15px; */
}

#sectionNav #cse-search-form {
	margin: -15px -10px 15px
}

#sectionNav #cse-search-form .gsc-clear-button {
	display: none;
}

#sectionNav #cse-search-form .gsc-input {
	padding: 2px;
}

#sectionNav #cse-search-form .gsc-search-button {
	padding: 2px 3px;
	cursor: pointer;
	font-size: 12px;
}

#sectionNav #cse-search-form .gsc-search-box {
	margin: 0;
}

#tree_page .gsc-adBlock {
	display: none;
}

/* Moritz Abraham */
#tree_page address {
	margin: 0 0 15px;
}



/* ------------ Home page silliness - Nove 2011 ------------ */
/* ms requires block level elements to work - no span */
	/* do  a test */
	/* IE6–IE9  */
	/*
filter: progid:DXImageTransform.Microsoft.Matrix(
        M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
       zoom: 1;
	*/
.no-csstransforms .barkerHdr {
	text-align: center;
}

.no-csstransforms .barker_letter {
	display: inline;
	padding: 0;
	font-size: 48px;
}
	
	/* replicate h2 from main.css */
	.barkerHdr {
	    color: #ADADAD;
	    font-size: 30px;
	    letter-spacing: 0.18em;
	    margin: 0 0 8px;
	    text-transform: uppercase;
		font-weight: bold;
	}

	/* Home page barkers */
	.csstransforms .barker_letter {
		padding: 20px;
		*display: block;
		filter: progid:DXImageTransform.Microsoft.glow(Color='#000000');
		text-shadow: #000 -1px 0 3px, #000 0 1px 3px, #000 1px 0 3px, #000 0 -1px 3px;
		position: absolute;
	}

	.csstransforms #discoBarker,
	.csstransforms #photoBarker {
		position: relative;
	}
	
	.csstransforms #discoBarker #discoHdr, 
	.csstransforms #photoBarker #photoHdr {
		top: -40px;
		left: -90px;
		background: transparent;
		opacity: 1;
	}
	
	.csstransforms .barkerHdr a {
		font-size: 80px;
		color: #fff;
	}

	.csstransforms #d1,
	.csstransforms #p1 {
		left: 96px;
		top: 162px;
		-webkit-transform: rotate(-90deg);	
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.csstransforms #d2,
	.csstransforms #p2 {
		left: 125px;
		top: 113px;
		-webkit-transform: rotate(-60deg);	
		-moz-transform: rotate(-60deg);
		-ms-transform: rotate(-60deg);
		-o-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}
	
	.csstransforms #p2 {
		left: 105px;
		top: 110px;
	}

	.csstransforms #d3,
	.csstransforms #p3 {
		left: 150px;
		top: 78px;
		-webkit-transform: rotate(-30deg);	
		-moz-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	
	.csstransforms #p3 {
		left: 145px;
		top: 60px;
	}

	.csstransforms #d4,
	.csstransforms #p4 {
		left: 200px;
		top: 55px;
	}
	
	.csstransforms #p4 {
		left: 210px;
		top: 50px;
	}

	.csstransforms #d5,
	.csstransforms #p5 {
		left: 265px;
		top: 60px;
		-webkit-transform: rotate(30deg);	
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.csstransforms #d6,
	.csstransforms #p6 {
		left: 320px;
		top: 100px;
		-webkit-transform: rotate(60deg);	
		-moz-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	
	.csstransforms #d7,
	.csstransforms #p7 {
		left: 350px;
		top: 165px;
		-webkit-transform: rotate(90deg);	
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.csstransforms #d8,
	.csstransforms #p8 {
		left: 330px;
		top: 240px;
		-webkit-transform: rotate(120deg);	
		-moz-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		-o-transform: rotate(120deg);
		transform: rotate(120deg);
	}
	
	.csstransforms #d9,
	.csstransforms #p9 {
		left: 280px;
		top: 290px;
		-webkit-transform: rotate(150deg);	
		-moz-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		-o-transform: rotate(150deg);
		transform: rotate(150deg);
	}
	
	.csstransforms #d10,
	.csstransforms #p10 {
		left: 215px;
		top: 295px;
		-webkit-transform: rotate(180deg);	
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.csstransforms #d11,
	.csstransforms #p11 {
		left: 155px;
		top: 280px;
		-webkit-transform: rotate(210deg);	
		-moz-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
		-o-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	#discoBarker a:hover #d1,
	#photoBarker a:hover #p1 {
		color: #ccc;
	}
	#discoBarker a:hover #d2,
	#photoBarker a:hover #p2 {
		color: #bbb;
	}
	#discoBarker a:hover #d3,
	#photoBarker a:hover #p3 {
		color: #aaa;
	}
	#discoBarker .barkerHdr a:hover #d4,
	#photoBarker .barkerHdr a:hover #p4 {
		color: #999;
	}
	#discoBarker .barkerHdr a:hover #d5,
	#photoBarker .barkerHdr a:hover #p5 {
		color: #888;
	}
	#discoBarker .barkerHdr a:hover #d6,
	#photoBarker .barkerHdr a:hover #p6 {
		color: #777;
	}
	#discoBarker .barkerHdr a:hover #d7,
	#photoBarker .barkerHdr a:hover #p7 {
		color: #666;
	}
	#discoBarker .barkerHdr a:hover #d8,
	#photoBarker .barkerHdr a:hover #p8 {
		color: #555;
	}
	#discoBarker .barkerHdr a:hover #d9,
	#photoBarker .barkerHdr a:hover #p9 {
		color: #444;
	}
	#discoBarker .barkerHdr a:hover #d10,
	#photoBarker .barkerHdr a:hover #p10 {
		color: #333;
	}
	#discoBarker .barkerHdr a:hover #d11,
	#photoBarker .barkerHdr a:hover #p11 {
		color: #222;
	}

	#discoBarker .barkerHdr a:hover #d1:hover,
	#discoBarker .barkerHdr a:hover #d2:hover,
	#discoBarker .barkerHdr a:hover #d3:hover,
	#discoBarker .barkerHdr a:hover #d4:hover,
	#discoBarker .barkerHdr a:hover #d5:hover,
	#discoBarker .barkerHdr a:hover #d6:hover,
	#discoBarker .barkerHdr a:hover #d7:hover,
	#discoBarker .barkerHdr a:hover #d8:hover,
	#discoBarker .barkerHdr a:hover #d9:hover,
	#discoBarker .barkerHdr a:hover #d10:hover,
	#discoBarker .barkerHdr a:hover #d11:hover {
		/* color: #fff; */
		color: #fff;
	}
	
	#photoBarker .barkerHdr a:hover #p1:hover,
	#photoBarker .barkerHdr a:hover #p2:hover,
	#photoBarker .barkerHdr a:hover #p3:hover,
	#photoBarker .barkerHdr a:hover #p4:hover,
	#photoBarker .barkerHdr a:hover #p5:hover,
	#photoBarker .barkerHdr a:hover #p6:hover,
	#photoBarker .barkerHdr a:hover #p7:hover,
	#photoBarker .barkerHdr a:hover #p8:hover,
	#photoBarker .barkerHdr a:hover #p9:hover,
	#photoBarker .barkerHdr a:hover #p10:hover,
	#photoBarker .barkerHdr a:hover #p11:hover {
		color: #fff;
	}


/* microdata experiment */
.microdataHidden {
	display: none;
}

#tree_page #contentArea a[rel="external"]:after {
	content:" (external link)";
	font-style: italic;
}



/* ---------- @Print ---------- */
@media print {
	body {
		font-size: 12pt;
		/* font-family: "Times New Roman", "TimesNR", Times, serif; */
	}
	
	#tree_page {
		font-family: "Times New Roman", "TimesNR", Times, serif;
	}
	
	#contentArea { 
		margin: 0;
		width: 670px; 
		position: static;
	}

	body.oneCol #contentArea {
		margin: 0;
	}
	
	#body_page,
	#photo_page, 
	#photo_page #contentArea,
	#discography_page,
	#discoList {
		background: #fff;
	}
	
	#header {
		height: auto;
		background: none;
		margin: 0 0 20px;
		padding: 5px 0;
	}
	
	#photo_page #header  {
		background: none;
	}
	
	#header h1 {
		display: block;
		font-size: 36px;
		font-family: arial, helvetica, sans-serif;
	}

	#mainNavContainer,
	#sectionNav,
	#utilityNavArea,
	#directions,
	.backToTop,
	.prev_next {
		display: none;
	}

	a:link, 
	a:visited {
		color: #000;
   		font-weight: bold;
   		text-decoration: underline;
   	}
	
	#header h1, 
	#header h2,
	#photo_page #contentArea h2,
	#photo_page #contentArea h3,
	#discography_page #contentArea h2,
	#discography_page #contentArea h3,
	#header h1 a, 
	#header h1 a:link, 
	#header h1 a:active {
		color: #000;
	}
/*
	#sitemap_page #contentArea a:link:after,
	#sitemap_page #contentArea a:visited:after,
	#tree_page #contentArea a:link:after, 
	#tree_page #contentArea a:visited:after {
   		content: " (" attr(href) ") ";
   		font-size: 90%;
   }
   */

  	#sitemap_page #contentArea a[href^="/"]:after,
	#tree_page #contentArea a[href^="/"]:after {
   		content: " (http://www.danielabraham.net" attr(href) ") ";
		font-size: 90%;
		font-weight: normal;
		font-style: italic;
   }

	h2 {
		font-size: 30px;
		font-family: arial, helvetica, sans-serif;
		color: #000;
	}

	#contentArea h3 {
		font-size: 24px;  
	}
	
	#contentArea h3, 
	.contactUs,
	.artistName {color: #000;}

	#moreRecords,
	.discoPrint {
		page-break-after: always;
	}

	#header h1, 
	#header h2,
	#discography_page #contentArea h2,
	#discography_page #contentArea h3,
	#photo_page #contentArea h2,
	#photo_page #contentArea h3,
	#tree_page h2,
	#tree_page h3 {
		text-shadow: 0 0 0 #000;
	}
}
