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

	Licensed under GPL and MIT.
*/

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

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

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

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

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

h1 {
	font-size: 40px;
	line-height: 1em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 13px;
	line-height: 18px;
}

.music h3 {
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 6px;
}

#calendar h3 {
	font-size: 18px;
	margin-bottom: 9px;
}

#calendar h3 span {
	color: #666;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	line-height: 18px;
	margin-left: 0px;
	margin-bottom: 18px;
}

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

h3, p {
	margin-bottom: 18px;
}

p {
	font-size: 13px;
	line-height: 18px;
}

p.description {
	font-size: 12px;
	line-height: 18px; }

a.imgdl {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

#header span {
	color: #999;
	font-weight: bold;
	font-size: 1.5em;
}
