/* @override 
	https://www.nationalteachersalliance.org/?css=include/common.v.1340416501
	https://www.nationalteachersalliance.org/?css=include/common.v.1340770180 */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.35;
	font-size: 12px;
	color: #333;
	font-family: Verdana, sans-serif;
	min-width: 1080px;
	background: url(/images/site_images/watermark1.png) no-repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clear {
	clear: both;
}

/* MAIN TEXT */

#title {
	
}
h1 {
	font: small-caps 30px Palatino, "Palatino Linotype";
	margin: 0px 0px 10px;
	padding: 0px;
	color: #666;
}
h2 {
	font: 26px Palatino, "Palatino Linotype";
	margin: 0px 0px 10px;
	padding: 0px;
	color: #666;
}
h3 {
	font: 20px Palatino, "Palatino Linotype";
	margin: 0px 0px 10px;
	padding: 0px;
	color: #666;
}
h4 {
	font: small-caps bold 14px Palatino, "Palatino Linotype";
	margin: 0px;
	padding: 0px;
	color: #666;
}
p {
	margin: 10px 0px;
}
p.large, .large p, .large {
	color: #666;
	font: 16px Palatino, "Palatino Linotype";
}
p.large span, .large p span, .large span {
	color: #669933;
}
a {
	color: #339999;
	text-decoration: none;
}
a.cancel {
	color: #ff1212;
}
a:visited {
	color: #044665;
}
a:hover {
	color: #044665;
	text-decoration: underline;
}
.green, a.green, .green a {
	color: #669933;
}
.gray, a.gray, .gray a {
	color: #666;
}

/* BEFORE COMMON STYLES */

.gray_box {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.last {
	margin-right: 0px;
}

/* STRUCTURE */

#container {
	padding-top: 60px;
	padding-left: 240px;
	min-height: 600px;
}
.big_col {
	width: 1000px;
	float: left;
}
.med_col {
	width: 560px;
	float: left;
	border-right: 1px solid #ccc;
	padding-bottom: 60px;
	min-height: 500px;
}
.small_col {
	width: 259px;
	float: left;
	border-left: 1px solid #ccc;
	margin-left: -1px;
	padding-bottom: 60px;
}
.side_col {
	margin-left: -220px;
	width: 200px;
}
.content_box {
	padding: 20px 0px;
}
.content_box.top {
	padding: 0px 0px 20px 0px;
}
.content_box.body {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px 0px;
}
.content_box.more_link {
	padding-bottom: 0px;
}	
.med_col .content_box {
	padding-right: 20px;
}
.small_col .content_box {
	padding-left: 20px;
}
.border_bottom {
	border-bottom: 1px solid #ccc;
}
.border_left {
	border-left: 5px solid #669933;
}
.list {
	margin-bottom: 10px;
}
.list div {
	color: #666;
	font-weight: bold;
}
.row {
	font-weight: bold;
	margin: 5px 0px;
}
#events .list {

}
.dashed {
	margin-top: 10px;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}
.event_details span {
	font-weight: bold;
}
.address {
	margin: 10px 0px;
}
.address p {
	margin: 3px 0px;
}
/* FORMS */

