/**
 * CSS Document for the system template.css
 * @version $Id: template.css
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

/* Based on work by Eric Meyer, and Blueprint CSS which is licensed under the GNU/GPL */


/* Typography */
body {font-size:12px/14px;color:#222;background:#fff;font-family: 'Trebuchet MS', Arial, sans-serif;
margin:10px;width:95%}
div.printheader{display:block;width:100%;float:left;clear:both;height:1%;margin:0 0 20px 0}
div.printfooter{font-size: 80%}
/*reset*/

div, div#k2Container,  div#k2Container.itemListView, div.itemListCategoriesBlock, div.itemListCategory, h2.category-h2{
    border:none!important;padding:0;margin:0
}

h1{font-size:1.5em}
h2{font-size:1.4em!important}
h3{font-size:1.2em}
h1, h2, h3, h4, h5, h6 {
     margin:0;}
div.itemImageBlock{clear:both;float:right}
 .left{float:left;margin:20px 20px 20px 0;clear:both}
 .right{float:right;margin: 0 0 20px 20px;clear:both}
.itemListCategoriesBlock{height:1%}

div.skd, div#bg-box,div#bg-box img,h1.logo, ul.breadcrumbs, div#header,div#footer,div.aside,a.accessibility,.k2CategorySelectBlock  {display:none}

#print-title{display:block}


div#content,div#holder,div#two-cols{display: block;width:100%}
/*hide toolbar*/
div.itemToolbar{display:none}
div.printhidden{display:none}
div#printfooter{font-size:12px}