#wrapper {
	width: 605px;
	background-color: #303e8a;
}

#footer {
	padding-bottom: 0.5em;
	clear: both;
	padding: 2%;
	background-color: #222b66;
}

#logos .CSIRO-logo {
	float: right;
}

#logos .ATNF-logo {
	float: left;
	margin-right: 0.5em;
}

#navigation {
	display: block;
	margin-top: -10px;
	border-top: 1px solid white;
}

li.menu-container {
	overflow: hidden;
}

#navigation a {
	color: white;
}

#navigation h2 {
	display: none;
}

a {
	color: wheat;
	font-weight: bold;
}

#search-bar {
	background-color: #080405;
	color: white;
	border-top: 0;
	border-bottom: 1px solid rgb(250,250,250);
}

#search-bar input {
	border: solid 1px rgb(230,230,230);
}

#content, #footer {
	color: white;
	border-top: solid 1px #fbf4f0;
}

#content h2 {
	margin-top: 0;
}

#content {
	background-color: #303e8a;
	/* background-image: url(/images/atca-background-pixel.jpg);
	background-position: bottom left; */
	background-image: none;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 0;
}

#page-content {
	padding-bottom: 0;
	margin-bottom: 0;
}

#search-box  {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 3px;
}

#search-box input {
	background-color: rgb(230,230,240);
}

#credit {
	position: relative;
	color: rgb(230,230,230);
	font-size: 10px;
	height: 10px;
	top: 210px;
	margin-left: 1em;
	width: 15em;
}

#welcome, div.highlight.first {
	border-bottom: 1px dotted white;
}

#welcome h2 {
	margin-bottom: 0;
}

#welcome p {
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}

div.highlight {
	width: 47%;
	float: left;
	padding: 1em 1em 1em 0;
	margin-bottom: 1em;
}

div.highlight.first {
	border-right: 0 !important;
	float: none;
	width: 100%;
}

.highlight h2 {
	margin-top : 0.2em;
	margin-bottom: 0.1em;
}

.highlight.first {
	padding-left: 0;
}

#highlights .last {
	padding-right: 0;
	padding-left: 1em;
	border-right: 0;
	border-left: dotted white 1px;
}

.highlight .date {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 85%;
}


p {
	margin-top 0.2em;
	margin-bottom: 0.2em;
	line-height: 140%;
}

h1, h2, h3, h4, h5, h6 {
	color: wheat;
}

h1 {
	font-size: 140%;
	border: 0;
	margin-top: 0.5em;
	padding-top: 0;
}

h2 {
	font-size: 120%;
}

#banner-title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#search-bar {
	height: auto;
}

div#archive {
	clear: both;
	text-align: right;
}

.staging {
	margin-top: 0.2em;
}

.staging a {
	font-weight: bold;
	color: yellow;
}

* html #welcome {
	height: 1%;
	padding-bottom: 1em;
}


* html #navigation {
	margin-top: -14px;
}

* html #footer {
	height: 1%;
}

* html #highlights .first {
	margin-right: -1em;
}






