/**
* eDirectory - Style Definitions on Modules Front Page
*
* This style sheet describes the styles applied for the front page
* of all modules
*
* @package		layout
* @author			Arca Solutions
* @copyright	Copyright (c) 2009, Arca Solutions Inc.
*
* @colordef		#069; standard blue 					(link color and title highlight)
* @colordef		#333; standard dark gray 			(text colors)
* @colordef		#666; standard gray 					(notes, complementary information)
* @colordef		#690; standard green color 		(footer links, members links, search box)
* @colordef		#C00; standard red 						(standard hover link, highlight label, calendar day's hover, secondary link color)
* @colordef		#CCC; standard border color
* @colordef		#EEE; secondary border color
* @colordef		#FFC; standard yellow color 	(highlight featured, calendar day's hover)
* @colordef		#F7F7F7; tertiary border color, light gray background color
* @colordef		#FFFFEF; secondary yellow		 	(showcase background, subcategories' dropdown)
*/

/**
* Categories
*
* @section	categories
*/

.categories
{ height: 100%; overflow: hidden; }

	.categories h3
	{ font-size: 12px; line-height: 18px; padding: 5px 0 0 0; font-weight: bold; letter-spacing:0.05em; }

	.categories .categoriesColumn
	{ float: left; padding: 0 10px 0 0; width: 48%; }
	
	.categories .categoriesRightColumn
	{ padding: 0; }

/**
* Locations
*
* @section	locations
*/

.locations
{ height: 100%; overflow: hidden; }

.locations h3
{ font-size: 12px; }
	
/** All Locations */

.allLocations
{ border-bottom: padding: 10px 0 10px 0; }	
	
	
/**
* All Locations customisations
*
*complementaryInfo
*/

.locationsCountry
{
	padding-top: 3px;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 3px;
	background:url(../images/design/bg_locations_country.gif) repeat-x 0 0;
	padding-left: 8px;
	text-transform:uppercase;
}

.locationsState
{
	font-size: 12px;
	margin-top: 8px;
	padding-top: 6px;
	color: #000;
	text-transform:uppercase;
	border-top: 1px dotted #F0F0F0;
	font-weight: bold;
}
.locationsCity
{
	font-size: 12px;
}

.allLocations
{
	font-size: 12px;
	line-height: 17px;
	margin-left: 25px;
}


/**
* Quick List
*
* @section	quicklist
*/
	
.quickList
{ padding: 10px 0 10px 0; }

.sidebar .featuredItems
{ padding: 0; }

	.sidebar .quickList h3
	{ line-height: 24px; }