/* default.css
   Edit or overide these styles 
   to create a custom layout
*/
 
/********** Page Layout ***********/
 
body { 
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}
div#head {
	margin-top: 1em;
}
div#head h2 {
	font-family: Georgia, "Times New Roman", serif; 
  letter-spacing: 1px;
	margin-bottom: 0;
}
div#head p {
	font-style: italic;
}
 
/************* Search **************/
div#search-results h2 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 0.5em 0;
  font-family: Georgia, "Times New Roman", serif; 
}
div#search-results div.result-group {
  margin-bottom: 4em;
}
div#search-results p strong.highlight {
  background-color: #ffff66;
}
 
/************ Resources ************/
 
div.article, div.newsitem, div.post, div.event {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 2em;
}
div.article h2, div.newsitem h2, div.post h2, div.event h2 {
  font-family: Arial;
  margin-bottom: 0px;
}
div.article a, div.newsitem a, div.post a, div.event a {
  text-decoration: none;
}
div.article img, div.newsitem img, div.post img {
  float: right;
  margin: 0 0 1em 1.5em;
}
div.post, div.newsitem {
  border-width: 0;
}
div.post h2, div.newsitem h2 {
  margin: 0 0 0.5em 0;
  text-align: center;
}
div.post h4, div.newsitem h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
  background: #fafafa;
  margin-bottom: 2em;
}

/********* Articles, News *********/
div.article img, div.newsitem img, div.post img {
  float: right;
  margin: 0 0 1em 1.5em;
}
 
/*********** News & Blog **********/
div#archive {
  text-align: right;
}
div#archive div.year {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
div#archive h5 {
  font-weight: normal;
}
div#archive h5.year a {
  color: #666;
}

/*********** Components ***********/
div#components {
  text-align: left;
}
div.component {
  border-bottom: 1px solid #ddd;
  padding: 0 0 1em 0;
  margin-bottom: 2em;
  text-align: left;
}
div.component h3, div#archive h3 {
  font-family: Georgia, "Times New Roman", serif; 
}
 
/************ Comments ************/
div#comments {
	clear: both;
	margin-top: 2em;
}
div.comment {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  padding: 1em;
}
div.comment.even {
  background: #fbfbfb;
}
div#commentform {
	clear: both;
	margin-top: 2em;
}
 
/*********** Main Menu ************/
ul.menu {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  border-top: 1px solid #ccc;
	font-size: 1.1em;
}
ul.menuchild, ul.submenuchild {
  padding-left: 1.5em;
  margin: 0.5em 0 -0.5em 0;
  list-style: none;
}
div#secondary-menu ul.menu  {
  margin-top: 45px;
}
ul.menu li {
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  padding: 0.7em 0;
}
ul.menu li.selected {
  background: #fafafa;
}
ul.menuchild li {
  border-width: 0;
  border-top: 1px solid #ccc;
}
ul.menu li a {
  text-decoration: none;
}
ul.menu li.add a {
  color: #999;
}
 
/******** Horizontal Menu *********/
div.horizontal-menu ul.menu {
  border-width: 0;
  float: left;
  border-bottom: 1px solid #ddd;
  margin: 0px !important;
  width: 100%;
}
div.horizontal-menu ul.menu li {
  line-height: 24px;
  padding: 0 1em;
  background: #f9f9f9;
  border-width: 0;
}
div.horizontal-menu ul.menu li.top {
  float: left;
  border-right: 1px solid #ddd;
  position: relative;
  z-index: 1;
}
div.horizontal-menu ul.menuchild {
  display: none;
  position: absolute;
  left: -1px;
  top: 19px;
  padding: 0px;
  background-color: #999;
  z-index: 1;
}
div.horizontal-menu ul.submenuchild {
	display: none;
}
li:hover ul.menuchild, li.over ul.menuchild { 
  display: block;
}
div.horizontal-menu ul.menuchild li > ul.menuchild {
  top: auto;
  left: auto;
}
div.horizontal-menu ul.menuchild li {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
 
/********** Pagination ***********/
.pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
}
.pagination a {
    padding: 1px 5px 1px 5px;
    margin: 2px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.pagination a:hover, .pagination a:active {
    border: 1px solid #4488bb;
    color: #333;
}
.pagination span.current {
    padding: 1px 5px 1px 5px;
    margin: 2px;
    border: 1px solid #4488bb;
    font-weight: bold;
    background-color: #4488bb;
    color: #fff;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}
 
/************ Calendar ***********/
 
table.calendar {
  margin: 0 0 2em 0;
}
table.calendar td {
  border-width: 0;
  border-bottom: 1px solid #ddd;
}
table.calendar th {
	background: #fff;
	text-align: center;
}
table.calendar th a {
  font: 28px Georgia, "Times New Roman", serif; 
  text-decoration: none;
}
.monthName {
  font: 18px Georgia, "Times New Roman", serif; 
  padding-bottom: 0.5em;
}
.dayName th {
  font-size: 0.8em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  color: #666;
}
.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
}
.otherMonth {
  color: #eeeeee;
  background-color: white;
}
.day, .specialDay {
  text-align: center;
  background-color: #bbccff;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ffffdd;
}
.weekendDay.specialDay {
  background-color: #ffffee;
  color: #666;
}
.today{
  background-color: #4682b4;
}
