/* 
    AUTHOR: Clustr Media
            clustrmedia.us
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { 
  margin: 0; 
  padding: 0; 
  }
html { 
  overflow-y: scroll; 
  }
body { 
  font: 62.5% Arial, Verdana, sans-serif; 
  color: #212121;
  }
ul { 
  list-style: none; 
  }
h1 { 
  font-size: 1.8em;
  }
h2 {
  margin-bottom: .8em;
  font-size: 1.8em;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px #CCCCCC dashed;
  }
h3 {
  margin-bottom: .8em;
  font-size: 1.5em;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px #CCCCCC dashed;
  }
  
h4 {
  margin-bottom: .8em;
  font-size: 1.3em;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px #CCCCCC dashed;
  }
    
p, ul, ol { 
  font-size: 1.2em; 
  line-height: 1.4em; 
  margin-bottom: 1.3em; 
  }
a { 
  outline: none; 
  color: #006964;
  }
a img { 
  border: none; 
  }
  
a:hover {
  text-decoration: none;
  color: #006964;
  }
    
/* END RESET */

body {
  margin: 30px 0 20px 0;
  color: #333;
  background: #cce7d3 url(img/body_bg.jpg) repeat-x;
  }

h1, h2, h3 {
  color: #111;
  }

#header {
  width: 800px;
  height: 150px;
  margin: 0px auto;
  background: url(img/ets_header.jpg) no-repeat left top;
  }

#header h1, #header h2 {
  margin: 0px;
  padding: 0;
  font-weight: normal;
  color: #FFFFFF;
  }

#header h1 {
  float: left;
  padding: 70px 0px 10px 20px;
  font-size: 3em;
  text-decoration: none;
  text-indent: -99999px;  
  }

#header h2 {
  padding: 75px 0px 0px 0px;
  text-indent: -99999px;
  border-bottom: none;
  }

#menu {
  width: 800px;
  height: 50px;
  margin: 0px auto;
  background: url(img/nav_bg.jpg) no-repeat left top;
  }

#menu ul {
  margin: 0px;
  padding: 0 0 0 20px;
  }

#menu li {
  display: inline;
  }

#menu a {
  display: block;
  float: left;
  padding: 18px 30px 10px 12px;
  text-decoration: none;
  color: #FFFFFF;
  background: url(img/menu_bullet.gif) no-repeat left 57%;
  }

#menu a:hover {
  color: #D7D7BD;
  }

#wrapper {
  width: 800px;
  margin: 0px auto;
  padding: 10px;
  background: #FFFFFF;
  }

#content {
  width: 800px;
  margin: 0px auto;
  padding-top: 25px;
  }

#left {
  float: left;
  width: 480px;
  padding-left: 20px;
  margin-bottom: 20px;
  }

#left ul {
  margin: 0 3em;
  padding: 0;
  }

#left ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 17px;
  background: url(img/header_bullet.gif) no-repeat 0 7px;
  }
  
#left ol li {
  margin-left: 30px;
  }  

#left .post {
  margin-bottom: 20px;
  }

.commentlist p {
  font-size: 1em;
  }
  
#commentform input {
  padding: 3px;
  border: solid 1px #008983;
  background: #f2f2f2;
  }  
  
#commentform textarea {
  width: 450px;
  border: solid 1px #008983;
  background: #f2f2f2; 
  }  

#right {
  float: right;
  width: 240px;
  margin-bottom: 20px;
  padding-right: 20px;
  }


#right ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  }

#right li {
  margin-left: 10px;
  padding-left: 10px;
  background: url(img/header_bullet.gif) no-repeat left 50%;
  }

#footer {
  clear: both;
  width: 800px;
  height: 42px;
  margin: 0px auto;
  padding-top: 13px;
  background: url(img/footer_bg.jpg) no-repeat left top;
  text-transform: uppercase;
  font-size: .8em;
  color: #E5E5CC;
  }

#footer .copyright {
  float: left;
  margin: 0px;
  padding-left: 20px;
  text-align: center;
  }

#footer a {
  color: #E5E5CC;
  }