/* these are rules that override the default stylesheet
*  plus additional rules that pertain only to the home page
*/

@media screen, projection, print {
.BeNiceToMacIE5 {  /* reveal @media rules to MacIE */
	font-family: "\"}\"";
	font-family: inherit;
}

/* home page overrides for #midsection rules */
.home #midsection {
	background-image: url(images/home-midsection-bg-middle.gif);
}
.home #midsection .inner {
	background-image: url(images/home-midsection-bg-bottom-corner.gif);
	background-position: bottom right;
	padding-top: 0;
}
/* similar to default .inner rules, for home page only */
.home #main {
	clear: both;
	width: 100%;
	margin-top: -5px;  /* overlay bottom of welcome box */
	padding-top: 18px; /* bg img height */
	background-image: url(images/home-main-bg-top.gif);
	background-repeat: no-repeat;
	overflow: hidden;  /* auto stretches float container */
	zoom: 1; /* auto stretch for IE */
}



/* 2-col welcome area above the .main content area */
/* home page additions/overrides */
.home #welcometext {
	width: 500px;
	float: left;
	margin: 5px 0 0 15px;
	min-height: 180px;
	padding-bottom: 10px; /* avoid margin-collapse */
	display: inline;   /* for IE double margin bug */
}
.home #welcometext h2 {
	margin-top: 20px;
}
.home #welcometext p {
	margin-right: 300px;
	margin-left: 5px;
}
.home #welcometitlebox {
	background-image: url(images/home-welcome-bg-middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.home #welcometitlebox .inner2 {
	background-image: url(images/home-logo.gif);
	background-position: 218px 50%;
	background-repeat: no-repeat;
}
.home #welcometitlebox .inner3 {
	background-image: url(images/home-welcome-bg-top.gif);
	background-repeat: no-repeat;
	overflow: hidden; /* auto stretch float container */
	zoom: 1; /* auto stretch for IE */
}
.home #telfax {
	padding-top: 13px; /* extra for border */
	padding-bottom: 6px; /* extra for border */
}
.home #dayshoursemail {
	padding-top: 6px;
	padding-bottom: 10px; /* extra, too */
}
.home #dayshours {
	padding: 5px 0 5px 10px;
	border-top: 5px solid #841C75; /* purple divider */
}
.home #dayshours table {
	border-collapse: collapse;
	width: 100%;
}
.home #dayshours td {
	width: 50%;
	vertical-align: top;
	padding: 0;
	font-size: 90%;
}
.home #dayshours caption {
	font-weight: bold;
	text-align: left;
}



/* .main content area */
/* home page overrides */

/* left column */
.home #menubox {
	padding-top: 5px;
}

/* right 2 columns */
.home #pagecontents {
	background-image: none;
	padding: 5px;     /* clear borders only */
}
.home #books {
	float: left;
	width: 298px;
	background: #0584BB url(images/home-books-bg-bottom.gif) left bottom no-repeat; /* blue */
	color: #fff;
	padding-bottom: 13px; /* bg img height */
}
.home #booksbox {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 5px 10px;
}
.home #movies {
	float: right;
	margin-right: 6px;    /* clear right purple border */
	margin-bottom: 200px; /* space for corner img */
	padding-left: 5px;
	width: 185px;
	display: inline;      /* for IE double margin bug */
	background: #AC1B7E;  /* purple */
	color: #fff;
}
.home #other {
	clear: left;
	float: left;
	background: #E48229; /* orange */
	color: #fff;
	margin-left: 5px;
	padding-left: 5px;
	width: 280px;
	display: inline;   /* for IE double margin bug */
}
.home #otherbox {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 1px; /* avoid margin collapse */
}
.home #otherbox h2 img {
	float: left;
	clear: left;
	margin-right: 10px;
}

/* .upcoming is the generic box class for the books, movies and authors blocks. Anything common to those blocks should go in a .upcoming selector, rather than the individual boxes. Then the change will apply to all 3 at the same time. */
.upcoming h2 {
	margin-top: 5px;
	font-size: 150%;
	font-weight: normal;
	text-transform: lowercase;
}
.upcoming ul {
	margin-left: 0;
	padding-left: 15px;
	list-style: disc url(images/arrow_white.gif);
}
.upcoming li {
	margin-bottom: 1em;
}
.upcoming p {
	font-size: 85%; 
}

/* link colors in the home page boxes should be adjusted as needed for readability */
.upcoming a {
	/* uncomment to force upper case -> text-transform: uppercase; */
	background: transparent;
	color: #fff;
	padding-top: 5px;
	font-weight: bold;

}
.upcoming a:hover {
	color: #ddd;
}



/* footer */
/* home page overrides */
.home #footer {
	background-image: url(images/home-midsection-bg-bottom.gif);
}


} /* end screen rules */

