/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body { /* aqua color for browser window background color and footer top border */
margin: auto;
font-family: Arial, Helvetica, Geneva, sans-serif;
color: #000;
font-size: 85%;
	width: 1050px;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #6c593e;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

h1.Content {
	font-size: 220%;
	margin-bottom: -20px;
}

h2.Content {
	border-style: none;
	color: #bcab97;
}

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;
}

/* Form elements */
.FormStyleGoogle input {
	background-image: url(/image-files/google_custom_search_watermark.gif);
}

input
{
color: #999585;
background: white;
border: 1px dotted gray;
	height: 23px;
	margin-bottom: 3px;
	font-size: 120%;
}

.submitGoogle input
{
color: white;
background: #c0d0b5;
border: 2px outset #c0d0b5;
	float: right;
	margin-bottom: 20px;
	margin-top: -8px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	display: none;
} 

#GoogleSearchBottom {
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	display: none;
}

/* -- General Link Styling -- */

a:link {
color: #746249; 
text-decoration: none;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: #739699;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1050px;
border: 1px dotted gray;
	margin: auto;
}

#Header {
position: relative;
height: 136px;
}

#ContentWrapper {
float: left;
width: 100%;
	margin: auto;
}

#ContentColumn {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 230px;
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1000px;
	background-color: white;
	background-repeat: repeat-y scroll;
	height: 100%;
}

#ExtraColumn {
float: left;
width: 239px;               /* STEP 4: to set right columns at 240, set 1 less than 240 here */
margin-left: -281px;
	background-color: white;
	display: none;
}

#Footer {
clear: both;
width: 100%;
border-top: 1px solid #f0f5fb;
	padding: 8px 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	background-image: none;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#ColumnContainer {
    width: 961px;
    background-color: transparent;
	clear: both;
	float: left;
	}
	
#Container3 {
    width:100%;
    overflow:hidden;
    position:relative;
	float: left;
	border-bottom: 1px inset gray;
	border-left: 1px outset gray;
	border-top: 1px inset gray;
	border-right: 1px inset gray;
}
#Container2 {
    float:left;
    width:100%;
    position:relative;
    right: 315px;
}
#Container1 {
    width: 100%;
    position:relative;
	right: 458px;
	float: left;
}
#ContentColumn {
    float:left;
    width: 780px;
    position:relative;
    left: 729px;
    overflow:hidden;
}
#NavColumn {
    float:left;
    width: 180px;
    position:relative;
    overflow:hidden;
	left: 360px;
	display: none;
}
#ExtraColumn {
    float:left;
    position:relative;
    overflow:hidden;
	left: 364px;
	display: none;
}
#Header {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
	clear: none;
	display: inline;
	background-color: white;
	background-image: none;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;
	display: none;
}

#Footer {
background-image: none;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
	color: black;
}


.footerlinks {
font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 875px;
	margin-left: 100px;
	height: 150px;
	color: black;
}

.footerlinks h3 {
	color: #675e50;
	text-align: left;
	font-size: 150%;
	margin-top: -10px;
	text-decoration: none;
}

.footerlinks1 {
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
	clear: both;
	float: none;
	margin-top: -25px;
	top: 10px;
	right: 10px;
	color: black;
}

.footerlinks2 {
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
	clear: both;
	float: left;
	margin-top: -143px;
	margin-left: 260px;
	top: 10px;
	right: 50px;
	color: black;
}

.footerlinks3 {
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
	clear: both;
	float: left;
	margin-top: -143px;
	margin-left: 545px;
	top: 10px;
}

.footerlinks a:active {
color: #739699;
background-color: transparent;
text-decoration: underline;
}

.footerlinks ul {
list-style-type: none;
	font-size: 140%;
}

.footerlinks ul li {
background-color: transparent;
text-align: center;
	color: black;
	display: inline;
}

.footerlinks a:link {
text-decoration: underline;
text-align: center;
	background-color: transparent;
	color: black;
}

.footerlinks a:visited {
color: black;
text-decoration: underline;
	background-color: transparent;
}

.footerlinks a:hover {
color: #739699;
background-color: transparent;
text-decoration: underline;
}

.footerlist {
	display: inline-block;
	position: relative;
	padding: 4px;
}

