/* --------------------------------------------------------------
    Default CSS styles for print
    Brothers in art
    http://www.brothersinart.net
---------------------------------------------------------------*/

/*  Base
---------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
#logo {
	display: none;
}
#printlogo {
	display: inline !important;
}
#header div.nav {
	display: none; 
}
#feature {
	display: none; 
}
div.column-left {
	float: left;
	width: 60%;
}
div.column-left img.image_left {
	float: left;
	margin: 1em;
}
div.column-left img.image_right {
	float: right;
	margin: 1em;
}
div.column-left h1 {
	font-size: 1.8em;
	line-height: 1em;
}
div.column-left h2 {
	font-size: 1.4em;
	line-height: 1em;
}
div.column-right {
	float: right;
	width: 35%;
}
div.column-right h1 {
	font-size: 1.1em;
	line-height: 1em;
}
div.column-right h2 {
	font-size: 1em;
	line-height: 1em;
}

#footer {
	border-top: 1px solid #999999;
	margin-top: 1em;
	padding-top: 1em;
	clear: both;
}
#footer div.nav {
	display: none;
}
div.title {
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	margin-top: 2em;
}
#feature-side {
	margin-top: 2em;
}
div.morelink {
	display: none; 
}
div.block div.date div {
	display: inline;
	padding-right: .3em;
}
div.block div.item {
	margin-top: 1em;
}
/*  sIFR
---------------------------------------------------------------*/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
