HTML > BODY .cnMainContainer {
    background-color: #f7c1d8;
}

.cnMainContainer .cnTopArea {
  background: #f6accc;
  width: 100%;
}

.WaGadgetBreadcrumbs ul li + li:before {
  background-color: #6bb963;
}

.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
   background: url('http://akaepsilonpiomega.org:80/resources/Theme/login_button.png') center center no-repeat;
  display: inline-block;
  height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  color: #333333;
}

.cnFooterContainer .footerContentHolder {
  background: #000000;
}


HTML > BODY .cnPrimaryContentContainer .d7PrimaryContentContainer {
background: none;
}

HTML > BODY .cnPrimaryContentContainer .d7PrimaryContentContainer {
background: none;
}

HTML > BODY .cnMainMenuContainer .d2 {
    background: none repeat scroll 0 0 transparent;
}

HTML > BODY #id_LoginBoxGadget .loginContainer .d2 {
    background: none;
}

.cnMainMenuContainer .mainMenu .menuLevel1 td .d2 {
    background: url("http://66.7.200.81/~akaepsil/images/menuedge.png") no-repeat scroll right top transparent;
}

.cnClipMainContainer .d8 {
    padding-top: 0;
}


DIV.artBoxContainerType-003 DIV.artBoxGeneralInnerContainer DIV.artBoxTitleInnerContainer DIV.artBoxContent, .cnPrimaryContentBlock1Content DIV.artBoxContainerType-003 H4.artBoxTitle {
    color: #DD719D;
}

.cnFooterPoweredByContainer {
  display: none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none !important;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none !important;
}

HTML > BODY #id_JpFJ3Gl.WaLayoutContainerOnly {background-color: #ef869b !important; }

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}
.WaGadgetRecentBlogPosts ul li .date
{ display: none; }/* ==========================================
   EPSILON PI OMEGA EVENT CALENDAR COLORS
   Pink:  #ffc0cb
   Green: #009933
   White: #ffffff
   Black: #000000
   ========================================== */

/* Calendar month heading */
.WaGadgetEventsStateCalendar h3.sectionTitle {
    color: #009933 !important;
}

/* Weekday headings: Sunday through Saturday */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar
td.EventListCalendarHeader {
    background-color: #009933 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    font-weight: bold !important;
}

/* Main calendar background and border */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar {
    background-color: #ffffff !important;
    border: 1px solid #009933 !important;
}

/* Calendar grid lines */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar td {
    border-color: #ffc0cb !important;
}

/* Regular calendar days */
.WaGadgetEventsStateCalendar
.monthViewType
td.EventListCalendarItemDefault {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Dates outside the current month */
.WaGadgetEventsStateCalendar
.monthViewType
td.EventListCalendarItemInactive {
    background-color: rgba(255, 192, 203, 0.28) !important;
    color: #000000 !important;
}

/* Highlighted/current day */
.WaGadgetEventsStateCalendar
.monthViewType
td.EventListCalendarItemSelected {
    background-color: #ffc0cb !important;
    color: #000000 !important;
}

/* Calendar date numbers */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar a.calendarDate {
    color: #000000 !important;
}

/* Event boxes: replace WildApricot's automatic blue */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar td > div {
    background-color: #009933 !important;
    color: #ffffff !important;
    border-left: 4px solid #ffc0cb !important;
}

/* Event titles and event times */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar td > div a,
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar .eventTime {
    color: #ffffff !important;
}

/* Event hover color */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar .eventDivItem:hover,
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar .eventContainerHover {
    background-color: #ffc0cb !important;
    color: #000000 !important;
}

/* Event title while hovering */
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar .eventDivItem:hover a,
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar .eventContainerHover a,
.WaGadgetEventsStateCalendar
.monthViewType
.EventListCalendar .eventContainerHover .eventTime {
    color: #000000 !important;
}

/* Week, Month, Year, Previous, Today and Next buttons */
.WaGadgetEventsStateCalendar
#idViewSwitchersTable div[id*="Button"] a {
    background-color: #009933 !important;
    color: #ffffff !important;
}

/* Selected calendar-view button */
.WaGadgetEventsStateCalendar
#idViewSwitchersTable div[id*="Button"] span {
    background-color: #ffc0cb !important;
    color: #000000 !important;
}

/* Calendar button hover */
.WaGadgetEventsStateCalendar
#idViewSwitchersTable div[id*="Button"] a:hover {
    background-color: #ffc0cb !important;
    color: #000000 !important;
}

/* Switch to List View link */
.WaGadgetEventsStateCalendar .listModeLink {
    color: #009933 !important;
    font-weight: bold !important;
}