/* =RESET
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle }
label, input[type=button], input[type=submit], button { cursor: pointer }


* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}


body {
	margin: 0;
	color: #999999;
	background: #fff;
	padding: 0;
	font: 83%/1.3em Arial, Helvetica, sans-Serif;
}

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

a:hover {
	color:#000;
	text-decoration: none;
	-o-transition-duration: .5s;
	-o-transition-property: color;
	-ms-transition-duration: .5s;
	-ms-transition-property: color;
	-moz-transition-duration: .5s;
	-moz-transition-property: color;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color;
	transition-duration: .5s;
	transition-property: color;
}

::selection {
	background: #E96735;
	color: white;
	text-shadow: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*TYPE
-------------------------------------------------------------- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 1em 0;
	font-weight: normal;
}

h1 {
	font-size: 200%;
	line-height: 1.3em;
}

h2 {
	font-size: 180%;
	line-height: 1.2em;
}

h3 {
	font-size: 160%;
	line-height: 1.1em;
}

h4 {
	font-size: 140%;
	line-height: 1.1em;
}

h5 {
	font-size: 130%;
	line-height: 1.1em;
}

h6 {
	font-size: 120%;
	line-height: 1.1em;
}

p {
	line-height: 1.4em;
	margin-top: 12px;
	margin-bottom: 14px;
}

code {
	font-family: monospace;
}

pre code {
	line-height: 1.3em;
}

del, del * {
	text-decoration: line-through;
}

small,
.small {
	font-size: 85%;
}

ol, ul {
	line-height: 1.4em;
	margin: 1.2em 0 1.2em 2em;
}

td {
	line-height: 1.4em
}

th, td {
padding: 0 12px 0 0;
vertical-align: top;
}

ul li,
ol li,
dl dt,
dl dd {
	margin-bottom: 0.2em;
}

img, a img {
	border: 0;
}

/*STRUCTURE
-------------------------------------------------------------- */
#container {
	padding: 10px 10px;
	margin: 0 auto;
	width: 100%;
}

.ie7 #container {
	width: 800px;
}

#header-banner img {
	height: auto;
	width: 100%;
	vertical-align: middle;
	left: 0;
	top: 0;
}

/*MAIN NAV MENU
-------------------------------------------------------------- */
#nav-container {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#nav {
	margin:0;
	padding:0;
	font-size: 95%;
	display: none;
}

.nav li { 
	margin:0;
	padding:0;
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
	border: none;
	position: relative;
}

#nav li.menu-divider {
	padding: 0 8px 0 8px;
}

#nav li a {
	color:#aaaaaa;
	text-decoration: none;
}

#nav li a:hover {
	color:#000;
}

#nav li a.active {
	color:#000;
}

/*BANNER
-------------------------------------------------------------- */

#banner {
	position: relative;
	height: auto;
	width: 100%;
	color: #fff;
	margin: 5px 0 15px 0;
}

#banner img {
	height: auto;
	width: 100%;
	vertical-align: middle;
	left: 0;
	top: 0;
}

#banner p {
	position: absolute;
	margin: 0;
	font-size: 120%;
	line-height: 1.2em;
}

#banner-line-1 {
	left: 40px;
	top: 35%;
}

#banner-line-2 {
	left: 50px;
	top: 60%;
}


/*CONTENT
-------------------------------------------------------------- */
#content-wrap {
	width: 100%;
	overflow: hidden;
}

.ie7 #content-wrap {
	width: 800px;
}

.col {
	float: left;
}

.col-1 {
	width: 100%;
}

.col-2-content {
	width: 100%;
}

.col-header {
	color: #fff;
	font-size: 105%;
	margin: 5px 0 10px 0;
	font-weight: normal;
	padding: 5px 0 5px 5px;
}

.col-header-grey {
	background: #a9a9a9;
}

.col-header-orange {

	background-color: #E96735;
}

.col-orange-intro {
	font-size: 115%;
	font-style: normal;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #ed7743;
	line-height: 16pt;
	font-weight: normal;
}

