a img {
	border: 0;
}

/* html & body */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-y: scroll;
}

body {
	background-image: url(/images/v4/body_background.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	color: white;
	font-family: gill sans, helvetica, arial, sans-serif;
	font-size: 0.75em;
	font-weight: lighter;
	line-height:1.5em;
}

a,
a:link,
a:active {
	color: #8498af;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* container */
div#container {
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom left;
	
	width: 830px;
	margin: -1px auto;
	position: relative;
	border: 1px solid grey;
	border-bottom: 0;
	min-height: 100%;
}



/* content */
div#content {
	margin-left: 448px;
	padding:  10px;
	width: 310px;
	background-image: url(/images/v4/content_background.png);
	text-align: right;
}

h1 {
	font-size: 2em;
	color: #8498af;
	font-weight: lighter;
	margin: 0;
	margin-bottom:0.05em;
	line-height: 1.1em;
	text-transform: lowercase;

}

h2 {
	font-size: 1.6em;
	font-weight: lighter;
	margin: 0;
	margin-bottom: 0.1em;
	line-height: 1.2em;
	text-transform: lowercase;
	clear: both;
}

p {
	margin: 0 0 1em 0;

}

img {
	margin-top: 1em;
	border: 1px solid white;
	padding: 10px
}

/* Occhio NewsBuilder */

.onm_newsSummaries h2,
.onm_newsSummaries .onm_Body  {
	display: inline;
}

.onm_newsSummaries hr {
	height: 0;
	border: 0;
	border: 1px solid black;
	margin: 0;
	background-color: black;
}

.onm_newsSummaries div.odd,
.onm_newsSummaries div.even {
	margin-bottom: 2em;
}

table.onm_newsOverview {
	float: right;
}

div.pageNavigation {
	margin: 2em 0;
}

.onm_archiveLink {
	margin: 1em 0;
	text-transform: lowercase;
}

h3 {
	font-weight: lighter;
	margin: 0;
}

p.onm_overviewLink {
	text-transform: lowercase;
	margin: 2em 0;
}

ul#flickrPhotos {
	padding: 0;
	list-style: none;
}

ul#flickrPhotos a {
	padding: 0;
	margin: 0;
}

ul#flickrPhotos li {
	display: block;
	float: right;
	padding: 0 5px 5px 5px;
}

ul#flickrPhotos img {
	padding: 0;
	width: 60px;	
}

ul {
	margin:0 0 1em 0;
}

img {
	margin: 0;
}

div#photographs h2,
div#audio h2 {
	margin-bottom: 0.5em;
}

img#lightbox-image {
	padding: 0;
	border: 0;
}

div#downloads ul li {
	list-style: none;
}

