

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #000000; /* drk grey (was #CCFFFF)color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 80%;
}

body#sculpture #nav-sculpture a  {
color: #cc66ff;
}

body#fauxcloisonne #nav-fauxcloisonne a  {
color: #cc66ff;
}

body#mokumegane #nav-mokumegane a  {
color: #cc66ff;
}

body#spiritmasks #nav-spiritmasks a  {
color: #cc66ff;
}

body#branchesandblossoms #nav-branchesandblossoms a  {
color: #cc66ff;
}

body#hearts #nav-hearts a  {
color: #cc66ff;
}

body#flowers #nav-flowers a  {
color: #cc66ff;
}

body#fancy #nav-fancy a  {
color: #cc66ff;
}

h4, h5, h6 {
background-color: transparent;
font-family: Times New Roman, Georgia, Book Antiqua, Palatino, Garamond;
font-style: italic;
color: #fff;
clear: both;
}

h1 {
background-image:  ;
background-repeat: no-repeat;
background-position:center;
padding: 10px 0px 10px 0px;
font-family: Times New Roman, Georgia, Book Antiqua, Palatino, Garamond;
font-style: italic;
color: #fff;
text-align: center;
width: 100%;
}

h2 {
background-color: ;
font-family: Times New Roman, Georgia, Book Antiqua, Palatino, Garamond;
font-style: none;
color: #fff;
text-align: center;
padding: ;

}

h3 {
background-color: ;
font-family: Times New Roman, Georgia, Book Antiqua, Palatino, Garamond;
font-weight: bold;
color: #fff;
text-align: center;
padding: 0px;
}

h4, h5, h6 {
margin-top: 24px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}


/*---Images----*/

img {
align:center;
border: none;
}

img a {
border:none;
}

a:link img {
border: 0;
}



/* -- General Link Styling -- */

a:link {
color: #cc66ff; 
text-decoration: underline;
}

a:visited {
color: #736F6E;
text-decoration: underline;
}

a:hover {
color: #fff;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 850px;
border: 0px;   /* black, headlines and borders */
}

#Header {
position: relative;
height: 147px;
margin: -15px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 0px 0 0px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
padding: 15px 10px 0px 20px;
}





#Footer {
clear: both;
padding: 10px 0px 10px 0px;
background-color: #000;
background-image: ;
}


.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0 0 0 0px;
padding: 20px 0 0 0;
}

p {
font-size: 110%;
color: #fff;

}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-color: #000;
background-img: ; /* ------put background image here-----*/
background-repeat: repeat-y;
}

#Header {
background-repeat: no-repeat;
background-color: #000;
background-position: center;
border-bottom: 0;
}

#headerimg img {
border-bottom: ;
border-top: 0;
border-left: 0;
border-right: 0;
padding-bottom: 0px;
background-color: #fff;
width: 850px;
}

#ContentWrapper {
background-image: ;
background-repeat: repeat-y;
background-color: 000;
}

#NavColumn {

background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}



#Footer {
background-image: ;
background-repeat: no-repeat;
background-color: ;     /* black */
text-align: center;
font-size: 75%;
margin: 0px 0px -100px 0px;
}

#Footer p {
color: #736F6E;
}

#Footer img {
height: 25px;
margin: 0 0 50px 0;
}

#NavColumn {
font-size: 95%;
color: white;
}



#NavColumn h3 {
font-size: 90%;
color: white;
margin-top: 0;
}




/* ------ Section 4 - Left Column Navigation ------ */

#Navigation {
width: 19%;
background-color: transparent;
margin: 0px 0 0 0;
float: left;
}

/* -- Nav Headers -- */

#Navigation h2 {
padding: 0 0 30px 5px;
font-size: 110%;
background:;
color: #fff;
margin: 0px 0;
text-align: left;

}

/* -- Nav List -- */

#Navigation ul {
list-style-type: none;
padding: 0 0 8px 0px;
margin: -6px 0 0 0;
text-align: left;
}

#Navigation li {
background-color: ;        /* black, for button and RSS box backgrounds -- */
border-bottom: none;
margin-bottom: 3px;
padding: 5px 5px 5px 0px;
font-size: 95%;
}

/* -- Navigation Link styles -- */

#Navigation a:link {
color: #fff;
display: ;     /*  this makes the whole box highlight rather than just the text */

text-decoration: none;
}

#Navigation a:visited {
color: #fff;
display: ;     /*  this makes the whole box highlight rather than just the text */

text-decoration: none;
}

#Navigation a:hover {
color: #cc66ff;
display: ;     /*  this makes the whole box highlight rather than just the text */
text-decoration: none;
}

#Navigation a:active {
display: ;
text-decoration: none;
border: none;
color: #2B3856;

}



/* ------ 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;
font-color:#ffffff;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #fff;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #66CCFF;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
text-decoration: none;
}


#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}

#HorizontalNavigation  {
width: 100%;
display: inline;
list-style: none;
text-decoration: none;
float: left;
margin-top: -20px;

}

#HorizontalNavigation li  {
float: left;
font-size: 100%;
}

#HorizontalNavigation li a  {
color: #fff;
width: 100%;
text-decoration: none;
display: block;
padding: 10px 45px 0px 45px;
background-color: #000;
}

#HorizontalNavigation li a:link {
color: #fff;
}

#HorizontalNavigation li a:visited {
color: #736F6E;
}

#HorizontalNavigation li a:hover {
color: #cc66ff;
background-image: url(../images/butterflytop.png);   /* butterfly */
background-repeat: no-repeat;
}

#HorizontalNavigation li a:active {
color: #2B3856;
}



/* ------ 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: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}



.ReturnToNavBox {
background-color: #000;
width: 90%;
border-top: 0;
border-bottom: 0;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: ;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #fff;
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;
}

/* -- 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;
}

/* ----- Ads -----*/

#googlesearch {
margin: 40px 0px 0px 0px;
}

#leftcolumnbottomad {
margin: 0px 0px 20px 0px;
}

#rightcolumntopad {
margin: 0px 0px 40px 0px;
}

#rightcolumnbottomad {
margin: 0px 0px 20px 0px;
}

/* ---- Decorative ---- */

#midpagecurl {
align: center;
}



#aboutme {
	float: left;
	margin: 0px 15px 15px 15px;
    background-color: #000;
    padding: 3px;
}



#individualpicsnav a {
align: center;
text-decoration: none;
font-weight: bold;
color: #000; 
}

#individualpicsnav a:hover {
align: center;
text-decoration: none;
font-weight: bold;
color: #8000FF; 
}

#individualpicsnav {
align: center;
text-decoration: none;
font-weight: bold;
color: #000; 
}

#fairyart{ 
empty-cells:show; 
}

#fairyart img{
background-color: #000;
padding: 3px;
margin-left: 0px;
}

#fairyart a{
text-decoration: none;
}

#individualpics img {
background-color: #000;
padding: 4px;
}

#mainlinks {
text-decoration: none;
font-weight: bold;
font-size: 115%;
 }
 
 #mainlinks a {
text-decoration: none;
font-weight: bold;
font-size: 115%;
 }
 
 #title {
 font-family: Times New Roman, Georgia, Book Antiqua, Palatino, Garamond;
 font-weight: bold;
 font-size: 140%;
 padding: 10px 0 0 0;
 }