.col-item {
	font-size: 80%;
	margin-bottom: 5px;
}

.col-borders {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.col-item-header {
	color: #000;
	font-weight: bold;
	margin: 5px 0;
	font-size: 110%;
}

.col-item p {
	margin: 0;
}

.col-item a {
	color: #d15a0c;
}

.col-item ul {
	margin: 10px 0 0 0;
}

.col-item ul li {
	list-style: none;
	padding-bottom: 15px;
}

.col-item  img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#col-results-items ul {
	margin: 0 0 20px 20px;
}

#col-news-items ul {
	list-style: none;
	margin-left:10px;
}

#col-news-items li {
	margin-bottom: 15px;
}

#col-news-items a {
	color: #d15a0c;
}

#col-mailing-list {
	background: #F3F4F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#col-mailing-list p {
	font-size: 80%;
	padding: 10px 10px 0 10px;
	margin: 0 0 5px 0;
}


a.mailing-list-button {
	background: #9ca4ad;
	border: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 100%;
	text-decoration: none;
	cursor: pointer;
	line-height: 21px;
	width: 100%;
}

.ie7 a.mailing-list-button {
	width: 90%;
}

a.mailing-list-button:hover {
	color: #222;
	background: #fff; /* Old browsers */
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa; 
}

.census-imgs ul li {
	float: left;
	width: 50%;
	padding-right: 5px;
}

.census-imgs img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.eventContent a:link {
	color:#ea7346;
}

.eventContent a:hover {
	color:#ffa679;
}

.divColumn {
	width: 100% !important;
	text-align: center !important;
}

/*SUPPORTERS
-------------------------------------------------------------- */
#supporters {
	
}

.supporter-row {
	overflow: hidden;
	text-align: center;
}

.supporter {
	margin-bottom: 25px;
}

.supporter:last-of-type {
	margin-bottom: 0;
}

.supporter-title {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	text-align: left;
}

.supporter-title h4 {
	font-size: 85%;
	margin: 0 0 3px 6px;
}

.banner-ad img {
	width: 100%;
	max-width: 728px;
	height: auto;
	vertical-align: middle;
}

/*2 COL CONTENT PAGES
-------------------------------------------------------------- */
.callout h2 {
	font-size: 130%;
}


.col-2-content .col-header {
	margin-top: 0;
}

.callout {
	font-style: italic;
	color: #333333;
	padding: 1px 10px 8px 10px;
}

.callout img {
	display: none;
}

/*CENSUS
-------------------------------------------------------------- */
.census-item {
	overflow: hidden;
	padding-left: 10px;
	margin-top: 20px;
}

.census-item:nth-child(2) {
	margin-top: 40px;
}

.census-item-title {
	width: 100%;
	font-weight: bold;
	margin: 0;
}

.census-item-img {
	width: 25%;
	max-width: 150px;
}

.census-item-img img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.census-item-text {
	width: 73%;
}

/*IN THE NEWS
-------------------------------------------------------------- */
.news-item-title {
}

.news-date {
	text-transform: capitalize;
	font-style: italic;
	font-weight: normal;
}

/*DIRECTORS
-------------------------------------------------------------- */
.director-item {
	overflow: hidden;
	margin: 30px 0 0 10px;
}

.director-item-img {
	width: 18%;
	max-width: 100px;
}

.director-item-img img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.director-item-text {
	width: 80%;
}

.director-item-title {
	color: #ed7743;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

.director-item-text p:first-of-type {
	margin-top: 0;
}

.director-item:last-of-type {
	margin-bottom: 50px;
}

/*EVENTS
-------------------------------------------------------------- */
#event {
	overflow: hidden;
}

.event-col-2 {
	width: 100%;	
	text-align: center;
}

.event-title,
.event-subtitle {
	color: #ed7743;
}

.event-title {
	font-size: 120%;
}


.event-subtitle {
	font-size: 110%;
}

.event-item {
	overflow: hidden;
	width: 100%;
}

