/**
 * Code : wordpress
 *
 * This code grabs posts from the WP and displays them on any page you want by invoking the function
 * displayWpPosts() 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	Cristian Laza
 * @copyright	iQuest (c) 2009
 * @license	http://www.gnu.org/licenses/gpl.html
 * @version	1.0
 * @platform	Website Baker 2.8
*/

/* 
 * 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.wpposts h2 {
}

div.wpposts p {
}
