@charset "utf-8";
/* CSS Document */

* {	padding: 0;
	margin: 0;	}
	
	
a img, :link img, :visited img {
	border: 0;}

body {
	background-color: #97B8C9;
	font-size: 1em;
}
p,td {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
}
#links p,#reviews p {
	display: block;
	margin-bottom: 15px;
}
#reviews p {
	font-style:italic;

}
#reviews p strong {
	float: left;
	display: inline;

}


/* ++++++++++++++++++++++ headings ++++++++++++++++++++++++++++++++ */

#important h1 {
	position: absolute;
	left: 200px;
	top: 50px;
	font-size: 1.2em;
	color: #F4F3BD;
}
#content   h1,h2,h3 {
	color: #A45662;
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.5em;
	text-decoration: underline;
	margin-bottom: 10px;
	
}
h2{
	font-size: 1.3em;

}
h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}
#header h1 {
	color: #FEFDBC;
	font: italic 1.3em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#important h1 {
	color: #FEFDBC;
	position: absolute;
	z-index: 2;
	left: 88px;
	width: 523px;
	top: 29px;
	text-align: center;
	text-decoration: none;
	font: italic 1.2em Arial, Helvetica, sans-serif;
}
#important {
}


.inline {
	display: inline;
	color: #A45662;
}

/* ++++++++++++++++++++++ containers ++++++++++++++++++++++++++++++++ */

#header {
	background: #5689A4 url(../images/top_bg.png) no-repeat;
	width: 800px;
	margin-top: 15px;
	padding-top: 30px;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: auto;
}
#middleBox {
	background: #588AA3;
	width: 800px;
	height: auto;
}


#content {
	background: #FFFFFF;
	float: right;
	width: 505px;
	text-align: left;
	font: 0.9em;
	margin: 20px;
	padding: 25px;
}

#navBox {
	float: left;
	width: 180px;
	text-align: left;
	margin-bottom: 50px;
	padding-left: 20px;
}


#dailyAffirmation {
	border: thin solid #666666;
	padding: 15px;
	margin-top: 10px;
}
.textChange {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
}


#footer {
	clear: both;
	background: #97B8C9 url(../images/bottom_bg.png) no-repeat;
	height: 100px;
}

/* ++++++++++++++++++++++ links ++++++++++++++++++++++++++++++++ */


#navBox a {
	color: #F4F3BD;
	text-decoration: none;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}
#footer a {
	color: #F4F3B9;
	text-decoration: none;
	font-size: .8em;
}


/* ++++++++++++++++++++++ lists ++++++++++++++++++++++++++++++++ */

#navBox ul {
}
#navBox li {
	list-style: none;
	margin-top: 20px;
}


#footer ul {
	margin-top: 0px;
}
#footer  li {
	display: inline;
	margin-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #F9FAB8;
}
#footer  li:last-child {
	border-right: 1px none #F4E2B1;
}

#content li {
	list-style: none;
	height: 30px;
	font-size: 1.2em;
}

/* ++++++++++++++++++++++ other ++++++++++++++++++++++++++++++++ */

#copy {
	font-size: 0.8em;
	color: #F4F3BD;
}


#bookCover {
	width: 300px;
}
#counter {
	position: relative;
	left: 150px;
}
#counterLink a {
	color: #5689A4;
}
#twitter {
	margin-top: 20px;
}
#open_to_hope  {
	width: 175px;
	padding: 5px;
	background: #FFFFFF;
	font: .8em Arial, Helvetica, sans-serif;
}
#nhpr {
	margin-top: 20px;
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	width: 175px;
	padding: 5px;
	
}
#nhpr_box {
	width: 150px;
	margin-left: 25px;
}

#rightCol {
	float: right;
	margin-right: 20px;
}
