/* stuff for the listing element */

.listing {
  padding:20px;
  
  font-size:80%;
}

.listing .element {
  margin-bottom:20px;
  font-size:90%;
}

.listing .spacer {
  margin-top: 4px;
  margin-bottom: 4px;
  }

#informationheading {
  width:792px;
  float:left;
}

#dateheading {
  width:100px;
  float:left;
}



.element .thumb {
  width:102px;
  margin-right:10px;
  float:left;
}

.element .text {
  width:670px;
  margin-right:10px;
  float:left;
}

.element .date {
  width:100px;
  float:left;
}

/* paginator bits and bobs */


.paginator {
	margin-top:10px;
	text-align:center;
}
	.paginator table {
		margin:auto;
	}
	.paginator .button {
	  width:24px;
	  height:24px;
	  padding-left:5px;
	  display:block;
	}
	.paginator .number {
	  margin-left:5px;
	  text-align:center;
	  font-size:90%;
	  display:block;
	}
	.paginator .number a {
	  width:24px;
	  height:24px;
	  line-height:24px;
		display:block;
	}
	.paginator .number:hover {
	  background-color:#f0f0f0;
	}
	.paginator .selected {
	  background-color:#384a7d;
	  color:white;
	  width:24px;
	  height:24px;
	  line-height:24px;
	}
	.paginator .selected:hover {
	  background-color:#1e3a8a;
	}
