/* Imports */
@import url("reset.css");
@import url("styles.css");

body {
	background: #292c31 url('../images/bg.gif') repeat 0 0;
	padding: .6em 0;
}

#header, #content {
	width: 52.2em;
	margin: 0 auto;
	border: .6em solid #fff;
}

#header {
	background: #cacaae url('../images/top_bg.png') no-repeat top right;
	border-bottom: 0;
}

#header .logo {
	width: 32.4em;
	border-right: .6em solid #fff;
	background-color: #cacaae;
	margin: 0;
	padding: 1.2em 1.2em .6em;
}

#mainnav {
	border: .6em solid #fff;
	border-left: 0;
	border-right: 0;
	background-color: #7c3637;
}

#mainnav ul {
	width: 52.2em;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	background: url('../images/nav_bg.png') no-repeat top right;
}

#mainnav li {
	float: left;
	display: inline;
	padding: .4em .6em .4em 0;
}

#mainnav li.last {
	padding-right: 0;
}

#mainnav li strong {
	font-weight: normal;
}

#mainnav a, #mainnav li.active strong {
	display: inline-block;
	color: #fff;
	text-shadow: #333 1px 1px 2px;
	text-decoration: none;
	line-height: 1em;
	padding: .3em .6em;
}

#mainnav li.active a, #mainnav li.active strong {
	background-color: #562221;
	border-radius: .6em;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
}

#mainnav li a:hover {
	background-color: #6c3031;
	border-radius: .6em;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
}

#content {
	border-top: 0;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: .6em;
	min-height: 320px;
}

#content header {
	padding: .6em;
	border-top: #9BA9B1 2px solid;
	background-color: #aebeca;
	margin-bottom: .6em;
}

#content header h1 {
	margin-bottom: 0;
}

article ul, #subnav ul {
	margin-left: .2em;
}
article li, #subnav li {
	overflow: hidden;
	padding-left: 1em;
	position: relative;
	margin-bottom: .2em;
}
article li:before, #subnav li:before {
	content: '»';
	font-size: 1.2em;
	font-weight: bold;
	color: #cacaae;
	float: left;
	position: absolute;
	left: 0;
}
#subnav li:before {
	color: #131f85;
}
#subnav li.active:before {
	color: #000;
	content: '«';
}

.featured {
	background-color: #aebeca;
	padding: .6em;
	overflow: hidden;
	margin-bottom: .6em;
	border-top: #9BA9B1 2px solid;
}

.featured figure {
	float: left;
	margin-right: 1.2em;
}

.featured h1 {
	margin-top: .1em;
}

.featured .cta {
	margin-bottom: .2em;
}

.maincol {
	width: 34em;
	float: left;
	padding: .6em;
}

.relcol {
	width: 17em;
	float: right;	
}

.relcol article {
	background-color: #eaeadf;
	margin-bottom: .6em;
	padding: .6em;
	border-top: #cacaae 2px solid;
}
.relcol>p {
	margin-bottom: .6em;
}
.relcol>p>img, .relcol>p>a>img {
	display: block;
}

.relcol h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin: .4em 0;
}

.relcol p {
	padding-right: .6em;
}

.relcol p.cta {
	margin-top: -.6em;
}

p.cta:before {
	content: '»';
	font-size: 1.2em;
	font-weight: bold;
	padding-right: .2em;
}

.featured p.cta:before {
	color: #131f85;
}

.calitem {
	margin-bottom: 1.2em;
	overflow: hidden;
}

.calitem time {
	font-weight: normal;
	width: 4.8em;
	text-align: center;
	display: block;
	float: left;
	border: #cacaae .15em solid;
	border-radius: .6em;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
	padding: .6em .3em;
	font-size: 1em;
}
.calitem time strong {
	font-weight: bold;
}
.calitem time em {
	font-style: normal;
}
.calitem time em {
	font-size: 1.6em;
	line-height: 1em;
	padding-left: .2em;
}

.calitemfirst time {
	background-color: #eaeadf;
}

.calitemfirst time em {
	font-size: 2.2em;
}

.calitem p {
	line-height: 1.2em;
	margin-bottom: .2em;
	margin-left: 6.6em;
}
.calitem p.note {
	margin-left: 8.25em;
}

.calendar h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 .1em 5.5em;
	border-top: #eaeadf 2px solid;
	padding-top: .5em;
}

.calendar .calitemfirst h3 {
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-left: 4.125em;
	margin-top: .3em;
	padding-top: 0;
	border-top: 0;
}

.home .calendar .cta {
	margin-left: 6.6em;
	margin-top: -.6em;
}

#subnav {
	margin-bottom: 1.2em;
}

#subnav h2 {
	font-size: 1em;
}

#subnav h2.here a {
	color: #000;
	text-decoration: none;
}

#footer {
	width: 50.95em;
	margin: 0 auto;
	background-color: #DFE5EA;
	border-top: #C2CED7 2px solid;
	padding: .6em 1.2em .6em;
	clear: both;
}

#footer .legal {
	font-size: .8em;
	color: #54565A;
	margin-bottom: 0;
}

