/* *************************************/
/*          NOTES                       */

/* anything I added on July 22 is noted 
/* as *addition, so if anything is off, 
/* look first there, then the server side 
/* includes */

/* Sept 21 */

/* 1 --- deleted commented out code, go back to previous versions to see the deleted code */
/* 2 --- commented out heights, since ie and ff handle those differently - will have to reinsert properly if it turns out I need height & min-height */
/* 3 --- also check for "NOTE: taken out Sept 21 ..." within code, since some changes I need to make specific notes on otherwise won't understand changes */

/*Sept 22 */

/* changes to css for blog */

/* NOTE - check 14.html for strict doctype changes - think I need to check navigation */




/* addition */
html, body {
    margin:0px;
	padding: 0px;
	/*top; NOTE: taken out on Sept 21 since not valid css */
}

body {
	background-color: Black;
	background-image: url(../wendy-roberts-new2.jpg);
	background-repeat: no-repeat;
	background-position: 85px 160px;
	margin-left: 100px;
	/* border: 1px solid blue; */
	}

/* this was the original body that always worked in i6, it's the others I need to worry about */
body.ie6 {
	background-color: Black;
	background-image: url(../wendy-roberts-new2.jpg);
	background-repeat: no-repeat;
	background-position: 85px 150px;
	margin-left: 100px;
	}
	
#header {
	width: 500px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 10pt;
	margin-top: 40px;
	margin-left: 160px;
}	



 /* without display: table, ie table that has navigation has gaps */
#wrapper.ie {
   	background-color: transparent;
	color: black;
        margin-left: 40px;
	margin-right: 25px;
	margin-top: 45px;
	/*margin-top: 75px;*/
	margin-bottom: 0px;
	padding-bottom: 20px;
        padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	width: 930px;
	/* height: 710px;  NOTE: commented out Sept 21, did that help to prevent refresh needed for proper display? */
	
	
	/* next line added to prevent background collapse*/
	display: table;
	/* border: 1px solid red; */
	}



	/* this is for firefox since for firefox, using display:table causes div's to stack and without it, ie table with navigation has gaps */	
#wrapper {
   	background-color: transparent;
	color: black;
        margin-left: 40px;
	margin-right: 25px;
	margin-top: 45px;
	/*margin-top: 75px;*/
	margin-bottom: 0px;
	padding-bottom: 20px;
        padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	width: 930px;
	/* height: 710px;  NOTE: commented out Sept 21, did that help to prevent refresh needed for proper display? */
	
	
	/* next line added to prevent background collapse
	display: table;*/
	/* border: 1px solid red; */
	}



#wrapperbooks.ie {
 	background-color: transparent;
	color: black;
    margin-left: 50px;
	margin-right: 15px;
	margin-top: 45px;
	/*margin-top: 75px;*/
	margin-bottom: 0px;
	padding-bottom: 20px;
    padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 700px;
	width: 950px;  /* was 930px; */
	/* height: 710px;  NOTE: commented out Sept 21, did that help to prevent refresh needed for proper display?  */

	
	/* next line added to prevent background collapse
           border: 1px solid red;        
        */


	display: table;
     
	/* this line is added to clear a float - see 
	   http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/
	     and
	   http://www.complexspiral.com/publications/containing-floats/	 
	*/
	overflow:auto;
	
	
	}
	
	/* this is for firefox since for firefox, using display:table causes div's to stack and without it, ie table with navigation has gaps */
	
       #wrapperbooks {
 	background-color: transparent;
	color: black;
    margin-left: 50px;
	margin-right: 15px;
	margin-top: 45px;
	/*margin-top: 75px;*/
	margin-bottom: 0px;
	padding-bottom: 20px;
    padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 700px;
	width: 950px;  /* was 930px; */
	/* height: 710px;  NOTE: commented out Sept 21, did that help to prevent refresh needed for proper display?  */
    overflow:auto;
	
	/* next line added to prevent background collapse
	display: table;*/
}


