body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14pt;
	min-height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}

a {
	color: #00c;
	text-decoration: none;
}

/* for centering the main content boxes */
.centrediv {
	position: relative;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
}

/* style for the main content area */
.content {
	xxxpadding: 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
	padding-bottom: 60px;
}

/* style for the main content boxes (research, events, news, etc.) */
.contentBox {
	width: 420px;
	border: 1px solid #CCCCCC;
	xxxmin-height: 200px;
	height: 280px;
	font-size: 14px;
	xxxbackground-color: #888;
	font-weight: bold;
	xxxmargin: 2px;
	padding: 0px;
	text-align: left;
	float: left;
}

/* styles (light or dark) for the main box headings */
.contentBox h1 {
	padding-left: 10px;
	margin-top: 10px;
}
.contentBox h1.light,
.contentBox h1.light a {
	color: #f6fdff;
	text-shadow: 1px 1px 2px #111;
}
.contentBox h1.dark,
.contentBox h1.dark a {
	color: black;
	text-shadow: 1px 1px 2px #eee;
}
.contentBox h1.light a:hover,
.contentBox h1.dark a:hover {
	color: #555;
	text-shadow: 1px 1px 2px #700;
}
/* stylings for the individual main boxes */
#research {
	background-image: url(/Images/research_images/research_bckg.jpg);
	background-position: 51% 70%;
}

#renewal {
	background-image: linear-gradient(to bottom right, black 0%, white 80%),url(/Images/carmapresentation.jpg);
	background-image: linear-gradient(to bottom right, #7c2d23 25%, white 80%),url(/Images/carmapresentation.jpg);
	background-size: cover;
	background-blend-mode: lighten;
	background-position: 51% 70%;
}
#renewal h1 a {
	text-shadow: 2px 2px 1px black;
}

#events {
	overflow-y: scroll;
	overflow-x: hidden;
}
#events h4 {
	font-size: 0.8em;
	margin: 0;
	color: #792a26;
	padding-left: 6px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

#events p {
	font-weight: 100;
	font-size: 0.9em;
	padding-left: 12px;
	padding-right: 10px;
}

.eventnotes {
	font-weight: normal;
	font-size:0.8em;
}
.eventnotes td > b{
	font-weight: normal;
}

#conferences {
	z-index: 2;
	background-image: url(/Images/conference_images/InDiMo_bckg.jpg);
	color: white;
	padding: 0;
	margin: 0;
	xxxoverflow: hidden;
}

p.bottomOfBox {
	width: 92%;
	padding: 10px;
	position: absolute;
	margin: 0;
	bottom: 5px;
	left: 8px;
	background-color: rgba(110,110,110,0.5);
	background-color: rgba(30,30,30,0.75);
	font-weight: 100;
	font-size: 1.4em;
	color: #ccc;
	text-shadow: 2px 2px 1px black,
                     -3px -3px 3px #333;
}

p.bottomOfBox a {
	color: #d90;
	color: #dd0;
	text-shadow: 2px 2px 2px black,
                     3px 3px 3px #333,
                     -3px -3px 3px #333;
}

#news {
	overflow-y: scroll;
	overflow-x: hidden;
}
#news h4 {
	font-size: 0.8em;
	margin: 0;
	color: #792a26;
	padding-left: 8px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

#news p {
	font-weight: 100;
	font-size: 0.7em;
	padding-left: 12px;
	padding-right: 10px;
}

#highlights {
	overflow-y: scroll;
	overflow-x: hidden;
}
#highlights h4 {
	font-size: 0.8em;
	margin: 0;
	color: #792a26;
	padding-left: 10px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

#highlights p {
	font-weight: 100;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
}


#sites {
	xxxz-index: 2;
	xxxposition: relative;
	background-image: url(/Images/walks_images/walks_bckg.jpg);
	background-position: 50% 50%;
}

/* ffffffffffffffffffffffffffffffffffffffffffffffffffff */
/* highlights.css				       */
/* ffffffffffffffffffffffffffffffffffffffffffffffffffff */
.fff {
	width: 98%;
	text-align: right;
	margin-bottom: 8px;
}

.fffhead {
	color: orange;
	color: black;
}

.hhh a {
	xxxfont-size: 12px;
	color: rgb(121, 42, 38);
	text-indent: 10px;
}

.fffname {
	color: black;
	xxxfont-size: 20px;
	font-size: 1.6em;
}

.hhhauthors {
	color: black;
	font-size: 1em;
	text-indent: 10px;
}

.hhhpapertitle {
	color: black;
	font-size: 1.6em;
	text-indent: 10px;
	margin-bottom: 8px;
}

.hhhquote {
	color: black;
	font-size: 1em;
	text-indent: 10px;
}

.hhhsource {
	color: black;
	font-size: 1em;
	text-indent: 10px;
}

#header {
	background:#fff;
	margin-bottom:5px;
	margin-bottom:0;
}

#header h1 {
	font-size: 16px;
}

img {
	border:0; /* yyy */
}

#header img a {
	border:0; /* yyy */
}

#header a {
	text-decoration:none;
	color:black;
}

/*CARMA Bar*/
#carma_bar {
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: white;
	margin: 0;
}


/*UoN Header bar*/
#uon_bar {
	position:absolute;
	top:0;
	left:0;
	background:black;
	height:47px;
	width:100%;
	margin:0;
	padding:0;
}

#uon_bar h2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:400;
	font-size:0.5em;
	color:white;
	margin:0;
	padding-top:8px;
}

#uon_bar h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	font-size:0.7em;
	color:white;
	margin:0;
}
/*Headings*/
h1.header1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	margin:0;
}

h1.header2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
}
/*wrapLeft*/
.wrapLeft {
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 10px;
}

.footer {
	clear: both;
	width: 100%;
	min-height: 35px;
	background: #CCC;
	border-top: 1px solid #9D9D9D;
	margin: 0 auto;
	padding: 0;
	position: relative;
	bottom: 0;
}

.footer p {
	text-align: center;
	font-size:0.5em;

}

/*Search bar*/
#search {
	padding-top:55px;
	width:100%;
}

#search form {
	float:right;
	margin-right:20px;
}


/* adjust the size of the main content boxes depending on window width */
@media only screen and ( min-width: 1600px ){
	/* put this here so that IE can cope */
	.contentBox {
		width: 460px;
	}
}

@media only screen and ( max-width: 1600px ){
	.contentBox {
		width: 440px;
	}
}

@media only screen and ( max-width: 1500px ){
	.contentBox {
		width: 400px;
	}
}

@media only screen and ( max-width: 1400px ){
	.contentBox {
		width: 360px;
	}
}

@media only screen and ( max-width: 1200px ){
	.contentBox {
		width: 320px;
	}
}

@media only screen and ( max-width: 720px ){
	body {
		font-size: 18pt;
	}
	.centrediv,
	.contentBox,
	.contentBox2 {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	.footer {
		height:60px;
	}
	.menu {
		text-align: left;
	}
	.menu ul li {
		clear: both;
	}
	#memberSummary,
	#memberLinks {
		width: 80%;
		clear: both;
		margin: 10px;
		font-size: 0.5em;
	}
	#memberLinks li {
		list-style-type: normal;
		font-size: 0.8em;
	}

}
