/* @override http://localhost:8888/css/text.css */

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

	Licensed under GPL and MIT.
*/

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

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

a {
	color: rgb(241,101,34);
}
a:focus {
	outline: 1px dotted;
}
a:hover {
	color: #f12121;
}

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

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

h1 {
	font-size: 25px;
}

h2 {
	color: rgb(34,64,153);
	font: bold 28px Baskerville, Georgia, "Times New Roman", Times, serif;
/*	font: bold 26px Verdana, "Lucida Grande", Lucida, sans-serif;*/
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

h3 {
	color: rgb(34,64,153);
/*	font: 21px Verdana, "Lucida Grande", Lucida, sans-serif;*/
	font: bold 21px Baskerville, Georgia, "Times New Roman", Times, serif;
}
h3 a {
	color: rgb(34,64,153);
	text-decoration: none;
}
h3 a:hover {
	color: rgb(34,64,153);
	text-decoration: underline;
}

h4 {
	color: #2953b2;
/*	font: 18px Verdana, "Lucida Grande", Lucida, sans-serif;*/
	font: bold 18px Baskerville, Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

dt {
	font-weight: bold;
}
dd {}

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

/* Other */
.festival_dates {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

ol li {
  list-style: decimal;
}
