/* 
	W3C buttons style sheet
	Creates W3C like buttons using just HTML and CSS
	By Michiel "El Muerte" Hendriks <elmuerte@drunksnipers.com>
	
	StyleSheet License: GNU Free Document License - http://www.gnu.org/licenses/fdl.html
	
	the HTML code:
	<a href="http://validator.w3.org/check?uri=referer" title="Valid XHTML 1.1!" class="w3c"><span class="w3c"><span class="w3cname">W3C</span><span class="w3cspec">XHTML 1.1</span></span></a>
	<a href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS" class="w3c"><span class="w3c"><span class="w3cname">W3C</span><span class="w3cspec">CSS</span></span></a>
	<a href="rss.xml" title="News feed in RSS 2.0" class="w3c"><span class="rss2">RSS 2.0</span></a>
*/

A.w3c, A.w3c:Hover, A.w3c:Visited {
	text-decoration: none;	
	border: none;	
	margin: 1px;
	border: 1px solid #666;	
	padding: 1px 0px 1px 0px;
	font-size: 9px;
	font-family: sans-serif;
	font-weight: bold;	
	cursor: pointer;
}

SPAN.w3c SPAN {
	padding: 1px 2px 1px 2px;	
}

SPAN.w3cname {
	background-color: white;
	color: #0c479d;
}

SPAN.w3cspec {
	background-color: #fc6;
	color: black;
}

SPAN.rss2 {
	padding: 1px 2px;
	color: white;
	background-color: #f60;
}

/* Get Firefox */
A.ff {
	margin: 1px 1px 0px 1px;
}

A.ff IMG {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}
