/*
* Stylesheet for School of Mathematical Sciences 
* Inherit main styles from centrally-maintained stylesheets and Science stylesheet
* Use only for colour changes and additional styles that do not require cross-browser/platform support
* Use only relative font sizes - (em is preferred, no px or pt) 
*/

/* Highlight boxes */

.highlight {
	 border: 1px solid  #4C8172;
	 margin-top: 1em;
}

.section-highlight {
    border: 1px solid  #4C8172;
	margin-top: 4em;
}

.highlight-header {
    background-color:  #4C8172;
    color: #fff;
	border-bottom: 1px solid  #4C8172;
}

.highlight-body {
	background-color: #fff;
	color: #000;
}

.highlight-body ul {
    background-color: #fff;
    color: #000;
	margin-left:-0.4em;
	text-indent:0.2em;
	padding-left:1em;
}

.highlight-body li {
	margin-left:1em;
}

.highlight-body a, .highlight-body a:link {
    color: #339;
}

/* Section navigation */
.section-nav-header {
	font-size:1em;
	font-weight:bold;
	color:#339;
	/*margin-top:0.2em;*/
	}
.section-nav-body ul {
	list-style-position:outside;
}

.list-indent {
	list-style-image: none;
	list-style: disc;
	list-style-position:inside;
	text-indent:1em;
}

/* to make sure lists display correctly next to floated items */
ul {
	list-style-position:inside;
}
li div {
	display:inline;
}
/* to make a two column layout Added by cmorgan*/
#res-col1
{
	width:46%;
	display:inline;
	float:left;
}

#res-col2
{
	width:46%;
	display:inline;
	float:right;

}

/* Homepage */
.math-news {
background-color: #829C96;
color:#FFFFFF;
text-decoration:none;
}

.math-menu{
background-color:#C3D8D2;
color:#000000;
text-decoration:none;
}


/* homepage ul list items */
.list-item-hm {
	padding-left: 15px;
	margin-left:10px;
}



/* Homepage - scroller */

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 88px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 88px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 88px;
}




/* HOMEPAGE */
.math-home-images {
	left:1;
}

.home-bg {
	background-color:#535353;
}

.home-heading-1 {
	font-size:30px;
	color: #195e4a;
	padding-left:10px;
}

.home-heading-2 {
	color: #4C8172;
	padding-left:10px;
}

.home-heading-3 {
	color:#ffffff;
	padding-left:10px;
	background-color:#333333;
}

.math-news-title-2 {
	color: #ffffff;
	padding-left:10px;
	background-color:#333333;
}

/* Homepage menu styling */
.navbox-math{
	position:relative;
	width:55%;
	padding-bottom:1em;
	}
	.navbox-math a
	{
		display: block;
		border-bottom:1px solid #ccc;
		padding: 5px 0px 5px 5px;
		text-decoration: none;
		color: #195e4a;
		margin-right:10px;
	}
	.navbox-math li {
			list-style: none outside;
			margin-top:-0.5em;
	}
	.navbox-math ul{
		margin-left:-1px;
	}		
	.navbox-math a:visited
	{
		display: block;
		border-bottom:1px solid #ccc;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		color: #195e4a;
		margin-right:10px;
	}
	.navbox-math a:hover
	{
			background-color:#4C8172;
			color:#FFFFFF;
			text-decoration:underline;
	}
	.navbox-math a.indent
	{
		margin-left:1em;
	}
	.navbox-math div.sect-nav-subhead
	{
		padding-top:0.7em;
		padding-bottom:0.3em;
		font-weight:bold;
	}
	.navbox-math div.grey-text-nav {
		color:#999999;
		margin-left:1em;
		vertical-align:middle;
		padding-top:1px;
		padding-bottom:1px;
		padding: 5px 5px 5px 5px;
		border-bottom: solid 1px #ccc;
	}
	
	
	/* news and events - home */
	
	.navbox-math2{
	position:relative;
	width:55%;
	padding-bottom:1em;
	}
	.navbox-math2 a
	{
		display: block;
		border-bottom:1px solid #ccc;
		padding: 5px 0px 5px 5px;
		text-decoration: none;
		color: #ffffff;
		margin-right:10px;
	}
	.navbox-math2 li {
			list-style: none outside;
			margin-top:-0.5em;
	}
	.navbox-math2 ul{
		margin-left:-1px;
	}		
	.navbox-math2 a:visited
	{
		display: block;
		border-bottom:1px solid #ccc;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		color: #ffffff;
		margin-right:10px;
	}
	.navbox-math2 a:hover
	{
			background-color:#4C8172;
			color:#FFFFFF;
			text-decoration:underline;
	}
	.navbox-math2 a.indent
	{
		margin-left:1em;
	}
	.navbox-math2 div.sect-nav-subhead
	{
		padding-top:0.7em;
		padding-bottom:0.3em;
		font-weight:bold;
	}
	.navbox-math2 div.grey-text-nav {
		color:#999999;
		margin-left:1em;
		vertical-align:middle;
		padding-top:1px;
		padding-bottom:1px;
		padding: 5px 5px 5px 5px;
		border-bottom: solid 1px #ccc;
	}
