/*
----------------------------------------------------------------------------------------------
AZPunk basic typeography - Text CSS
Author: Micah Elliot
Copyright 2009 AZPunk.com
---------------------------------------------------------------------------------------------- */

/* =Basic HTML
--------------------------------------------------------------------------------*/
body {
	font:75%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
/*	text-transform: normal; */
	letter-spacing: normal;
}
/*
a:focus {outline: 1px dotted invert;}
hr {border-color: #ccc solid 1px 0 0; clear: both; height: 0;}
*/

/* tags & styles
----------------------------------------------- */
a {font-weight:bold; text-decoration: underline;}
a:hover {text-decoration: none;}
a:focus,
input:focus,
textarea:focus {outline: none;}
hr {border-color: #ccc; clear: both; height: 0;}
.hidden{display: none;}

/* headings
--------------------------------------------------------------------------------*/
/*h1 {font-size: 25px;}
h2 {font-size: 23px;}
h3 {font-size: 21px;}
h4 {font-size: 19px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}*/
h1{
	font-size:2.08em;
	font-weight:700;
	/*margin:0 0 0.75em;*/
}
h2{
	font-size:1.92em;
	/*margin:0 0 1em;*/
}
h3{
	font-size:1.75em;
	/*margin:0 0 1.285em;*/
}
h4{
	font-size:1.58em;
	/*margin:0 0 1.5em;*/
}
h5{
	font-size:1.42em;
	/*margin:0 0 1.8em;*/
}
h6{
	font-size:1.25em;
	/*margin:0 0 2.25em;*/
}
/* =Spacing
--------------------------------------------------------------------------------*/
ol {list-style: decimal;}
ul {list-style: square;}
li {margin-left: 30px;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {margin-bottom: 20px;}