/**

 * "Yet Another Multicolumn Layout" - YAML CSS Framework

 *

 * default print stylesheet

 *

 * @copyright       Copyright 2005-2012, Dirk Jesse

 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),

 *                  YAML-CDL (http://www.yaml.de/license.html)

 * @link            http://www.yaml.de

 * @package         yaml

 * @version         v4.0.2

 * @revision        $Revision: 743 $

 * @lastmodified    $Date: 2012-10-23 23:01:14 +0200 (Di, 23 Okt 2012) $

 */





@media print {



	body{

		font-size:12px;	

	}

	

	#header, #footer , .sidebar, .post-edit-link, #banner-area , .page-controls, .mega-menu, .membership-list .link{ 

		display:none;	

	}

	h1, h2, h3, h4, h5, h6, p, ul {

		margin: 0 0 10px;

		display:block;

	}



	

	/* CONTENT - STAFF */

	.staffs .position p {

		margin: 0;

	}

	.staffs .thumbnails{

		margin-top:10px;

		margin-bottom:20px;	

	}

	

	/* CONTENT - FAQS */

	.faqs{

		margin-bottom:20px;	

	}

	

	/* MEMBERSHIP LISTS*/

	#content-area .membership-list li {

		margin-left: 0;

		padding-left: 0;

		list-style-type:none;	

	}

	

}





/* Mailing List*/

#mailing-list,

#journal{

    margin-top: 20px;

}

#mailing-list-loader{

    display: none;

}

#mailing-list-loader img{

    width: 20px;

}

#mailing-list-message{

    margin: 10px 0;

}

#mailing-list-message .mail-message{

    padding: 3px 5px;

    font-size: 12px;

}

#mailing-list-message .mail-subscribe{

    background: #dff0d8;

}

#mailing-list-message .mail-unsubscribe{

    background: #fcf8e3;

}

#mailing-list-message .mail-error{

    background: #f2dede;

}