﻿/*
	print.css
	general
*/


/* --------------------------------------------------------------------------------------
 * init
 * -------------------------------------------------------------------------------------- */

	.toggle-trigger,
	.toggle-trigger-all {
		display: none !important;
	}
	.toggle-hidden {
		display: block !important;
	}


/* --------------------------------------------------------------------------------------
 * html and body
 * -------------------------------------------------------------------------------------- */

	html {
		height: auto;
		padding-bottom: 0;
	}
	body {
		background: #fff !important;
		color: #000;
	}


/* --------------------------------------------------------------------------------------
 * generic classes
 * -------------------------------------------------------------------------------------- */

/* --------------------------
 * media classes
 * -------------------------- */

	/*
	reader   = screen reader only  (eg skip links)
	print    = print only          (eg contact infos, references)
	nonprint = don't print         (eg navigation)
	*/

	.reader {
		display: none;
		visibility: hidden;
	}
	.print {
		display: block;
		visibility: visible;
	}
	.nonprint {
		display: none;
		visibility: hidden;
	}


/* --------------------------------------------------------------------------------------
 * typo, images, lists, tables, forms,..
 * -------------------------------------------------------------------------------------- */

	h6, h5, h4, h3, h2, h1,
	p,
	li {
		color: #000;
	}

/* --------------------------
 * links
 * -------------------------- */

	a {
		color: #000 !important;
	}


/* --------------------------------------------------------------------------------------
 * tools
 * -------------------------------------------------------------------------------------- */

	/* DECAF branding */

	a#decafmedia {
		display: none;
  	}


/* --------------------------------------------------------------------------------------
 * layout
 * -------------------------------------------------------------------------------------- */

	/* wrappers */

	.wrp-1 {
    min-width: 0;
		background: none !important;
	}
	.wrp-2 {
		width: 750px;
		margin: 0;
	}
	.rc-t {
		height: auto;
		background: none !important;
	}
	.rc-b {
		height: auto;
		background: none !important;
	}
	.rc-m {
		background: none !important;
		padding: 0;
	}
	.wrp-3 {
		margin: 0 5px;
	}

	/* sections */

	.content {
		padding: 20px 0 !important;
	}
	.footer {
		color: #333;
	}
	.footer-inner {
		border-top: 1px solid #aaa;
		background: none;
	}
	.footer a {
		color: #333;
	}

	/* columns */

	.col-full {
		width: 702px;
		float: left;
	}
	.content .col-side {
		display: none;
	}
	.col-main {
		width: 642px;
	}

	/* inner columns */

	.col-main .col-1,
	.col-main .col-2 {
		width: 310px;
	}

	/* footer columns */

	.footer .col-side {
		width: 100%;
		margin: 0;
	}
	.footer .col-side p {
		margin-left: 0;
	}
	.footer .col-main {
		display: none;
	}


/* --------------------------------------------------------------------------------------
 * content
 * -------------------------------------------------------------------------------------- */

	/* header: title */

	.header .title {
		display: block;
	}

	/* header: toolbar */

	.header .toolbar {
		display: none;
	}
	
	/* corporate */

	.header .corporate {
		display: none;
	}





