/* 
	@override 
	http://natsem.dev/skin/css/body.css
	http://natsem.cre8ive.com.au/skin/css/body.css
*/

/**
* General styles for NATSEM website.
*/

html, html * {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%; /* this will be 16px */
	font-family: Calibri, Trebuchet, sans-serif;
	color: #393939;
}
/* Some useful styles */
.clear {
	clear: both;
}
.accessible {
	position: absolute;
	height: 1px;
	width: 1px;
	left: -10000px;
	overflow: hidden;
}
/* font sizes */
h1 {
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #057986;
	padding: 0.35em 0;
	font-size: 2em;
	font-weight: normal;
	color: #057986;
}
h2 {
	margin: 0 0 0.75em 0;
	font-size: 1.25em;
	color: #057986;
	text-transform: uppercase;
	font-weight: normal;
}
.column.sidebar h2 {
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #057986;
	padding: 0.35em 0 0.45em 0;
}
h2.special {
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #f7941e;
	padding: 0.35em 0 0.45em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #393939;
	background: url(../graphics/h2_special_orange.png) right 11px no-repeat;
}
h2.small-heading {
	text-transform: none;
}
.column.main h2.publications-block-sidebar-header span {
	display: none;
}
.item.person h2.special {
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 1em;
	border-bottom-color: #057986;
	background: transparent;
	color: #393939;
}
h3 {
	margin: 1.5em 0 0.75em 0;
	font-size: 1.125em;
	color: #f7941e;
}
h4 {
	margin: 1.5em 0 0.75em 0;
	font-size: 1.125em;
	color: #000;
	font-style: italic;
	font-weight: normal;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 0.875em;
	color: #057986;

}
h6 {
	margin: 1.5em 0 0.75em 0;
	font-size: 0.875em;
}
p, li, #footer li, input {
	/*font-size: 0.75em;*/
	font-size: 0.875em;
	line-height: 1.5em;
}
p {
	margin: 0 0 1.5em 0;
}
p.search-details {
	margin-bottom: 0.75em;
}
ul, ol {
	margin: 0 0 1.5em 15px;
}
/* for nested lists */
ul li li, ol li li {
	font-size: 1em;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0.5em 0 0.5em 25px;
}
input, select {
	font-family: inherit;
}
a:link, a:visited, a:active {
	color: #057986;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

/* 16px for staff and sidebar headings */
body.staff h2, .column.sidebar h2 {
	font-size: 1em;
}

/* item summaries */
.item.summary p.heading {
	/*font-size: 0.75em;*/
	font-size: 0.875em;
}
.item.summary.featured p.heading {
	font-size: 1em;	
}
.item.summary p.summary,
p.read-more {
	/* 
		try a few different font sizes here
		font-size: 0.689em;
		font-size: 0.75em; 
	*/
	font-size: 0.875em;
}
p.read-more.back {
	margin: 0 0 1.5em 0;
}