/* CSS coding - Last Revised 9/13/12 */

/*Revisions
10/31/11 - Added .H2StyleFont to Section7 and changed bottom margin of H1 to 0*/
/*11/2/11 - Added h1.centered font to section 1 and .H2StyleFontCentere to Section 7 */
/*11/7/11 - Added H3 header to section 1 with clear=none (to allow text & pics to wrap */
/*6/5/12 - Changed the CalloutBox outline attribute to 2px solid from 1px dotted*/
/* 6/26/12 - Added H4 header with clear=none (to allow text & pics to wrap) */
/* 9/13/12 - Added the h1.smaller & h3.larger to allow for diff font sizes */

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

body {
background-color: #ffffff;
background-image: url(https://www.home-style-choices.com/support-files/style.css);
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #333333;
font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #96320E;
clear: both;
letter-spacing: -1px;
}

h2, h3, h4, h5, h6 {
}

h1 {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #111111;
text-align: left;
margin-top: 1px;
margin-bottom: 0px;
}

h1.smaller {
font-size: 1.9em;
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #111111;
text-align: left;
margin-top: 1px;
margin-bottom: 0px;
}


h1.centered {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #111111;
text-align: center;
margin-top: 1px;
margin-bottom: 0px;
}

h2 {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
border-left: 7px solid #96320E;
padding-left: 7px;
margin-top: 25px;
}

h3 {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
}

h3.larger {
font-size: 1.5em;
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #111111;
text-align: left;
margin-top: 1px;
margin-bottom: 0px;
}

h3.noclear {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
clear: none;
}



h4 {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
}


h4.noclear {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
clear: none;
}


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


/* -- General Link Styling -- */

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

a:visited {
color: #9D1DA1;
text-decoration: underline;
}

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



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

#PageHolder {
width: 1000px;
margin: 0px auto;
}

#PageBackground {
width: 1000px;
float: left;
background-image: url(../image-files/content-back.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#PageWrapper {
width: 1000px;
float: left;
background-color: transparent;
}

#Header {
position: relative;
height: 141px;
background-image: url(../image-files/header.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
float: left;
width: 100%;
margin-bottom: 10px;
}

#ContentColumn {
float: left;
position: relative;
width: 620px;
margin: 7px 0 7px 0px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
background-image: url(../image-files/content-back.gif);
background-repeat: repeat-y;
background-color: transparent;
background-position: left top;
}

#TopContent{
float: left;
position: relative;
width: 620px;
margin: 0px 180px 0px 190px;
background-image: url(../image-files/content-top.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: left top;
}

#BottomContent {
float: left;
position: relative;
width: 620px;
margin: 0px 0px 0px 0px;
background-image: url(../image-files/content-bottom.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: left bottom;
}

#NavColumn {
float: left;
width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1000px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
color: #333333;
font-size: 90%;
background-color: transparent;
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -181px;        /* STEP 5: set to -(ExtraColumnWidth) */
color: #111111;
font-size: 90%;
background-color: transparent;
}

* html #ExtraColumn {
margin-left: -182px;
}

#Footer {
clear: both;
width: 1000px;
padding: 1px 0 18px 0;
background-image: url(../image-files/footer-nav.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
text-align: center;
font-size: 90%;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#ContentColumn .Liner {
padding: 7px 15px 10px 15px;
}

#NavColumn .Liner {
padding: 5px 10px 5px 10px;
}

#ExtraColumn .Liner {
padding: 5px 10px 5px 10px;
}

/* #SearchBox {
float: right;
width: 270px;
position: absolute;
top: 73px;
right: 5px;
} */

#NavColumn h4 {
font-size: 100%;
color: #333333;
margin-top: 0px;
font-weight: bold;
letter-spacing: -1px;
}

#ExtraColumn h4 {
font-size: 100%;
color: #333333;
font-weight: 100;
letter-spacing: -1px;
font-weight: bold;
margin-top: 0;
}


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


.OutlinedBox {
float: left;
position: relative;
width: 180px;
background-image: url(../image-files/outlined-box-back.gif);
background-repeat: repeat-y;
background-position: top left;
background-color: transparent;
margin: 9px 0 9px 0px;
}