.field {
	float: left;
	margin-right: 20px;
}
.field.last {
	margin-right: 0;
}
label {
	font-weight: bold;
	color: #666;
}
.map_form label {
	display: block;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 3px;
}
label span {
	color: #669933;
}
input {
	width: 260px;
	height: 25px;
	font-size: 12px;
	color: #666;
	background-color: #F9F7D6;
	padding: 1px 5px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
input.error {
	background-color: #f9d6d6;
	border-color: #fd8080;
}
.map_form input {
	width: 100%;
	height: 20px;
	font-size: 10px;
}
.map_form p.short {
	float: left;
	width: 80px;
}
.map_form p.medium {
	float: left;
	width: 159px;
}
textarea {
	display: block;
	width: 530px;
	padding: 5px;
	font-size: 12px;
	color: #666;
	background-color: #F9F7D6;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.map_form textarea {
	width: 100%;
	height: 80px;
}
.map_form select {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
button, .map_form input[type=submit] {
	width: 70px;
	height: 24px;
	background-color: #F3F0AE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #ccc;
	cursor: pointer;
}
button:hover {
	cursor: pointer;
}

/* MAIN HEADER */

#loginform {
	float: right;
	width: 494px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 10px 20px;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-box-shadow: 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	behavior: url(/images/site_files/PIE.htc);
}
#loginform label {
	font: small-caps bold 12px Palatino, "Palatino Linotype";
}
#loginform input {
	width: 180px;
	height: 20px;
	font-size: 11px;
}
#loginform a {
	font: 10px Verdana;
}
.bluestrip {
	height: 5px;
	background-color: #4498A4;
}
#main_nav {
	height: 60px;
	margin: 1px 0px;
	background-color: #434343;
	padding-left: 240px;
}
#main_nav ul {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
#main_nav li {
	display: inline;
	margin-right: 5px;
	font: small-caps 18px/60px Palatino, "Palatino Linotype";
	color: #ccc;
}
#main_nav a {
	color: #ccc;
}
.nav_selected {
	text-decoration: underline;
}
#logo {
	margin-top: -133px;
	margin-left: 28px;
	float: left;
}
#logo a img {
	border: none;
}

/* HOME */

.home_bucket1, .home_bucket1_link {
	float: left;
	width: 260px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

.home_bucket2, .home_bucket2_link {
	float: left;
	width: 510px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}
.med_col.home, .small_col.home {
	padding-top: 20px;
}
.event_date.home {
	margin-left: 0px;
}
.cat_list {
	padding: 5px 10px 5px 0px;
	border-top: 1px dotted #ccc;
}
.cat_list p {
	margin: 5px 0px 0px 0px;
}
a .cat_list p {
	color: #666;
	font-style: italic;
}
a .cat_list:hover, a .cat_list.cat_selected {
	text-decoration: none;
	background-color: #fff;
	border-left: 3px solid #669933;
	margin-left: -7px;
	padding-left: 4px;
}
.cats a:hover {
	cursor: pointer;
	text-decoration: none;
}

/* COMMON STYLES */

.mason_box {
	float: left;
	width: 228px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px 15px 15px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	behavior: url(/images/site_files/PIE.htc);
}
.featured_schools .mason_box {
	width: 146px;
	padding: 10px;
	padding-top: 15px;
	font-size: 11px;
}
.mason_box:hover {
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}
.mason_content:hover {
}
.mason_content:hover h1 {
	border-left: 3px solid #669933;
	padding-left: 5px;
	margin-left: -8px;
}
.mason_content:hover .more {
	color: #339999;
}
.mason_content .more:hover {
	color: #044665;
}
.mason_box a:hover {
	text-decoration: none;
}
.mason_box p {
	color: #333;
}
.med_col .content_box .mason_box img, .mason_box img {
	float: none;
	margin-left: -15px;
	margin-top: 10px;
}
.med_col .content_box.featured_schools {
	padding-right: 0;
}
.mason_head {
	padding: 5px 10px 0px;
	margin: 0px -15px 15px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
}
.mason_date {
	float: left;
	width: 55px;
	color: #999;
	font-weight: bold;
	margin-right: 10px;
}
.mason_cats {
	float: left;
	width: 173px;
	text-align: right;
	color: #666;
	font: small-caps bold 14px Palatino, "Palatino Linotype";
}
.mason_cats a {
	display: block;
	margin-bottom: 5px;
}
.nta-update {
	background-color: #F9F7D6;
}
.mason_cats span {
	color: #666;
	font: normal 11px Verdana;
}
.mason_comments {
	text-align: right;
	margin: 10px -15px -15px;
	padding: 5px 15px;
	font: small-caps bold 13px Palatino, "Palatino Linotype";
	background-color: #f9f9f9;
	border-top: 1px solid #ccc;
}
.mason_cats a:hover {
	text-decoration: underline;
}
.event_date {
	float: left;
	width: 4em;
	background-color: #fff;
	margin-right: 10px;
	margin-left: -60px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
div.month {	
	font: bold 14px Palatino, "Palatino Linotype";
	text-align: center;
	background-color: #669933;
	color: #fff;
	height: 13px;
	padding-bottom: 1px;
	padding-top: 2px;
	border: 1px solid #669933;
	line-height: 13px;
}

.day {
	font: bold 18px Palatino, "Palatino Linotype";
	color: #669933;
	padding-bottom: 5px;
	padding-top: 6px;
	text-align: center;
	border: 1px solid #ccc;
}
.more {
	display: inline;
	background: url(/images/site_images/more-stack.jpg) no-repeat right top;	
	padding-right: 10px;
	line-height: 1.3;
	margin-bottom: 2px;
}
.small_col .more {
	display: block;
	float: left;
	margin-top: -10px;
	margin-left: 20px;
}
.more:hover {
	color: #044665;
	text-decoration: underline;	
	cursor: pointer;
	background-position: right -13px;
}
.event_cat {
	float: right;
}
.bracket {
	color: #D1D2D3;
	font: 31pt "Times New Roman";
	float: left;
}
#pagetitle {
	color: #336666;
	font: bold 24pt Verdana;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 7px;
	margin-bottom: 30px;
}
#pagetitle a, #pagetitle a:hover{
	color: #336666;
	text-decoration: none;
}
#welcome_text {
	width: 790px;
	background-color: #F9F7D6;
	padding: 15px 15px 5px;
	color: #666;
	margin-bottom: 30px;
	display: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background-color: #F9F7D6;
	background: rgba(249,247,214);
	background: rgba(249,247,214,0.67);
}
#welcome_text p {
	font-weight: bold;
}
a.preview {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
.bloghead {
	padding: 0px 20px 0px 10px;
}
.blog_date {
	float: left;
	font-weight: bold;
	color: #666;
}
.blog_comments {
	float: right;
	font-weight: bold;
}
.blog_category {
	text-align: right;
	margin-right: 20px;
}
span.dsq-commenter-name {
	color: #666;
	font-size: 12px;
}
.med_col .content_box img {
	float: right;
	margin: 0px 0px 10px 10px;
}
icon, .med_col .content_box img.icon {
	float: left;
	margin: -3px 10px 0px 0px;
}
#disqus_thread {
	margin-right: 20px;
}
#disqus_thread h3 {
	color: #669933;
}
button.dsq-button {
	width: inherit;
	text-transform: none;
}
.social_icon {
	float: left;
	margin-right: 10px;
}
.aside {
	float: left;
	width: 200px;
	margin-left: -220px;
	margin-top: 150px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	line-height: 1.35;
}

