body {
	margin:0; padding:0;
	background:#f2b327;
	text-align:center;
	font:.85em/1.5em Verdana, Geneva, sans-serif;	
}
h1 {
	text-align:center;
	font-size:1em;
	padding-bottom:2em;
}

#wrapper {
	width:890px;
	position:relative;
	margin:20px auto;
	padding:20px;
	text-align:left;
	background:#FFC ;
	border:3px #ccc groove;
}
	
#quotes {
	width:33em;
	float:right;
	margin:0 65px 0 10px;
	padding-bottom:10px;
	font-size:.92em;
}

/* Order Buddhas Wife Links & buttons */
#order {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom:15px;
}
#order p {
	padding-top:10px;
}
#order a img {
	border:0;
}
#order a:link {
	text-decoration: none;
	color:#600;
	font-weight:bold;
}
#order a:visited {
	text-decoration: none;
	color:#603;
	font-weight:bold;
}
#order a:hover, #order a:focus, #order a:active {
	text-decoration: none;
	color:#F90;
}

/* Description of Buddha&#8217;s Wife */
#description {
	float:right;
	padding:5px 40px;
}

#wrapper #main #description h2 {
	font-size: 1.3em;
}

/* Events - booksignings, discusions and talks */
#events {
	float:right;
	margin: 0px;
	padding: 0px 40px;
	padding-bottom:15px;;
}
#wrapper #main #events h2 {
	font-size: 1.3em;
}
#wrapper #main #events h4 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #main #events p {
	margin: 0px;
	padding: 0.6em 0;
}
#wrapper #main #events p a {
	color: #900;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9em;
}
#wrapper #main #events p a:hover {
	color: #F90;
}
#wrapper #main #events li a {
	color: #900;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9em;
}
#wrapper #main #events li a:hover {
	color: #F90;
}


#wrapper #main #events hr {
	padding: 0px;
	margin-top: .8em;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
}
#wrapper #main #events .eventcomments {
	padding: 1em;
	width: 26em;
	border: .3em double #900;
	margin-left: 25px;
}

#wrapper #main #events #upcomingEvents {
	width:350px;
	float:right;
	padding:0 0 0 1em;
	
}
#wrapper #main #events #pastEvents {
	width:430px;
	float:left;
	padding:0 1em 0 0;
	border-right:1px solid #ccc;
}

.brclear {
  clear:both;
}
#footer {
  margin-top:20px;
  margin-bottom:0;
  padding: 5px;
  background:#ffc;
  border-top:1px solid #ccc;
  color:#333;
  font-size:.75em;
  text-align:center;
  line-height:1.5em;
  } 

.author {
	font-style:italic;
	font-weight:bold;
}
.bookTitle {
	font-style: italic;
}


 /* Floating images inside text */
.left {
  float:left;
  margin: 0 10px 10px 0;  /* bottom affects footer position */
}
.horizontal {
  width: 250px;
  text-align: left;
  font-size:.78em;
  line-height:1.2em;
}
  
.title {
	float:right;
	margin-bottom:45px;
	margin-right:25px;
	padding:0 55px 0 25px;
	border-bottom:thin solid #600;
}
.date {
	font-weight: bold;
}
.place {
	font-size: 0.95em;
	font-weight: bold;
}
.separater {
	text-align:center;
	font-size:1.1em;
	letter-spacing:1.5em;
	padding:.5em 0 0 0;
}
/* Navigation */

#navcontainer ul
{
text-align: center;
padding:5px 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #a63232;
color: white;
width: 100%;
font:bold .85em/16px Verdana, Geneva, sans-serif;
letter-spacing: .3em;
/* line-height 16 or 18px fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding:5px 0;
/* matches link padding except for left and right */
}

#navcontainer ul li a
{
padding: 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover, #navcontainer ul li a:focus
{
background-color: #F90;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
