		
		
		.avatars img {
			float: left;
			padding: 0 1em 1em 0;
		}


		ul.index {
			clear: both;
			margin: 0;
			padding: 0;
		}
		ul.index li {
			float: left;
			margin: .5em;
			padding: 1em;
			font-size: 1.8em;
			list-style-type: none;
		}
		ul.index li img {
			display: block;
		}


a img {
	border: none;
}

.post img {
	max-width: 100%;
}





.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	float: none;
	display: block;
	margin-top: 2em;
}

.post .section .section h2,
.post .section .section h3,
.post .section .section h4,
.post .section .section h5,
.post .section .section h6 {
	margin-top: .5em;
}


/* Who's online live list updating */
#online .content.updating {
	background-image: url(../images/loading-spinner-on-black.gif);
	background-position: 15.1em 0;
	background-repeat: no-repeat;
}

		
.post .section .section,
.page .section .section {
	margin: 1em 0;
	padding: .5em 1em;
	background: transparent url(../images/bubble-bg-trans.png) top left repeat;
	color: #fff;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	overflow: hidden;
}
/*
.post .section .section a,
.page .section .section a,
.post .section .section a:hover,
.page .section .section a:hover {
	color: #66f;
}
*/
/*
.section.new,
.post .section .section.new,
.page .section .section.new {
	background-image: url(new.png);
	background-position: 43em center;
	background-repeat: no-repeat;
}
*/

.post .section .diagram,
.page .section .diagram {
	float: right;
	display: block;
	margin: 0 0 0 1em;
	border: 3px solid #ddd;
}

.post .section .section .section,
.page .section .section .section {
	margin: 1em 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}


/*ul.members-list {
	clear: both;
	margin: 2em 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}*/
.wpu-user {
	float: left;
	width: 15em;
	margin: 0 1em 2em 0;
}
.wpu-pagination {
	display: none;
}


dt {
	margin: 0 0 .2em 1em;
	list-style: square;
	display: list-item;
	font-variant: small-caps;
}
dd {
	margin: 0 0 1em 1em;
}


/* Table styles */

	table {
		margin-top: .5em;
	}
	
	table thead tr th {
		background: none;
		border: none;
	}
	
	table.striped th,
	table.striped td {
		border: none;
	}
	
	table.striped {
		border-bottom: 1px solid #bddff0;
	}
	
	table th,
	table td {
		border: none;
		padding: .3em 1em;
		text-align: left;
		vertical-align: top;
	}
	
	table th.number,
	table td.number {
		text-align: right;
	}
	
	/* Light rows */
	table tr td,
	table tr th {
		background: rgba(255,255,255,0.2);
	}
	
	/* Dark rows */
	table tr.even td,
	table tr.even th {
		background: rgba(255,255,255,0.5);
		border: none;
	}
	
	table .current td,
	table .current th,
	table .current.even td,
	table .current.even th {
		background: rgba(255,255,255,0.7);
	}




