/*
		Cultura
		Styles: Print

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html{font-size: 100%}
body {
	/*margin: 0;*/
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 80%;
	line-height: 1.2em;
	color: #333;
	text-align: left;
	/*background-color: Aqua;*/
	}
form{margin: 0;padding: 0;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix { display: inline-block; }
.clearfix { display:block }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#page {
	width: auto;
	text-align: left;
}

#nav,
#related {display: none;}
.noprint {display: none;}

h1 {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 1.6em;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
h2 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 0.95em;
	font-weight: normal;
	color: #333
}
h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
h5 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	}
small {font-size: .85em;}
.low{color: #666;}
.highlight{font-weight: bold}
.meta{color: #666; font-size: 0.9em; font-style: italic;}
#article .meta{margin-bottom: 20px;}
a {
	color: #000;
	text-decoration: none;
}
a:link, a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}
.hr, div.vr { 
	display: block;
	margin: 10px 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #d9dcd6;
	height: auto;
	width: auto;
	}
	.hr hr{display: none;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Accessibility & SEO
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Content elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#top *, 
.pagination,
.toolboxBottom,
.toolbox,
.popup  {
	display: none;
}

	
#footer {
	border-top: 1px solid #d9dcd6;
	font-size: 0.85em;
	height: auto;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

#footer h4{ display: none; }
#footer img{float: left;}
#footer .vr{ width: 8em}
#footer ul{padding: 0; margin:0;}
#footer ul li{
	list-style-type: none;
	float: left;
	margin-right: 14px;
	}
#footer ul li.contactNumbers{text-align: right; margin-right: 9px;}

dl.list {
	margin: 0 0 10px;
	}
	dl.list dt {
		color: #000;
		margin: 0;
	}
	dl.list dd {
		color: #666;
		padding: 0;
		margin: 0;
	}
	dl.list dd.location-date {
		padding: 2px 0 10px;
		margin-bottom: 15px;
		color: #999;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Teasers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box, #mediaPackage {
	margin: 0 0 20px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		sIFR
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed,
.sIFR-replaced embed, .sIFR-replaced object {
	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;
	width: auto !important;
	height: auto !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.links a:link:after, 
.links a:visited:after, 
.links a:hover:after, 
.links a:active:after {
	content: " <" attr(href) "> ";
	color: #555; 
	font-style: italic;
	font-weight: normal;
	border: none;
}
.links a {
	color: #a62a2c;
	text-decoration: none;
	border-bottom: 1px solid #a62a2c;
}