/* 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#large{
	width: 26.65%;
	float: left;
																				xoutline: 1px solid red;
}

div#thumbnail,
div#comment{
	
	width: 66.85%;
	float: right;
	overflow: hidden;
																				xoutline: 1px solid green;
}

/* SECTION HEADERS */

h2{
	font-weight: bold;
	padding-bottom: .5em;	/* 18px */
	height: 1em;			/* 18px */
	overflow: hidden;
	font-size: 1.5em;		/* 18px */
																				xbackground-color: yellow;
	
	line-height: .9575em;	/* ~15px - Safari & Firefox */	
	text-transform: Capitalize;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: Uppercase;
}
h2 strong{
	
	color: #999;
	text-transform: Uppercase;
	line-height: .85em;	/* ~15px - Safari & Firefox */	
}

div#comment h3{
	font-size: 1em;			/* 16px */
	line-height: 1em;	/* 18px  */	
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
	height: 1.125em;
	margin-bottom: -1px;
	border-bottom: 1px dotted #999;
	font-weight: bold;
}

/* Big Photo */
div#large a{
	width: 240px;
	height: 240px;
	overflow: hidden;
	text-align: center;
	line-height: 240px;
	vertical-align: middle;
	display: table-cell;
	border: 1px dotted #2b9fb8;
}
div#large a:hover{
	border: 1px solid #2b9fb8;
}
div#large a:hover img{
	background-color: #000;
}

div#large div img{
	vertical-align: middle;
	line-height: 240px;
}
div#large p{
	margin-top: .675em;		/* ~9px - Safari & Firefox */
	margin-bottom: 2.25em;
}
div#large p i{
	font-size: .75em;
	line-height: 1.5em;
	color: #666666;
	display: block;
	text-align: center;
}

/* Thumbnails */

div#thumbnail ul{
	width: 105%;

}

div#thumbnail ul li{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.125em;
	width: 72px;
	height: 72px;
	background-color: #000;
	margin-bottom: 1em;
	margin-right: .95em;
}

div#thumbnail ul li a{
	display: block;
	width: 68px;
	height: 68px;
	border: 2px solid #2b9fb8;
	overflow: hidden;
}
div#thumbnail ul li a:hover{
	border: 2px solid #000;
}

div#thumbnail ul li a img{
	margin-top: -4px;
	margin-left: -3px;
}

/* Comments */

div#comment{
	padding-top: 1.125em;
}

div#comment h3 b{
	font-weight: bold;
	line-height: 1.35em;
	height: 1.125em;
	float: left;
}


div#comment h3 a{
	font-size: .625em;
	line-height: 1.8em;
	float: right;
	letter-spacing: 1px;
	font-weight: bold;
}

div#comment dl{
}

div#comment dl dt{
	margin: 1.125em 0 .5625em .5625em;
}

div#comment dl dt *{
	line-height: 1.125em;
}
div#comment dl dt a b{
	font-weight: bold;
}
div#comment dl dt i{
	color: #999;
}
div#comment dl dd blockquote{
	margin: 0 2.25em;
}
div#comment dl dd blockquote small{
	font-size: .75em;
	line-height: 1.5em;
	font-family: Georgia, serif;
	color: #333;
}
