/* Print styles */
body { font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; background-color:#FFFFFF; text-align:center; }
a:link, a:active, a:visited { color:#3f5378; }

/* Header and wrapper */
#wrapper { margin:0 auto; padding:0; width:960px; text-align:left; }

#header { height:auto; }
#header h1 { margin:0 20px 0 20px; padding:0 0 15px 0; font-weight:100; font-size:20px; color:#26344f; line-height:1.2em; }

#header #logo { display:none; }
#header .aside01 { display:none; }

#bloggtitle { display:none; }  

/* Menu */
#catnav { clear: both; display:none; }

#main { clear:both; margin:0; padding:26px 0 0 0; background:none; width:960px; }

#contentwrapper { width:920px; margin:0; padding:0; float:none; }
#contentwrapper2 { width:100%; margin:0; padding:0; float:none; }
#contentwrapper h2.pageTitle, #contentwrapper2 h2.pageTitle { margin:0 20px 10px 20px; padding:0 0 10px 0; font-weight:bold; font-size:14px; color:#26344f; line-height:1.0em; text-transform:uppercase; border-bottom:1px solid #26344f; }  
  
.topPost { margin:0 20px 10px 20px; padding:0 0 20px 0; }
.topPost h2.topTitle { margin:0; padding:0 0 10px 0; font-weight:100; font-size:18px; color:#26344f; line-height:1.2em; }
.topPost h2.topTitle a { margin:0; padding:0; color:#26344f; text-decoration:none; }
.topPost h2.topTitle a:hover { text-decoration:underline; }
.topPost p.topMeta { margin:0; padding:0 0 5px 0; font-size:11px; color:#666666; }
 

.topPost h1 { margin:0; padding:0 0 15px 0; font-weight:100; font-size:20px; color:#26344f; line-height:1.2em; }
.topPost h2 { margin:0; padding:0 0 10px 0; font-weight:100; font-size:16px; color:#26344f; line-height:1.2em; }  
.topPost h3 { margin:0; padding:0 0 5px 0; font-weight:100; font-size:14px; color:#26344f; line-height:1.2em; }
.topPost h4 { margin:0; padding:0 0 1px 0; font-weight:100; font-size:13px; color:#333; line-height:1.2em; }

.topPost h6.sig { margin:0; padding:0 20px 15px 0; font-weight:100; font-size:14px; color:#26344f; line-height:1.2em; text-align:right; }

.topPost .topContent { margin:0; padding:0 0 0 0; font-size:13px; color: #333333; }
  
.topPost .topContent p { margin:0; padding:0 0 20px 0; font-size:13px; color:#333; line-height:1.3em; }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost .topComments, .topPost .topMore, .topPost .topTags {
  font-size:10px;
  background:none;
  padding:0 0 5px 0;
  margin:0 0 0 0;
  line-height:1.2em;
  color:#999;
  border:none;
  }

  /* THIS KEEPS COMMENTS FROM SHOWING */
 .topPost .topComments { display:none; } 


#nextprevious {
  margin:10px 20px 5px 20px;
  }
#nextprevious a {
  color: #666;
  border:none;
  padding:0 0 0 0;
  font-size:14px;
  line-height: 1.2em;
  }
#nextprevious a:hover {
  color: #666;
  }



/* Sidebars */
#sidebars { display:none; }


/* Before footer */

#morefoot { margin:0; padding:20px 20px 0 20px; width:920px; background:none; font-size:11px; color:#000; font-family:Arial, Helvetica, sans-serif; border-top:1px solid #3F5378; }

#morefoot p { margin:0; padding:0 0 5px 0; color:#fff; line-height:1.2em; }
#morefoot ul { margin:0; padding:0; list-style-type: none; }
#morefoot ul li, #morefoot p { font-size:11px; }
#morefoot li { margin:0; padding:0 0 5px 0; line-height:1.2em; }
  
#morefoot a {
  text-decoration:none;
  color:#3F5378;
  }

#morefoot h3 { margin:0 0 10px 0; padding:0 0 10px 0; font-size:11px; color:#3F5378; border-bottom:1px solid #3F5378; line-height:1.0em; }

#morefoot .col1 { margin:0 0 0 0; padding:0 0 20px 0; float: left; width: 290px; }
#morefoot .col2 { margin:0 0 0 20px; padding:0 0 20px 0; float: left; width: 300px; }
#morefoot .col3 { margin:0 0 0 20px; padding:0 0 20px 0; float: left; width: 290px; }

#morefoot .col4 { clear:both; margin:0; padding:10px 0 10px 0; width:920px; border-top:1px solid #999; line-height:1.2em; }
#morefoot .col4 p { margin:0; padding:0 0 5px 0; font-size:10px; color:#fff; line-height:1.2em; }

#morefoot .col5 { clear:both; margin:0; padding:0 0 10px 0; width:920px; line-height:1.2em; text-align:right; }
#morefoot .col5 p { margin:0; padding:0 0 5px 0; font-size:10px; color:#999; line-height:1.2em; }
#morefoot .col5 a { color:#999; }

/* AddThis */
.share { display:none; }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared { clear:both; padding:0; margin:0; height:1px; }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float:left;
  margin:5px 10px 5px 0;
  }
img.alignright {
  float:right;
  margin:0;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption { margin:0; padding:0 0 10px 20px; }

.wp-caption img { margin: 0; padding: 0; border: none; }

.wp-caption p.wp-caption-text {
  font-size:10px;
  line-height:1.2em;
  padding:3px 0 0 0;
  margin:0;
  color:#999;
  }




