/*
 * Page module: News
 *
 * This module allows you to display news items.
 * The news entries can be displayed in archive mode in the frontend, if desired.
 * In the backend, the news and groups entries have "drag&drop"-functionality.
 *
 * This file contains css for frontend display.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @author		Ryan Djurovich, Rob Smith, Marcus Jann
 * @copyright	(c) 2006-2009
 * @license		http://www.gnu.org/licenses/gpl.html
 * @version		2.92
 * @platform	Website Baker 2.8+
 *
*/

.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}

.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment-text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

.loop-header {
	width: 100%;
}

.page-header {
	width: 100%;	
}
.post-header {
	width: 100%;	
}

.page-left {
	text-align: left;	
}
.page-center {
	text-align: center;
}

.page-right {
	text-align: right;	
}

.comment-header {
	width: 100%;
}

.public-info {
	text-align: right;
}

.group-page {
	text-align: center;
}		

.news_archive_title {
	border: #848484 solid 1px;
	background-color: #F2F2F2;
	padding: 10px 16px 10px 16px;
}														