/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #fff; /* browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 80%;
}


/* -- General Link Styling -- */

a:link {
color: #3c5eff; /* blue */
text-decoration: underline;
}

a:visited {
color: #4212a6; /* purple */
text-decoration: underline;
}

a:focus {
color: #ff9220; /* bright dk orange */
background-color: #ffef85; /* pale yellow */
text-decoration: underline;
}

a:hover, a:active {
color: #ff9220; /* bright dk orange */
text-decoration: underline;
}


/* ------ Section 2 - Global Page Structure ------- */


#PageWrapper {
width: 960px;
background-color: #fff;
}

#Header {
height: 200px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 179px;               /* STEP 2: To set right and left columns at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width (but with minus sign) specified in #PageWrapper above  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: also 1 less than 180 */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */


#PageWrapper {
border: 3px solid #3c5eff;   /* --- border around whole page --- */
margin: 24px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(http://www.work-from-home-online-freedom.com/images/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#LeftColumn, #CenterColumn, #RightColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ffe958;     /* color used in left and right columns of background.gif and for footer and horizontal text-navbar */
border-top: 2px solid #fff;
}


/* ------ 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 {
padding: 0;
font-size: 110%;
color: #132da6;                /* headlines and RSSbox -- */
border-bottom: 1px solid #fff;
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: #ffc;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #6d87ff;
margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: #3c5eff; /* blue */
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
font-size: 100%;
}

.Navigation a:visited {
color: #4212a6; /* purple */
text-decoration: none;
font-size: 100%;
}

.Navigation a:hover {
color: white;
background-color: #b591ff;   /* lilac */
text-decoration: underline;
font-size: 100%;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 0px auto 0px auto;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
text-align: center;
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #ffe958;
text-align: center;
}

.text-NavBar a {
color: #3c5eff; /* blue */
text-decoration: none;
text-align: center;
padding: 0 6px;
}

.text-NavBar a:visited {
color: #4212a6; /* purple */
text-decoration: none;
}

.text-NavBar a:hover {
color: white;
background-color: #b591ff; /* lilac */
text-decoration: underline;
}

#Header {
position: relative;
}

#Header .text-NavBar {
position: absolute;
margin: 0;
top: 0;
right: 0;
width: auto;
background: transparent;
}
#Header .text-NavBar ul {
margin: 0;
padding: 0;
}

#Footer .text-NavBar ul  li {
background-color: #ffc;
}


/* ------ Section 6 - Specific Font Styles ------ */


#LeftColumn {
font-size: 90%;
color: white;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #1d487e;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-top: 5px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0 solid #a6780a;
text-align: center;
}

h2, h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #a6780a;
}

#LeftColumn h4 {
font-size: 90%;
color: red;
margin-top: 0;
}

#RightColumn h3 {
padding: 0;
font-size: 110%;
color: gray;              
border-bottom: 1px solid gray;
margin: 12px 0;
}

#RightColumn h4 {
font-size: 90%;
color: red;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 110%;
line-height: 20px;
font-family: 'Palatino Linotype', Palatino, 'Times New Roman', Georgia, serif;
background-color: #ffc;
padding-left: 10px;
padding-right: 10px;
}

.small {
font-size: 85%;
}

.update {
font-size: 85%;
font-weight: bold;
color: red;
}


/* ------ Section 7 - 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, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}




.C2LeftBox {           /* the container box */
background-color: #ddd;
width: 40%;
border: 1px solid #8f8fb3;
margin: 2px 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #006;
}

.C2LeftBox h5 {
margin:0;
padding:2px;
text-align:center;
background-color: #fff;
}

.C2LeftBox p {
font-size:11px;
padding:0px 4px;
line-height:13px;
}

.ReminderBox {           /* the container box */
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: 13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter {
padding: 5px;
background-color: #d3e4fb;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 25px auto 0 auto;
padding: 4px;
text-align: center;
}
	

/* -- 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: 14px;
text-align: center;
}


/* ------ Section 8 - Frequently Used Styles ------ */

.clear {
clear: both;
}

img {
border: 0 solid #ddd;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}

#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn dt {
  font-weight: bold;
  margin: 0 0 5px 20px;
}

#CenterColumn dd {
  margin: 0 0 5px 50px;
}


/* -- 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;
}

.center { 
text-align: center;
}

/* -- external links -- */
a.external:link {
color: #3c5eff; /* blue */
text-decoration: underline;
background: url(http://www.work-from-home-online-freedom.com/images/external-icon.gif) no-repeat 100% 0;
padding: 0 20px 0 0;
} 

a.external:visited  {
color: #4212a6; /* purple */
text-decoration: underline;
background: url(http://www.work-from-home-online-freedom.com/images/external-icon.gif) no-repeat 100% -100px;
padding: 0 20px 0 0;
}

a.external:focus {
color: #ff9220; /* bright dk orange */
background-color: #ffef85; /* pale yellow */
text-decoration: underline;
background: url(http://www.work-from-home-online-freedom.com/images/external-icon.gif) no-repeat 100% -200px;
padding: 0 20px 0 0;
}

a.external:hover, a.external:active {
color: #ff9220; /* bright dk orange */
text-decoration: underline;
background: url(http://www.work-from-home-online-freedom.com/images/external-icon.gif) no-repeat 100% -200px;
padding: 0 20px 0 0;
}

