@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

body {
	margin:0;
	padding:0;
	font-family: 'Oxygen',Sans-Serif;
	background-image: url(cream_dust.png);
	color:#333;
	line-height: 160%;
}

#all {
    margin-left: auto;
    margin-right: auto;
	max-width: 75%;
	min-width: 800px;
}

#container {
	text-align: justify;
	clear: both;
}

#content_wrapper {
	vertical-align: top;
	display: inline-block;
	width: 80%;
	width: calc(100% - 210px);
}

#content {
	padding: 0 10px;
}

#news {
	/*vertical-align: top;
	display: inline-block;*/
	float: right;
	width: 200px;
	padding: 0 20px;
	font-size: smaller;
	text-align: left;
}

#news dd {
	margin-left: 20px;
}

nav {
	vertical-align: top;
	display: inline-block;
	width: 180px;
	padding: 0 10px;
	line-height: 165%;
}

#content a:link {
	color:#369;
	text-decoration:none;
	border-bottom:1px solid #666;
}

#content a:hover {
	color:#69c;
	text-decoration:none;
	border-bottom:none;
}

#content a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #666;
}

#content a:active {
	color:#69c;
	background:#ffc;
	text-decoration:none;
	border-bottom:none;
}

#content ul {
	list-style-type:square;
	margin:0 0 0 0;
	padding:0 0 0 1.5em;
}

header {
	font-size: smaller;
	text-align: center;
	padding: 0 0;
	margin-bottom: 20px;
	/*background-image: url(cream_dust.png);
	background-repeat: repeat;*/
	height:95px;
}

#header-left {
	background-image: url(UoBPP_logo.png);
	background-repeat: no-repeat;
	margin: 5px auto;
	height: 85px;
	width: 776px;
}

#header-right {
	/*background-image: url(HEP_at_BHAM-Header_right.png);
	background-repeat: no-repeat;
	float:right;
	height: 84px;
	width: 554px;
	margin: 5px;*/
}

footer {
	height: 20px;		/* Change footer padding if height is changed. */
	font-size: 70%;
	font-weight: lighter;
	padding: 2px;		/* If bg size of 20px changes, change top padding */
	clear: both;
}

#footer-left {
	/*position: absolute;*/
	display: inline-block;
	float: left;
	left: 10px;
}

#footer-right {
	/*position: absolute;*/
	display: inline-block;
	float: right;
	right: 10px;
}

/*** Navigation style ***/

ul#navrsn {
	margin:0;
	padding:0;
	list-style-type:none;
	background:#EBEEFF;
	border:none;
	text-align: left;
}

ul#navrsn ul {
	margin:0 0 0 1em;
	padding:0;
	list-style-type:none;
}

ul#navrsn li {
	padding:5px .5em;
	/*border-top:1px solid #000;*/
	list-style-type:none;
	line-height: 120%;
}

ul#navrsn li li {
	font-size:80%;
	border:none;
}

ul#navrsn li li li {
	font-size:100%;
}

ul#navrsn a {
	color:#000;
	text-decoration:none;
}

ul#navrsn li#active,
ul#navrsn li.parent {
	background:#369;
	color:#fff;
}

ul#navrsn li#active a,
ul#navrsn li.parent a {
	color:#ccc;
}

ul#navrsn li a.parent {
	color:#ccc;
	font-weight:bold;
}

* html ol, ul, li {
	position: relative;
}

h1 {
	font-size:200%;
	font-weight:bold;
}

h2 {
	font-size:130%;
	font-weight:normal;
}

h3 {
	font-size:110%;
	font-weight:normal;
}

strong {
	font-weight:bold;
}
