@charset "UTF-8";
/* CSS Document */


/*====================
	#8dc73f(lite green),
	#37491f(dark green)
====================*/

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
	border: 0;
}
#wrapper {
	background-position: 594px 94px;
	background-size: 505px;
	height: 620px;
	width: 1070px;
	max-width: 1070px;
	margin: 0px auto;
	margin: 0px 10px;
	padding: 20px 0;
	/* background-image: url('books-w-3E-title.jpg'); */
	background-repeat: no-repeat;
}

#wrapper #header {
	width: 100%;
	height: 68px;
	margin: 0 auto;
	padding: 0 0;
	border-bottom: 2px ridge #B9DC8C;
}
#wrapper #header #logo img {
	display: block;
	float: left;
	width: 145px;
	height: auto;
	margin: -4px 0 0 4px;
}

#wrapper #header #navbar {
	display: block;
	/* float: right; */
	width: auto;
	height: auto;
	/* margin: 0 0; */
	margin: 0px auto;
	margin-left: 400px;
}
#wrapper #header #navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#wrapper #header #navbar ul li {
	float: left;
	list-style: none;
	height: auto;
	width: auto;
	margin: 0px 0 0 40px;
	text-align: center;
}
#wrapper #header #navbar li a {
	font-style: normal;
	font-size: 22px;
	line-height: normal;
	color: #8CC640;
	float: left;
	text-decoration: none;
	padding: 20px 5px;
	height: auto;
	width: auto;
	margin: 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#wrapper #header #navbar li a:hover {
	background-color: #8BC53E;
	color: #FFFFFF;
}

#wrapper #header #title {
	display: block;
	width: auto;
	height: auto;
	color: #37481E;
	text-align: right;
	padding: 14px 0;
	margin: 0 10px 0 0;
	font-size: 190%;
	line-height: 100%;
	font-weight: bold;
}


/**=========================================================
   [TEXTBOX-ABOUT]
==========================================================**/
.about {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #222222;
	width: 570px;
	/* margin: 40px 0 0 5px; */
	margin: 30px 0 0 5px;
	padding: 0;
	float: left;
	clear: both;
}

.about h3 {
	color: #37481E;
	/* text-transform: uppercase; */
	margin: 0 0 10px 0;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
}
.about p {
	margin:0 0 30px 0;
}
.about b {
	color: #000000;
	background: none;
	margin: 0px 3px 0px 0px;
}

.about a {
	color: #37481E;
	text-decoration: none;
	padding: 5px 10px;
	background: #8DC73E;
	margin: 0 0;
	float: left;
	border-top: 1px solid #8DC73E;
	border-bottom: 1px solid #8DC73E;
	}
.about a:hover {
	border-top: 1px solid #37481E;
	border-bottom: 1px solid #37481E;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5) inset;
}


.sidebar {
	width: 500px;
	height: auto;
	float: right;
	vertical-align: top;
}
.book {
	margin-top: -650px;
}

/*================================================================*/

#columnwrap {
	font: 14px/17px Arial, Helvetica, sans-serif;
	float: left;
	/* width: 800px; */
	width: 1070px;
	margin:0 0 0 5px;
	padding: 0;
	height: auto;
	display: block;
}
#columnwrap #slogan {
	color: #222222;
	text-transform: uppercase;
	text-align: left;
	display: block;
	/* width: 650px; */
	width: 1070px;
	height: auto;
	float: left;
	padding: 0 0 4px 0;
	/* margin: 42px 0 0 3px; */
	margin: 35px 0 0 3px;
	letter-spacing: -0.025em;
	font-size: 14px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
}

.column {
	float: left;
	/* width: 200px; */
	width: 185px;
	margin: 20px 20px 7px 4px;
	padding: 0;
	/* height: 320px; */
	font-size: 14px;
	line-height: 16px;
}
.column h3 {
	color: #36471E;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0px;
	text-decoration: underline;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.column p {
	font-weight: normal;
	line-height: 14 px;
	margin: 3px 0 10px 0;
	padding: 0px;
}
.column b {
	font-weight: bold;
}

.column ul {
	padding: 0;
	list-style: none;
	margin: 0px;
}
.column a {
	background: #8DC73E;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	float: left;
	height: auto;
	width: auto;
	font-size: 14px;
	line-height: 13px;
	padding: 10px 15px;
	display: block;
	margin: 7px 0 0 0;
	font-weight: bold;
}
.column a:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5)inset;
	color: #FFFFFF;
}
#contributors {
	/* display: block;
	float: left;
	width: auto; */
	width: 550px;
	background: url('http://ny11plus.org/assets/contributor-logos.jpg') 0 0 no-repeat;
	z-index: 999;
}


/*==========================================FIXES==========================================*/

.subnav ul {
	-webkit-padding-start: 5px !important;
	-webkit-margin-after: 0em !important;
}
.subnav ul li {
	display: inline;
	padding-right: 20px;
}
.subnav ul li a {
	color: #8CC640;
	text-decoration: none;
}
.subnav ul li a:hover {
	text-decoration: underline;
}

/*** participating schools ***/
.participating-schools {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #222222;
	width: 570px;
	/* margin: 40px 0 0 5px; */
	margin: 30px 0 0 5px;
	padding: 0;
	float: left;
	clear: both;
}
.participating-schools h3 {
	color: #37481E;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
}
.participating-schools p {
	margin:0 0 30px 0;
}
.participating-schools strong {
	color: #000000;
	background: none;
	margin: 0px 3px 0px 0px;
}

.participating-schools a {
	/* color: #8DC73E; */
	color: #417100;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 0;
	float: left;
}
.participating-schools a:hover {
	text-decoration: underline;
}

/*** Support ***/
.support {
	padding: 30px 0px;
}
.support p {
	font-size: 14px;
	/* color: #36471E; */
	color: #222222;
	line-height: 22px;
	margin-bottom: -20px;
	padding-bottom: 0px;
}
.support a {
	color: #8cc640;
	text-decoration: none !important;
}
.support a:hover {
	text-decoration: underline !important;
}
.support h3 {
	color: #36471E;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0px;
	text-decoration: underline;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.support img {
	width: 175px;
	border: 0px;
	margin-right: 25px;
	vertical-align: top;
}

/*** events ***/
#event-photos {
	text-decoration:none !important;
	text-transform:none;
	color: #fff;
	background-color: #8cc640;
	padding: 2px 5px;
	border-radius: 5px;
}

td.eventstable {
  padding-left: 15px;
}
