@font-face {
	font-family: 'AlternateGothicFSNo2';
	src: url('../fonts/alternategothicno2-webfont.eot');
	src: local('☺'), url('../fonts/alternategothicno2-webfont.woff') format('woff'), url('../fonts/alternategothicno2-webfont.ttf') format('truetype'), url('../fonts/alternategothicno2-webfont.svg#webfontpV4CPAL5') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
/* @group Reset */

/* Word to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, hr, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	background: #121212;
	color: #FFF;
	font: normal 14px/19px Georgia, Paltino, serif;
	padding: 5px 0;
}

#grid {
	background: transparent url(../img/grid.png) repeat-y center top;
	display: none;
	height: 2000px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

#top {
	background: #EFEFEF url(../img/bg-top.png) repeat-x center top;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #222;
}

#wrapper {
	background: transparent url(../img/bg-bottom.png) repeat-x center bottom;
	padding-bottom: 20px;
}

.wrap {
	margin: 0 auto;
	position: relative;
	width: 948px;
}

p, ul, ol {
	margin-bottom: 1em;
}

ul li {
	list-style-image: url(../img/bullet.png);	
	margin-left: 15px;
}

ol li {
	list-style: decimal outside;
	margin-left: 20px;
}

a {
	color: #C51C09;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	font: normal 12px/14px Arial, helvetica, sans;
	margin-left: 5px;
	text-transform: uppercase;
}

h2 a:hover, h3 a:hover {
	color: #222;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: AlternateGothicFSNo2, Arial, sans;
	font-weight: normal;	
}

h1 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 20px;
}

h2 {
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 2px;
}

h3 {
	color: #888;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
}

h4 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 5px;
}
img.border {
	border: 1px solid #888;
}

a:hover img.border {
	border-color: #222;
}

.divider {
	background: transparent url(../img/line_hor.png) repeat-x left bottom;
	padding-bottom: 6px;	
}

.promo {
	margin: 0 auto 20px;
	text-align: center;
}



/* @end */

/* @group Header */

#header {
	background: transparent url(../img/nav_bg.png) no-repeat center bottom;
	height: 180px;
	margin-bottom: 10px;
	position: relative;
}

#header .wrap {
	height: 180px;
}

#header-logo {
	left: 20px;
	position: absolute;
	top: 8px;
}

#header-tagline {
	left: 368px;
	position: absolute;
	top: 40px;
}

#header ul {
	height: 30px;
	left: 4px;
	margin: 0;
	position: absolute;
	top: 133px;
	width: 940px;
}

#header li {
	float: left;
	height: 30px;
	list-style-image: none;
	margin: 0;
}

#header li a {
	background: transparent url(../img/nav.png) no-repeat;
	display: block;
	height: 30px;
	text-indent: -9999px;
}

li#nav-roster a {
	background-position: left top;
	width: 140px;
}
li#nav-roster a:hover {
	background-position: 0 -30px;
}
li#nav-roster.current a {
	background-position: 0 -60px;
}

li#nav-events a {
	background-position: -140px 0;
	width: 180px;
}
li#nav-events a:hover {
	background-position: -140px -30px;
}
li#nav-events.current a {
	background-position: -140px -60px;
}

li#nav-news a {
	background-position: -320px 0;
	width: 80px;
}
li#nav-news a:hover {
	background-position: -320px -30px;
}
li#nav-news.current a {
	background-position: -320px -60px;
}

li#nav-services a {
	background-position: -400px 0;
	width: 115px;
}
li#nav-services a:hover {
	background-position: -400px -30px;
}
li#nav-services.current a {
	background-position: -400px -60px;
}

li#nav-resources a {
	background-position: -515px 0;
	width: 130px;
}
li#nav-resources a:hover {
	background-position: -515px -30px;
}
li#nav-resources.current a {
	background-position: -515px -60px;
}

li#nav-faq a {
	background-position: -645px 0;
	width: 65px;
}
li#nav-faq a:hover {
	background-position: -645px -30px;
}
li#nav-faq.current a {
	background-position: -645px -60px;
}

li#nav-about a {
	background-position: -710px 0;
	width: 120px;
}
li#nav-about a:hover {
	background-position: -710px -30px;
}
li#nav-about.current a {
	background-position: -710px -60px;
}

li#nav-contact a {
	background-position: -830px 0;
	width: 110px;
}
li#nav-contact a:hover {
	background-position: -830px -30px;
}
li#nav-contact.current a {
	background-position: -830px -60px;
}

/* @end */

/* @group Home */

p.small-heading {
	color: #888;
	font: bold 14px/16px Arial, helvetica sans;
	margin-bottom: 5px;
	text-transform: uppercase;	
}

#latest-post {
	background: transparent url(../img/line_hor.png) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#latest-post img {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
}

#recent-posts div {
	width: 272px;
}

#recent-posts h3 {
	background-image: none;
	margin: 0;
}

.home-post-2 {
	float: left;
}

.home-post-2 img {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.home-post-3 {
	float: right;
}

.home-post-3 img {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

/* @end */

/* @group Content */

#content {
	background: #FFF;
	border: 1px solid #DDD;
	float: left;
	padding: 17px;
	position: relative;
	width: 620px;
}

.resources-listing, .faq-listing {
	margin-bottom: 30px;
}

dt {
	font-weight: bold;
}

.get-noticed-teaser {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.buy-buttons {
	padding: 10px 56px;
}

.buy-buttons div {
	color: #888;
	float: left;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	width: 220px;
}

.buy-buttons img {
	margin-bottom: 5px;
}

.buy-pdf {
	margin-right: 68px;
}

/* @end */



/* @group News */

.news-listing li {
	list-style-image: none;
	margin: 0;
	padding-bottom: 50px;
}

.news-listing h3 {
	margin-bottom: 2px;
}

.news-listing img {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

li.pagination {
	background: transparent url(../img/line_hor.png) no-repeat center top;	
	color: #888;
	font: normal 12px/14px Arial, Helvetica, sans;
	padding: 20px 0 0;
}

div.pagination-pages {
	float: left;
}

div.pagination-links {
	float: right;
}

.pagination a, .pagination strong {
	margin: 0 4px;
	padding: 2px 6px;
}

.pagination a {
	background: #C51C09;
	color: #FFF;
}

.pagination a:hover {
	background-color: #222;
	color: #FFF;
	text-decoration: none;
}

.pagination strong {
	color: #222;
}

p.posted {
	color: #888;
	font: normal 12px/14px Arial, Helvetica, sans;
}

.entry {
	padding-bottom: 10px;
}

.entry-image-container {
	display: inline;
	float: right;
	margin: 0 0 10px 20px;
	text-align: center;
	width: 272px;
}

.entry-image-container p {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 0;
}

.entry-nav {
	background: transparent url(../img/line_hor.png) no-repeat center top;
	color: #888;
	margin-top: 10px;
	padding-top: 20px;
}

.prev {
	float: left;
	width: 200px;
}

.addthis-entry {
	float: left;
	text-align: center;
	width: 200px;
}

.next {
	float: right;
	text-align: right;
	width: 200px;
}

/* @end */

/* @group Roster */

#roster-quick-pick {
	position: absolute;
	right: 20px;
	top: 30px;
}

#roster-quick-pick select {
	width: 210px;
}

ul.roster-listing {
	margin: 10px 0 30px;
}

ul.roster-listing li {
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 16px;
	list-style-image: none;
	height: 100px;
	margin: 0 76px 30px 0;
	overflow: hidden;
	padding: 0;
	width: 272px;
}

ul.roster-listing li.right {
	margin-right: 0;
}

.roster-listing a {
	color: #888;
	display: block;
	height: 110px;
	width: 272px;
}

.roster-listing a:hover {
	color: #C51C09;
	text-decoration: none;
}

.roster-listing img {
	float: left;
}

.roster-listing span {
	display: block;
	margin-left: 108px;
}

.roster-listing strong {
	color: #222;
	font-size: 14px;
	line-height: 18px;
}

.roster-info {
	display: inline;
	float: right;
	margin: 0 0 10px 18px;
	width: 214px;
}

.roster-info img {
	margin-bottom: 10px;
}

blockquote.roster-quote {
	margin-bottom: 20px;
}

span.attribution {
	color: #888;
	font-style: italic;
}

/* @end */



/* @group Events */

table.events-table {
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
	width: 100%;
}

.events-table th {
	border-bottom: 1px solid #CCC;
	font: normal 11px/14px Arial, Helvetica, sans;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
}

.events-table td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

tr.odd td {
	background: #F9F9F9;
}

.event-date {
	width: 20%;
}

.event-city {
	width: 25%;
}

.event-location {
	width: 35%;
}

.hidden {
	display: none;
}

p.events-rss {
	font-style: italic;
	text-align: center;
}

p.events-rss a {
	background: transparent url(../img/feed.png) no-repeat 4px 0;
	padding-left: 25px;	
}

table.event-detail {
	border-width: 1px 1px 0;
	width: 100%;
}

.event-detail th {
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	color: #888;
	font-weight: normal;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 100px;
}

.event-detail td {
	border-bottom: 1px solid #DDD;
	padding: 10px;
	vertical-align: top;
}

.event-detail .bottom {
	border-bottom: none;
}

span.event-label {
	color: #888;
}

.event-tools a {
	margin-right: 15px;
	padding-left: 20px;
}

a.gcal {
	background: transparent url(../img/gcal.png) no-repeat left center;
}

a.ical {
	background: transparent url(../img/ical.png) no-repeat left center;
}

a.addthis_button {
	background: transparent url(http://s7.addthis.com/static/t00/logo1414.gif) no-repeat left center;
	padding-left: 20px;
}

/* @end */

/* @group About */

li.staff {
	list-style-image: none;
	margin: 0 0 20px;
}

.staff-listing img {
	float: left;
}

.staff-listing h3, .staff-listing p, .staff-listing ul {
	margin-left: 116px;
}

/* @end */



/* @group Sidebar */

#sidebar {
	background: #FFF;
	border: 1px solid #DDD;
	float: right;
	font-size: 13px;
	line-height: 16px;
	padding: 17px;
	width: 214px;
}

#sidebar h3 {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
.block {
	margin-bottom: 30px;
}

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

#sidebar li {
	margin-bottom: 8px;
}

.sidebar-events strong {
	color: #222;
	font-weight: normal;
}

.sidebar-events a span {
	color: #888;
	display: block;
}

.sidebar-events a:hover span {
	color: #000;
}

.sidebar-events p {
	font-style: italic;
	text-align: center;
}

.sidebar-get-noticed {
	margin-left: -37px;
	width: 268px;
}

#signup {
	margin: 5px 0;
}

.sidebar-loop p {
	margin: 0;
}

#signup input {
	vertical-align: middle;
}

#signup .input {
	margin-right: 5px;
	width: 160px;
}

#social-links {
	color: #888;
	font: normal 11px/14px Arial, Helvetica, sans;
	text-transform: uppercase;
}

#social-links img {
	margin-left: 5px;
	vertical-align: text-bottom;	
}

.sidebar-updates {
	margin-bottom: 0;
}

.news-date-inline {
	color: #888;
	font: normal 11px/12px Arial, Helvetica, sans;
	margin-left: 2px;
}

/* @end */

/* @group Footer */

#footer {
	color: #EEE;
	font-size: 13px;
	line-height: 17px;
	padding: 18px;
	width: 910px;
}

#footer h4 {
	color: #444;
}

#footer li {
	list-style-image: none;
	margin: 0;
}

#footer-book, #footer-rss {
	float: left;
	margin: 0 76px 10px 0;
	width: 272px;
}

#footer-book img {
	border: 1px solid #CCC;
	float: left;
}

#footer-book h4, #footer-book p {
	margin-left: 114px;
}

#footer-rss a {
	background: transparent url(../img/rss.png) no-repeat left center;
	margin: 0 5px;
	padding-left: 14px;
}

#footer-twitter {
	background: transparent url(../img/birdie.png) no-repeat right top;	
	float: left;
	width: 214px;
}


#footer-twitter i {
	color: #888;
}

#footer-links {
	border-top: 1px solid #333;
	clear: both;
	color: #444;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

#footer-links a {
	color: #555;
}

#footer-links a:hover {
	color: #EEE;
	text-decoration: none;
}

/* @end */



/* @group Miscellaneous */


.input {
	padding: 5px;
	color: #999;
	font: normal 11px/15px Arial, Helvetica, sans;
}

.last {
	margin: 0 !important;
}

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centred {
	text-align: center;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;	
}

img.centered {
	display: block;
	margin: 0 auto;
}

/* @end */

@media print {

	#sidebar, #footer, .entry-nav, .pagination, .typekit-badge 	{
		display: none !important;
	}
	
	#content {
		float: none;
		width: 900px;
	}

}