.author_box {
	padding: 15px 20px 15px 0px;
	border-top: 1px solid #ccc;
}
.overlay {
	display:none;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 8px;
	background:rgba(0,0,0,0.5);
}
.content_wrap {	
	width:700px;
	background-color:#333;
	min-height:200px;
	color: #666;
	background-color: #f2f2f2;
}
.close {
	float: right;
	margin-top: -30px;
	color: #fff;
}
.close:hover {
	color: #fff;
}
#calendar {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0px 0 5px #888;
}
#calendar a {
	color: #fff;
}
table.calendarBG {
	width: 239px;
}
tr.calendarHeader {
	vertical-align: middle;
	background-color: #669933;
	height: 30px;
	color: #fff;
	font: bold 16px Palatino, "Palatino Linotype";
}
tr.calendarHeader th {
	vertical-align: middle;
}
td.calendarDayHeading {
	color: #666;
	font-weight: bold;
}
table.calendarBG td {
	padding: 5px;
	text-align: center;
	vertical-align: center;
	border: 1px solid #efefef;
}
tr {
	border: 0px;
}
#calendar td.calendarLive {
	background-color: #fdfacd;
	font-weight: bold;
}
#calendar td.calendarLive a {
	color: #666;
}
#calendar td.calendarBlank {
	color: #ccc;
}
#themap {
	margin-bottom: 30px;
}
/* FOOTER */

footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	text-align: center;
	color: #666;
	margin-bottom: 10px;
	font-size: 10px;
}
footer ul {
	margin-top: 5px;
}
footer li {
	display: inline;
}

/* AFTER COMMON STYLES */

.last {
	margin-right: 0px;
	border-bottom: none;
}