/*=============================================================
Type:				Baringa Partners website - print stylesheet
Build by:			VGroup
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright:			(c) VGroup 2008	
---------------------------------------------------------------
Creation Date:		06-11-2008
============================================================ */


body {
	font-size: 11pt !important;
}

/* hide unneccessary elements */

#main_nav, #sub_content, #footer_nav, #additional_nav, #download_article, .printlink, #filter,
.article_excerpt a, .more a, #block_nav, #vgroup, #article_pager {
	display: none !important;
}

.homepage #sub_content {
	display: block !important;
}

/* re-flow items in the page */

#page {
	width: 790px;
}

#content {
	margin-left: 0;
}

#main_content {
	width: 600px;
}

#main_content_extended, .article {
	width: 790px !important;
}

#article {
	width: 500px;
}

#article_pic {
	border-top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#footer p#credits {
	position: static;
}

#column1, #column2 {
	width: 370px;
}

#content a:after, #content a:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
  }
