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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #464646;
}

a {
	color: #a1221d;
	text-decoration:none;
		}
a:hover {
	color:#e12f29;
}

a:focus {
	outline: 1px dotted;
}

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

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

h1 {
	font-size: 25px;
	color: #a1221d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 23px;
	color: #a1221d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 21px;
	color: #a1221d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 19px;
	color: #a1221d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 17px;
	color: #a1221d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	
}

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

blockquote {
	border : 1px solid #d7d7d7;
	width:500px;
	background-color: #ededed;
	color: #a1221d;
	font-family: Georgia, "Times New Roman", Times, serif;
	quotes: "\201C" "\201D";
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
 }

blockquote p {
 padding: 10px;
 background-color: #ffffff;
 line-height:1.75;
 margin-bottom: 10px;
}

 blockquote p:before { content: open-quote; font-weight: bold; font-size:20px; color:#c2c2c2; position:relative;}
 blockquote p:after { content: close-quote; font-weight: bold; font-size:20px; color:#c2c2c2; position:relative; margin-top:-3px;}
 
 