@charset "utf-8";

/***********************************************************
*
*  Style Sheet for Geeklog MemberCategory plugin
*
*  @tip      All classes and IDs starting with
*            'b_' are used only in site blocks.
*
*  @caution  public_html/layout/your_theme/membercategory.css will
*            be preferred to this file, if it exists.
*
************************************************************
*/

/**
* Link text of membercategorys in articles
*/
a.membercategory_link,
a.membercategory_link:visited
{
	color: blue;
	text-decoration: none;
}

a.membercategory_link:hover
{
	color: white;
	background-color: blue;
}

/**
* MemberCategory container displayed in public_html/membercategory/index.php
*/
div#membercategory_container
{
	color: black;
	background-color: white;
	text-decoration: none;
}

div#membercategory_cloud_container,
div#b_membercategory_cloud_container
{
	padding: 5px;
/*
	border-left: solid 1px #3366cc;
	border-top: solid 1px #3366cc;
	border-right: solid 2px #333399;
	border-bottom: solid 2px #333399;
*/	
	line-height: 2em;
	margin-bottom: 5px;
}

div#membercategoryged_items_container
{
	padding: 5px;
}

li.membercategoryged_item
{
	margin-bottom: 5px;
}

div#membercategoryged_item a,
div#membercategoryged_item a:visited
{
	color: black;
	text-decoration: none;
}

div.related_membercategorys a,
div.related_membercategorys a:visited
{
	font-size: 0.9em;
	background-color: white;
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #999999;
}

div.related_membercategorys a:hover
{
	color: white;
	background-color: blue;
}

/**
* Set styles of membercategory clouds separately
*
* @note If you would like to define styles of membercategory clouds differently
*       in public_html/membercategory/ and site block, define
*
*       div#membercategory_cloud_container a.membercategory_lvx {
*       }
*
*       div#b_membercategory_cloud_container a.membercategory_lvx {
*       }
*
*       instead of defining
*
*       div#membercategory_cloud_container a.membercategory_lvx,
*       div#b_membercategory_cloud_container a.membercategory_lv0
*       {
*       }
*
*/
a.membercategory_lv0,
a.membercategory_lv0:visited
{
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}

a.membercategory_lv0:hover
{
	color: white;
	background-color: black;
}

a.membercategory_lv1,
a.membercategory_lv1:visited
{
	color: black;
	font-size: 1em;
	text-decoration: none;
}

a.membercategory_lv1:hover
{
	color: white;
	background-color: black;
}


a.membercategory_lv2,
a.membercategory_lv2:visited
{
	color: #CD7600;
	font-size: 1.2em;
	text-decoration: none;
}

a.membercategory_lv2:hover
{
	color: white;
	background-color: #CD7600;
}

a.membercategory_lv3,
a.membercategory_lv3:visited
{
	color: #CD7600;
	font-size: 1.4em;
	text-decoration: none;
}

a.membercategory_lv3:hover
{
	color: white;
	background-color: #CD7600;
}

a.membercategory_lv4,
a.membercategory_lv4:visited
{
	color: #007A00;
	font-size: 1.6em;
	text-decoration: none;
}

a.membercategory_lv4:hover
{
	color: white;
	background-color: #007A00;
}

a.membercategory_lv5,
a.membercategory_lv5:visited
{
	color: #007A00;
	font-size: 1.8em;
	text-decoration: none;
}

a.membercategory_lv5:hover
{
	color: white;
	background-color: #007A00;
}

a.membercategory_lv6,
a.membercategory_lv6:visited
{
	color: #2754CC;
	font-size: 2em;
	text-decoration: none;
}

a.membercategory_lv6:hover
{
	color: white;
	background-color: #2754CC;
}

a.membercategory_lv7,
a.membercategory_lv7:visited
{
	color: #2754CC;
	font-size: 2.2em;
	text-decoration: none;
}

a.membercategory_lv7:hover
{
	color: white;
	background-color: #2754CC;
}

a.membercategory_lv8,
a.membercategory_lv8:visited
{
	color: #D62D00;
	font-size: 2.4em;
	text-decoration: none;
}

a.membercategory_lv8:hover
{
	color: white;
	background-color: #D62D00;
}

a.membercategory_lv9,
a.membercategory_lv9:visited
{
	color: #D62D00;
	font-size: 2.6em;
	text-decoration: none;
}

a.membercategory_lv9:hover
{
	color: white;
	background-color: #D62D00;
}

/**
* For displaying membercategory menu
*/

/* Content area */

div#membercategory_menu
{
}

div#membercategory_menu_container
{
}

div#membercategory_menu_body
{
	line-height: 1.5em;
}

div#membercategory_menu_body li a
{
}

/* Menu block */

div#bl_membercategory_menu
{
}

a.bl_membercategory_menu_item,
a.bl_membercategory_menu_item:visited
{
	color: blue;
	text-decoration: none;
}

a.bl_membercategory_menu_item:hover
{
	color: white;
	background-color: blue;
	text-decoration: none;
}
