/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

/*me-change acceptable colors for cat desc, nav bar current page, and qty in cart, desc on prod page
color:#00cccc; best so far
color:#009999; little faint in the nav bar on top
*/

* { margin:0; padding:0; }

body {

	color:#000000;
  /*   Current page in Home...Ruffoni Copper...Ruffoni Portagonista line (protag is this color in this eg)
	Unfortunately this color is also what the product descriptions are, thus with my gradient bg of dark on top and bright in middle
	it is presenting some real problems.  I suspect a solid bg may be the only solution Too many things inhehrit colors from other
	places and its very tricky to make it all readable*/
	/*UPDATE to this, I found in March that black really was the most readable for that verbal navbar, AND it is also the color
	of the prod descritpions and looks very nice. Thus you see #000000 here now for color:
     UPDATE TO THIS Sept 2008 Sadly this color is also the color for Starting At on Grouped Prods, and black does not work at all there
       this color is on cms pages (About Us-Cust Svc AND the sidebars on pages which are white bg good luck
       6699ff not bad onc cust svc, but terrible on About us
       ff9900 best so far in all 3 places
       AHA you can edit the cust svc and about us page in cms admin, so no worries.  probably need to redo esp aboutus, as it uses css classes etc. but 
       making your own table the way you want it to look,s/b fine.
  */
	
	font:15px arial, helvetica, sans-serif; 
    /*this is size of verbal navbar but also all the stuff on top. originally it said 
         12px/1.55em arial
    then 13px/1.68em arial */
	text-align:center;
	background:#000000 /*me-change header-top, this is the color that shows when bookmarks sidebar is on, on the far right upper corner
	couple this change along with in boxes.css search me-change header-top of min width and width and problem is sort of solved*/
/*	background:transparent url(../images/headerchunk.jpg) no-repeat 100% 0; */
	}
/*00cc00  ff99ff*/
a { color:#cccc00; text-decoration:underline; }
/* Black really is best. Everything else is just too hard to read one place or other.*/
/* Previous pages in Home...Ruffoni Copper...Ruffoni Portagonista line (if on Protag, Home and Ruffoni Copper are this color) */
a:hover { color:#00cc00; text-decoration:underline; } 
/* as it says, when you hover, it becomes this color Finding readable for color and hover against gradient variations
AND the white/grey mini price box is quite tricky indeed. color of 00cc00 and hover of cccc00 seem workable. 
I thought of not changing the hover color, but there are places they need to see the difference in two sentences that link
to diffierent places.  Alos have thought of reversing the two, ie color cccc00 and hover 00cc00  Perhaps */
a img { border:0;}

/* Heading */
h1, h2, h3, h4, h5, h6, .head {
	margin-bottom:.4em;
	line-height:1.3em;
	color:#000000;
	}
	/*me-change this is color of box headers in customer signup area Default Billing Address  Default Shipping Address*/
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#000; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
li { list-style:none; }

/* Size */
small { font-size:.9em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
:focus { outline: 0; }
.bold { font-weight:bold; }

