/* The Children's House Montessori School */
/* News CSS - tchNews.css */
/* Designed by MOTAS Inc. :: motas.ca */
/* Created: Oct 31, 2006 */
/* Revised by Four Mind :: fourmind.ca */
/* Edited: Sep 16, 2008 */


/* Elements Related to the display of News items*/

#NewsForm {
	margin: 0px auto 25px auto;
	text-align: left;
}
#Delete {
	text-align: center;
}


/**
 *   Privately available News items in Admin Section.
 *   This is equivalent to Task=NewsMngt in the 
 *   admin domain.
 */
#NewsListAdmin ul {
	list-style-type: none;
	width: 525px;
}
#manage-testimonials {
	width: 525px;
	margin: 0 auto;
}
#NewsListAdmin ul li,
#manage-testimonials .testimonial {
	margin: 15px 0px;
}
#manage-testimonials .testimonial h3 {
	margin: 0;
	padding: 0;
	font: normal bold 14px Georgia, "Times New Roman", Times, serif;
}
#NewsListAdmin ul li a,
#manage-testimonials .testimonial h3 a {
	display: block;
	background: #f1f4fe;
	color: #0033FF;
	padding: 10px 4px 4px 8px;
	border: 1px solid #a6958e;
}
#NewsListAdmin ul li a:hover,
#manage-testimonials .testimonial h3 a:hover {
	background: #fff1d7;
	color: #50210D;
	border: 1px solid #a6958e;
	text-decoration: none;
}
#NewsListAdmin ul li a.delete {
	display: inline;
	background: transparent;
	padding: 0px;
	border: none;
	color: #a2b1f1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#NewsListAdmin ul li a:hover.delete {
	color: #D03017;
}
#NewsListAdmin .NewsDate,
#manage-testimonials .testimonial .date {
	width: 100%;
	font-size: 10px; 
	color: #a2b1f1;
}
#NewsListAdmin .NewsSynopsis,
#manage-testimonials .testimonial .description {
	background: #FFF;
	padding: 10px;
	border-bottom: 1px solid #a6958e;
	border-left: 1px solid #a6958e;
	border-right: 1px solid #a6958e;
}


/**
 *   Publicly available News list on Sidebar.
 *   This list is available to everyone in the
 *   site Margin.
 */
#NewsListPublic ul { 
	margin: 0px; padding: 0px; 
	list-style-type: none; 
	border-top: 1px solid #a6958e; border-left: 1px solid #a6958e; border-right: 1px solid #a6958e; 
	z-index: 1;
}
#NewsListPublic ul li { 
	margin: 0px; padding: 0px; 
	border-bottom: 1px solid #a6958e; 
}
#NewsListPublic ul li a, ul#NewsListPublic li a:link, ul#NewsListPublic li a:visited { 
	display: block; 
	background: #f1f4fe;
	color: #0033FF;
	margin: 0px; padding: 5px 3px 2px 3px; 
	line-height: 12px;
	text-align: center;
}
#NewsListPublic ul li a:hover, ul#NewsListPublic li a:active { 
	background: #fff1d7;
	color: #50210D;
	text-decoration: none; 
}


/**
 *   Publicly available News items in Blog format.
 *   This is equivalent to Content=ReadNews in the
 *   public domain.
 */
#NewsListRead ul { 
	margin: 0px 20px; padding: 0px; 
	list-style-type: none; 
}
#NewsListRead .NewsDate { 
	padding: 10px 0px 5px 20px; margin-bottom: 40px; 
	color: #a2b1f1; 
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-size: 10px; 
	border-bottom: 1px dotted #a2b1f1; 
}
#NewsListRead sup {
	text-transform: lowercase;
	font-size: 8px;
}
#NewsListRead h2, .delHeading { 
	padding: 20px 0px 0px 0px; 
	color: #D03017; 
	font: normal normal normal 18px Georgia, Times, 'Times New Roman', Serif;
	letter-spacing: 0px;
	border: none; 
	border-bottom: 1px dotted #a2b1f1;
	text-align: left;
}
#NewsListRead h2 a, #NewsListRead h2 a:hover
{ text-decoration: none; }
#NewsListRead .NewsSynopsis, .delContent { 
	padding: 10px 20px 20px 40px; 
	background: #FFF; 
}
.delContent { text-align: left; }

/**
 *   Privately available News items in Blog format.
 *   This is viewed on individual Teacher pages.
 */
#NewsListShowByAuthor ul { 
	margin: 0px 20px; padding: 0px; 
	list-style-type: none; 
}
#NewsListShowByAuthor .NewsDate { 
	padding: 10px 0px 5px 20px; margin-bottom: 40px;
	background: #FFF; 
	color: #a2b1f1; 
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-size: 10px; 
	border-bottom: 1px solid #a2b1f1;
}
#NewsListShowByAuthor sup {
	text-transform: lowercase;
	font-size: 8px;
}
#NewsListShowByAuthor h2, #NewsListShowByAuthor ul li.NewsListShowByAuthor h2 { 
	margin: 20px 0px 0px 0px;
	padding: 25px 0px 15px 25px;
	background: #FFF;
	color: #D03017; 
	font: normal normal normal 18px Georgia, Times, 'Times New Roman', Serif;
	letter-spacing: 0px;
	border: none; 
	border-top: 1px dotted #a2b1f1; 
	text-align: left;
}
#NewsListShowByAuthor h2 a, #NewsListShowByAuthor h2 a:hover
{ text-decoration: none; }
#NewsListShowByAuthor .NewsSynopsis { 
	padding: 10px 20px 20px 40px; 
	background: #FFF; 
}
