/**
===============================================================================================================================
 *
 * Stylesheet for printing result
 *
 * Temadasar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * This file is released under the GNU General Public License, version 2 (GPL). 
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * Copyright (c) 2010 Arie Putranto. All rights reserved.
 * http://arie.putranto.com/
 *
 * @package Temadasar
 * @subpackage Stylesheet
 * @link http://temadasar.com/kb/stylesheet
 *
 * ATTENTION!
 * Changing the content of this file is not recommended since it may be overwritten on theme upgrades.
 * Create a child theme instead to customize the theme appearance, visit the theme homepage for further information
 *
===============================================================================================================================
**/

/* ----------------------------------------------------------------------------------------------------------------------------
 * Reset all XHTML element and use basic temadasar stylesheet for default appearance
 * Imports default print stylesheet
 * ---------------------------------------------------------------------------------------------------------------------------- */
@import url('framework/styles/reset.css');
@import url('framework/styles/print.css');
