/*   
Theme Name: Freastro
Theme URI: http://www.freastro.net/
Description: A custom design for Freastro Networks
Author: Gregory Hart
Author URI: http://greg.hart3.name/
Version: 1.0
.
Copyright 2010 Gregory Hart. All rights reserved.
.
*/

body {
  margin-top: 0px;
}
html {
  background-color: #EEE;
}

#hd {
  background-color: #FFF;
  border-color: #CCC;
  border-style: solid;
  border-width: 0px 1px;
  padding: 8px 8px 0px 8px;
}
#searchdiv {
  padding-top: 17px;
}
#nav {
  background: #333;
  margin: 8px 0px;
  padding: 4px;
}
#nav a {
  color: white;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}
#nav ul {
  display: inline;
  
}
#bd {
  background-color: #FFF;
  border-color: #CCC;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  padding: 0px 8px 8px 8px;
}
#home-banner {
  background-color: #EEE;
  border: 1px solid #CCC;
}
#ft {
  padding: 8px;
}
#ft a {
  color: #666;
  text-decoration: none;
}
#ft a:hover {
  color: #00F;
}
#links {
  margin: 0px;
}
#links li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}
#links ul {
  display: inline;
}

.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
