/***********
 GENERIC BLOCK
************/
.module, .module-secondary {
 	margin-bottom: 30px;
	overflow: hidden;
    height: 1%;
}
.block-inner{
    padding:5px 8px 5px;
}
.block-header{
    padding:5px 8px;
}
#sidebar-2 .module {
	margin-bottom: 15px;
}
.content img.lead-image{
    float: left;
    margin-right: 10px;
}

/***********
 160px WIDE BLOCK (in sidebar-1)
************/
.w160 {
    width: 160px;
    font-size: 10px;
}

/***********
 300px WIDE BLOCK (in sidebar-2)
************/
.w300 {
    font-size: 10px;
    width: 300px;
}

/***********
 480px WIDE BLOCK (in main col)
************/
.w480 {
	width: 480px;
}
.w480 .module-secondary{
    background:  url(/images/module-secondary-480-bg.gif) no-repeat scroll 0 0;
}

/***********
 490px WIDE BLOCK (in main col in Overview)
************/
.w490 {
    width: 490px;
}
.w490 .module-secondary{
    background: url(/images/module-secondary-480-bg.gif) no-repeat scroll 0 0;
}

/***********
 660px WIDE BLOCK (in main and sidebar-1)
************/
.w660 {
	width: 660px;
}
/***********
 350px WIDE BLOCK
************/
.w350 {
    font-size: 13px;
    width: 350px;
}
/***********
 275px WIDE BLOCK
************/
.w275 {
    font-size: 13px;
    width: 275px;
}
/***********
Some common rules on most of the pages
***********/
fieldset{border:0;}
.invalid{border:2px solid #800 !important;}
.more {
    font-weight:bold;
}
p.more {
    text-align:right;
}
.module a.seeall {
	font-size: 13px;
	font-weight: bold;
	float: right;
	background: url(/images/right-arrow.gif) no-repeat right center;
	padding-right: 15px;
}
#blog-cats {
    font-size: 13px;
}
p.article-tags{
    margin: 20px 0 0 0;
    padding-top : 15px;
    clear:both;
}
p.article-cats {
    margin-top: 0px;
    clear:both;
}
.module.article-list h1 {
    font-size: 15px;
}
.module.article-list h2 {
    font-size: 12px;
}
.module.article-list h3 {
    padding-top:6px;
    border-top:1px solid #ccc;
    font-size: 21px;
}
.module.article-list a.comments {
    margin-left:5px;
    font-weight:normal;
    padding-left:18px;
}
.module.article-list a.more {
 	font-size: 11px;
	font-weight: bold;
}
/* Chitika ads spacing */
.chitika-listings.module {
    margin-bottom:0;    
}
#wrapper-model-intro .w490 .chitika-listings.module {
    margin-top:-22px;
}

