/*Background, text, and link basic styling*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000000;
	background-color: #4C489D;
	background-image: url(images/bkgr_home.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-position: 0 0;
}
body#subpage {
	background-color: #FFFFFF;
	background-image: url(images/bkgr_sub.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #4C489D;
	text-decoration: none;
}
a:visited {
	color: #4C489D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	margin: auto;
}


/*Hides the text header and formats the space for the flash file*/

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 263px;
	width: 960px;
	padding: 0;
}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}


/*Makes the text menu invisible to those with Flash. */

#menu li {
	display: inline;
	padding-right: 20px;
}
#menu {
	display: none;
}
#menu ul {
	position: relative;
	top: 130px;
	left: 260px;
	width: 600px;
}
#menu a {
	font-size: 0.8em;
	font-weight: bold;
	color: #FC6F17;
	text-decoration: none;
}


/* Formats the content section of the page. Subpage identifiers are for content pages. Others are for the home page.*/

/*Subpage styles are used like this:*/
/* H3 is the page title */
/* H4 is the book title or subhead */
/* H5 is the author's name */
/* P is used for all other text */

#columns {
	margin: auto;
	width: 960px;
	clear: both;
	background-color: #FFFFFF;
	height: 600px;
}
#subpage #columns {
	padding: 0 60px 15px 200px;
	width: 700px;
	clear: both;
}
#subpage #columns img {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	clear: left;
}
#subpage #columns h3 {
	font-size: 1px;
	color: #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	height: 40px;
	text-indent: -999px;
}
#subpage #columns #books h3 {
	background-image: url(images/h-books.gif);
	}
#subpage #columns #coming h3 {
	background-image: url(images/h-coming.gif);
	}
#subpage #columns #press h3 {
	background-image: url(images/h-press.gif);
	}
#subpage #columns #about h3 {
	background-image: url(images/h-about.gif);
	}
#subpage #columns h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #4C489D;
	margin-bottom: 0px;
}
#subpage #columns h5 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
#pubs-info {
	font-size: .86em;
	line-height: 1.4em;
}


/*Formats the "new from Bellaboo" box on the homepage*/

#new {
	background-color: #FFFFFF;
	background-image: url(images/new_box2.gif);
	background-repeat: no-repeat;
	width: 580px;
	position: relative;
	padding: 0px 50px 15px 70px;
	float: left;
	height: 600px;
}
#new img {
	float: left;
	margin-right: 18px;
	margin-bottom: 30px;
}
#new h2 {
	display: block;
	background-image: url(images/new_flag.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 140px;
	font-size: 1px;
	color: #FFFFFF;
}
#new h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	color: #4C489D;
}


/*Formats the sidebar content on the home page*/

#sidebar {
	float: right;
	height: 570px;
	width: 245px;
	padding: 30px 10px 15px 0;
}
#sidebar h4 {
	background-image: url(images/also_available.gif);
	background-repeat: no-repeat;
	display: block;
	height: 120px;
	width: 100%;
	font-size: 1px;
	color: #FFFFFF;
}
#sidebar h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4C489D;
}


/*formats the footer on the home page and subpage*/

#footer {
	font-size: 0.78em;
	line-height: 1.3em;
	color: #FFFFFF;
	background-image: url(images/footer_line.gif);
	background-repeat: no-repeat;
	padding: 30px 0 0 0;
	width: 960px;
	margin: auto;
	text-align: center;
	background-position: 0 4px;
}
#subpage #footer {
	font-size: 0.78em;
	line-height: 1.3em;
	color: #4C489D;
	padding: 30px 0 0 0;
	width: 960px;
	margin: auto;
	text-align: center;
	clear: both;
	background-image: url(none);
}
#home #footer a {
	color: #FFFFFF;
}

