/*
 Print styles for all CW newsletters
 Author: Rob Golbeck | rtg@cwilson.com
 Created: November 2009
 Modified: November 2009
*/


body {
 font-family: "times new roman", times, serif;
 margin: auto;
 padding: 0 0 30pt 0; /* prevents printed pages from cutting off at the bottom in IE6 */
 font-size: 100%;
}

p, li
{
 color: #000;
 font-size: 12px;
}

 h2, h3, h4, h5, h6 {
  color: #333;
 }


/* LINKS */

a, a:visited, a:hover, a:active {
 color: #000;
 text decoration: underline;
}


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   

/* WRAPPER */
   
#wrap {
 width: auto;
 margin: 0 5%;
 float: none !important;
}
   
   
/* HEADER */

#head {
 background-image: none !important;
 height: 50px;
}

 h1 {
  text-indent: 0;
  font-style: italic;
  color: #000;
 }

  #head p {
   position: relative; top: 0; bottom: 0; left: 0;
   color: #000;
  }
  
  #head a, #head a:visited {
   color: #000;
  }


/* SUB HEADER */

#subHead img {
 position: relative; top: 20px;
  }
  
  #subHead p {
   float: none !important;
   position: relative; top: 25px;
  }


/* CONTENT AND SIDEBAR */

#content {
 position: relative; top: 35px;
}

#sideBar {
 border: 1px solid #000;
 background-color: #fff;
}

#sideBar h3 {
 color: #333;
 }


 /* BLOG POSTS */
 
 #blogPosts h3 {
  font-size: 14px;
  margin-left: 0;
  text-transform: capitalize;
  text-align: center;
 }
 
 #blogPosts h4 {
  font-size: 12px;
  margin-top: 15px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
 }
 
  #blogPosts h5 {
   font-size: 12px;
   text-align: center;
   margin-left: 0;
  }
 
 
 
.highlightedSection { /* highlighted box for announcements, etc. */
 border: 1px solid #000;
}


/* FOOTER */

#foot {
 text-indent: -9999px;
 border-top: none;
 }

#copyright {
 text-indent: -9999px;
}