/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #6C5C4F; /* background color for area around the outside of the page */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000000;
font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
clear: both;
line-height: 135%;
font-weight: bold;
}

h2, h3, h4, h5, h6 {
margin-top: 12px;
}

h1 {
margin-top: 0px;
font-size: 185%;
color: #474747;
text-align: center;
}

h2 {
font-size: 155%;
}

h3 {
font-size: 125%;
}

p {
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 1.4em;
	border: 0;
	}

blockquote {
margin: 12px 60px;
color: #333333;
font-size: 100%;
}

code {
color: navy;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: blue;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: purple;
text-decoration: underline;
font-weight: bold;
}



/* -- Image Styling -- */

img {
border: 0px solid #cccccc;
}

a:link img {
border:  0px solid #cccccc;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
position: relative;
height: 60px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px;
}

#ContentColumn .Liner {
padding: 24px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 0px solid #ffffff;
margin: 0px auto;
background-image: url(../images/background-21.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../images/jewelry-display-ideas-960x60-96-g.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../images/background-21.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
line-height: 150%;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff;
border: 0px solid #ffffff;
text-align: center;
font-size: 100%;
line-height: 150%;
color: #5F3930;
}

#NavColumn {
font-size: 88%;
color: #black;
}

#ExtraColumn {
font-size: 83%;
color: black;
}

#ExtraColumn h3 {
background-color: #ffffff;
padding: 0px 3px 3px 3px;
font-size: 116%;
color: #5F3930;
font-weight: bold;
border-bottom: 1px solid #5F3930;
margin: 12px 0px 12px 0px;
text-align: center;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #474747;
margin-top: 0;
}

#homepagetable
{
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
width: 498px;
border-collapse: collapse;
}
#homepagetable td, #homepagetable th 
{
font-size: 12px;
text-align: center;
color: #000000;
border: 0px solid #cccccc;
padding: 15px 13px 15px 13px;
}
#homepagetable th 
{
font-size: 12px;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
background-color: #ffffff;
color: #000000;
}
#homepagetable tr.alt td 
{
color:#000000;
background-color:#ffffff;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
background-color: #FFFFFF;
padding: 0px;
font-size: 105%;
color: #5F3930;
font-weight: bold;
border: 0px solid #ffffff;
margin: 9px 0px 10px 0px;
text-align: center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #E0CBCC;
border-bottom: 0px solid #ffffff;
margin-bottom: 2px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
font-weight: normal;
}

.Navigation a:visited {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
font-weight: normal;
}

.Navigation a:hover {
color: #ffffff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #5F3930;   /* -- background color -- */
text-decoration: none;
font-weight: normal;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
font-weight: normal;
}

.ThumbnailLink a:link {
text-decoration: none;
font-weight: normal;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
font-weight: normal;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-size: 88%;
}

.ExtraNav ul {
list-style-type: none;
padding: 4px;
}

.ExtraNav ul li {
display: inline;
padding: 4px;
background-color: #E0CBCC;
text-align: center;
}

.ExtraNav a:link {
color: #000000;
text-decoration: none;
text-align: center;
padding: 4px;
font-weight: normal;
}

.ExtraNav a:visited {
color: #000000;
text-decoration: none;
text-align: center;
padding: 4px;
font-weight: normal;
}

.ExtraNav a:hover {
color: #ffffff;
background-color: #5F3930;
text-decoration: none;
text-align: center;
padding: 4px;
font-weight: normal;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #ffffff;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #F9F2F1;
width: 75%;
border: 1px solid #E0CBCC;
margin: 18px auto 24px auto;
padding: 4px; 4px; 8px; 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: #F9F2F1;
width: 24%;
border: 1px solid #E0CBCC;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.NavFooterLinksBox {          
background-color: #ffffff;
width: 85%;
border: 0px solid #e4e2dc;
margin: 14px auto 14px auto;
color: blue;
font-weight: bold;
}

.BottomOfHeaderNavBox {          
background-color: #9C79A3;
width: 100%;
border: 0px solid #ffffff;
margin: 0px auto 0px auto;
padding: 2px 0px 2px 0px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

/* -- Bottom of Header Navigation Link styles -- */

.BottomOfHeaderNavBox a:link {
color: #ffffff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 24px 2px 24px;
text-decoration: none;
font-weight: bold;
}

.BottomOfHeaderNavBox a:visited {
color: #ffffff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 24px 2px 24px;
text-decoration: none;
font-weight: bold;
}

.BottomOfHeaderNavBox a:hover {
color: #474747;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 24px 2px 24px;
background-color: #9C79A3;
text-decoration: none;
font-weight: bold;
}



.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 90%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
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: #ffffff;
width: 85%;
line-height: 150%;
border: 0px solid #ffffff;
margin: 0px auto 12px auto;
padding: 4px;
}

.GuestAuthorBox {
background-color: #fff;
width: 100%;
border-top: 1px solid #5F3930;
margin: 12px auto 12px auto;
padding: 4px;
line-height: 150%;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #686852;
border: 1px solid #000000;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #ffffff;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 100%;
font-style: italic;
color: #000;
display: block;
line-height: 135%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 4px 0 14px 28px;
text-align: center;
}

.ItemCenter {
margin: 36px auto 40px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 4px 24px 14px 0;
text-align: center;
}

.hr {          
background-color: #513d38;
width: 80%;
border: 0px solid #513d38;
margin: 8px auto 8px auto;
}
