
/* 
	Glasnost 21
	For the Users Page
	Simon Meek 27.08.09	
*/


ul#users-list
{
	list-style: none;
	width: 700px;
	float: left;
	padding: 20px 20px 0 20px;
	margin: 0 0 0 0;
}

ul#users-list li
{
	float: left;
	padding: 0 20px 20px 0;
	margin: 0 0 0 0;
}

ul#users-list li.last
{
	padding-right: 0;
}


h1#users-header-text
{
	font-size: 1.1em!important;
}



/* Quotes */

div#quotes
{
  	width: 210px;
  	/* min-height: 215px; */
  	float: left;
  	margin: 20px 10px 0 0;
  	padding: 0 10px 0 10px;
  	background-color: #fff;
  	background-image: url("../images/tour/structure/230_top.gif");
  	background-repeat: no-repeat;
}

div#quotes h2
{
	color: #333;
	font-weight: bold;	
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}

div#quotes p
{
	font-weight: bold;	
}

div#quotes span.user-tag
{
	font-weight: normal;	
	font-style: italic;
}