#FooterTag {     /* DarkBrown of Headings */
text-align: center;
font-size: 85%;
	padding: 20px;
	margin-top: -8px;
	margin-bottom: -8px;
	color: black;
}

#FooterTag a:link {
	color: black;
text-decoration: underline;
text-align: center;
	background-color: transparent;
}

#FooterTag a:visited {
color: purple;
text-decoration: underline;
	background-color: transparent;
}

#FooterTag a:hover {
color: #739699;
background-color: transparent;
text-decoration: underline;
}

.CopyRight {
	margin-top: -10px;
	margin-bottom: 4px;
	text-align: left;
	position: relative;
}

#FooterEndText {
background-image: url();
background-color: transparent;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: left;
font-size: 120%;
	float: left;
	clear: both;
	padding: 10px;
	margin-top: -15px;
	color: black;
}

#FooterEnd {
background-color: transparent;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 120%;
	float: right;
	clear: both;
	padding: 10px;
	margin-top: -35px;
	color: black;
}


#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#Header-Logo {
	display: inline;
	background-image: url(../image-files/organic-baby-resource-logo-header.jpg);
	background-repeat: no-repeat;
	white-space: normal;
	width: 280px;
	height: 120px;
	padding-bottom: 73px;
	position: relative;
	padding-right: 411px;
}
#RSS-Update {
	display: inline;
	background-image: none;
	background-repeat: no-repeat;
	white-space: normal;
	width: 280px;
	height: 120px;
	padding-bottom: 40px;
	position: relative;
	padding-right: 296px;
	top: -16px;
	left: 480px;
}

#RSS-Update:hover {
	display: inline;
	background-image: none;
	background-repeat: no-repeat;
	white-space: normal;
	width: 280px;
	height: 120px;
	padding-bottom: 60px;
	position: relative;
	padding-right: 296px;
	top: -16px;
	left: 484px;
}

#Follow {
	display: inline;
	position: absolute;
	overflow: visible;
	left: 700px;
	top: 60px;
}

.button1 {
}

#twitter-logo {
	display: inline;
	position: absolute;
	font-size: 85%;
	white-space: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0;
}

.button2 {
}

#facebook-logo {
	display: inline;
	position: absolute;
	font-size: 85%;
	white-space: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0;
}

.button3 {
}

#MomTV-logo {
	display: inline;
	position: absolute;
	font-size: 85%;
	white-space: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 13px 30px;
}

.button4 {
}

#youtube-logo {
	display: inline;
	position: absolute;
	font-size: 85%;
	white-space: normal;
	background-repeat: no-repeat;
	background-position: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
background-color: transparent;
	font: 120% Arial, Helvetica, Geneva, sans-serif;
}

/* -- Nav Headers -- */


/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: white;
margin-bottom: 3px;
	color: #6c593e;
	border-bottom: 1px dotted #746249;
	font-size: 82.7%;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #746249;
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: #739699;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: white;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}

#ebook {
	width: 160px;
	height: 207px;
	text-align: center;
		border-bottom: 1px dotted gray;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.ebookleftnav {
	position: relative;
	top: 193px;
	background: url(../image-files/organic-baby-food-guide-cover-160x200.jpg);
	background-repeat: no-repeat;
	padding-top: 195px;
	float: none;
	padding-right: 42px;
	text-align: center;
	margin-left: 0;
}


/* ------ 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: Arial, Helvetica, Geneva, sans-serif;
	width: 700px;
}

.ExtraNav a:active {
color: #739699;
background-color: white;
text-decoration: underline;

}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: white;
text-align: center;
	color: black;
	border-left: 1px outset gray;
	border-right: 1px inset gray;
	border-top: 2px outset gray;
	padding: 5px;
	position: relative;
	left: 219px;
}

.ExtraNav a:link {
color: black;
text-decoration: none;
text-align: center;
padding: 0 4px;
	background-color: transparent;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
	background-color: transparent;
}

.ExtraNav a:hover {
color: #739699;
background-color: white;
text-decoration: underline;

}

.NavForms{
	border-bottom: 1px dotted gray;
	padding-bottom: 0px;
}

.RightNav {
font-size: 100%;
color: #746249;
border-bottom: 1px solid #fff;
	background-color: #fba6b0;
	width: 210px;
	text-align: center;
	border-top-style: solid;
	border: 1px groove #6c593e;
	margin-bottom: 12px;
	margin-right: 0;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px;
}



#Header .ExtraNav {
font-size: 95%;
position: absolute;
top: 0px;
right: 549px;
	margin-left: 30px;
	padding: 20px;
	margin-top: 96px;
}

.FormStyle {
/* input, textarea, select */
    /*background-image: url(/image-files/Organic-Baby-input-box_name.jpg); */
    font-family: Arial;
    font-size: 10px;
    font-size: 95%;
