/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.7em;
	}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.3em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #000;
	border-bottom: 1px solid #000;
}

h3 {
	font-size: 1.7em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #999;	
	padding-top: .5em;
}

h4 {
	font-size: 1.3em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #000;
	padding-top: .5em;

}

h5 {
	font-size: 1.2em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #999;

}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul, ol {
}




/*
conflicts with menus
li {
	margin-left: 30px;
}
*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 1em 0;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
	margin: 1em 0 0 0;
	line-height: normal;	
}

blockquote {
    margin: 2em 2em;
    border-left: 1px dashed #999;
    padding-left: 1em;
	font-size: 85%;
	
	color: #999;
	}

address {
    margin: 1em 1em;
    padding-left: 1em;
	color: #666;
	line-height: normal;
	}

acr {
	text-transform: uppercase !important;
}

