@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	background: #f2f0e8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #352119;
}
.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2f0e8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f2f0e8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.title {
	background-color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c2c0ba;
	border-bottom-color: #c2c0ba;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

a.link:link {
	color: #b14646;
}
a.link:visited {
	color: #b14646;
}
a.link:hover {
	color: #b14646;
}
a.link:active {
	color: #b14646;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------- LOGO ----------------*/

#logo {
	height: 47px;
	width: 254px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100px;
	margin-left: 0;
	
}

.logo-button {
	display:block;
	width:254px;
	height:47px;
	background-image:url(images/logo.png);
}

a.logo-button:hover {background-position: -254px;}

/*-------------------------------------------------Navigation Buttons------------------------------------------------------*/

ul#nav{
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:254px;
	width:280px;
}
ul#nav li{
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:40px;
	display:block;
}
.nav-home {
	display:block;
	width:178px;
	height:25px;
	background-image:url(images/nav-home.png);
}
.nav-books {
	display:block;
	width:178px;
	height:25px;
	background-image:url(images/nav-books.png);
}
.nav-bio {
	display:block;
	width:178px;
	height:25px;
	background-image:url(images/nav-bio.png);
}
.nav-ps {
	display:block;
	width:178px;
	height:30px;
	background-image:url(images/nav-ps2.png);
}
.nav-collaborations {
	display:block;
	width:178px;
	height:25px;
	background-image:url(images/nav-collaborations.png);
}
.nav-contact {
	display:block;
	width:178px;
	height:25px;
	background-image:url(images/nav-contact.png);
}
a.nav-contact:hover, a.nav-collaborations:hover, a.nav-bio:hover,a.nav-books:hover,a.nav-home:hover{
	background-position: -177px;
}

a.nav-ps:hover {
	background-position: -177px 0px;
}

.currentPage-home {
	background-image: url(images/nav-home-current.png);
	background-repeat:no-repeat;
	
}

.currentPage-books {
	background-image: url(images/nav-books-current.png);
	background-repeat:no-repeat;
	
}

.currentPage-bio {
	background-image: url(images/nav-bio-current.png);
	background-repeat:no-repeat;
	
}

.currentPage-ps {
	background-image: url(images/nav-ps-current.png);
	background-repeat:no-repeat;
	
}

.currentPage-collaborations {
	background-image: url(images/nav-collaborations-current.png);
	background-repeat:no-repeat;
	
}

.currentPage-contact {
	background-image: url(images/nav-contact-current.png);
	background-repeat:no-repeat;
	
}

/*-------------------------------------------------end of Navigation Buttons------------------------------------------------------*/

/*-------------------- footer ---------------------*/

#footer {
	position:relative;
	width:930px;
	border-top:solid #d9d8d0 1px;
	color: #999;
	font-size:75%;
	float:left;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
	padding-top: 5px;
}

#credit {
	float:right;
	color: #999;
}

#copyright {
	width:300px;
	float: left;
}

/*------------------------------------------------- Homepage ------------------------------------------------------*/

#home-text {
	float: left;
	height: 147px;
	width: 270px;
	padding-right: 60px;
	padding-left: 68px; 
	background-image:url(images/home-brackets.png);
	background-position: 0px -3px;
	margin-top: 100px;
	padding-top: 0px;
	
}
#home-books {
	float: right;
	height: 350px;
	width: 270px;
}

.2ndHomeP {
	margin: 0 0 0 0;
}

ul#home-books-thumbs{
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:316px;
	width:270px;
}
ul#home-books-thumbs li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:10px 10px;
	width:60px;
	height:90px;
	display:block;
	}

.home-books1 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/ten-thousand-lovers-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books2 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/your-sad-eyes-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books3 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/lovers-a-midrash-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books4 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/look-for-me-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books5 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/a-wall-of-light-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books6 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/the-saver-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books7 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/pauline1-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books8 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/pauline2-thumb.jpg);
	border:solid #d9d8d0 4px;
}

.home-books9 {
	display:block;
	width:55px;
	height:85px;
	background-image: url(images/pauline3-thumb.jpg);
	border:solid #d9d8d0 4px;
}

a.home-books1:hover,a.home-books2:hover,a.home-books3:hover,a.home-books4:hover,a.home-books5:hover,a.home-books6:hover,a.home-books7:hover,a.home-books8:hover,a.home-books9:hover {
	border:solid #f9f8f4 4px;
	
}

/*------------------------------------------------- end of Homepage ------------------------------------------------------*/




/*------------------------------------------------- BIO Page------------------------------------------------------*/

#bio-image {
	float: left;
	height: 396px;
	width: 286px;
}
#bio-text {
	float: left;
	height: 396px;
	width: 365px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
}

/*------------------------------------------------- end of BIO Page------------------------------------------------------*/

/*-------------------------------------------------  PS Page------------------------------------------------------*/

#ps-text {
	float: left;
	/*height: 396px;*/
	width: 600px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 40px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

/*------------------------------------------------- end of PS Page------------------------------------------------------*/

/*------------------------------------------------- Contact Page------------------------------------------------------*/

#contact-text {
	float: left;
	height: 178px;
	width: 260px;
	padding-right: 115px;
	padding-left: 85px;
	background-image:url(images/contact-brackets.jpg);
	background-position: 0px 0px;
	margin-top: 60px;
	margin-left: 40px;
	padding-top: 3px;
	
}
#email {
	margin: 20px 0px 0px -1px;
}
.email {
	display: block;
	width: 137px;
	height: 20px;
	background-image:url(images/email.gif);
} 

.email:hover { 
background-position: 0px -20px;; 
} 
	

