@charset "utf-8"; 
#hgIntro  
{ 
	padding: 0px 
 
} 
 
.hd1 { 
	font-family: Times New Roman; 
	font-size: 16px; 
	color: #606060; 
	font-weight: normal 
} 
 
.hd2 { 
	font-size: 16px;	 
	color: #990000;  
	font-family: Times New Roman; 
	font-weight: normal 
} 
 
.hd3 { 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000;	 
	font-weight: bold 
} 
 
 
.faqAnswer { 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000;	 
	font-weight: normal 
} 
 
 
body, html { 
	border-collapse: collapse; 
	border-spacing: 0.0; 
	border-style: none; 
	border-width: 0.0; 
	font-family: Arial; 
	font-size: 12px; 
	height: 100.0%; 
	padding: 0.0; 
	text-align: left; 
	vertical-align: top 
} 
 
/** Short article lists *************************************************/ 
 
 
 
.primary { 
	display: inline;
	float: left;
	margin-top: 16px;
	width:531px;
}  
 
.secondary{
  width: 200px; 
  display: inline;
  float: right;
  margin-top: 16px;
}

.article_blurb { 
	background:transparent url(../images/digests/smallbraker.png) repeat-x scroll  left bottom; 
	margin: 0 0 12px; 
	clear: both; 
	height: auto !important; 
	height: 145px; 
	min-height: 145px; 
 
} 
 
.primary .module .article_blurb h2, .primary .module .article_blurb p { 
	margin: 0 0 0 183px; 
 
 
} 
  
.article_blurb_right_column { 
  margin-left: 350px;  /* 275 img + 2 img border + 12 margin */ 
} 
 
.article_blurb_footer { 
  color: #999; 
  font-size: 11px; 
  line-height: normal; 
  margin-bottom: 12px; 
} 
 
.article_blurb_footer_p { 
  margin: 5px 0; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
} 
 
.article_blurb_footer_comment_count { 
  font-weight: bold; 
} 
 
.article_blurb img { 
        background: #fff; 
        border: 1px solid #ccc; 
        padding: 6px; 
        float: left; 
        margin-bottom: 1em; 
} 
 
 
.module { 
	margin: 0 0 30px; 
} 
 
.module h2 { 
	color: #323232; 
	margin: 0 0 5px; 
}



  .secondary .sidebar-box {
        	background: #fcfcfa;
        	border: solid #e6e6e6;
        	border-width: 0 1px 1px;
        	padding: 12px 15px;
        	color: #5d5d5d;
        	margin: 0 0 20px 0;
         }

    .secondary h3 {
              clear:right;
              display:inline;
              padding:12px 15px;
              width:200px;
	text-align:center;
           }

    .secondary  h4 {
              clear:right;
              display:inline;
              padding:1em 0 0 0;
              width:auto;
           }
  		     
             .secondary h4 a {
               font-size: 1em;
             }
    		     
           .secondary img {
             float: right;
             margin: 0 0 0 2px;
           }
  		     
           .secondary p {
             margin: 1em 0 0 0;
           }

			.secondary .social {
				margin: 10px 0 0;
			}
				
				.secondary .social li {
					margin: 0 0 8px;
				}	
				
					.secondary .social li a {
						padding: 0 0 3px 22px;
					}

					.secondary .social li a.social-twitter {
						 margin: 0 0 4px;
						background: transparent url(../images/digests/twitter.gif) top left no-repeat;
					}
					
					.secondary .social li a.social-facebook {
						background: transparent url(../images/digests/facebook.gif) top left no-repeat;
					}
					
					.secondary .social li a.social-multiply {
						background: transparent url(../images/digests/multiply.ico) top left no-repeat;
					}
					
					.secondary .social li a.social-flickr {
						background: transparent url(../images/digests/flickr.gif) top left no-repeat;
					}
					
					.secondary .social li a.social-youtube {
						background: transparent url(../images/digests/youtube.gif) top left no-repeat;
					}
/** End of Short article lists *************************************************/
