/**#mainBody{border-top:1px solid #535353;border-bottom:1px solid #535353;background-image:url( themes/white/common/col_divider_bkg_c1c1c1.jpg)}#col_2_3_4{border-left:0 solid #535353}.read{margin-top:0.5em}.read span a{font-weight:bold;text-decoration:none}.read span{font-size:0.85em;line-height:1.35em;margin:0.5em 0 0.5em 0;padding:0.25em}.read span.even{background-color:#eee;display:block;clear:both}
*/



/*------------------------------------------------------------------------------------------------------------------------------
 *
 * WHITE NON-INDEX PAGE LAYOUT
 * override elements from base.css
 * located in: /css/themes/WHITE/css.css
 *
 *------------------------------------------------------------------------------------------------------------------------------*/

 /*------------------------------------------------------------------------*\
  * MAIN BODY COPY OF PAGE
 \*------------------------------------------------------------------------*/

 #mainBody {
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	background-image: url( themes/white/common/col_divider_bkg_c1c1c1.jpg);
 }

#col_2_3_4 {
	border-left: 0px solid #535353;
}

/* -----------------------------------------------------------------------------
 *    article listing alt styles
 *----------------------------------------------------------------------------*/
.read{
	margin-top: 0.5em;
}
.read span a {
	font-weight: bold;
	text-decoration: none;
}
.read span{
	font-size: 0.85em;
	line-height: 1.35em;
	margin: 0.5em 0 0.5em 0;
	padding: 0.25em;
}
.read  span.even{
	background-color: #eee;
	display:block;
	clear:both;
}


/* -----------------------------------------------------------------------------
 *    article listing BY TAG
 *----------------------------------------------------------------------------*/
#articles_by_tag { }
#articles_by_tag span {
	display:block;
}
#articles_by_tag span a {
	font-size: 1.5em;
}





/* -----------------------------------------------------------------------------
 *   article tags
 *----------------------------------------------------------------------------*/
#tags {
	border-top: 1px solid #ccc;
	padding: 0.25em 0 !important;
	clear: both;
	margin-top: 1em;
}
#tags span {
	background-color:  #990;
	display: inline-block;
	margin:0.2em 0 0.25em 0;
	padding: 0.25em 0.5em 0.25em 0.5em;
	line-height: 1em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#tags span a {
	text-decoration: none;
	font-size: 75%;
	color:#fff;
	font-weight: bold;
	letter-spacing: 1px;
}
#tags span a:hover {
	text-decoration: underline;
}
