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

	Licensed under GPL and MIT.
*/

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

body {
	font: .7em 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; 
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	
    margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #fff;	
}


/* `Headings
----------------------------------------------------------------------------------------------------*/
h2,h3 {text-transform:uppercase; font-weight:bold; margin-bottom: 10px;}


h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

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


ul {
	list-style: none;
}



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

#section h3 {border-bottom: 2px dotted #d4d4d4;}