/* BODY - Adjustment for Feature */
body{
	padding: 154px 0 0 0 !important; 	/* 154px top margin */
	xbackground-image: url("/_site/test/18px_grid.gif");
	background-position: 0px 8px;
}

/* PAGE WRAPPER */

div#content{
																				xoutline: 1px solid blue;
	margin: 1em 2.875em;
}

/* NEWS ARTICLES and SORT BY ARTIST */
div#news{
	width: 66.5%;
	float: left;
																				xoutline: 1px solid red;
}

div#right{
	
	width: 27%;
	float: right;
																				xoutline: 1px solid green;
}
			

/* SECTION HEADERS */

h2{
	font-weight: bold;
	padding-bottom: 1em;	/* 18px */
	height: 1em;			/* 18px */
	overflow: hidden;
	font-size: 1.125em;		/* 18px */
	xbackground-color: yellow;
}
h2 span
{
	font-weight: bold;
	font-size: 1em;		/* 18px */
	line-height: .85em;	/* ~15px - Safari & Firefox */
	float: left;
	margin-right: .5em;	/* 9px */
																				xfont-variant: small-caps;
	text-transform: Uppercase;
	letter-spacing: 1px;
	vertical-align: top;
}
h2 span strong{
	color: #fff;
	letter-spacing: 0px;
}
h2 small{
	overflow: hidden;
	width: 17px;
	height: 17px;
	float: left;
	display: none;	/* Temporary Until Glue is fixed */
}
h2 small a{
	display: block;
	overflow: hidden;
	width: 17px;
	height: 17px;
	padding-left: 17px;
	background-image: url("/_site/img/rss.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#right h3{
	font-size: 1em;			/* 16px */
	line-height: 1em;	/* 18px  */	
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
	height: 1.125em;
	padding-bottom: 1.125em;
																				xoutline: 1px solid red;	
}

/* LEFT > NEWS */

div#news div.article{
	clear: both;
	margin-bottom: 1.125em;	/* 18px */
																				xbackground-color: yellow;
}
div#news br{
	display: none;
}
div#news div.article h3{
	font-size: 1em; 		/* 16px */
	padding-bottom: 1.125em;/* 18px */
	text-transform: Capitalize;
	font-weight: bold;
	display: block;
	line-height: 1.125em;	/* 18px */
}
div.article h4{
	text-align: left;
	font-size: .625em;		/* 12px */
	font-weight: bold;
	color: #aaa;
	line-height: 1.7em; /* 18px */
	height: 1.8em;
	overflow: hidden;
	margin-top: -.9em;
	margin-bottom: .9em;
}
div.article h4 em:before{
	content:" | ";
	color: #666666;
	font-weight: bold;
	margin: 0 .5em;
}
div.article h4 em{
	color: #aaaaaa;
}
div#news div.article p{
	text-align: justify;
	font-size: .75em;		/* 12px */
	padding-bottom: 1.5em;	/* 18px */
	line-height: 1.5em;		/* 18px */
}
div#news img{
	height: 90px !important;
	background-color: #ecebeb;
	width: 100px;
	float: right;
	margin-left: 1.125em;		/* 18px */
	margin-bottom: 1.125em;		/* 18px */
}

div.archive{
		border-top: 1px dashed #999999;
		margin-top: -1px;
		padding-bottom: 1.125em;/* 18px */
		padding-top: 1.125em; 	/* 18px */
}
div.archive p{
	text-align: center;
	font-size: .75em;		/* 12px */
}
div.archive p *{
	line-height: 1.6em;		/* ~18px - Safari & Firefox */
	height: 1.5em;			/* 18px */
}
div.archive p small{
	color: #666;
	margin: 0 2em;			/* 2em = 24px */
	word-spacing: .125em;	/* ~1.5px */
}
div.archive p del, 
div.archive p a{
	text-transform: Uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

div.archive p del{
	color: #ccc;
	
}

																				/* SORT BY ARTIST */
div#right ul li a{
	font-size: .75em;	/* 12px */
	height: 1.5em;		/* 18px */
	line-height: 1.6em; /* ~18px - Safari & Firefox */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	padding-left: .5em;	/* 6px */
}
div#right ul li a:hover{
	color: #ffffff;
	background-color: #000000;
}
div#right ul li b a{
	background-color: #e5e5e5;
	font-weight: bold;
}