/* Trish Marx CSS */

/* styles for header */
#wrapper{

}

#header{
	background:url(../images/bookshelfbanner.jpg);
	height:150px;
	width:800px;
	margin:0 auto 0 auto;
}

#navbar{
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	font-size: small;
	width:800px;
	margin: 0 auto 2px auto;
	color:  #FF0000;
	text-align:center
}

#footer{
	clear:both;
	width:800px;
	margin:0 auto 0 auto;
	background-color: #0066FF;
	color:white;
	font-family:"Courier New", Courier, monospace;
	font-size:x-small;
	font-weight:normal;
	text-align:center;
}


/* styles for all pages */
body{
	font-family: Verdana, Helvetica, sans-serif; /* Font for all content of site */
	font-size: small;
}

#content{
	width:800px;
	margin:0 auto 0 auto;
}

a:link, a:visited {
	color:#0066FF;
	text-decoration:none;
}

a:hover{
	color:#0099FF;
}

.header{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:large;
	color:#FF0000;
}

.content{
	padding: 10px 25px 10px 25px;
}

hr{
	width: 75%;
	text-align:center;
}

div.image_left{
	float: left;
	border: 2px #3366CC solid;
	margin: 2.5px 10px 2.5px 2.5px;
	padding: 2.5px 2.5px;
  }
  
div.image_left p {
	text-align: center;
	font-size: smaller;
	text-indent: 0;
}

div.image_nofloat{
	border: 2px #3366CC solid;
	margin: 2.5px 2.5px;
	padding: 2.5px 2.5px;
  }
  
div.image_nofloat p{
	text-align: center;
	font-size: smaller;
	text-indent: 0;
}

div.image_right{
	float: right;
	border: 2px #3366CC solid;
	margin: 2.5px 2.5px 2.5px 10px;
	padding: 2.5px 2.5px;
}

div.image_right p{
	text-align: center;
	font-size: smaller;
	text-indent: 0;
}


/* Index Page */
.index{
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color:#FF0000;
	font-weight: bold;
	text-align: center;
	padding-top: 10%;
}

.indextitle {
	font-size: xx-large;
	color: #0033FF;
}

/* About Page */

.moreless {
	font-family: "Courier New", Courier, monospace;
	font-size:x-small;
	font-weight:bold;
}

	/* Books */
	
#books{
	width:670px;
	vertical-align:top;
}

.bookspage div{
	font-weight: bold;
	font-size: large;
	padding-left:10px;
}

.bookspage p{
	padding-left:175px;
}

.bookspage img{
	float:left;
	margin:5px 5px;
	padding: 3px 3px;
	border-color:#0066FF;
	border-width:2px;
}

.bookdetails{
	font-size:x-small;
	font-weight:bold;
}

.shortdisc{
	height:240px;
}

 /* Sidebar */
 
.sidebar{
	width:130px;
	text-align:center;
	background-color: #99CCFF;
	border-right: solid;
	border-right-color: #0066FF;
	border-right-width:10px;
	border-top: solid;
	border-top-color: #0066FF;
	border-top-width:10px;
}

.sidebar p{
	font-family:"Courier New", Courier, monospace;
	font-size:small;
	font-weight:bold;
}

.sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0 0 2em 0;
}

.sidebar li{
	padding-bottom:1em;
}

.sidebar div{
	border: thin #666666 solid;
	width: 100px;
	margin: 0 auto;
	padding: 3px 3px;
	font-size:xx-small;
	color:#000000;
}

.sidebar div:hover{
	border-color:red;
}	

		/* Individual Bookpages */

.booktitle{
	text-align:center;
	height:210px;
}

.booktitle img{
	float:left;
	margin: 0 20px 0 10px;
	padding: 0 20px 0 10px;
}

.bookspics{
	border: 2px #3366CC solid;
	margin: 2.5px 2.5px;
	padding: 2.5px 2.5px;
}

	/* Travels */
	
.travels{
	padding-top: 100px;
	padding-bottom: 100px;
}

	/* News */
	
.news{
	height:100%;
}


