  /* rps.css by Bill Weinman http://bw.org/contact/
  v 1.0 - 2012-07-20
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
/* Fonts from Boostrap readable 
 * bootswatch v3.3.6
 * Homepage: http://bootswatch.com
 * Copyright 2012-2016 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
	background-image:url("/biology/wildberg/NewCWEPage/takingthepulse/figs/backcrock.jpg");    
   /* background-color: lightblue;*/
    margin:0;
    padding:0;
    height:100%;

}

p {
    line-height: 1.4;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: bold;    
    /*font-family: tahoma, sans-serif; 
    color: black;
    margin: 0;%.25ex 12pt;*/
}
	
h2 {
    font-size: 130%;
    color: black;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
   text-decoration: underline;
}
caption {
	text-align: center;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

img.img-right {
    display: block;
    float: right;
    border: solid 2px #555;
    padding: 2px;
    margin: 3px 6pt 3px 5px;
}

/* figure */

figure {
    border: solid 2px #555;
    padding: 2px;
    margin: 3px 5px 3px 12pt;
    background-color: #eed;
}

figure.left {
    float: left;
}

figure.right {
    float: right;
}

figure img {
    display: block;
}

figcaption {
    /*font-family: tahoma, sans-serif;*/
    font-size: 75%;
    text-align: center;
    padding: 3pt 0;
}

/* nav */

nav#side-menu {
    display: inline;
    float: left;
    width: 200px;
    height: 450px;
    background-color: #990000;
    margin: 0;
    padding: 0;
}

#side-menu ul {
    display: block;
    list-style-type: none;
    width: 300px;
    margin: 0 auto;
    padding: 0;
}

#side-menu ul li {
    margin: 10px;
    padding: 2px;
}
#side-menu ul li a {
    display: inline;
    max-height: 380px;
    width: 100px;
    margin: 0;
    padding: 5px 0;
    /*font-family: tahoma, sans-serif;*/
    font-size: 20px;
    text-align: left;
    background-color: #990000;
    text-decoration: none;
    color: #FFFAF0;
    border-bottom: #990000 solid 2px;
}
#side-menu ul li a:hover { border-bottom: #FFFAF0 solid 2px; }

/* header */

header {
	background-image: 
}
header h1 { margin-top: 0; 
				text-align: center;
				}

header p {
    /* font-family: tahoma, sans-serif; */
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 85%;
    margin: .25ex 12pt;
    color: #531;
}

/* maindiv */

#maindiv {
	width:1000px;
	min-height:100%;
	position:static;
   margin: 0 auto;
   background-color: #D0D0D0 ;
}

/* article */

article {
	 width: 630px;
	 margin-left: 10px;
    margin-right: 10px;
    float: left;
    padding-bottom:30px;   /* Height of the footer element */
    background-color: #D0D0D0;

    
}

article h1 {
    font-size: 150%;
    margin-top: 12pt;
    margin-bottom: 0;
	margin-right: 20pt;
    padding-top: 3pt;
	border-top: 4px solid #990000;
}

article p {
	font-family: Georgia, "Times New Roman", Times, serif;
  	font-size: 16px;    
    /* font-family: tahoma, sans-serif;	*/
}

article mark {
    background-color: #fd0;
}
/* aside */

aside.Sponsors {
    float: left;
    width: 150px;
    background-color: white;
    margin: 3pt 0pt 0pt 0pt;
    padding: 6pt 0;
}

aside h1 { font-size: 110%; }
aside h2 { font-size: 95%; }
aside p {
    margin: 0 12pt;
    font-family: tahoma, sans-serif;
    font-style: italic;
    font-size: 85%;
}

aside section h1 {
    padding-top: 3pt;
    border-top: 4px solid #fd0;
}

aside header p {
    font-size: 85%;
}

aside section {
    padding: 5px 0;
}


/* footer */

footer {
    background: #333;
    height:30px;
    position:fixed;
    bottom:0;
    left:0;
    width: 100%;
}

footer p {
    color: #ccc;
    font-size: 70%;
    font-family: tahoma, sans-serif;
    text-align: center;
    margin: 0;
    padding: 10px 0;
   
    
}

article hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2 px;
    color: red;
} 

.main-container {
  max-width: 1000px;
  min-height: 100%;
  position:static;
  margin: 0 auto;
  background-color: #D0D0D0 ;
}

code {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.04);
}
img { 
  max-width:100%; 
  height: auto; 
}

}
