/*******************************************************************************
| xCMS
| Copyright WebsiteCM Software Inc.
| All rights reserved.
| License: http://www.websitecm.com/downloads/license-agreement.pdf
********************************************************************************
| CSS Styles
********************************************************************************/

/*******************************************************************************
| Side Navigation Menus
********************************************************************************/

/* 'Subcategories' and 'Recent Entries' headings */
.xcms-menu-header
{
	font-weight: bold;
	padding: 3px;
	background-color: #c5d0e1;
}

/* Display of subcategory links */
.xcms-menu-subcats ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-subcats ul li
{
	padding-bottom: 4px; /* bottom spacing between menu items */
}
.xcms-menu-subcats ul li a
{
	background: url(images/arrow-menu-cat.png) no-repeat top left;
	display: block;
	padding: 4px 0;
	padding-left: 19px; /* link text is indented for image */
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}
.xcms-menu-subcats ul li a:hover
{
	text-decoration: none;
}

/* Display of entry links */
.xcms-menu-entries
{
	padding-top: 4px;	
}
.xcms-menu-entries ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-entries ul li
{
	padding-bottom: 2px; /* bottom spacing between menu items */
}
.xcms-menu-entries ul li a
{
	background: url(images/arrow-menu-entry.png) no-repeat top left;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /* link text is indented for image */
	text-decoration: none;
}
.xcms-menu-entries ul li a:hover
{
	text-decoration: none;
}

/*******************************************************************************
| Category Pages
********************************************************************************/
.xcms-category-border
{
	padding: 10px;
	border: 1px solid #c7c5c5;
	background-color: #f7f6f4;
}
.xcms-category-image
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFF;
}
.xcms-category-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}

/*******************************************************************************
| Entry Pages
********************************************************************************/
.xcms-entry-border
{
	padding: 10px;
	border: 1px solid #c7c5c5;
	background-color: #f7f6f4;
}
.xcms-entry-image
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFF;
}
.xcms-entry-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}
.xcms-entry-title-link
{
	font-size: 120%;
}
.xcms-entry-body
{
	border: 1px solid #CCC;
	padding: 15px;
}
.xcms-entry-related-products
{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 15px;
}

/*******************************************************************************
| Rss Listing Page
********************************************************************************/
.xcms-rss-table
{
	background-color: #C5D0E1;
}
.xcms-rss-tableheader
{
	padding: 4px;
}
.xcms-rss-category
{
	background-color: #eaeaea;
	padding: 4px;
	white-space: nowrap;
}
.xcms-rss-subcategory
{
	background-color: #FFFFFF;
	padding: 4px;
	white-space: nowrap;
}