#yellowline {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
}




/* table       {
   
   border-collapse: collapse;
   border: none;
	
 } */
 
 img {
 	 display: block;
 }

 

/*************************************/

/*    left navigation books          */

/*************************************/
	
#contentbooknav {
	background-color: transparent;	
	width: 245px;
	float: left;
	margin-left: 40px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	line-height: 20px;
}	


#contentbooknavbooks {
	background-color: transparent;	
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 7px;
	margin-top: 65px;
	margin-bottom: 0px;
	padding: 5px;
	padding-top: 45px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 10.5pt;
	/*line-height: 20px;*/
	/* border: 1px solid yellow; */
	
	
}	



div.navigation {
    color: Maroon;
	border: 1px solid Maroon;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	letter-spacing: 1px;
   width: 195px;
}


div.navigation A {
    color: Maroon;
 }

div.navigation A:hover {
    color: #cc0000;
}


/*************************************/

/*    left navigation for news          */

/*************************************/
	

div.navigation ul.news {
   margin-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   list-style-type:none;
   text-align: left;
   margin-left:30px;
  /*  margin-right: 5px;*/
  
}


h2.news {
    padding-bottom: 0px; /* was -5px; */
    margin-bottom: 0px;
}

h3.news {
    padding-bottom: 0px; /* was -5px; */
    margin-bottom: 0px;
}


/*************************/

/* new navigation coding for books */

/*************************/


div.navigation p.title {
    color: Maroon;
	 text-align: center;
	 letter-spacing: 2px;
	 word-spacing: 5px;
	 line-height: 20px;
	 font-weight:bold;
	 margin:0px;
	 padding:0px;
}	 



div.navigation ul {
   margin-top: 0px;
   
}


div.navigation ul li.firstdevil {

  list-style-type:square;
  text-align: left;
  margin-left: 8px;
  
   /*color: Maroon;
   font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 5px;
	margin-right: 7px;
	margin-top: 35px;
	letter-spacing: 1px;*/
}


div.navigation ul li.first {

  list-style-type:square;
  text-align: left;
  margin-left: -10px;
  
   /*color: Maroon;
   font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 5px;
	margin-right: 7px;
	margin-top: 35px;
	letter-spacing: 1px;*/
}



div.navigation ul li.others {
     list-style-type:none;
	 text-align: left;
	 margin-left: 15px;
}




#contentonebooks
{
   background-color: transparent;	
	width: 15px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	line-height: 0px;
	/* border: 1px solid Aqua; */ 
	
}


#contenttwobooks
{
	width: 445px;
	background-color: transparent;
	/*margin-left: 150px;
	border:1px solid red;
	*/
	margin-left: 15px;
	padding-left: 7px;
	margin-right: 10px;
	padding-right: 0px;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	/* border: 1px solid Fuchsia; */
	
}



#contenttwo h2, #contenttwobooks h2 {
    margin-top: 0px;
	padding-top: 0px;
}



#contenttwo, #contenttwobooks h3 {
    margin-left: 0px;
	letter-spacing: 2px;
	padding-left: 0px;
}

#contenttwo, #contenttwobooks p {
    margin-left: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
	line-height: 130%;
}

#contenttwo, #contenttwobooks A {
   color: #000000;
	
}

#contenttwo, #contenttwobooks A:hover {
    color: #cc0000;
}

.bookcover {
   float: left;
   vertical-align: top;
	padding-right: 3px;
	width: 166px; /* no width before */
}


	
#contentone
{
   background-color: transparent;	
	/*width: 245px;*/
		width: 210px;

	float: left;
	margin-left: 40px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 60px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	line-height: 20px;
	/* border-right: 1px solid #9CB0C4; */
	
}



#contenttwo
{
	width: 340px;
	background-color: transparent;
	/*margin-left: 150px;
	border:1px solid red;
	*/
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 20px;
	padding-top: 0px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	/* border: 1px solid red;
	border-left: 1px solid #9CB0C4; */
	
}

