/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */
@import 'lib/forms.css';
@import 'typography_12_em.css';

body {
  line-height: 1.5;
  font-family: Arial, Verdana, sans-serif;
color: #000000;
  background: none;
  font-size: 12px;
}

.container {
  background: none;
}

#maincontent,
#footer,
#masthead,
hr.nospace,
#rightcol,
#infocontent,
#globalfrontmenu,
#toparea,
#artprojectmenu,
#projectinfo,
#leftcolinner,
.listselection,
#popupnav,
#popup_top,
#popup_frame,
#loader,
#error,
#popupinnerleft,
#popupinnerright,
#translationloader
{
	display:none ; 
}

.factbox{
	width: 290px;
	}

#printmasthead{ visibility: visible; 
	margin-bottom: 2em; 
}


.factbox h1{
	font-size: 1.333em;
	font-weight: bold;
	margin: 1em 0 0.416em 0;
	line-height: 1.25em;
	text-transform: uppercase;
	padding-top: 0.1em;
	letter-spacing:0em;
}

#infotitleinner h1 {
	font-size: 1em;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0em;
}

.boxcontent {
	margin: 0.833em 0 0 0;
	display: block;
} 


/* Text elements
-------------------------------------------------------------- */

/* Lists
-------------------------------------------------------------- */

a,
a:link
 {
	color: #000000;
	text-decoration: underline;
}

a.factboxlink, a:link.factboxlink{
	color: #000000;
	text-decoration: none;
}

a.listitem, a.listitem:link{
	border-bottom:0.0833em solid #AFA7A0;
	border-top:0.0833em solid #FFFFFF;
	color:#000000;
	text-decoration:none;
	display: block;
}

/*Special*/
.span-50em{
	width: 100%;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }



