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

	Licensed under GPL and MIT.
*/

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

body {
	font: 14px/1.5 Helvetica, Arial, serif;
}

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

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

/* `Links
----------------------------------------------------------------------------------------------------*/

a {
	color: #666;
	text-decoration: underline;
}

#menu a {
	text-decoration: none;
}

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

.event h2 a {
	color: #677BA0;
	text-decoration: none;
}

.event h2 a:hover {
	color: #C1272D;
}


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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p {
	line-height: 2em;
}

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

/* `Front page
----------------------------------------------------------------------------------------------------*/

#info h2 {
	color: #677BA0;
	margin-bottom: 20px;
}

#info .post h2 {
	font-size: 13pt;
}

.note {
	
}

#action h2 {
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #dce3ef;
	color: #677BA0;
	background: url(../img/action_gradient.jpg) bottom left repeat-x;
	padding-left: 5px;
}

#action ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0 0 20px;
	font-size: 9pt;
}

#action li {
	margin: 0 0 10px;
}

.title {
	font-weight: bold;
	text-transform: uppercase;
	color: #944;
	padding-right: 5px;
}

#news .postdate {
	font-size: 12px;
	color: #999;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 0px solid #FFF;
}

#footnote {
	font-size: 9pt;
	padding-top: 10px;
	border-top: 1px solid #dce3ef;
}

#menu {
	font-family: Georgia, serif;
}

/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
	border-bottom: 3px solid #efefef;
	color: #900;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	margin: 10px 0;
	padding: 0;
}

#sidebar .progList ul {
	margin-bottom: 0;
	list-style: square inside;
}

.upcomingtitle {
	text-transform: uppercase;
	font-size: .85em;
}

/* `Events
----------------------------------------------------------------------------------------------------*/

.schedule {
	font-weight: bold;
}

.eventinfo {
	font-size: 1.1em;
}


/* `News
----------------------------------------------------------------------------------------------------*/

.post .date {
	font-size: .9em;
	font-style: italic;
}

.post blockquote p {
	padding: 15px;
	background-color: #efefef;
	border-left: 3px solid #ccc;
}

/* Paging 
----------------------------------------------------------------------------------------------------*/

p.page-info{
	float:right;
	font-style: italic;
	color: #666;
	font-size: 1em;
}
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	font-size: 1em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #fff;
	background-color: #888;
	padding: 2px 6px;
	border: 2px solid #FFF;
}
div.paging span a {
	padding: 1px 5px;
	border: 1px solid #FFF;
	text-decoration: none;
}
div.paging span a:hover {
	background-color: #efefef;
	border: 1px solid #ccc;
}
