/**
 * Code snippet: anynews
 *
 * This code snippets grabs news from the WB news module database
 * and displays them on any page you want by invoking the function
 * displayNewsItems() via a page of type code or the index.php 
 * file of the template.
 *
 * This file contains the CSS styles used in the frontend.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @author		Christian Sommer
 * @copyright	Christian Sommer (c) 2007-2009
 * @license		http://www.gnu.org/licenses/gpl.html
 * @version		0.91
 * @platform	Website Baker 2.7
*/

/* 
 * PLEASE NOTE: 
 * You need to include this file manually to the index.php file of your template to use it.
 * Please check the Readme file for details.
*/

div.anynews h2 {
}

div.anynews p {
}

.post_short,
.post-short {
	text-align: justify;
	padding-top: 3px;
	padding-bottom: 5px;
	padding: 4px;
	background-color: #000000;

}
.post_long,
.post-long {
	text-align: justify;
	padding: 0 4px 4px 4px;
	background-color: #000000;
	border-left: 1px solid #4d0000;
	border-right: 1px solid #4d0000;
}
.post_list,
.post-list {
	background-color: #000000;
	border-bottom: 1px dashed #666;
	padding: 4px 15px 4px 15px;
}
.post_list a { text-decoration: none; }

.post_list li,
.post-list li {
	color: #d20000;
}

.list-table td:hover,
.list_table td:hover {
	background-color:#1d0000;
}
.pages {
	padding: 20px 0 0 0;
	text-align: center;
}
.overview td {
	width: 33%;
	vertical-align: top;
	background: #000000;
	border: 1px solid #5d0000;
	padding: 3px;

}
.overview td:hover {
	background: #000000;

}
.overview li {
	margin-left: 15px;
}