.OutlinedBoxTop {
float: left;
position: relative;
background-image: url(../image-files/outlined-box-top.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
}

.OutlinedBoxBottom {
float: left;
position: relative;
background-image: url(../image-files/outlined-box-bottom.gif);
background-repeat: no-repeat;
background-position: bottom left;
background-color: transparent;
margin-bottom: 10px;
}



.FilledBox {
float: left;
position: relative;
width: 180px;
background-image: url(../image-files/filled-box-top.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #DFD3AE;
margin-bottom: 10px;
}

.FilledBoxBottom {
float: left;
position: relative;
background-image: url(../image-files/filled-box-bottom.gif);
background-repeat: no-repeat;
background-position: bottom left;
background-color: transparent;
}

.PubcommentsBox {
float: none;
position: relative;
width: 590px;
background-image: url(../image-files/filled-box-top-590x5.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #DFD3AE;
margin-bottom: 10px;
}


.PubcommentsBoxBottom {
float: none;
position: relative;
background-image: url(../image-files/filled-box-bottom-590x5.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-color: transparent;
}

.RustOutlinedBox {
float: left;
position: relative;
width: 590px;
background-image: url(../image-files/rust-outlined-box-back.jpg);
background-repeat: repeat-y;
background-position: top left;
background-color: transparent;
margin: 6px 0 6px 0px;
}

.RustOutlinedBoxTop {
float: left;
position: relative;
background-image: url(../image-files/rust-outlined-box-top.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
margin-top: 15px;
}

.RustOutlinedBoxBottom {
float: left;
position: relative;
background-image: url(../image-files/rust-outlined-box-bottom.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-color: transparent;
margin-bottom: 15px;
}




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

.Navigation {
width: 150px;
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
padding: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 5px 0px 1px 0px;
font-size: 110%;
color: #96320E;
background-color: transparent;
margin: 0px 0px 10px 0px;
text-transform: uppercase;
border-bottom: 3px solid #C2A974;
letter-spacing: -1px;
font-weight: bold;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0px 8px 0px;
margin: -6px 0 0 0;
}

.Navigation li {
margin-bottom: 3px;
font-weight: 800;
letter-spacing: 0px;
font-size: 100%;
letter-spacing: -1px;
}

html>body .Navigation li {
margin-bottom: 0px;
}

* html .Navigation li {
margin-bottom: -14px;
}


/* -- Navigation Link styles -- */

.Navigation a:link {
color: #333333;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0px;
text-decoration: none;
}

.Navigation a:visited {
color: #333333;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0px;
text-decoration: none;
}

.Navigation a:hover {
color: #96320E;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0px;
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: #A32D1D;
}

.PgContentsAnnouncement {
font-weight: bold;
font-style: italic;
font-size: 140%;
}

.PgContentsLink a:link {
color: blue;
font-weight: bold;
font-size: 125%;
text-decoration: underline;
}

.PgContentsLink a:visited {
color: purple;
font-weight: bold;
font-size: 125%;
text-decoration: underline;
}

.PgContentsLink a:hover {
color: red;
text-decoration: underline;
}

.WhoPubGuyLink a:link {
color: blue;
font-size: 75%;
text-decoration: underline;
}

.WhoPubGuyLink a:visited {
color: purple;
font-size: 75%;
text-decoration: underline;
}

.WhoPubGuyLink a:hover {
color: red;
text-decoration: underline;
}




/* -- 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;
text-align: center;
font-weight: bold;
text-transform: uppercase;
}

.ExtraNav a:link {
color: #dddddd;
text-decoration: none;
text-align: center;
padding: 10px 7px 8px 7px;
}

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

.ExtraNav a:hover {
color: #ffffff;
background-color: transparent;
text-decoration: underline;
}


#Header .ExtraNav {
font-size: 90%;
position: absolute;
top: 109px;
left: 10px;
}

#Header .ExtraNav ul { 
margin: 0;
}

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


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

#Footer .ExtraNav a:link {
color: #333333;
}

#Footer .ExtraNav a:visited {
color: #333333;
}

#Footer .ExtraNav a:hover {
color: #000000;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 2px solid #DFD3AE;
margin: 18px auto 24px auto;
padding: 4px;
color: #444444;
}

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: #dddddd;
width: 27%;
border: 1px solid #C0D89A;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #444444;
}

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

.ReminderBox p {
font-size: 90%;
padding: 0 11px;
line-height: 130%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
background-color: transparent;
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 {
border-top: 0px solid #DFD3AE;
margin: 50px auto 0px auto;
}

/* -- RSS Box -- */

#RSSbox {
background-color: transparent;
margin: 0px 0px;
padding: 1px 10px 10px 10px;
font-size: 100%;
font-weight: 300;
color: #333333;
line-height: 120%;
text-align: left;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #111111;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.Attribution {
font-size: 75%;
color: #111111;
display: block;
font-weight: bold;
margin-bottom: 10px;
}

.NoBorderH2 {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 188%;
color: #96320E;
font-weight: bold;
letter-spacing: -1px;
margin-top: 25px;
}

.H2StyleFont {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 188%;
color: #96320E;
font-weight: bold;
letter-spacing: -1px;
}

.H2StyleFontCentered {
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 188%;
text-align: center;
color: #96320E;
font-weight: bold;
letter-spacing: -1px;
}




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