/*Version 1.0 -- Designs by Debi */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #666666; /* dark gray for browser window background color */
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS";
	color: #000000;
	font-size: 110%;
	text-decoration: none;
	background-image: url(../image-files/twirled-black-satin-background.jpg);
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #000000;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
	text-align: center;
	font-style: italic;
}

h2 {
	font-family: "Times New Roman", Georgia, "Palatino Linotype", Palatino, serif;
}

h3 {
	font-family: "Times New Roman", Georgia, "Palatino Linotype", Palatino, serif;
}

blockquote {
margin: 12px 56px;
color: #000000;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

img {
	border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #000000;  /* black */
	text-decoration: none;
}

a:visited {
	color: #CC3399; /* magenta */
	text-decoration: none;
}

a:hover {
	color: #006666; /* green */
	text-decoration: none;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 860px;
	border: 2px solid #000000;   /* black headlines and borders */
	background-color: #FFFFFF;
}

#Header {
	position: relative;
	height: 238px;
	overflow: visible;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#ContentColumn {
margin: 0 140px 0 142px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */ /* I changed this to be more than each width */
}

#NavColumn {
	float: left;
	width: 135px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -860px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
	font-family: "Times New Roman", Georgia, "Palatino Linotype", Palatino, serif;
	font-weight: bold;
}

#ExtraColumn {
	float: left;
	width: 129px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -130px;        /* STEP 5: set to -(ExtraColumnWidth) */
	font-family: "Times New Roman", Georgia, "Palatino Linotype", Palatino, serif;
	font-weight: bold;
}

#Footer {
	clear: both;
	padding: 0;
	height: 238px;
}

#JfCHomePageGraphicLink {
	position:absolute;
	left:618px;
	top:63px;
	width:233px;
	height:190px;
	z-index:1;
}

.Liner {
	padding: 10px;
	text-align: center;
}

#Header .Liner {
	padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 24px auto 24px auto;
}

#Header {
	background-image: url(../image-files/dbd-header-graphic-new.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}

#ContentWrapper {
	background-color: #FFFFFF; /* white background for all 3 columns */
}

#NavColumn {
	background-color: #FFFFFF;
}

#ContentColumn {
	background-color: #FFFFFF;
}

#ExtraColumn {
	background-color: #FFFFFF;
}

#Footer {
	background-image: url(../image-files/dbd-footer-graphic.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
}

#NavColumn {
font-size: 95%;
color: #000000;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
font-size: 90%;
color: #000000;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #000000;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: "Times New Roman", Georgia, "Palatino Linotype", Palatino, serif;
	font-size: 95%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 110%;
	color: #000000;
	margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;        
border: 1px solid #FFFFFF;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #000000;    
	padding: 3px 0 3px 4px;
	text-decoration: none;
}

.Navigation a:visited {
	color: #CC3399;
	padding: 3px 0 3px 4px;
	text-decoration: none;
}

.Navigation a:hover {
	color: #006666;
	padding: 3px 0 3px 4px;
	text-decoration: none;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	text-decoration: none;
	color: #006666;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #FFFFFF;
	width: 85%;
	border: 1px dotted #000000;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {
	background-color: #FF99FF;  /* pink */
	width: 24%;
	border: 1px solid #000000;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FFFFFF;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: #FFCCFF;  /* very pale pink */
	border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #FFFFFF;
width: 90%;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
margin: 0 auto 12px auto;
padding: 12px;
}

/* Announcement Box to put in top right corner of home page when a new Collectible Charity piece is posted to the site*/
.AnnouncementBox { 
background-color: #FF99FF;  /* pink */
width: 60%;
border: 1px solid #000000;
margin: 0 0 12px 18px;
color: #000000;
}

.AnnouncementBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FFFFFF;
}

.AnnouncementBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

/* -- RSS Box -- */

#RSSbox {
	width: 120px;
	background-color: #FF99FF;  /* pink */
	border: 1px solid #000000;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	line-height: 120%;
	text-align: center;
	float: left;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.body {
	font-size: 100%;
	font-family: "Comic Sans MS";
	color: #000000;
}

.bodyunderlinedforlink {
	font-size: 100%;
	font-family: "Comic Sans MS";
	color: #000000;
	text-decoration: underline;
}

.bodyunderlinedforlink a:link {
	color: #000000;    
	text-decoration: underline;
}

.bodyunderlinedforlink a:visited {
	color: #CC3399;
	text-decoration: underline;
}

.bodyunderlinedforlink a:hover {
	color: #006666;
	text-decoration: underline;
}

.body2 {
	font-size: 90%;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #000000;
}

.body2underlinedforlink {
	font-size: 90%;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.body2underlinedforlink a:link {
	color: #000000;    
	text-decoration: underline;
}

.body2underlinedforlink a:visited {
	color: #CC3399;
	text-decoration: underline;
}

.body2underlinedforlink a:hover {
	color: #006666;
	text-decoration: underline;
}

.itemdescription {
	font-size: 80%;
	font-family: "Comic Sans MS";
	color: #000000;
}

.itemdescriptionunderlinedforlink {
	font-size: 80%;
	font-family: "Comic Sans MS";
	color: #000000;
 	text-decoration: underline;
}

.itemdescriptionunderlinedforlink a:link {
	color: #000000;    
	text-decoration: underline;
}

.itemdescriptionunderlinedforlink a:visited {
	color: #CC3399;
	text-decoration: underline;
}

.itemdescriptionunderlinedforlink a:hover {
	color: #006666;
	text-decoration: underline;
}

.price {
	font-size: 80%;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #000000;
}

.bodypink {
	font-size: 100%;
	font-family: "Comic Sans MS";
	color: #CC3399;
}

.body2pink {
	font-size: 90%;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #CC3399;
}

.totoplinks {
	font-size: 80%;
	font-family: "Comic Sans MS";
	font-weight: lighter;
	color: #000000;
}

.style2 {
	font-size: 130%;
	font-weight: bold;
}
.style3 {
	font-size: 115%;
	font-weight: bold;
}
