/* CSS file for Orange in the Sky html template */

body {
  background: #FFF;
  font: 12px Arial;
  padding-bottom: 80px;
  }

a {
  color: #306090;
}

a:hover {
  color: #F48A00;
}

p {
  text-indent: 10px;
  margin-top: 10px;
  margin-bottom: 10px;  
}

div#logo {
  position: absolute;
  top: 80px;
  left: 80px;
  height: 250px;
  width: 250px;
  background: #F48A00;
  color: #FFF; 
}

div#quot {
  position: absolute;
  top: 150px;
  left: 340px;
  height: 145px;
  width: 500px;
  background: #6498B8;
  color: #FFF; 
  font: 40px Arial;
}

div#menu {
  position: absolute;
  top: 305px;
  left: 340px;
  height: 25px;
  width: 500px;
  background: #6498B8;
  color: #FFF; 
  vertical-align: middle;
}

div#menu a {
  margin-left: 20px;
  color: #FFF;
  text-decoration: none;
  font: bold 14px Arial; 
}

div#menu a:hover {
  color: #F8B000;
}

div.margMenu {
  margin-top: 4px;
}

div#leftBar {
  position: absolute;
  top: 340px;
  left: 80px;
  width: 250px;
  background: #999;
  color: #DDD; 
}

div#leftBar a img {
  border-width: 5px;
  border-color: #306090;
  margin:2px;
}

div#leftBar a img:hover {
  border-color: #F48A00;
}

div#leftBar h2 {
  font: bold 14px Arial;
  color: #DDD;
  margin: 10px;
}

div#content {
  position: absolute;
  top: 340px;
  left: 340px;
  width: 500px;
  background: #EEE;
  color: #999; 
}

div#content h1 {
  font: bold 28px Arial;
  color: #888;
  margin: 20px;
}

div#content h2 {
  font: bold 14px Arial;
  color: #999;
  margin: 10px;
}

div#content li {
  text-indent: 10px;
  list-style-image: url('item.gif');
}

div.marg {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* end of file */
