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

	Licensed under GPL and MIT.
*/

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

body {
	font-size: 16px;
	font-family: Georgia;
}

a { color: #525497; }

a:hover { color: #c26c1b;	}

blockquote {
	padding: 10px;
	background: #f7f7f7;
	margin: 10px 0 10px 0;
	}

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

h1 {
	font-size: 48px;
	font-family: Helvetica;
}

h2 {
    font-family: Helvetica;
	font-size: 36px;
	font-weight: normal;
	line-height: 38px;
}

h3 {
	border-bottom: 2px solid #000000;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 5px;
	margin: 15px 0 5px 0;
}

h4 {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 21px;
}

h5 {
	font-weight: normal;
	font-size: 18px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
}

p {
	font-size: 16px;
	margin-bottom: 10px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin: 5px 0 5px 30px;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }
