/* -------------------------------------------------------------- 
common.css
sustainable a17 stylesheet
by Nobleskine from AREA 17

Version date: 4 Nov 2009
Version 0.1 Alpha
-------------------------------------------------------------- */

/* **************** CONTENT OBJECTS ***************** */

body {
	font: 11px/17px "Lucida Grande", Arial, clean, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

select, input, button, textarea {
	font: 11px "Lucida Grande", Arial, clean, sans-serif;
}

table { 
	font-size: inherit;
	font: 100%;
}

/* ====== Headings ====== */
h1 { font: normal 25px/28px Arial, sans-serif; }
h2 {  }
h3 { }
h4 {} 
h5 {} 
h6 {}
/* if additional headings are needed they should be created via additional classes, never via location dependant styling */

/* ====== Elements ====== */
em { font-style: italic;}
strong { font-weight: bold;}
hr {}
code {}

/* ====== Links ====== */
a, a:hover { text-decoration: none; }
/* The following removes the dotted lines in FFX */
a:active { outline: none;}
a:focus { -moz-outline-style: none;}

/* ====== Buttons (be careful, this removes user accessibility too) ====== */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* ====== Lists ====== */
ul, ol, dl { overflow: hidden; *zoom: 1;}
