﻿/* ============================================================================================ */
/*  S I T E F I N I T Y   C O N T R O L S														*/
/* ============================================================================================ */

/* ------------------------ */
/* Reset Sitefinity			*/
/* ------------------------ */

ul.sf_newsList
{
	/* Used to override Generic List Style in layout-design.css */
	margin-left: 0px !Important;
	margin-right: 0px !Important;
}

ul.sf_newsList li
{
		/* Used to override Generic List Style in layout-design.css */
		margin-left: 0px !Important;
		list-style-type: none !Important;
}


/* ------------------------ */
/* Sitefinity News List		*/
/* ------------------------ */

ul.sf_newsList
{
	background: url('Images/backgrounds/newsHeader.gif') no-repeat top left;
	display: block;
	padding-top: 40px;	
}
	
	/* Used on Product-Line Landing Pages */
	.content .landingPageNews ul.sf_newsList
	{
		padding-top: 40px;
	}

/* Sitefinity - News Listing Sylization */
.content ul.sf_newsList
{	
}

/* Used on Landing Page */
.landingPageNews ul.sf_newsList
{
	margin: 0px;
	padding: 0px;
	margin-left: -10px;	
}


	.content ul.sf_newsList li
	{				
		background: url('Images/backgrounds/newItem-bg.gif') repeat-x bottom left;
		padding-bottom: 30px;
	}
	
	/* Used on Landing Page */
	.landingPageNews ul.sf_newsList li
	{
		background: none;
		display: block;
		position: relative;
		padding-bottom: 0px;
	}


		.content ul.sf_newsList li h2.sf_newsTitle
		{			
			margin: 0px;
			padding: 0px;
			margin-bottom: 10px;
		}
		
		/* Used on Landing Page */
		.landingPageNews ul.sf_newsList li h2.sf_newsTitle
		{
			padding-top: 25px;			
		}		
				
			.content ul.sf_newsList li h2.sf_newsTitle a
			{	
				/* Font Styles: -> layout-fonts.css */		
			}
			
				.content ul.sf_newsList li h2.sf_newsTitle a:hover
				{					
					/* Font Styles: -> layout-fonts.css */	
				}
		
		.content ul.sf_newsList li p
		{
			line-height: 16px;
			margin: 0px;
			margin-bottom: 10px;
			padding: 0px;
			padding-right: 10px;
			position: relative;	
		}
		
		/* Used on Landing Page */
		.landingPageNews ul.sf_newsList li p
		{
			display: none;
		}
		
			.content ul.sf_newsList li p.sf_newsDate
			{
				display: none;
			}
			
			/* Used on Landing Page */
			.landingPageNews ul.sf_newsList li p.sf_newsDate
			{
				/* Font Styles: -> layout-fonts.css */	
				border-bottom: 1px solid #dedede;
				display: block;
				position: absolute;
				top: 0px;
				padding-bottom: 3px;
				width: 100%;
			}
			
			.content ul.sf_newsList li p.sf_readMore
			{
				background: url('Images/backgrounds/news-read-more-bg.jpg') 0px 0px no-repeat;				
				float: right;
				padding-left: 25px;
				width: 60px;				
			}
			
			.content ul.sf_newsList li p.sf_newsAuthor
			{
				display: none;
			}
			
			.content ul.sf_newsList li p.sf_postCategory
			{
				display: none;
			}
			
			.content ul.sf_newsList li p.sf_postTags
			{
				display: none;
			}


/* ------------------------ */
/* Sitefinity News Article  */
/* ------------------------ */

.content div.sf_singleNews
{	
}

	.content div.sf_singleNews a.sf_back
	{
		display: none;
	}
	
	.content div.sf_singleNews h2.sf_NewsTitle
	{
		
	}
	
	.content div.sf_singleNews p.sf_newsDate
	{
		
	}
	
	.content div.sf_singleNews p.sf_newsAuthor
	{
		display: none;
	}
	
	.content div.sf_singleNews p.sf_postCategory
	{
		display: none;
	}
	
	.content div.sf_singleNews p.sf_postBookmark
	{
		margin-top: 20px;
	}
	
		.content div.sf_singleNews p.sf_postBookmark a
		{
			float: left;
			text-decoration: none;
		}
	
	.content div.sf_singleNews div.sf_contentComments
	{
		display: none;
	}

	
/* ------------------------ */	
/* Sitefinity Search Page	*/
/* ------------------------ */

span.searchResultText
{
}

dl.searchResults
{
	margin-top: 20px;
	border-top: 1px solid #d5d5d5;
}

	.resultWrapper
	{
		background: url('Images/backgrounds/newItem-bg.gif') repeat-x bottom left;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	dl.searchResults dt
	{
		
	}
	
		dl.searchResults dt a
		{
			font-weight: bold;
			text-decoration: none;
		
		}
		
	dl.searchResults dd
	{
		margin-left: 10px;
		font-style: italic;
	}
	
ol.sf_pager
{
	margin: 0px !Important;
	padding: 0px !Important;
	margin-top: 20px !Important;
	text-align: center;
	width: auto;
}

	ol.sf_pager li
	{
		margin: 0px !Important;
		padding: 0px !Important;
		list-style: none !Important;
		margin-right: 10px !Important;
	}
	
		ol.sf_pager li a
		{
			color: #676A92 !Important;
			padding: 5px;
			border: 1px solid #676A92;
			background: #C3C3CD !Important;
			text-decoration: none;
			font-weight: bold;
		}
		
			ol.sf_pager li a:hover
			{
				background: #676A92 !Important;
				color: #C3C3CD !Important;
			}
		
			ol.sf_pager li a.sf_PagerSelItem
			{
			}
			
			ol.sf_pager li a.sf_PagerItem
			{
			}


/* Search Box - Found in the Header */
.sf_searchBox 
{
}			
	.sf_searchBox input.sf_searchText
	{
		background: url('Images/backgrounds/search-box-bg.gif') 0px 0px no-repeat;				
		border: 0px;
		display: block;
		height: 18px;
		width: 100px;
		padding-left: 22px;
		padding-right: 12px;
		padding-top: 5px;
		margin-right: 4px;
	}
	
	.sf_searchBox input.sf_searchSubmit
	{		
		/* Font Styles: -> layout-fonts.css */
		background: url('Images/backgrounds/search-button-bg.gif') 0px 2px no-repeat;				
		border: 0px;
		display: block;		
		height: 22px;
		width: 30px;	
		margin-top: -2px;
		outline: none;
	}  
	
/* ------------------------ */	
/* Sitefinity RSS			*/
/* ------------------------ */

.homepage-rss-feed
{		
	float:right;
	margin-right:20px;
} 