.event-item-title {
	width: 100px;
	color: #555;
}

.event-item-title p {
	margin: 0;
}

.event-item-text {
	width: 300px;
}

.orange-text {
	color: #ed7743;
}

.event-col-2-item {
	margin: 0 0 30px 0;
	color: #555;
}

.event-col-2-item img {
	width: 70%;
	height: auto;
	vertical-align: middle;
}

.event-sponsor {
	color: #555;
}

#event-speakers {
	overflow: hidden;
}	

.event-speaker-item {
	overflow: hidden;
	margin: 0 0 15px 0;
}

.event-speaker-item-image {
	width: 100px;
}

.event-speaker-item-image img{
	width: 100px;
	height: auto;
	vertical-align: middle;
}

.event-speaker-item-text {
	width: 100%;
}

.back-to-list {
	text-align: right;
}

#past-events {
	margin: 14px 0 0 0;
}

#past-events-title,
#past-events  strong {
	font-style: normal;
}

#past-events a {
	color: #666;
}

#past-events a:hover {
	color: #000;
}

.archived-event-item .census-item-img {
	margin-top: 0;
}

/*FOOTER
-------------------------------------------------------------- */
footer {
	font-size: 80%;
	margin: 20px 0 10px 0;
}

footer p {
	margin: 5px 0 3px 0;
}

.footer-logo {
	margin-right: 5px;
}

#footer-nav-container {
	background: #F9F9FA;
	overflow: hidden;
}

#footer-nav {
	margin: 10px 0 0 0;
	vertical-align: middle;
	float: left;
}

#footer-nav li a {
	color:#666;
	text-decoration: none;
}

.ie7 #footer-nav li.menu-divider {
	padding: 0 4px 0 4px;
}


#footer-nav li a:hover {
	color:#000;
}

#footer-nav li a.active {
	color:#000;
}

#footer-date-map {
	overflow: hidden;
}

.footer-sitemap {
	float: left;
}

/* FORM
-------------------------------------------------------------- */
#reg-form,
.wetell-form {
	margin: 20px 0;
}

#reg-form.inline-form {
	margin: 0 0 20px 0;
}

#reg-form label, 
#respond label,
.wecny-form label { 
	color: #656565;
	vertical-align: middle;
	padding: 3px 0 3px 0;
	width: 100%;
	float: left;
}

#reg-form span,
.wecny-form span {
	color: #656565;
	vertical-align: middle;
	padding: 3px 0 3px 0;
}

#reg-form .textinput, 
#respond .textinput,
.wecny-form .textinput { 
	height: 150px;
	margin: 0 0 2px 0;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	
}

#reg-form .input, 
.wecny-form .input { 
	height: 27px;
	margin: 0 0 2px 0;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	padding-left: 3px;
	width: 100%;
}

#reg-form .narrow,
.wecny-form .narrow { 
	width: 80%;
}

.ie7 #reg-form .input, 
.ie7#.wecny-form .input  {
	padding-top: .8em;
	padding-bottom: .1em;
}

#reg-form label.error, 
.wecny-form label.error { 
	width: 100%;
	float: left; 
	color: red; 
	font-weight: bold;
	vertical-align: middle;
	padding: 0 0 5px 0; 
	font-size: 90%;
}


#reg-form input.error, 
.wecny-form input.error  {
	border-color: red;
	border-style: solid;
	border-width: 1px;
}

#formMsg {
	padding: 20px 0 0 0;
	color: black;
}

.submit {
	background: #9ca4ad;
	border: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 100%;
	text-decoration: none;
	cursor: pointer;
	line-height: 21px;
	font-weight: bold;
}

.submit:hover {
	color: #222;
	background: #fff; /* Old browsers */
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa; 
}

#form-results {
	color: #333;
}

.ajaxloading {
	height: 140px;
	padding: 20px;
	width: 100%;
	text-align: center;
	background: url(../images/360.gif) center center no-repeat;
}

#paypal {
	display: none;
}

