

/*Version 1.0 -- Contest Version */



/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color:  #94aa19; 
margin: 0;
padding: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000;
font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #879c12;
clear: both;
}

h2 {
margin-top: 40px;
}


h3, h4, h5, h6 {
margin-top: 20px;
}

h1 {
margin-top: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
border-bottom:13px solid #ededed;
background-image:url(image-files/h2-images.png) top left no-repeat;
text-align: center;
font-size: 150%;
}

h2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
border-bottom:13px solid #ededed;
background:url(image-files/h2-images.png) top left no-repeat;
font-size: 120%;
}

h3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
border-bottom: 0 solid #02147f;
font-size: 100%;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

table {
margin-left: auto;
margin-right: auto;
}

code {
color: navy;
}

img {
border: 1px solid navy;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
font-weight: bold;
text-decoration: none;
}

a:visited {
color: purple;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: red;
font-weight: bold;
text-decoration: none;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
background: url(https://www.all-about-air-purifiers.com/image-files/wrapper-top.jpg) repeat-x;
border: 0px solid #cdcece;   /* light gray same color as the column divider lines */
}

#Header {
position: relative;
height: 220px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 260px 0 0;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
display: none;
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: 259px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -260px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #cdcece;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 20px;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
 -moz-box-shadow: 0 0 5px 5px #7c8d15;
    -webkit-box-shadow: 0 0 5px 5px#7c8d15;
    box-shadow: 0 0 5px 5px #7c8d15;
    width: 968px;
background-color: #8fa514;

}

#Header {
background-image: url(https://www.all-about-air-purifiers.com/image-files/header4.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: #8fa514;
background-repeat: no-repeat;
background-color: #ffffff;
}

#NavColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff;
}

#ContentColumn {
background-image: url(https://www.all-about-air-purifiers.com/image-files/center-column-image2.jpg);
background-repeat: repeat-y;
background-color: #ffffff;
}

#ExtraColumn {
background-image: url(https://www.all-about-air-purifiers.com/image-files/right-column-image1.jpg);
background-repeat: repeat-y;
background-color: #ffffff;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff;     /* same as background */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: navy;
}

#ExtraColumn {
font-size: 90%;
color: navy;
}

#NavColumn h4 {
font-size: 90%;
color: navy;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: navy;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: transparent;
text-align: left;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #061383;
border-bottom: 1px solid #061383;
margin: 12px 0;
text-align: center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: 0 0 0 0;
}

.Navigation li {
background-color: transparent;        /* gray, for button and RSS box backgrounds -- */
border: 0px solid navy;
margin-bottom: -1px;
}


/*  ---  Horizontal Top Navigation ---*/





/* -- Navigation Link styles -- */

.Navigation a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fdf6df;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
}



/* ------ 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 -- */




#Header .ExtraNav {
font-size: 90%;
position: absolute;
bottom: -1px;
left: 0px;
z-index: 1;
display: inline;
background-image:url(image-files/nav-bg.jpg) no-repeat;
}

#Footer .Extranav {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #transparent;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 1px;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: none;
text-align: center;
}




/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #F0F0F0;
width: 85%;
border: 1px solid #8f8fb3;
margin: 36px auto 38px 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: #eeeca2;
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%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ffffff;
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: cdcece;
width: 90%;
border-top: 1px solid #fdf6df;
border-bottom: 1px solid #d3d7d7;
margin: 50px 12px 50px 12px;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fdf6df;
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;
}

.underline {
text-decoration: underline;
}

.ReturnToTop {
text-align: right;
font-size: 85%;
color: blue;
display: block;
margin-top: 18px;
margin-bottom: 24px;
}

.bluetitle {
font-size: 100%;
font-weight: 600;
color: #000278;
display: block;
}

.greentitle {
font-size: 100%;
font-weight: 600;
color: #008040;
display: block;
}

.horizontallinegray {
color: #EEE5DE;
display: block;
height:4px;
border-width:0;
background-color:blue
}

.center {
text-align: center;
}

/* -- 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;
}

/* --- List for Recent Articles Home Pages----*/

ul.article {
    list-style-type:none;
    margin:10px;
    padding:0px;
  }
  ul.article li {
    border-bottom: 1px dashed #061883;
    background-color: #fff;
    padding: 10px 10px 5px 5px;
    margin-bottom: 10px;
    height:1%; /* Fix for MSIE peekaboo bug */
  }
  ul.article li img {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/*  divider line */

.Quote {
    text-align: center;
    font-size: 110%;
    border-bottom: 1px dashed #061883;
    padding-top: 1em;
}

/* ----- Borders for pictures ------*/

.snapshot {
   border: 1px solid #061883;
   padding: 4px;
   background-color: #eefcfc;
}

/* Horizontal nav at top */

ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin: 0px;
	list-style:none;
	padding:0px 25px 1px 0px;
	background-color: #transparent; /* INTERIOR BORDER COLOR SEEN AROUND EDGES MAKE IT SAME AS BACKGROUND COLOR */
	background-repeat: no-repeat;
	border-color: #transparent; /* EXTERIOR BORDER COLOR */
	border-width: 0px;
	border-style: solid;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{
	width:225px;
}
ul.pureCssMenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size: 0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	height: 30px;
	min-width:75px;
	background:url(image-files/nav-bg1.jpg) repeat-x;
	background-color: #93a918; /* BACKGROUND COLOR */
	border-width: 1px;
	border-color: #93a918;
	border-style:solid;
	text-align:left;
	text-decoration: none;
	padding:5px;
	_padding-left:0;
	font: 15px Verdana, Helvetica, Arial, sans-serif;
	color: #000000; /* changes color of the text */
	text-decoration: none;
	cursor:pointer;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	
        padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#93a918;	
        background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color: #93a918; /*hover color when mouse goes to submenu */
	border-color: #93a918;
	border-style:solid;
	font: 15px Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF; /* color of text during hover */
	text-decoration: underline;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color: #93a918; /* hover color when mouse is over top main menu */
	border-color: #93a918;
	border-style:solid;
	border-width:1px;
	font:15px Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF; /* mouse over text color */
	text-decoration: underline;
}
ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:5px;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul,ul.pureCssMenu a:hover a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul,ul.pureCssMenu a:hover a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-image:url(http://www.completeguidetohealthyeating.com/image-files/arrv_blue_2.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:8px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(http://www.completeguidetohealthyeating.com/image-files/arrv_white_2.gif);
}
ul.pureCssMenu a:hover span{	_background-image:url(http://www.completeguidetohealthyeating.com/image-files/arrv_white_2.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(http://www.completeguidetohealthyeating.com/image-files/arr_blue_2.gif)}
ul.pureCssMenu ul li:hover > a span{	background-image:url(http://www.completeguidetohealthyeating.com/image-files/arr_white_2.gif);}
ul.pureCssMenu table a:hover span,ul.pureCssMenu table a:hover a:hover span,ul.pureCssMenu table a:hover a:hover a:hover span{background-image:url(http://www.completeguidetohealthyeating.com/image-files/arr_white_2.gif)}
ul.pureCssMenu table a:hover table span,ul.pureCssMenu table a:hover a:hover table span{background-image:url(http://www.completeguidetohealthyeating.com/image-files/arr_blue_2.gif)}
ul.pureCssMenu li a.pureCssMenui0{
font:n;
}
ul.pureCssMenu li a.pureCssMenui0:hover{
font:o;
}