/*------------------------------------------------- end of Contact Page------------------------------------------------------*/

/*------------------------------------------------- Books Page------------------------------------------------------*/

.twoColFixLt #mainContentBooks {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.book1-div {
	float: left;
	width:90px;
	height:140px;
}


a.book1-pic:hover, a.book2-pic:hover, a.book3-pic:hover, a.book4-pic:hover, a.book5-pic:hover, a.book6-pic:hover,
a.book7-pic:hover {
	border: solid #f9f8f4 6px;
}	

.book1-text {
	float: left;
	padding-left: 12px;
}

a.books-title,a.books-title:hover,a.books-title:link,a.books-title:visited,a.books-title:active   {

	color: #352119;
	text-decoration:none;
	background-color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c2c0ba;
	border-bottom-color: #c2c0ba;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.P-title {
	margin-top:0px;
	margin-bottom:5px;
}
#book1 {
	float: left;
	height: 149px;
	width: 365px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 35px;
	margin-left: 0px;
}

#book2 {
	float: left;
	height: 149px;
	width: 265px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 35px;
	margin-left: 0px;
}

#book3 {
	float: left;
	height: 149px;
	width: 365px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 50px;
	margin-left: 0px;
}

#book4 {
	float: left;
	height: 149px;
	width: 295px;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 50px;
	margin-left: 0px;
}
#book5 {
	float: left;
	height: 149px;
	width: 365px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 50px;
	margin-left: 0px;
}
#book6 {
	float: left;
	height: 149px;
	width: 295px;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 50px;
	margin-left: 0px;
}
#book7 {
	float: left;
	height: 149px;
	width: 365px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 50px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.book1-div {
	float: left;
	width:90px;
	height:140px;
}

.book1-pic {
	
	display:block;
	width:79px;
	height:124px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/your-sad-eyes.jpg);
	border:solid #d9d8d0 6px;
}
.book2-pic {
	
	display:block;
	width:79px;
	height:124px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/the-saver.jpg);
	border:solid #d9d8d0 6px;
}

.book3-pic {
	
	display:block;
	width:79px;
	height:124px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/pauline.jpg);
	border:solid #d9d8d0 6px;
}

.book4-pic {
	
	display:block;
	width:79px;
	height:124px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/wall-of-light.jpg);
	border:solid #d9d8d0 6px;
}

.book5-pic {
	
	display:block;
	width:79px;
	height:124px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/ten-thousand-lovers.jpg);
	border:solid #d9d8d0 6px;
}
.book6-pic {
	
	display:block;
	width:79px;
	height:124px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/look-for-me.jpg);
	border:solid #d9d8d0 6px;
}

.book7-pic {
	
	display:block;
	width:79px;
	height:124px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/lovers-a-midrash.jpg);
	border:solid #d9d8d0 6px;
}

.book1-text {
	float: left;
	padding-left: 12px;
}


/*------------------------------------------------- end of Books Page------------------------------------------------------*/

/*------------------------------------------------- Collaborations Page------------------------------------------------------*/

.collaboration1 {
	float: left;
	height: 149px;
	width: 365px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 35px;
	margin-left: 15px;
}
.collaboration2 {
	float: left;
	height: 149px;
	width: 365px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 45px;
	margin-left: 15px;
}
.collaboration3 {
	float: left;
	height: 149px;
	width: 490px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 35px;
	margin-left: 15px;
}
.collaboration4 {
	float: left;
	height: 149px;
	width: 490px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 105px;
	margin-left: 15px;
}
.collaboration-text {
	float: left;
	padding-left: 15px;
	width: 220px;
}
.collaborationwide-text {
	float: left;
	padding-left: 15px;
	width: 360px;
}

.collab1-pic {
	float: left;
	width:81px;
	height:125px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/great-expectations.jpg);
	border:solid #d9d8d0 6px;
	margin-top:2px;
}
.collab2-pic {
	
	float: left;
	width:81px;
	height:125px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/one-divided-by-two.jpg);
	border:solid #d9d8d0 6px;
	margin-top:2px;
}
.collab3-pic {
	
	float: left;
	width:81px;
	height:125px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/my-wedding-dress.jpg);
	border:solid #d9d8d0 6px;
	margin-top:2px;
}
.collab4-pic {
	
	float: left;
	width:81px;
	height:125px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(images/discovering-elijah.jpg);
	border:solid #d9d8d0 6px;
	margin-top:2px;
}

/*--------------------------------------------End of Collaborations Page----------------------------------------------*/

/*-----------------------------------------------Individual Book Page---------------------------------------------------*/

.book-pic {
	float:left;
	margin-left:40px;
	margin-top:40px;
	margin-bottom:20px;	
}

.book-info {
	float:left;
	width: 330px;
	height: 368px;
	margin-top:40px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.book-text {
	float:left;
	width: 300px;
	
}

.bullet-height {
	line-height: 20px;
}
.line {
	margin-top: 15px;
	margin-left: 3px;
	float:left;
	width:300px;
}
.amazon {
	float: left;
	width:134px;
	height:79px;
	margin-top: 25px;
	margin-left: -5px;
}
.amazon-link {
	display: block;
	width: 134px;
	height: 79px;
	background-image:url(images/amazon.png);
} 

.amazon-link:hover { 
background-position: -134px 0; 
} 
.main-book-text {
	margin-top: 0px;
	float: left;
	width: 590px;
	margin-left:41px;
}

.italic-bookP {
	font-style:italic;
	margin-top: 5px;
}

.bookP {
	margin-bottom: 5px;
}
.indentation {
	margin-left: 12px;
}
/*---------------------------------------End of Individual Book Page---------------------------------------------------*/