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

	Licensed under GPL and MIT.
*/

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

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

a {
	text-decoration:none;
	color:inherit;
}

a:focus {
	outline: 0px dotted;
}

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

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

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 0px;
	list-style-type:none;
}

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

/* `Custom
----------------------------------------------------------------------------------------------------*/
/* =navigation */
#nav a {
	font-size:16px;	color:#fff;
}
#footer li {
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#footer li a {
	color:#fff;
}

/* =columns */
#main .column h2 {
	color:#fff;
	text-transform:uppercase;
	padding:7px 0 0 15px;
	height:28px;
	margin-bottom:0;
}
#main .column blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#666666;
	background:url(../images/bg_quote.png) top left no-repeat;
}

#main .column blockquote p {
	text-indent:35px;
	line-height:1.3;
}
#main .column p {
	margin-bottom:15px;
}
#main .column p.author {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-align:right;
}
#main .column.events h3 {
	font-size:18px;
	color:#4db7ec;
	font-weight:bold;
	margin-bottom:5px;
}
#main .column.events h4 {
	font-weight:bold;
	color:#333;
	margin-bottom:6px;
}
#main .column.events p {
	font-size:11px;
}

/* =content */
.gform_body li {
	margin-left: 0px!important;
}


#content li {
	list-style-type: disc;
	margin-left: 20px;
}


#content h2 {
	font-size:30px;
	color:#f27024;
	line-height:1.2;
}
#content p.big {
	font-size:14px;
}
#content p.bigger {
	font-size: 16px;
}
#innertitle h1 {
	font-size:48px;
	color:#fff;
	padding-left:25px;
	position:relative;
	top:-5px;
}

#main .event h2 {
	font-size:24px;
	color:#f27024;
	margin-bottom:5px;
}
#main .event h3.meta {
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}

#main h3.notfound { /* added by Ian 7/7/2010 - for No Events Found error */
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
	margin-top: 14px;
}

#main .event .description p {
	font-size:14px;
	line-height:1.4;
	margin-bottom:12px;
}
#main .event .available p {
	font-weight:bold;
	color:#0f8cc8;
	line-height:23px;
	margin-bottom:0;
	font-size:12px;
	padding:0 10px;
}
#main.inner .event a.back {
	float:left;
	font-weight:bold;
	font-size:11px;
}
/* =footer */
#footer p.copyright {
	clear:both;
	color:#b9e2f5;
	font-weight:bold;
	padding-top:4px;
}
