/* ***********************************

     notestips.com (c) copyright 2003
     TYPE	: Stylesheet
     TITLE	: css-buttons
     DESC	: "Mike Golding's Buttons" in pure CSS v2.0
     AUTHOR	: Mike Golding
	  
	 PLEASE LEAVE THIS NOTICE INTACT
	 
	 Considerable modification by Michael Alderete for 
	 consistency, formatting, etc.

   *********************************** */

/* ORIGINAL BUTTON STYLING (v1.0) - FIXED SIZE */	
#css-buttons ul {
	list-style: none; 
	margin: 0 0 10px 0; 
	padding: 0;
}   
#css-buttons li {
	width: 112px;
	margin: 5px 0 0 0; 
	border: 1px solid #333; 
}
#css-buttons li a {
	color: #fff; 
	text-decoration: none;
}
#sidebar ul #css-buttons ul li:before {
	content: "";
}


.css-button {
	display: block;
	width: 110px;
	padding: 2px 0px 2px 0px; 
	border: 1px solid #fff;
	background: #898e79;
	color: #fff;
	font: 9px verdana, arial, sans-serif;
	text-decoration: none; 
}
.css-button span {
	padding: 2px 3px 2px 3px; 
	color: #fff;
	font: bold 9px verdana, arial, sans-serif;
}


/* BUTTON LOGO STYLING */
.mt  span { background: #069; }
.w3c span {background: #fff; color: #069; font: bold 1.1em helvetica, arial, sans-serif;}
.w3c2 { background: #fc6; color: #000 !important; }
.rss span { background: #f60; }
.geo span { background: #8DA5CC; }
.fun span { background: #5ace29; }
.res span { background: #a857e6; }
.nd5 span { background: #ffbf18; color: #e26200; }
.nd6 span { background: #ffbf18; color: #e26200; }
.ibm span { background: #069; }
.lotus  span { background: #fc0; color: #000; }
.amazon span { background: #f90; color: #000; font: bold 1.1em helvetica, arial, sans-serif; }
.paypal span { background: #eaf7fc; color: #244873; font-style: italic; }
.blogdex  span { background: #b20d1c; }
.openntf  span { background: #79A9D2; }
.domblog  span { background: #ffa548; }
.honeypot span { background: #A10A09; }
.dominoblog  span { background: #3db6d9; }
.blogsphere  span { background: #0066b1; }
.technorati  span { background: #32757b; }
.freedomblog span { background: #ec8d00; color: #f00; }

