/*	Author Name	: Hampshire Educational Collaborative
	Author Site	: collaborative.org
	Style Name	: MOEC
	Style URI	: moecnet.org
	Version		: 1.1
	Comments	: Massachusetts Organization of Educational Collaboratives.
	Palette     : Blue #4D85C5, Green #78A22E, Gray #D3D3D3, Lighter Gray #EEEEEE */

@import url("MOECplugins.css");

body {
background : #eeeeee url(bg.png) repeat-x top left;
background-attachment : fixed;
}
#page {
padding-top : 0;
border : 1px solid #d3d3d3;
}
#header {
background : #ffffff url(header.jpg) no-repeat center center;
}
#header .description {
display : none;
}
ul.menu li a {
color : #888888;
background : white;
}
ul.menu li a:hover {
background : #4d85c5;
color : white;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
color : white;
background : #78a22e;
}
h1, h2, h3, h4, h5 {
font-family : "Times New Roman", Times, serif;
}
h1.blog-title {
display : none;
}
h2 {
text-align : left;
font-size : 2.5em;
font-weight : normal;
letter-spacing : 3px;
font-variant : small-caps;
color : black;
}
.entry-title {
font-size : 2em;
}
.entry-content h3 a:link, .entry-content h3 a:visited {
color : red;
}
.entry-content h3 {
font : normal 2em "Times New Roman", Times, serif;
}
body.page .entry-content h4 {
font : normal 1.5em "Times New Roman", Times, serif;
letter-spacing : 0.1em;
}
body.page .entry-content h5 {
font : normal 1.2em "Times New Roman", Times, serif;
letter-spacing : 0.1em;
color : black;
background : transparent;
}
.entry-content h4 a:visited {
color : black;
}
.entry-content {
text-align : left;
}
.comments, .commentslink {
display : none;
}
#members h4 a:link, #members h4 a:visited {
text-align : left;
color : #4d85c5;
background : white;
}
#members h4 a:hover {
color : #78a22e;
background : white;
}
.districts {
height : 15em;
overflow : auto;
}
.districtsWrap {
width : 500px;
}
.districtsWrap th.dis {
width : 175px;
text-align : left;
}
.districtsWrap thead {
border-bottom : 1px solid #bbbbbb;
}
.districtsList {
color : black;
width : 475px;
}
.districtsList thead {
text-align : left;
}
.districtsList th {
width : 175px;
text-align : left;
}
.districtsList tr.alt {
background : #dddddd;
}
#services {
text-align : center;
background : white;
border : 1px solid #d3d3d3;
}
#services td {
padding : 0.5em;
vertical-align : middle;
border : 1px solid #d3d3d3;
}
#services tr.alt {
background : #dddddd;
}
#services h4 {
text-align : left;
}
#footer {
font-family : "Times New Roman", Times, serif;
font-variant : small-caps;
letter-spacing : 0.3ex;
font-size : 1em;
}
#footer a:link, #footer a:visited {
border : none;
text-decoration : none;
}
.entry-content ol li {
list-style-type : upper-roman;
}
.entry-content ol ol li {
list-style-type : upper-alpha;
}
.entry-content ol ol ol li {
list-style-type : decimal;
}
.entry-content ol ol ol ol li {
list-style-type : lower-alpha;
}
.entry-content ol ol ol ol ol li {
list-style-type : lower-roman;
}