/*
Light Blue: #7696ad
Dark Blue: #425461
Light Brown: #ae9674
Dark Brown: #615a40
Almost Black: #242424
Light Grey: #DBDBDB
*/

/*Fresh Posts*/
#freshPosts{
  width: 360px;
  float: left;
  margin: 20px 0 0 12px;
  color: #7696ad;
  position: relative;
  font-size: 12px;
}

#freshPosts h3{
  margin: 0px;
  padding: 0px;
}

#freshPostsImg{
  background-image: url('http://www.stopandwonder.com/images/freshPosts.gif');
  width: 360px;
  height: 25px;
  text-indent: -9000px;
}

#freshList{

  margin: 10px 0 0 0;
  padding: 0 0 0 24px;
}

#freshList a:link{color: #ffffff; text-decoration: none;}
#freshList a:visited{color: #cccccc; text-decoration: none; }
#freshList a:hover{color:#ffffff;  text-decoration:underline;  }

#freshList li{
  padding-bottom: 6px;
}


#botBlue{
 
  color: #7696ad;

  font-size: 12px;
}


/*Project Highlight*/
#archives{
  width: 350px;
  float: left;
  margin: 20px 0 0 35px;

  color: #ae9674;
}

#archivesBody{
  position: relative;
  bottom: 18px;
 
}
#archives h2{
  margin: 0px;
  padding: 0px;
}

#archives ul li{
  padding-bottom: 4px;
}


#archivesImg{
  background-image: url('http://www.stopandwonder.com/images/archivesImg.gif');
  width: 350px;
  height: 25px;
  position: relative;
  bottom: 14px;
}

#archives a:link{color: #ffffff; text-decoration: none; font-weight: normal;}
#archives a:visited{color: #cccccc; text-decoration: none; font-weight: normal;}
#archives a:hover{color:#ffffff;  text-decoration:underline; font-weight: normal; }



#botBlue a:link{color: #ffffff; text-decoration: none; font-weight: normal;}
#botBlue a:visited{color: #cccccc; text-decoration: none; font-weight: normal;}
#botBlue a:hover{color:#ffffff;  text-decoration:underline; font-weight: normal; }



/*Fresh Content*/

#comments{
  color: #7696ad;
  margin: 20px 0px 0px 16px;
  
}

#comments h2{
  margin: 0px;
  padding: 0px;
}

#commentsImg{
  background-image: url('http://www.stopandwonder.com/images/comments.gif');
  width: 600px;
  height: 35px;
  text-indent: -9000px;
}



#comments a:link{color: #ffffff; text-decoration: none; font-weight: normal;}
#comments a:visited{color: #cccccc; text-decoration: none; font-weight: normal;}
#comments a:hover{color:#ffffff;  text-decoration:underline; font-weight: normal; }


.img {
  margin: 8px;
  border: 1px solid #425461;
}