/*
File:			print.css
Description:	        MindPerk custom CSS
More Info:		http://diythemes.com/thesis/rtfm/print-stylesheet-css/
*/

/*****************************************************************************************
*   Applies the other display CSS to print versions
*******************************************************************************************/
@import url("../../style.css") print;
@import url("../layout.css") print;
@import url("../custom.css") print;

/*****************************************************************************************
*   Removes sidebars and footers from print version
*******************************************************************************************/

.custom #widgets-reloaded-nav-menu-2 { display:none; }
.custom #sidebars { display:none; }
/*.custom #footer_area.full_width, .custom  #footer { display:none; }*/

/*****************************************************************************************
*   Moves articles to left and fixes width
*******************************************************************************************/

.custom #content
{
  float:left;
  width: 80em;
}