/* #################################################################### 
[Layout Stylesheet]

Project:	REMI.com
Version:	0.1
Last change:	05/14/08 []
Assigned to:	Brian Hayes bh
Primary use:	REMI.COM typography


#################################################################### */
#AboutContent {
	float:left;
	width:100%;
}

/*
=HISTORY
#################################################################### */
.era {
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #8c172c;
}
.eraText {
			float:left;
			margin-top:10px;
			width:100%;
		}
	
/*
=WHATSNEW
#################################################################### */	
.NewsSummary {
	float:left;
	width:460px;
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:1px solid #8c172c;
}
	.NewsSummaryLink {
		float:left;
		width:100%;
		margin-bottom:10px;
	}
		.NewsSummarySummary{
			float:left;
			width:100%;
			margin-bottom:12px;
		}
		.NewsSummaryMorelink {
			float:left;
			width:100%;
		}
			.NewsSummaryMorelink a{
				float:left !important;
			}
#NewsDetail {
	float:left;
	width:460px;
	padding-bottom:30px;
}
	*html #NewsDetail {
		width:440px;
	}
	#NewsPostDetailTitle {
		margin-bottom:12px;
	}

/*
=CAREERS
#################################################################### */
#careersHeader {
	float:left;
	width:100%;
}
	#careers {
		float:left;
		width:100%;
		margin-top:0px;
	}
	#careers dd {
		padding-left: 15px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	#careers h1 {
		padding-top: 0px;
		padding-bottom: 0px;		
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#careers a {
		padding-left: 10px;
		background:url('../_images/linkArrows.jpg') no-repeat;
		background-position:middle left;
		text-decoration:none;
	}
	#careers a:visited {
		color:#8c172c;
	}
	#careers a:hover {
		text-decoration: underline;
	}

/*
=BLOG
#################################################################### */


/*
SUMMARY
*/
#blogs-showblogsentries{
	float:left;
	width:460px;
	border-bottom:1px solid #8c172c;
}
	.blogs-showblogsentry{
		float:left;
		width:100%;
		margin-bottom:10px;
	}
	.blogs-showblogsentrytitle{
		float:left;
		width:100%;
		padding-bottom:10px;
	}			
	.blogs-showblogsentrycategory{
		float:left;
		margin-bottom:10px;
	}
	.blogs-showblogsentryshorttext{
		float:left;
		width:100%;
		margin-bottom:10px;
	}
/*
DETAIL
*/
.blogs-showentrybox{
	float:left;
	width:460px;
}
	.blogs-showentryheader{
		float:left;
		width:100%;
		margin-bottom:20px;
		border-bottom:5px solid #8c172c;
	}
		.blogs-showentrytitle{
			float:left;
			width:100%;
			margin-bottom:10px;
		}
		.blogs-showentrytime{
			float:left;
			width:100%;
			font-style:italic;
			margin-bottom:10px;
		}
		.blogs-showentrytext{
			float:left;
			width:100%;
			margin-bottom:10px;
		}
	.blogs-showentrytext{
		float:left;
		width:100%;
	}
	.blogs-showentrycomments{
		float:left;
		width:100%;
	}
		.blogs-showentrycomment{
			float:left;
			width:100%;
			border-bottom:1px solid #8c172c;
			margin-bottom:10px;
		}
		.blogs-showentrycommenttime{
			float:left;
			width:100%;
			font-style:italic;
		}
		.blogs-showentrycommenttext{
			float:left;
			width:100%;
		}
	
	/*
=SITE MAP
#################################################################### */
#SiteMap {
	margin-left: -30px;
}
	#SiteMap ul li {
		color:#8c172c;
		list-style-type: disc;
		/*
		list-style-type: none;
		background:url('../_images/linkArrows.jpg') no-repeat;
		background-position:middle left;
		padding-left: 10px */
	}
	#SiteMap ol li {
		list-style-type: decimal;
	}
	#SiteMap li {
		margin-left: 30px;
		list-style-position: inside;
	}
	#SiteMap li a {
			color:#8c172c;
	}
		#SiteMap li a:visited {
			color:#8c172c;
			text-decoration:none;
		}
		#SiteMap li a:hover {
			color:#8c172c;
/* 			background: #d5cfbc; */
		}
	
	
	
	
