/*Craft A Project2*/

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #bfd2a5; /* VB background color change from #F5DEB3 */
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;   /*Arial,Helvetica,sans-serif;*/
	color: #000; /*font color black- leave this alone*/
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
        font-family: Georgia, Times, "Times New Roman", serif;
	color: #606C44; /*VB change from #1d487e*/
	clear: both;
}
h2, h3, h4, h5, h6 {
	margin-top: 24px;
}
h1 {
	margin-top: 5px;
	font-family: Veranda, Arial, san-serif; /*'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;*/
        display: block;
        color: #839874;
	
	text-align: center;
        font-size: 250%;
        font-weight:normal;
}
h2 {
        margin-top: 10px;
        padding-bottom:2px;
	font-family: Veranda, Arial, san-serif; /*'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;*/
        display: block;
        border-bottom: 1px solid #8f8fb3;
        background-color: #becfa3;
        color: #ffffff;	
	text-align: center;
        font-size: 125%;
        font-weight:normal;
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 1px solid #8f8fb3;*/
}
h3 {
	font-family: 'Times New Roman', Georgia, serif; /*'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        color: #839874;
        font-weight: 700;
        font-size: 125%; 
	border-bottom: 0 solid #8f8fb3;
}
blockquote {
	margin: 12px 56px;
	color: #006;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}
code {
	color: navy;
}
img {
	border: 0 solid #ddd;
}
a:link img {
	border: 0;
}
a:hover img {
	border: 0px solid green;
	color: green;
}
/* -- General Link Styling -- */

a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}
a:hover {
	color: green;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
/* ------ Section 2 - Global Page Structure ------- */


#PageWrapper {
	width: 1100px;
	border: 0px solid #000000;   /* no color */
}
#Header {
	position: relative; /* height: 170px; Removed for mobile */
}
#ContentWrapper {
	float: left;
	width: 100%;
}
#ContentColumn {
	margin: 0 200px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
	background-color: #fff;
	/* VB add padding: */
	padding: 5px;
}
#NavColumn {
	float: left;
	width: 200px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -1100px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}
#ExtraColumn {
	float: left;
	width: 199px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -200px;        /* STEP 5: set to -(ExtraColumnWidth) */
}
#Footer {
	clear: both;
	width: 100%;
	padding: 8px 0;
	border-top: 10px solid #bfd2a5;
}
.Liner {
	padding: 10px;
}
#Header .Liner {
	padding: 0;
	/* Lines below added for mobilize it */
	position: relative;
	padding: 1px 0;
	min-height: 168px; /* header height minus 2 px */
	_height: 168px; /* IE6 min-height fix  = header height minus 2px*//* End mobilize it additions */
}
#Footer .Liner {
	margin: 0;
	padding: 0;
}
/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	/* VB change margin */
	margin: 0px auto;
	/* margin: 24px auto; */
/* background-color: none; VB change */
	background-color: #FFF;/* background-repeat: repeat-y; */
}
/* added .Liner for mobile */

#Header .Liner {
	background-image: url(https://www.craft-a-project.com/image-files/xheader-image-2.png.pagespeed.ic.hxY-lMG0fU.png);
	background-repeat: no-repeat;
	background-color: transparent;    /* vkb changed from transparent*/
	background-position: top left;
}
#ContentWrapper {
	/* background-image: url(https://www.craft-a-project.com/image-files/xbackground2.jpg.pagespeed.ic.D8yW8ls9aY.jpg);********************** */
	background-repeat: repeat-y;
	background-color: #ffffff;   /* vkb changed from transparent*/
}
#NavColumn {
	/* background-image: url(); */
/* background-repeat: repeat-y; */
	background-color: #ffffff;   /* vkb changed from transparent*/
}
#ContentColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #ffffff;   /* vkb changed from transparent*/
	border-left: 1px solid #bbcfa0;
	border-right: 1px solid #bbcfa0;
}
#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #ffffff;     /* vkb changed from transparent*//* VB removed background-color: #F5F5F5; */
}
#Footer {
	background-image: url();
	background-repeat: no-repeat;
