/* Style sheet for bdjdesigns.com. February 2006 */



body  /* definesbackground color */ {
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h1	/* Main (h1) headers. White, large. */ {
	font-family: "Arial";
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.0em;
}
h2	/* Secondary (h2) headers. White, slightly smaller than main header. */ {
	font-family: "Arial";
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
h3, h4 {
	font-family: "Arial";
	font-size: 1.6em;
	font-weight: 900;
	color: #FFFFFF;
	text-align: left;
}
h4 {
	font-size: 1.2em;
}
p, p.ctr  /* Used for paragraphs. Very light gray. */ {
	font-family: "Arial";
	font-size: 1em;
	color: #EEEEEE;
	text-align: left;
}
p.ctr {
	text-align: center;
}
.maintext  /* Used for most of the text. Same as paragraph */ {
	font-family: "Arial";
	font-size: 1em;
	color: #EEEEEE;
	text-align: left;
}
.quote  /* Used for quotes. Slightly smaller than maintext. */ {
	font-family: "Arial";
	font-size: .95em;
	color: #EEEEEE;
}
.quotename  /* Used for name of person being quoted. Color & size same as maintext,
               but right-justified and bold face. */ {
	font-family: "Arial";
	font-size: .95em;
	color: #EEEEEE;
	font-style: italic;
	text-align: right;
}
.tabbkg {
	background-image: url(images/ChartreuseScarfLarge2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.addressblock  /* Address block, smaller than main text, slightly darker. */ {
	font-family: Arial;
	font-size: .75em;
	color: #DDDDDD;
	text-align: center;
}
.dblSpcList {
	font-family: "Arial";
	font-size: 1em;
	color: #EEEEEE;
	text-align: left;
}
.dblSpcList li {
	margin-bottom: 24px;
}
/* Navigation Controls */

/* Default navigation for main text (on white background). 
Inherit font-family and size from parent.
Link color is pale blue, active & visited link = gold, hover = bright red. */

a:link {
	color: #5a8ac6
}
a:visited {
	color: #bb8800
} 
a:active {
	color: #bb8800
} 
a:hover {
	color: #F30
} 


/*  note from DYA - I don't think either the prim or sec nav links are used 
	however, other link styles in this section are used
*/

/* 	primnav, navigation for top level items in main menu (left menu). 
	Remove this if menu is converted to images. 
 	Link color gold, visited color darker gold , hover color dark red.
	bold, no underline. */

a.primnav:link {
	font-family:"arial";
	color:#EFBE4A;
	font-size:.85em;
	text-decoration:none;
	font-weight:bold;
}
a.primnav:visited {
	font-family:"arial";
	color:#c6a642;
	font-size:.85em;
	text-decoration:none;
	font-weight:bold;
}
a.primnav:hover {
	font-family:"arial";
	color:#cc0000;
	font-size:.85em;
	font-weight:bold;
}
a.primnav:active {
	font-family:"arial";
	color:#c6a642;
	font-size:.85em;
	text-decoration:none;
	font-weight:bold;
}
/* secnav, navigation for second level items in main menu (left menu). 
	Remove this if menu is converted to images. 
 	Link color medium blue, visited color purple , hover color dark blue.
	bold, no underline. Size is slightly smaller than primary. Not bold*/

a.secnav:link {
	font-family:"arial";
	color:#6C84AC;
	font-size:.80em;
	text-decoration:none;
}
a.secnav:visited {
	font-family:"arial";
	color:#8c008c;
	font-size:.80em;
	text-decoration:none;
}
a.secnav:hover {
	font-family:"arial";
	color:#000099;
	font-size:.80em;
}
a.secnav:active {
	font-family:"arial";
	color:#8c008c;
	font-size:.80em;
	text-decoration:none;
}


.boldLinks a {
	font-weight: 900;
}
.smitalic {
	font-size: .9em;
	font-style:italic;
}

/* navigation inside body with no highlighting until hovered upon */

a.plainNav:link, a.plainNav:visited {
	font-family:"arial";
	color:#FFF;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}
a.plainNav:active, a.plainNav:hover {
	font-family:"arial";
	color:#F30;
	font-size:1em;
	text-decoration:underline;
	font-weight:normal;
}

