.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden; }
body { 
	background-color: #43347d; 
	padding: 10px; 
	margin: 0;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif; }
a { text-decoration: none; }
a:link { color: #43347d; }

a:hover, 
a:focus { 
	text-decoration: underline;
	color: #70649c; }
.container { 
	background-color: #fff; 
	width: 100%; 
	padding: 10px; 
	min-width: 600px;
	max-width: 890px;
	margin: 0 auto;
	border: 8px solid #91c542;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;}
#header {
	padding: 5px;}
#header .logo {
	width: 369px;
	height: 154px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	background-image: url('../images/logo-2.jpg');
	background-repeat: no-repeat;
}
#header .logo a {
	display: block;
	width: 100%; 
	height: 100%;
	padding: 0;
	margin: 0; }
#header #menu {
	display: block;
	float: left;
	width: 395px;
	margin: 48px 6px 0 0;
	padding: 0; }
#header #menu li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0; }
#header #menu li a {
	float: left;
	margin-right: 5px;
	font-size: 19px;
	font-weight: 600;
	color: #D64527;
	line-height: 26px; }
#header #menu li a.divider {
	padding-right: 20px;
	background-image: url('../images/menustardivider.gif');
	background-position: center right; 
	background-repeat: no-repeat; }
#header #menu li a:hover,
#header #menu li a:focus { 
	text-decoration: none;}
#header .socialmedia {
	display: block;
	float: left;
	width: 88px;
	margin: 37px 0 0 0;
	padding: 0;
	text-align: center;}
#header .socialmedia li { 
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0; }
#header .socialmedia li a {
	display: block;
	float: left;
	width: 50%;
	line-height: 26px;
	text-align: center; }
#maincontent {
	clear: both;
	padding: 5px;}
	
#maincontent .left { 
	float: left; 
	width: 48%; 
	display: block;
	padding: 5px 0px;
	padding-right: 0px; }
#maincontent .right { 
	float: right; 
	width: 48%; 
	display: block;
	padding: 5px 0px;
	padding-left: 0px; }
#maincontent .birdbackground
{
	background-image: url('../images/greenbird.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 625px;
	background-attachment: scroll;
}
#maincontent .bookbackground
{
	background-image: url('../images/book.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 505px;
	background-attachment: scroll;
}
#maincontent.homepagebackground .left {
	width: 30%; }
	
#maincontent.homepagebackground .right {
	width: 66%;
	background-image: url('../images/applebaby-homepage.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 543px;
	background-attachment: scroll;
}
#maincontent p.bookcover { 
	text-align: center;
	font-weight: bold;
	padding-top: 35px; }
#maincontent p.bookcover a:hover,
#maincontent p.bookcover a:focus { 
	text-decoration: none; }

#maincontent p { 
	line-height: 1.4em; }

#maincontent p a.buttonlink
{
	display: block;
	width: 30%;
	margin: 0px auto;
	padding: 4px;
	text-align: center;
	background-color: #70649c;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #fff;
	font-weight: bold;
}
#maincontent p a.buttonlink:hover, 
#maincontent p a.buttonlink:focus
{
	border: 4px #70649C solid;
	padding: 0px;
	background-color: #ddedc5;
	color: #000;
	text-decoration: none;
}

#maincontent h1, 
#maincontent h2, 
#maincontent h3, 
#maincontent h4 {
	color: #D64527;
	font-weight: 600;
	text-transform: lowercase;
	font-size: 1.3em;}
#maincontent h1 { font-size: 1.6em; }
#maincontent h1 span.resumetitlesmaller {
	font-size: .7em; 
	font-weight: normal; }
#maincontent h4 {
	color: #000;
	font-size: 1.1em;}
.issutext { font-size: .8em; }
#maincontent dl dt { 
	font-weight: bold;
	display: block;
	width: 175px;
	float: left;
	clear: both; 
	color: #43347d; }
#maincontent dl dd {
	display: block;
	width: 600px;
	margin-left: 175px;
	padding-bottom: 10px;}
#maincontent dl dd p {
	margin: 0 0 2px 0;
	padding: 0; }
#maincontent dl dd p.subp { margin-left: 35px; }
	
#maincontent br.forceit { clear: both; }

#footer {
	width: 100%; 
	padding: 0px 10px; 
	min-width: 600px;
	max-width: 890px;
	margin: 0 auto;
	font-size: .9em;}

