/*
css for FreeBaseballRadio.com
*/

body {
  font-family: "Trebuchet MS", Helvetica, Ariel, sans-serif;
  background-color: #ff9933;
  line-height: 125%;
  padding: 0;
  margin: 0;
  background-image: url(sand.gif);
}


h1,h2,h3 {
  font-family: "Trebuchet MS", Helvetica, Ariel, sans-serif;
  background-color: green;
  color: white;
}

h1 {
  font-family: "Trebuchet MS", Ariel, Helvetica, sans-serif;
  font-size: x-large;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: 3em;
  margin: 0;
}

h2 {
  font-size: 130%;
  font-weight: normal;
  color: red;
  margin-top: 1px;
  padding-left: 5px;
  background-image: url(baseball.jpg);
}

h3 {
  padding-left: 5px;
  background-image: url(baseball.jpg);
  color: red;
}

li {
  font-size: small;
  list-style-type: none;
}


p {
  font-family:"Trebuchet MS", Ariel, Helvetica, sans-serif;
  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: 0px;
  width: 800px;
}

#googlead {
  width: 120px;
  float: left;
  margin-top: 1px;
  margin-left: 5px;
  display:inline;
}

#googlsearch {
  float: left;
  margin-top: 10px;
}
  
a {
  font-weight: bold
}

a:link {
  color: white;
}

a:visited {
  color: red;
}

a:hover {
  text-decoration: none;
  color: yellow;
}

a:active  {
  color: aqua;
}


#navigation  {
  background-color: #80ff80;
  color: white;
  font-weight: bold;
  width: 180px;
  height: 1400px;
  margin-top: 1px;
  background-image: url(green-grass.gif);
}

#navigation li {
  padding-left: 30px;
  line-height: 200%;
}

ul  {
  margin-top: 15px;
}

#header  {
  border-top: 3px solid #7da5d8;
  width: 810px;
}

#sitebranding h1  {
  background-image: url(green-grass.gif);
  width: 740px;
}

#bodycontent h2  {
  width: 500px;
}

#afc {
  width: 500px;
  float: left;  
}

#nfc {  
  width: 500px;
  float: left;
}

#radio-network {
  width: 500px;
  float: left;
}

#schedule {
  width: 500px;
  float: left;
}

table {
  border-collapse: collapse;
  width: 500px;
}

table.schedule {
  width: 500px;
}

table th, td  {
  padding: 4px;
  border: 1px solid black;
}

th  {
  background: white;
  font-size: x-small;
}

td {
  font-size: small;
}

#afc caption  {
  background: red;
}

#nfc caption  {
  background: blue;
}

form.improve-form fieldset {
  border: 2px solid navy;
  padding: 10px;
}

form.improve-form legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}

form.improve-form {
  padding: 0;
  margin: 1;
  margin-top: -15px;
}

form.improve-form #team label {
  width: 120px;
  float: left; 
}

form.improve-form #station label {
  width: 120px;
  float: left;
}

form.improve-form #comment label {
  width: 120px;
  float: left;
}

form.improve-form .buttonarea input {
  background: yellow;
  color: navy;
  font-weight: bold;
  padding: 5px;
  border: 1px solid white;
}


/*
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.
*/

#header, #tagline  {
  width: 800px;
}
#navigation, #bodycontent  {
float:left;
}

#bodycontent  {
  width: 500px;
  display:inline;
  margin-left:1px;
}

#header, #tagline  {
  width: 800px;
}

