/*
Theme Name:		WP Framework

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


body {
      margin-top: 0px;
      font-family: arial, sans-serif;
      background-image: url(/SiteImages/Marble-Background.png);
      }

br.clear {
     clear: both;
     }

div.container {
     width: 990px;
     margin-left: auto;
     margin-right: auto;
     border-style: solid;
     border-top-style: none;
     border-width: 5px;
     border-color: #ffd503;
     background-color: white;
     }

div.header {
     padding: 12px;
     }

div.logo {
     float: left;
     }


div.HeadImages {
     float: right;
     padding-right: 10px;
     padding-top: 5px;
     }

div.HorizLine {
     margin-top: 8px;
     margin-left: 20px;
     clear: both;
     padding-bottom: 5px;
     }

div.SmHorizLine {
     margin-top: 8px;
     margin-left: 70px;
     clear: both;
     }

a img {
     border: none;
     }

div.PrimaryLinks {
     margin-top: -10px;
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 10px;
     }

div.PrimaryLinks a {
     text-decoration: none;
     color: black;
     font-size: 14pt;
     }

div.PrimaryLinks ul {
     list-style: none;
     }

div.PrimaryLinks ul li{
     float: left;
     }

div.SecondaryLinks {
     margin-top: -10px;
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 10px;
     }

div.SecondaryLinks a {
     text-decoration: none;
     color: black;
     font-size: 12pt;
     }

div.SecondaryLinks ul {
     list-style: none;
     }

div.SecondaryLinks ul li{
     float: left;
     }

div.primary {
     padding: 20px;
     }

div.LeftColumn {
     width: 380px;
     text-align: center;
     float:left;
     }

div.RightColumn {
     width: 570px;
     float: left;
     background-image: url(/SiteImages/Trenton-Crest-Background.png);
     background-repeat: no-repeat; 
     background-position: center center;
     }

div.singular {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
     background-image: url(/SiteImages/Trenton-Crest-Background.png);
     background-repeat: no-repeat; 
     background-position: top center;
     min-height: 350px;
     }

div.ContactColumn {
     float: left;
     width: 180px;
     margin-right: 18px;
     }

div.footer {
     text-align: center;
     font-size: 8pt;
     }

img.RightPhoto {
     float: right;
     padding-left: 10px;
     padding-right: 10px;
     }

img.alignright { 
     float: right;
     padding: 10px;
     }

div.title {
     text-align: center;
     }

div.Calendar {
     border-style: solid;
     border-width: 2px;
     border-color: #ffd503;
     }
  
div.Calendar h2 {
     text-align: center;
     }

table.MainNav {
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     margin-bottom: -10px;
     }

td.MainNav {
     height: 50px;
     width: 110px;
     padding-left: 17px;
     padding-right: 17px;
     }

table.SecNav {
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     margin-bottom: -10px;
     }

td.SecNav {
     height: 50px;
     width: 110px;
     padding-left: 20px;
     }

  .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        margin-bottom:6px; 
        padding:0px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
