
/* FOR LISTINGS (events, comments, default stuff)
------------------------------------------------------------ */

	/* for the listing of sections/categories (photos, videos, NOT store)
	------------------------------------------------------------ */
	.listing_item
	{
		margin:				0 0 10px 0;
		padding:			0 0 10px;
		width:				100%;
		float:				left;
		border-bottom:		solid 1px #EEE;
	}
	
	
	.listing_item h3
	{
		margin:				0 0 5px;
		padding:			0;
		display:			block;
		font-family:		"Trebuchet MS",sans-serif;
	}
	
	.listing_item p
	{
		margin:				0 0 5px;
		padding:			0;
	}

/* ------------------------------------------------------------ */



/* FOR GALLERY LISTINGS (events, comments, default stuff)
------------------------------------------------------------ */
	
	.gallery_list
	{
		margin:				0;
		padding:			0;
		list-style:			none;
		float:				left;
	}
	
	.gallery_list li
	{
		margin:				0 8%;
		padding:			0;
		display:			inline;
		background:			#030;
		float:				left;
	}
	
/* ------------------------------------------------------------ */



/* FOR LISTS (ul,ol,li)
------------------------------------------------------------ */

	/* for the listing of sections/categories (photos, videos, NOT store)
	------------------------------------------------------------ */
	.section_list
	{
		margin:				0;
		padding:			0;
		width:				100%;
		list-style:			none;
		overflow:			hidden;
		float:				left;
	}
	
	.section_list li
	{
		margin:				0;
		padding:			2%;
		width:				100%;
		float:				left;
	}
	
	.section_list li a
	{
		float:				left;
		width:				100%;
	}
		
	.section_list .list_current
	{
		padding:			2%;
		background:			#DDD;
	}
	
	
/* ------------------------------------------------------------ */