/* page styles */
html, body {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    color: #000;
    background-color: #FFF;
    margin: 0px;
    padding: 10px 10px 20px 10px;
    text-align: left;
    }

	/* 	A Note About Arial vs. Helvetica	Below a certain point size, Helvetica renders very	
poorly on the Windows platform. This is the reason	that I've reluctantly specified Arial instead, which	
is much more reliably rendered across multiple platforms. 	*/	
/*	body	{			background-image: url(http://www.subtraction.com/assets/grid.gif);background-position: top left;background-repeat: repeat-y;		}	

/* general type styles */


img{
	border-style: none;
}

a:link img{
	border-style: none;
}
a:hover img{
	border-style: none;
}
a:visited img{
	border-style: none;
}
a:active img{
	border-style: none;
}

.content hr{
    width: 1100px;
    }
    
.title {
        font-weight: bold;
        line-height: 1.4em;
        color: #000;
        width: 1100px;
    }	

.orange {		
font-weight: bold;  		
line-height: 1.4em;  		
color: #F60;		
border-bottom: 1px dotted;	
border-bottom-color: #F60;		
}	

a{		
color: #000;		
text-decoration: none;		
background-color: transparent;		
}	

a:link{		
color: #000;		
line-height: 1.4em;		
text-decoration: none;		
background-color: transparent;		
} 	

a:visited{		
color: #000;		
text-decoration: none;		
background-color: transparent;		
} 	

a:active	
{ 		
color: #F60;  		
background-color: transparent;		
border-bottom: 1px dotted;   	
border-bottom-color: #F60;		
} 	

a:hover{ 		
color: #F60; 		
background-color: transparent;		
border-bottom: 1px dotted;   	
border-bottom-color: #F60;		
} 
		

.post-lead	h4	a[href$=".pdf"]::after,	.post-lead	p	a[href$=".pdf"]::after {  		
content: url(http://www.subtraction.com/assets/pdf_icon.gif);  		
padding: 0px 4px 0px 4px;		
}				

a.vislink:link {	
color: #000000;	
border-bottom: 1px dotted;   	
border-bottom-color: #000000;}	

a.vislink:visited {	
color: #000000;	
border-bottom: 1px dotted;   
border-bottom-color: #000000;}			

a.vislink:hover {	color: #000000;	
border-bottom: 1px dotted;   	
border-bottom-color: #000000;}

a.vislink:active {	
color: #000000;	
border-bottom: 1px dotted;   
border-bottom-color: #000000;

}/* Horizontal ruler */
hr {	
border: 0;	
width: 100%;	
color: #000;	
background-color: #000;	
height: 1px;	
text-align: left;	
margin: 0 auto 0 0;
}

.nowrap { white-space: nowrap; }
