/*Version 1.0 -- Current Raise Smart Kid Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #FFFFFF; /* White color for 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; /*black for general text*/
font-size: 80%;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}


#PageWrapper {
width: 1001px;
}

#Header {
height: 242px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 220px 0 210px;    
}

#NavColumn {
float: left;
width: 175px;               
margin-left: -1001px;        
}

#ExtraColumn {
float: left;
width: 185px;               
margin-left: -186px;        
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#ExtraColumn .Liner {
padding: 3px 5px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 2px solid #DDA0DD; /* plum border, headlines and borders */
margin: 24px auto;
background-image: url(https://www.raise-smart-kid.com/image-files/raise-smart-kid-background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(https://www.raise-smart-kid.com/image-files/raise-smart-kid-header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(https://www.raise-smart-kid.com/image-files/raise-smart-kid-background.gif);
background-repeat: repeat-y;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(https://www.raise-smart-kid.com/image-files/bg_side03_r.gif);
background-repeat: repeat-x;
text-align: center;
border-top: 2px solid #7C3C55;  /*maroon for footer top border */
}


/* ------ 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: #fff; /*White header in nav column*/
background-image: url(https://www.raise-smart-kid.com/image-files/title_browse_r.gif);
border-bottom: 2px 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 #7C3C55;
margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
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;
text-decoration: none;
}

.Navigation a:hover {
color: red;
background-color: #EEC7D6;   /* light pink used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}

#topleftads{
	position:absolute;
	background-color:transparent;
	width: 130px;
	margin-top: 120px;
	margin-left: 6px;
	margin-right: auto;
	z-index:6;
	top: -40px;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
color: blue;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: #EEC7D6;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.ExtraNav a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #7C3C55;
text-decoration: underline;
}

#Header {
position: relative;
}

#Header .ExtraNav {
position: absolute;
margin: 0;
top: 0;
right: 0;
width: auto;
background: transparent;
}

#Header .ExtraNav ul { 
margin: 0;
padding: 0;
}


/* ------ Section 6 - Specific Font Styles ------ */

#NavColumn {
font-size: 90%;
color: #7C3C55;
}

#ExtraColumn {
font-size: 90%;
color: #7C3C55;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: 7C3C55; /*dark maroon color for headings */
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Palatino Linotype', Palatino, 'Times New Roman', Georgia, serif;
border-bottom: 0 solid #7C3C55;
text-align: center;
}


/*h2 {
	font-size: .85em;
	color: #000000;
	background-color: #ffc;
	font-style: italic;
	text-align: center;
}

h3{
	font-size: 1.1em;
	color: #50652c;
	font-weight: bolder;
}
*/

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 1.2em;
background-color: #7C3C55;
border-bottom: 0px solid #7C3C55;
font-style: italic;
text-align: center;
color: white;
padding: 3px;
width: 100%;
}

h3 {
font-size: 1.0em;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #7C3C55;
font-weight: bolder;
}

h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 1.0em;
background-color: #ffc;
border-bottom: 0px solid #7C3C55;
font-style: italic;
text-align: center;
}

#NavColumn h4 {
font-size: 90%;
color: #7C3C55;
margin-top: 0;
}


#ExtraColumn h3 {
padding: 0;
font-size: 110%;
color: gray;              
border-bottom: 1px solid gray;
margin: 12px 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #7C3C55;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: 7C3C55; /*maroon*/
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: DarkMagenta;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

.small {
font-size: 85%;
}

.update {
font-size: 85%;
font-weight: bold;
color: red;
}

/* ------ Section 7 - Boxes ------ */

.CalloutBox {
background-color: #ffc;
width: 85%;
border: 1px dotted #7C3C55;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
text-align: center;
}

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: #ffffcc;
width: 40%;
border: 1px solid #7C3C55;
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: #7C3C55;
color: #FFFFFF; /*white for header*/
}

.C2LeftBox p {
font-size:11px;
padding:0px 4px;
line-height:13px;
}

.ReminderBox {           /* the container box */   
background-color: #ffffcc;      
width: 24%;
border: 2px solid #7C3C55; 
margin: 0 0 12px 18px;
float: right;              /*adding float enables text to flow around it */
color: #7C3C55; /*check this out*/
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #7C3C55;
color: #FFFFFF; /*white for header*/
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

.ReminderBox a{
color: blue; 
font-size: 100%;
text-decoration: underline;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: EEC7D6; /*light pink used for content background*/
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;
}

.ReturnToNavBox {
background-color: #EEC7D6;
width: 90%;
border-top: 1px solid #7C3C55;
border-bottom: 1px solid #7C3C55;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #7C3C55;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #7C3C55; /*maroon*/
line-height: 14px;
text-align: center;
}


/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}


img {
border: 0 solid #ddd;
}


/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 2px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 2px 12px 0;
text-align: center;
}

.center { 
text-align: center;
}