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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
	outline: none; }
	
a:visited,
a:link {
	color: #7E239B;
	text-decoration: none; }
	a:hover {
		text-decoration: underline;	}

#main a {
	background: #f2e9f5; }
	#main a:hover {
		background: none; }

#main-nav a{
	color: #493310; }

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

blockquote {
	margin: 0 0 20px 20px;
	padding-left: 20px;
	border-left: 2px solid #efefef;
	font-style: italic;
}

em {
	background: #FFFBCC;
}

/* `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;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

.serif {
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif; }
.sans {
	letter-spacing: -0.04em;
	font-family: Helvetica,Arial,sans-serif
}

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

.post h1,
.post h2,
.post h3 {
	font-weight: normal;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	color: #B27292;
	margin-bottom: 10px; }

.post h1,
.post h3 {
	border-bottom: 1px dotted #EDD7E2; }
	

.alignright { float: right; }
.alignleft { float: left; } 