/*
CSS for BaltNCGR site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 15px;
  margin: 0;
  color:navy;
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}


/* CSS for Horizontal Menu */
ul#navigation {
padding: 0;
margin: 0;
background-color: #CC6600;
color: #fff;
float: left;
width: 100%;
}
ul#navigation li { display: inline; }
ul#navigation li a {
padding: .25em 1em;
background-color: #CC6600;
color: #fff;
text-decoration: none;
float: left;
border-bottom: solid 1px #bed8f3;
border-top: solid 1px #bed8f3;
border-right: solid 1px #bed8f3;
}
a:link, a:visited { color: #fff; }
ul#navigation li a:hover {
color: #000;
background-color: #fff;
} 
/* End of Horizontal Menu CSS */

/*

h2, ul {
  margin-top: 15px;
} */

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  float: left;
  margin: 15px;
}


h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}


h1 {
  font-size: x-large;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background:  url(planets.jpg) repeat-y right bottom;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}


li {
  font-size: small;
  list-style-type: disc; 
}


em {
  font-style: italic;
}


a {   
  font-weight: normal;
}

a:link {
  color: navy;
}

a:visited {
  color: purple;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  font-size: small;
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-size: small;
  font-style: italic;
}


/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/
  

 #bodycontent {
  position: absolute;
  top: 200px;
  width: 400px;
  left: 300px;
  font-weight: normal;
}


 #bodycontent2 {
  position: absolute;
  top: 180px;
  width: 500px;
  left: 300px;
  font-weight: normal;
}
#bodycontent3 {
  position: absolute;
  top: 180px;
  width: 300px;
  left: 300px;
  font-weight: normal;
} 
#moon {
  position: absolute;
  top: 240px;
  left: 760px;
}
#blogradio {
  position: absolute;
  top: 500px;
  left: 760px;
}

#widget {
  position: absolute;
  top: 510px;
  left: 80px;
}
#shiftleft {
  position: absolute;
  top: 460px;
  left: 20px;
  width: 235px;
color: navy;
}
#shiftleft2 {
  position: absolute;
  top: 180px;
  left: 20px;
  width: 1100px;
color: navy;
}
#rtsidebar {
  position: absolute;
  top: 460px;
  left: 640px;
  width: 235px;
color: navy;
}
#rtsidebar2 {
  position: absolute;
  top: 180px;
  left: 500px;
  width: 500px;
color: navy;
}
#ltsidebar {
  position: absolute;
  top: 200px;
  left: 20px;
  width: 235px;
color: navy;
}
#evtsidebar {
  position: absolute;
  top: 200px;
  left: 640px;
  width: 235px;
color: navy;
}
.emphasis {
  padding-left: 30px;
  font-weight:bold
}
.singlesp {
line-height: 100%;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

