
/*	
	======================================================================

	public/home/main.css

	======================================================================
*/


	.dsf_info_box {
	
		padding: 15px;
		background-color: #B8D784;
		border: 1px solid #659640;
		border-radius: 15px;
		margin-bottom: 20px;

		color: black;
		font-size: 10pt;
		line-height: 15pt;
	}

	.dsf_info_box_header {

		font-size: 13pt;
		line-height: 16pt;
		font-weight: bold;
	}
		
	#permalinkDiv {
	
		text-align: right;
		margin-bottom: 5px;
		font-size: 8pt;
		color: #436214;
	}
	
	/*  NOTE:  this file must match public/story/display.css */
	
	.authorCommentsDiv {
	
		display: none;
		z-index: 1000;
	}

	#theEnd {
	
		font-size: 12pt;
		font-style: italic;
		text-align: center;
	}
	
	#publicationDate {
	
		margin-top: 10px;
		font-size: 10pt;
		text-align: center;
	}
	
	.shareBarMailingList {
	
		width: 85%;
		border: 1px dashed #684;
		margin: 0px auto;
		background-color: #EFC;
		font-size: 9pt;
		line-height: 12pt;
	}	
	
	.shareBarMailingListHeader {
	
		color: #EFC;
		background-color: #342;
		font-size: 11pt;
		font-weight: bold;
		line-height: 12pt;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 2px;
	}

	.shareBarMailingListBody {
	
		padding: 20px;
	}

/* ----------------------------------------------------
   share bar
   ---------------------------------------------------- */
	
	.addthis_toolbox.addthis_pill_combo a {
	
		float: left;
	}

	.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
	.addthis_toolbox.addthis_pill_combo a.addthis_counter {

		margin-top: -2px;
	}

/* ----------------------------------------------------
   show ratings
   ---------------------------------------------------- */

	#showRatingLinkDiv {
	
		text-align: center;
		margin-top: 20px;
	}

	#showRatingDiv {
	
		display: none;
		text-align: center;
		margin-top: 20px;
	}
	
	