/**
 * 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 {
margin-bottom: 30px;
background: #e6e6e6;
padding: 0 10px;
}

div.anynews h2 {
color: #2e4a38;
font-family: georgia, serif;
font-weight: 600;
letter-spacing: 4px;
font-size: 1.75em;
margin-top: 20px;
padding: 10px 10px 15px 10px;
border-bottom: 1px solid #f5f5f5;
}

div.anynews p {
font-size: 0.98em;
font-family: arial, sans-serif;
margin: 0;
padding: 0;
padding-bottom: 10px;
}

div.anynews a:link, div.anynews a:active, div.anynews a:visited {
font-family: georgia, serif;
font-size: 1.2em;  
padding-bottom: 2px;
color: #000;
padding-bottom: 15px;
outline: 0;
}

div.anynews a:hover {
text-decoration: none;
color: #2e4a38;
padding-bottom: 15px;
letter-spacing: 0.25px;
}
