/*
Theme Name: Agree Trust
Theme URI: 
Author: Chris Lugg <chris@deck54.co.uk>
Author URI: http://www.deck54.co.uk
Description: A custom theme for the Agree Trust website base upon the 2012 theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agreetrust

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/** 
 * Main Theme Stylesheet
 */
@import url("css/default.css");
@import url("css/news.css");
@import url("css/manage.css");
@import url("css/agree.css");

/* New Styles for the new group appraisal system */
@import url("css/new_agree.css");
@import url("css/pagination.css");
@import url("css/messages.css");

/* Main css */
@import url("css/style.css");

/**
 * Import my overriding css files
 */
@import url("css/d54/wordpress_core.css");