﻿/* rules to display sections hidden by default - remove comment tags to enable */


/*
div#navigation_bar{
    display:block;
}
*/

/*
div#breadcrumbs{
    display:block;
}
*/

/*
div#miniMap {
    display:block;
}
*/

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #c3cdda url("https://www.birmingham.ac.uk/generic/idynomics/images/background.gif") no-repeat top center;;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

#header {
	min-height:20px;	
}

body #wrapper #content_section {
 padding:0 16px;
  /*width:510px;*/
  
}  

#footer {
  background-color:#C7D6DC;
  font-size:0.9em;
  line-height:1.3em;
   border-top:12px solid #c3cdda;
}    

body #wrapper #content_section ul li {
  font-size:1em;
}

body #wrapper #content_section ul li p {
  font-size:1em;
}

a {
	color:#205a75;
  text-decoration:underline;
}

h1 {
	font-size:1.7em;
	font-weight:normal;
 font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#205a75;
}
h2 {
	font-size:1.5em;
	font-weight:normal;
 font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#588498;
}
h3 {
 font-size:1.4em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

h4 {
 font-size:1.1em;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:1.3em;
}


#container { 
	width: 972px; /*80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding-top:8px 3px 0 4px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #fff; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

body form#form1 #wrapper {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #588498;
}  


/* Styling the standard lefthand navigation */

.simple_sysListMenu {
  font-size:0.9em;
}

body #wrapper #subnavigation_section.sys_genTwoSectionSubNav {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 188px; /*22%; /* since this element is floated, a width must be given */
	background: #e9eff2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* top and bottom padding create visual space within this div  */
    font-size:0.9em;
}

body #wrapper #subnavigation_section.sys_genTwoSectionSubNav ul.sys_simpleListMenu {

	margin-left:0;
	padding-left:0;
}

body #wrapper #subnavigation_section.sys_genTwoSectionSubNav ul.sys_simpleListMenu li {
	list-style:none;
	margin-left:0;
	margin-bottom:1px;
  margin-top:0;
  font-size:1em;
  padding:0;
}

body #wrapper #subnavigation_section.sys_genTwoSectionSubNav ul.sys_simpleListMenu li a 
{
display: block;
padding-top: 0.5em;
padding-right: 0.3em;
padding-bottom: 0.5em;
padding-left: 0.5em;
background-color: #205a75;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #ffffff;
text-decoration: none;
font-weight: normal;
  margin:0;
  border:none;

}



body #wrapper #subnavigation_section.sys_genTwoSectionSubNav ul.sys_simpleListMenu li a:hover
{
background-color: #c7d6dc;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #666;
}

body #wrapper #subnavigation_section.sys_genTwoSectionSubNav ul.sys_simpleListMenu li div.sys_selected.sys_currentitem a
{
background-color: #c7d6dc;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #333;
}

body #wrapper #subnavigation_section.sys_genTwoSectionSubNav ul.sys_simpleListMenu li ul.sys_children li a 
{
  display: block;
  border-left: 6px solid #C8DBDF;
  background-color: #588498;
  color: #fff;
}

body #wrapper #subnavigation_section.sys_genTwoSectionSubNav ul.sys_simpleListMenu li ul.sys_children li a:hover 
{
   color:#333;
}  

body #form1 #wrapper #related_section {
 background: #C7D6DC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px; /* top and bottom padding create visual space within this div */
/*border-left:12px solid #ffffff;*/
  width:200px;
 
}  

body #form1 #wrapper #related_section p {
margin-bottom:10px;
}

body #form1 #wrapper #related_section h4 {
font-size:1.1em;
font-weight:bold;  
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imgRight {
  float:right;
  margin:0 0 8px 12px;
}  



#iDynoMiCS-example {
	margin:0 auto 0 auto;
	width:495px;
	border:1px solid #4D7B86;
	padding:10px;
	
}
.example-box-title {
	font-size:1.4em;
	font-weight:bold;
	color:#4D7B86;
}
.example-box-legend {
	font-weight:normal;
	color:#4D7B86;
}

#user-box {
	border:1px solid #4D7B86; 	
	padding:8px;
	background:#FFC;
	margin:0 8px;
}

p {
  font-size:1em;
}