/*
BLG001 Blog Promo
pfagan 1/2008
ktessier 06/2008 -- ff font fix
/css/contentmodules/blg001.css
*/
 
/* Style Reset */

.sfg_blg001 h2, .sfg_blg001 h3, .sfg_blg001 h4, .sfg_blg001 h5, .sfg_blg001 p,
.sfg_blg001 form, .sfg_blg001 select { margin: 0; padding: 0; }

/* Curve Boxes */

.sfg_blg001          { font-family: Verdana, sans-serif; }
.sfg_blg001 .img     { text-indent: -1024px; overflow: hidden; } /* logotext headings */
.sfg_blg001 .corner4 { padding: 7px 10px 10px 10px; }

.sfg_blg001 .mint          { background: #ecf6f7     url('http://imgs.sfgate.com/graphics/utils/curvebox_mint1.gif') left  top    no-repeat; height: 1%; }
.sfg_blg001 .mint .corner2 { background: transparent url('http://imgs.sfgate.com/graphics/utils/curvebox_mint2.gif') right top    no-repeat; }
.sfg_blg001 .mint .corner3 { background: transparent url('http://imgs.sfgate.com/graphics/utils/curvebox_mint3.gif') right bottom no-repeat; }
.sfg_blg001 .mint .corner4 { background: transparent url('http://imgs.sfgate.com/graphics/utils/curvebox_mint4.gif') left  bottom no-repeat; }


/* Content Elements */

.sfg_blg001 h2,
.sfg_blg001 h3        { font-size: .71em; margin-bottom: 5px; }

.sfg_blg001 h4        { font-size: .86em; margin-bottom: 2px; }
.sfg_blg001 h4.subhed { font-weight: normal; }
.sfg_blg001 .desc h4  { margin-bottom: 2px; }
.sfg_blg001 h5        { font-size: .78em; font-weight: normal; color: #666; }
.sfg_blg001 .desc h5  { margin-bottom: 2px; }
.sfg_blg001 p         { font-size: .86em; line-height: 14px; }
.sfg_blg001 p.small   { font-size: .78em;  line-height: 12px; }

.sfg_blg001 a:link    { text-decoration: none; color: #015660; }
.sfg_blg001 a:visited { text-decoration: none; color: #667b7b; }
.sfg_blg001 a:hover,
.sfg_blg001 a:active  { text-decoration: underline; }

.sfg_blg001 a.commentlink:link,
.sfg_blg001 a.commentlink:visited,
.sfg_blg001 a.commentlink:hover,
.sfg_blg001 a.commentlink:active { color: #666; } 

.sfg_blg001 img.thumb     { float: left; border: 1px solid #000; }
.sfg_blg001 .w300 img.thumb {margin-right:10px;}
.sfg_blg001 h2 img,
.sfg_blg001 h3 img        { border: 0; }

.sfg_blg001 form          { margin: 5px 0 10px 0; }

.sfg_blg001 select,
.sfg_blg001 input.submit {
display: inline;
float: left;
} /* lines up button in safari */

.sfg_blg001 input.submit {
font-family:verdana,sans-serif;
text-transform:uppercase;
font-size:.86em;
padding:0;
}

.sfg_blg001 select {
margin-right: 8px;
font-family: Verdana, sans-serif;
font-size: .86em;
}
.sfg_blg001 select.blogselect   { width: 175px; }

.sfg_blg001 .black { color: #000; }
.sfg_blg001 .gray  { color: #666; }

.sfg_blg001 .mint .beveled_rule {
margin: 0 -9px 8px -9px;
height: 2px;
background: transparent url('http://imgs.sfgate.com/graphics/utils/curvebox_mint_bevelrule.gif') repeat-x;
}

.sfg_blg001 hr { display: none; } /* never visible when css is enabled */ 

.sfg_blg001 .hr_dotted {
margin: 10px 0;
height: 1px;
background: transparent url('http://imgs.sfgate.com/graphics/utils/dotrule.gif') repeat-x;
}

.sfg_blg001 .more       { font-size: .78em; font-weight: normal; }
.sfg_blg001 .rightalign { text-align: right; }

/* Item rows ---------------------------------------------------------------- */

.sfg_blg001 .item { margin-bottom: 10px; }

.sfg_blg001 .item.last { margin-bottom: 0; }

/* width of .desc float specified to keep text spilling under thumb */
.sfg_blg001 .w300 .desc { float: right; display: inline; width: 200px; }
.sfg_blg001 .w336 .desc { float: right; display: inline; width: 241px; }

/* Home Page variations ----------------------------------------------------- */

#sfg_blg001_home_staff_stripped input.submit {
margin-top: -1px;
font-family: Verdana, sans-serif;
font-size: .86em;
}


