/*CSS File for nformed generated 5/18/2006*/
/* nformed landing page */
	#nformedLanding #whitepaperDetail, #nformedLanding #casestudyDetail, #nformedLanding #podcastDetail, #nformedLanding #testimonialDetail, #nformedLanding #blogDetail{
		clear:both;
		padding:5px 0;
		border-top:1px solid #ccc;
	}
	#nformedLanding .icon, #nformedLanding .detail, #nformedLanding .more{
		float:left;
	}
	#nformedLanding .icon{
		width:75px;
	}
	#nformedLanding .detail{
		width:375px;
		padding:0 10px;
	}
	#nformedLanding a.readMore{
		margin-top:5px;
	}
	#nformedLanding .title{
		font-weight:bold;
		color:#035793;
		margin-bottom:5px;
	}
	#nformedLanding #blogDetail .detail{
		width:460px;
		padding:0 10px 0 0;
	}
	#nformedLanding .more{
		float:right;
		width:200px;
	}
	#nformedLanding .more li{
		font-size:11px;
	}
	#nformedLanding .more h3{
		font-size : 13px;
	}
	
	/* read more links */
	/*  moved to site.css
	#nformedLanding a.readMore{
		margin-top:5px;
		font-size:11px;
		text-decoration:none;
		display:block;
		text-align:left;
		padding-left:12px;
		background-image:url("/media/images/readmoreArrow.gif");
		background-position:left center;
		background-repeat:no-repeat;
	}*/


/* testimonials */
.testimonialsListing{
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.testimonialsListing .personname{
	margin-top:10px;
	font-weight:bold;
}
.testimonialsListing .personname, .testimonialsListing .title, .testimonialsListing .company{
	text-align:right;
}
/* blog stuff */

div.blogPost h2 a{
	color:#9EC918;
}
.blogPost{
	margin-bottom:15px;
}
.blogPost h2{
	margin: 0px
}
.author{
	font-style:italic;
}
.keys{}
.blogBody{}
/*a.sendToFriend{
	display:block;
	text-align:right;
}
a.readMore{
	display:block;
	text-align:right;
}
.backToListing{
	display:block;
	text-align:right;
}*/
.showAll{
	text-align:center
}

.searchSideBar{
	padding-bottom: 8px;
}
.searchSideBar h3{
	margin: 4px 0px 2px;
	color: #95C300;
}

.searchSideBar .searchString{
	border: 1px #95C300 solid;
	height: 18px;
}
.searchString{
	width: 150px;
}
.searchSideBar .submitButtonFront{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	color : #95C300;
	background-color : #ffffff;
	border: 1px solid #95C300;
}

.recentPostsSideBar{
	padding-bottom: 8px;
}
.recentPostsSideBar h3{
	margin: 4px 0px 2px;
	color: #95C300;
}
.recentPostsSideBar ul{
	list-style:none;
	padding-left: 8px;
}
.recentPostsSideBar li{}

.archiveSideBar{
	padding-bottom: 8px;
}
.archiveSideBar h3{
	margin: 4px 0px 2px;
	color: #95C300;
}
.archiveSideBar ul{
	list-style:none;
	padding-left: 8px;
}
.archiveSideBar li{}

.rssLinks{
	margin-left: 8px;
}

/* Blog Tag Cloud */
#TagCloud{}
#TagCloud .output{}
#TagCloud h1{}
#TagCloud .smallestTag { font-size: xx-small; }
#TagCloud .smallTag { font-size: small; }
#TagCloud .mediumTag { font-size: medium; }
#TagCloud .largeTag  { font-size: large; }
#TagCloud .largestTag { font-size: xx-large; }

/* podcast stuff */
.podCastPost{}
.podCastPost h2{
	margin: 0px
}
.keys{}
.podCastBody{}
/*a.sendToFriend, a.downloadPodcast{
	display:block;
	text-align:right;
}
.backToListing{
	display:block;
	text-align:right;
}*/
.showAll{
	text-align:center
}


