/*
Design by TemplateFusion
http://templatefusion.org
Released for free under a Creative Commons Attribution 2.5 Canada License
*/

body {
  margin: 0;
  padding: 0;
  font-size: 15px;  /*was 13px  sizes all small text inc. nav*/
  color: #08088A;  /*changes link desc color*/ 
}
#wrapper {   background: #E0ECF8 url(images/sky_25.gif) repeat-x;}/*this is background color*/
body, th, td, input, textarea, select, option {
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#045FB4;    /*was 666666*/
}

h1 {
  letter-spacing: -2px;
  font-size: 3em;
}

h2, h3 {
  letter-spacing: -1px;
  font-size: 2em;
}

p, ul, ol {
  line-height: 200%;
}

img {
border: 0px;
}

a {
  color: #333333; /*was333333*/
}

a:hover {
  text-decoration: none;
}

/* Header */

#header {
  width: 760px;
  height: 200px;
  margin: 0 auto;
  background: url(images/sky_25.gif) repeat-x; left/* was no repeat left center*/
}

/*#logo {
  float: left;
  padding: 90px 0 0 0; 
}*/

#site_heading {
  margin: 0;
  color: #0404B4;    /*only changes subheading*/
  padding-left: 60px;padding-top:55px;  /*was padding top 0*/
}
#site_subheading {
  font-size: 20px; /*added font size*/
  margin: 0;
  color: #0404B4;    /*only changes subheading*/
  padding-left: 60px;padding-top:0px;  /*was padding top 0*/
}

#logo a {
  color: ##045FB4; text-decoration: none;  /*was FFFFFF*/
}

#primary_navigation { width: 760px; margin: auto; } /*didn't see change*/
#primary_navigation ul { 
  display: block; 
  margin: 0px; 
  padding: 0px; 
  font-size: 10px; 
  overflow: hidden;
  zoom: 1;
  list-style-type: none; 
}
#primary_navigation li { float: left }
#primary_navigation li a { 
  float: left; 
  color: #777;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  border-right: 1px dotted #bbb;
}
#primary_navigation li a:hover {
  background-color: #444;
  color: #fff;
} 


#primary_navigation li.last a { border: none; }
/* Page */

#page {
  width: 720px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Content */

#location_0 {
  float: right;
  width: 420px;
}
#location_0, #location_1 {   padding-bottom: 20px; }
.blog_post {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

.blog_post .title {  margin: 0; }
.blog_post .title a { text-decoration: none; color: #666;}

.date {
  margin: 0;
  font-size: 10px;
}

#location_0 .blog_post .metadata {
  padding: 5px 10px;
  border: 1px solid #EFEFEF;
  background: #F9F9F9;
}

#location_0 .blog_post .metadata .comments {
  padding-left: 20px;
  float: left;
  background: url(images/img05.gif) no-repeat left center;
}

/* Sidebar */

#location_1 {
  float: left;
  width: 240px;
}

#location_1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#location_1 li {
  padding-left: 10px;
  background: url(images/img06.gif) no-repeat left center;
  border-bottom: 1px dotted #CCCCCC;
}
#location_1 li.nav_label { background: none; }
#location_1 h2 span {
  margin: 0;
  display: block;
  padding: 0;
}

#location_1 a {
  text-decoration: none;
}

#location_1 a:hover {
  color: #999999;
}

/* Footer */

#footer {
  clear: both;
  padding: 30px 0;
  /*background: url(images/img07.gif) repeat-x;*/
  text-align: center;
  font-size: smaller;
}

/* Special Formatting */
/* Table Styling */

table {

  border-collapse: collapse;

  margin: 10px 15px;  

}

th strong {

  color: #fff;

}
#copyright { 
  margin: auto; 
  width: 720px;   
}

th {

  background: #717170;

  background-image:url(images/table-bg.jpg); background-repeat:repeat-x;
  
  height: 29px;

  padding-left: 11px;

  padding-right: 11px;

  color: #fff;

  text-align: left;

  border-left: 1px solid #999999;

  border-bottom: solid 2px #FFF;

}

tr {

  height: 30px;

}

td {

  padding-left: 11px;

  padding-right: 11px;

  /* border-left: 1px solid #FFE1C3; */

  border-left: 1px solid #FFF;

  border-bottom: solid 1px #ffffff;

}

td.first,th.first {

  border-left: 0px;

}

tr.row-a {

  background: #F8F8F8;

}

tr.row-b {

  background: #EFEFEF;

}

/* form styling */

form {
  padding: 5px;
  border: 1px solid #EEEEEE; 
  background-color: #FAFAFA; 
}