background-color: #FFFFFF /* VB removed background-color: #c1a176; light brown for footer */
border-top: 10px solid #bbcfa0;
	text-align: center;
	font-size: 100%;
	color: black;
}
#NavColumn {
        
	font-size: 90%;
	color: black;/* VB changed color: white; */
}
#ExtraColumn {
	font-size: 90%;
}
#NavColumn h4 {
	font-size: 85%;
	color: #666666;
	margin-top: 0;
}
#ExtraColumn h4 {
	font-size: 130%;
	color: black;
	margin-top: 0;
}
/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #ffffff; /* vkb changed from transparent*/
}
/* -- Nav Headers -- */

.Navigation h3 {
	/* VB changed padding: 0; */
	padding: 20px 0 0 20px;
	font-size: 150%;
	color: #718655;
	margin: 12px 0;
	text-align: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #fff;
	text-decoration: underline;/* VB changed border-bottom: 1px solid #fff; */
}
/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	padding: 0 0 8px 0;
	margin: -6px 0 0 0;
}
.Navigation li {
/*background-color: #F5DeB3;*/        /* old lace tan, for button and RSS box backgrounds -- */
/* border: 0px solid #000; */
border: 0' text-align: left;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 3px;
	padding: 3px 0 3px 15px;
}
/* -- Navigation Link styles -- */

.Navigation a:link {
	color: black;
	display: normal;     /*  this makes the whole box (block) highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	font-weight: normal;
}
.Navigation a:visited {
	color: black;
	display: normal;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
}
.Navigation a:hover {
	color: green;   /* vkb changed from blue*/
	display: normal;     /*  this makes the whole (block) box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: #fff;
	/* VB changed: background-color: #cadefa;  burlywood used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
	text-decoration: underline;
}
/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
}
.ThumbnailLink a:link {
	text-decoration: none;
}
.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color: red;


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
.ExtraNav ul {
	list-style-type: none;
	padding: 0;
}
.ExtraNav ul li {
	display: inline;
background-color: "transparent"         /* VB changed none; */
text-align: center;
}
.ExtraNav a:link {
	color: black;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
}
.ExtraNav a:visited {
	color: green;
	text-decoration: none;
}
.ExtraNav a:hover {
	color: blue;
	background-color: #718655;
	text-decoration: underline;
}
#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	bottom: 136;
	middle: 200;
}
#Header .ExtraNav ul {
	margin: 0;
}
#Footer .ExtraNav {
	margin: 12px auto;
	background-color: #ffffff;   /* vkb changed from transparent*/
}
/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	border: 1px dotted #8f8fb3;
	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: #bbcfa0;
	width: 24%;
	border: 1px solid #8f8fb3;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000;
}
.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #fff;
}
.ReminderBox p {
	font-size: 80%;
	padding: 0 4px;
	line-height: 120%;
}
 .AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, {
padding: 5px;
background-color: #d3e4fb;
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: #fff;
	width: 90%;
	border-top: 1px solid #8f8fb3;
	border-bottom: 1px solid #8f8fb3;
	margin: 0 auto 12px auto;
	padding: 4px;
}
/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #ffc;
	border: 1px solid #8f8fb3;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #1d487e;
	line-height: 120%;
	text-align: center;
}
/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
	clear: both;
}
.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 150%;
	margin-bottom: 10px;
 a:link .Caption {
text-decoration: underline;
color: blue;
}
a:visited .Caption {
	text-decoration: underline;
	color: purple;
}
a:hover .Caption {
	text-decoration: underline;
	color: red;
}
}
/* -- 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;
}
/* Gallery added by VKB */


#PageWrapper #ContentWrapper #ContentColumn .Liner p img {
}
