
/* text styles */
	
	
	p.codeblock
	{
		white-space: nowrap;
		overflow-x: auto;
		background: #EAEFEC;
		border: 1px solid #CCCCCC;
		padding: 7px 7px 10px 10px;
	}
	p.codeblock code
	{
		display: block;
		font-size: 11px;
	}
	code .placeholder
	{
		font-style: italic;
	}
	code .hilite
	{
		color: #603030;
		font-weight: bold;
	}
	
	span.artworktitle
	{
		font-style: italic;
	}
	
	p.blocklink
	{
		margin: 0px 0px .5em 0px;
	}
	p.blocklink a
	{
		padding: 3px;
		margin: -3px;
		text-decoration: none;
		display: block;
		color: #1C1D1C;
	}
	p.blocklink a:hover
	{
		background: #D2DDD7;
		color: #1C1D1C;
	}
	p.blocklink a span.title
	{
		display: block;
		color: #2F7F80;
		font-weight: bold;
	}
	p.blocklink a span.separator
	{
		display: none;
	}
	p.blocklink a span.description
	{
		display: block;
		color: #1C1D1C;
		padding: 3px 0px 0px 20px;
	}
	p.blocklink span.inset
	{
		float: right;
		padding: 5px;
	}