/***************************/

/* blog column */

/**************************/     
	 

/* new styles with better css, I think anyway */

#blogcontent {
     width: 185px; /* was  150px; */
	 float: right;
	 margin-left: 0px;   /* was -35px; */
	 margin-right: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 padding: 0px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 8pt;
	 font-style: normal;
	 text-align: center;
	 vertical-align: top;
     /*these css styles are new */
	 color:#ffffcc;
	 
	 /* border: 1px solid white;*/
}

#blogcontent ul {
     margin: 0px;
	 padding:0px;
	 list-style-type: none;
}

#blogcontent a {
    color:#ffffcc;
}

.feedBurnerFeedBlock {
	 margin-left: 5px;
	 margin-right: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 padding-left: 5px;
	 padding-right: 0px;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 
}

.feedTitle {
	 padding:0px;
	 margin: 0px;
	 font-size: 90%;
}

.date {
    padding-top: 0px;
	 padding-bottom: 7px;
	 padding-right:0px;
	 padding-left: 7px;
	 margin: 0px;
    font-size: 80%;
}


/*
div.feedBurnerFeedBlock ul {
     margin: 0px;
	 padding:0px;
	 list-style-type: none;
}

remove this to see if bullets go away 
div.feedBurnerFeedBlock li {
     margin: 0px;
	 padding:0px;
	 display: inline;
	 list-style: none;
} */

/* old css styling
#blogcontent {
     width: 150px;
	 float: right;
	 margin-left: -35px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 font-style: normal;
	 text-align: center;
     
	 
}

.feedBurnerFeedBlock {
     color:#ffffcc;
	 margin-left: 5px;
}

div.feedBurnerFeedBlock .feedTitle {
     color:#ffffcc;
	 padding-bottom:0px;
	 margin-bottom: 0px;
	 font-size: 90%;
}

div.feedBurnerFeedBlock p.date {
    padding-top: 0px;
	margin-top: 0px;
	padding-left: 7px;
    font-size: 80%;
}

div.feedBurnerFeedBlock a {
    color:#ffffcc;
}

div.feedBurnerFeedBlock ul {
     margin: 0px;
	 padding:0px;
}

div.feedBurnerFeedBlock li {
     margin: 0px;
	 padding:0px;
	 display: inline;
     list-style: none;
}

 end old css styling for blog */





.homebutton {
    font-family: serif;
	font-size: 10.5pt;
	color: maroon;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 50px;
	padding-bottom: 20px;
}

.homebutton A {
  	color: maroon;
	letter-spacing: 3px;

}

/**********************************/

/*       bookbuy                  /*

/*********************************/


div.bookbuy {
    margin-left: 5px;
    margin-right: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
    padding-left: 5px;
	padding-right: 5px;
	width: 180px;
	border: 1px solid Maroon;
	color: Maroon;
	letter-spacing: 1px;
	text-align: center;
	line-height: 70%
}

 

div.bookbuy p.title {
     color: Maroon;
	 text-align: center;
	 letter-spacing: 1px;
	 line-height: 20px;
	 font-weight:bold;
	 margin:0px;
	 padding:0px;
}	 


div.bookbuy b {
    letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 30px;
}

div.bookbuy h4 {
    padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 0px;
		
}

div.bookbuy img {
	margin-left:auto;
	margin-right:auto;
}


div.bookbuy A {
	color: Maroon;

}

div.bookbuy A:hover {
    color: #cc0000;
}

p.bookbuy {
    margin-left: 15px;
	margin-right: 15px;
	padding-left: 0px;
	text-align: center;
	border: 1px solid Maroon;
	color: Maroon;
}


p.bookbuy A {
	color: Maroon;

}

p.bookbuy A:hover {
    color: #cc0000;
}

.nextbook {
    padding-left:7px;
}

.more {
	   font-style: italic;

}

.more A {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
}

.owwwls {
   margin-top: 30px;/* was -65px; */
	text-align: left;
}


