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

body {
	background-color: #ebebe1;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 85%;
	background-image: url(http://www.guruparents.com/image-files/body.jpg);
	background-position: center top;
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #9A479B;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 0;
}

h1 {
	margin-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 180%;
	font-weight: bold;
	color: #9A479B;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px ridge #e8e7d7;
	padding-top: 8px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px ridge #e8e7d7;
}

blockquote {
	margin: 12px 56px;
	color: #4780C2;
	font-size: 100%;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.IconText {
	height: 100px;
	width: 100%;
	clear: left;
}

code {
color: #332206;
}

img {
border: 0;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #4780C2;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #4780C2;
	text-decoration: underline;
}

a:hover {
	color: #4780C2;
	text-decoration: underline;
}



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

#PageWrapper {
width: 1000px;
border: 0px solid #8f8fb3;   
}

#Header {
	position: relative;
	height: 200px;
	padding-right: 220px;
	padding-left: 220px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 15px 220px 0 230px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
margin-top: 10px;
width: 175px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -965px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
margin-top: 5px;
width: 175px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -210px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
	clear: both;
	width: 100%;
	padding: 0px 0;
	border-top: 0px solid #f0f5fb;
	height: 124px;
}

.Liner {
padding: 5px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



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

#PageWrapper {
	margin: 0px auto;
	background: #FFFFFF center top;
}

#Header {
	background: transparent no-repeat center top;
}

#ContentWrapper {
	background: transparent center top;
}

#Footer {
	text-align: center;
	font-size: 85%;
	color: #cc;
	background: transparent center bottom;
	line-height: 1.8;
}

#NavColumn {
font-size: 95%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
	font-size: 92%;
	color: #521;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	font-family: Verdana, Geneva, sans-serif;
}

#ExtraColumn h4 {
	font-size: 96%;
	color: #521;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}


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

.Navigation {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 100%;
	color: 9A479B;
	border-bottom: 2px ridge #e8e7d7;
	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: transparent;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

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

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

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


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: Verdana, Geneva, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
padding-top: 10px;
}

.ExtraNav ul li:hover {
display: inline;
background-color: transparent;
text-align: left;
padding-top: 10px;
}

.ExtraNav a:link {
	color: #9A479B;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}

.ExtraNav a:visited {
	color: #9A479B;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;

}

.ExtraNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	background: #9A479B;
}

#Header .ExtraNav {
	font-size: 95%;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 160px;
	left: 40px;
	border-bottom: 1px dotted #CCCCCC;
}

#Footer .ExtraNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 115%;
	background-color: transparent;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 20px 0 25px 0;
	position: relative;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

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

#Footer .ExtraNav a:link {
	color: #9A479B;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}

#Footer .ExtraNav a:hover {
color: #ccc;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}


#Footer .ExtraNav a:visited {
color: #fff;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}


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

.CalloutBox {
	width: 495px;
	font-family: Verdana, Geneva, sans-serif;
	border: 2px solid #ccc;
	margin: 18px auto 24px auto;
	padding: 5px 5px 5px 30px;
	color: #FFFFFF;
	background: #4780C2;
}

.CalloutBox img {
margin: 5px;
}

.CalloutBox h3 {
color: #a27d37;
}

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: #000;
width: 24%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #a27d37;
}

.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: #fff;
	color: #000;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468 {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxExtraColumn {
float: right;
}

.AdSenseBoxLeft {
margin: 5px 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
	width: 520px;
	border-bottom: 1px dotted #ccc;
	margin: 15px auto 10px auto;
	padding: 3px;
	text-align: right;
}


.ReturnToNavBox a:hover {
	color: #4780C2;
}

.ReturnToNavBox a:visited {
	color: #4780C2;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
border: 0px dotted #332206;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #521;
line-height: 120%;
text-align: center;
}



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

.Clear {
clear: both;
}

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

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemRightOutline {
	float: right;
	margin: 2px 0 12px 18px;
	text-align: center;
	border-width: 1px;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}
.ItemCenterOutline {
margin: 2px auto 12px auto;
text-align: center;
	clear: both;
	border-width: 1px;
}


.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
	padding-left: 25px;
	padding-bottom: 15px;
	color: #000000;
	list-style: disc outside;
} 
.BookFeature {
	margin: 10px;
	float: right;
}
.DateFont {
	font-size: 70%;
}
