/***** memory book specific *****/

.memorybook {
    border-bottom: solid 1px #cacaca;
    clear: both;
    }
    
.memorybook h2 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    }

.memorybook h3 {
    font-weight: bold;
    font-size: .95em;
    }
	
.memorybook-meta {
	font-size:.85em;
	color:#aaa;
}
.memorybook-body {
	font-size:.75em;
	line-height:1.8em;
	color:#666;
	margin-top:20px;
	margin-bottom: 20px;
}

.pagination {
	border-top: 1px solid #cacaca;
  border-bottom:1px solid #cacaca;
	margin: 0;
	padding: .7em 0px;
  text-align: center;
  position: relative;
  clear: both;
}

.pagination-bottom {
	margin:0px;
	padding:0px;
}

.pagination-navigation {
	margin:0px;
  border: none !important;
	/*border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	padding:5px 0 5px 0;*/
  display: inline; 
}

.pagination span, .pagination a {
	padding: 0 .8em;
  text-decoration: none;
  font-size: .85em;
  font-weight: bold;
}

.pagination a {
  color: #7f7f7f;
}

.pagination span {
  color: #3e3e3e;
}

.pagination h4 {
  display: none;
}



.previous {
  background: url('images/arrow_prev.gif') no-repeat center left;
  position: absolute;
  left: 0;
  display: inline;
  padding-left: 5px;
}

.next {
  background: url('images/arrow_next.gif') no-repeat center right;
  position: absolute;
  right: 0;
  display: inline;
  padding-right: 5px;
}

*html .next {
  right: 37px;
}

*html .previous {
  left: -210px;
}


h6 {
  font-size: .85em;
  margin: 0;
}
