/*--------------------------------------------------------------------------------------------------------
CSS Print Styles for BCN.
version:   1.0
author:    Codingpeople GmbH
email:     support@codingpeople.com
website:   http://www.codingpeople.com/
--------------------------------------------------------------------------------------------------------*/
/* =General
--------------------------------------------------------------------------------------------------------*/

/* Removing margin/padding */
* { margin: 0; padding: 0; }

/* Giving margin back to several elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1em 0; }

/* Class for clearing floats */
.clear {  clear: both; }

.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
/* ----- clear fix for floats ----- */
.clearfix { display:inline-block; }		
* html .clearfix { height:1%; }

/* hides clearfix from IE-mac */
.clearfix { display:block; }
/* end hide from IE-mac */

/* class for float  */
.alignleft { float:left; }
.alignright { float:right; }
.alignnone { clear:both; }

/* Removing border on linked images */
img { border: 0; }

/* footer bg problem 05.01.2011*/
html{ background:white !important; height:100%; min-height:100%;}

/* End General
--------------------------------------------------------------------------------------------------------*/

#logo{ float:none; width:auto; margin:0; height:80px; }
#logo a { padding:0; height:0;}
#header { border-bottom:solid 2px #000; margin-bottom:10px;}
#content.innerpage  { padding-top:0px; }
.widecolumn { width:100%;}
.controllingnav { display:none}
ul#mainNavigation { display:none}
#breadcrumb { display:none}
.headercontainer { display:none}
.sources{ display:none}
.journalsFind { display:none }
#footer { display:none; }
/* if we do not want 3 column:  .narrowcolumn { display:none} */