/* MEDIA QUERIES
-------------------------------------------------------------- */
/* 480px */
@media only screen and (min-width: 480px) {

	.event-item-title p {
		margin: 12px 0 14px 0;
	}
	
	.event-item-text {
		width: 300px;
	}

}

/* 500px*/
@media only screen and (min-width: 500px) {

	.col-1 {
		width: 186px;
	}

	.home-col-1 {
		width: 35%;
		margin-right: 3%;
	}
	
	.col-2 {
		width: 62%;
		margin-right: 0;
	}
	
	.col-3 {
		width: 62%;
		margin-right: 0;
	}
	
	.col-content {
		margin-left: 0;
	}
	
	.col-item  ul {
		margin: 10px 0 0 0;
	}
	
	.col-item  img,
	.callout img {
		max-width: 100%;
		width: 100%;
		height: auto;
		vertical-align: middle;
		display: block;
	}
	
	.footer-sitemap {
		float: right;
	}	

	.census-imgs ul li {
		float: none;
		width: 100%;
	}
	
	.census-imgs img {
		width: auto;
		height: auto;
		vertical-align: middle;
	}

}


/* 600px */
@media only screen and (min-width: 600px) {

	#nav {
		display: block;
	}

	#mobile-nav  {
		display: none;
	}

	.col-1 {
		width: 25%;
		margin-right: 3%;
	}

	.home-col-1 {
		width: 25%;
		margin-right: 2.5%;
	}

	.col-2 {
		width: 72%;
		margin-right: 0;
	}
	
	.home-col-2 {
		width: 40%;
		margin-right: 2.5%;
	}
	
	.col-3 {
		width: 30%;
		margin-right: 0;
	}
	
	.col-content {
		margin-left: 15px;
	}
	
	.col-item  img {
		max-width: 100%;
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	
	#reg-form .narrow,
	.wecny-form .narrow { 
		width: 50%;
	}

	.divColumn {
		float: left !important;
		width: 33.3% !important;
	}
	
}


/* 800px */
@media only screen and (min-width: 800px) {

	.ie7 #content-wrap {
		width: 800px!important;
	}

	#container {
		padding: 15px 5px;
		margin: 0 auto;
		width: 810px;
	}
	
	.col-1 {
		width: 186px;
		margin-right: 11px;
	}
	
	.home-col-1 {
		width: 182px;
		margin: 0 15px 0 0;
	}

	.home-col-2 {
		width: 355px;
		margin: 0 15px 0 0;
	}
	
	
	.col-3 {
		width: 230px;
		margin-right: 0;
	}
	
	.col-2-content {
		width: 595px;
		margin-right: 0;
		margin-left: 5px;
	}
	
	.col-content {
		margin-left: 15px;
	}
	
	.col-item  img {
		width: auto;
		height: auto;
	}

	#banner {
		height: 179px;
		width: 800px;
	}
	
	#banner p {
		position: absolute;
	}
	
	#banner-line-1 {
		left: 40px;
		top: 90px;
	}
	
	#banner-line-2 {
		top: 120px;
		left: 100px;
	}
	
	.supporter {
		float: left;
		width: 33%;
		margin-bottom: 0;
	}	
	
	.event-col-2 {
		width: 150px;	
	}
	
	.event-item {
		width: 400px;
	}
	.event-item-title {
		width: 100px;
	}
	
	.event-item-title p {
		margin: 12px 0 14px 0;
	}
	
	.event-item-text {
		width: 350px;
		margin-left: 15px;
	}
	
	.event-col-2-item {
		margin: 0 0 30px 0;
		color: #555;
	}
	
	.event-speaker-item-image {
		width: 100px;
	}
	
	.event-speaker-item-text {
		width: 400px;
		margin-left: 15px;
	}

	.director-item-img {
		width: 100px;
	}
	
	.director-item-text {
		width: 475px;
	}
	
	.census-item-img {
		width: 150px;
	}
	
	.census-item-text {
		width: 405px;
	}
	
	.callout img {
		display: block;
	}

}