top: 0px;
right: 10px;
	display: inline;
}

#Header .ExtraNav ul { 
margin: 0;
}


#Footer .ExtraNav {
margin: 12px auto;
background-color: #c4b77e;
}



/* ------ Section 6 - Boxes ------ */

/* -- Article Rotator --*/

#LatestArticlesRotator {
	border: 1px solid silver;
	display: block;
	clear: both;
	height: 265px;
	width: 520px;
	margin-bottom: 20px;
	margin-top: -10px;
}

h2.Rotator {
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
border-bottom: 1px solid #8f8fb3;
	margin-top: 10px;
}

.main_image {
    width: 309px;
    height: 265px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
	border-right: 1px solid silver;
}
.main_image h2 {
    font-size: 110%;
    font-weight: normal;
    margin: 0;
	padding: 7px;
}
.main_image p {
    font-size: 90%;
    line-height: 1.6em;
    margin: 0;
	padding: 6px;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {
	margin-left: 10px;
}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #000;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(../image-files/btn_collapse.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 75px;
    text-indent: -99999px;
    position: absolute;
    top: -20px;
    right: -6px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    width: 209px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
	float: right;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 1px;
    background: #ccc;
	float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 3px 10px;
    background: #f0f0f0 url(../image-files/nav_a2.gif);
    background-repeat: repeat-x;
    width: 187px;
    float: left;
    border-bottom: 2px solid #867b68;
    border-top: 3px solid #fff;
    border-right: 3px solid #c4b398;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #cdc2a8;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 85%;
    margin: 1px 0;
    padding: 0;
	display: inline;
	position: relative;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 0px;
    padding: 4px;
    width: 130px;
}
.image_thumb ul li p{
	display: none;
}/*--Hide the description on the list items--*/


#ArticlesBox {
	width: 450px;
	text-align: center;
	border: 1px dotted gray;
	background-color: #faf7e1;
	position: relative;
	margin: 35px;
	height: 650px;
}

#ArticlesBox h3 {
	font-size: 160%;
	margin-bottom: 5px;
}

#Article1 {
	width: 125px;
	height: 75px;
	text-align: left;
	position: relative;
	top: 5px;
	left: 10px;
}


#Article2 {
	width: 125px;
	height: 75px;
	text-align: left;
	position: relative;
	top: -70px;
	left: 155px;
}


#Article3 {
	width: 125px;
	height: 75px;
	text-align: left;
	position: relative;
	top: -145px;
	white-space: normal;
	left: 305px;
}


#Article4 {
	width: 125px;
	height: 75px;
	text-align: left;
	margin: 5px;
	position: relative;
	top: -35px;
	left: 5px;
}


#Article5 {
	width: 125px;
	height: 75px;
	text-align: left;
	margin: 5px;
	position: relative;
	top: -115px;
	left: 150px;
}


#Article6 {
	width: 125px;
	height: 75px;
	text-align: left;
	margin: 5px;
	position: relative;
	left: 300px;
	top: -195px;
}


#Article7 {
	width: 125px;
	height: 75px;
	text-align: left;
	margin: 5px;
	position: relative;
	left: 5px;
	top: -85px;
}


#Article8 {
	width: 125px;
	height: 75px;
	text-align: left;
	margin: 5px;
	position: relative;
	left: 150px;
	top: -165px;
}


#Article9 {
	width: 125px;
	height: 75px;
	text-align: left;
	margin: 5px;
	position: relative;
	left: 300px;
	top: -245px;
}

.crumb {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 90%;
}

.quickmenu {
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	white-space: normal;
	padding: 5px;
}

.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%;
}

.horizontal {
	border: 1px solid gray;
}

.AdSense-Article-TopBox {
	margin: 40px auto 30px;
	text-align: center;
}

.Adsense-Article-Bottom-Banner {
	text-align: center;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: white;
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 {
clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-left: 20px;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- 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: 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;
}

/* My Comment */