.calendar-archives {
    position: relative;
    width: 100%;
	font-size: 13px;
}

.calendar-archives * {
    box-sizing: border-box !important;
}

.calendar-archives a,
.calendar-archives a:focus,
.calendar-archives a:active {
    outline: none !important;
}

.calendar-archives.arw-theme1 .calendar-navigation {
    position: relative;
    display: table;
    width: 100%;
}

.calendar-archives.arw-theme1 .prev-year,
.calendar-archives.arw-theme1 .next-year,
.calendar-archives.arw-theme1 .menu-container {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.calendar-archives.arw-theme1 > .archives-years {
    position: relative;
    overflow: hidden;
}

.calendar-archives.arw-theme1 .year {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100%;
    width: 100%;
    z-index: 0;
}

.calendar-archives.arw-theme1 .year-link {
    display: none;
}

.calendar-archives.arw-theme1 .year.last {
    position: relative;
}

.calendar-archives.arw-theme1 .year.current {
    margin-left: 0;
    z-index: 1;
}

.settings_page_Arrchives_Calendar_Widget #TB_ajaxContent, .arcw-preview-zone {
    background-color: #FFFFFF;
}

.calendar-archives a {
    text-decoration: none;
}

.calendar-archives.arw-theme1 .calendar-navigation {
    height: 30px !important;
    margin: 0px 0px 1px 0px;

    color: #ffffff;
	font-size: 13px;

    border-top: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-style: solid;
    border-color: #555555;

    border-radius: 2px;

	background-color: #27567a;
}

.calendar-archives.arw-theme1 .menu-container.months {

    /* (03/05/2016, JCR) - uppercase, set non-hover text color */
	font-weight:bold;
    text-transform:uppercase;
    color: #c6c8c9;
}

.calendar-archives.arw-theme1 .menu-container.months:hover {
    /* (03/05/2016, JCR) - hide underline, hover text white */
	text-decoration: none;
    color: #ffffff;
}

.calendar-archives.arw-theme1 .prev-year,
.calendar-archives.arw-theme1 .next-year {
    width: 32px;
    border-radius: 5px;
    font-size: 15px;
	line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.calendar-archives.arw-theme1 .prev-year > span,
.calendar-archives.arw-theme1 .next-year > span {
	display: block;
	line-height: 30px;
	/* (03/05/2015, JCR) - non-hover color set */
	color: #c6c8c9;
}

.calendar-archives.arw-theme1 .prev-year:hover,
.calendar-archives.arw-theme1 .next-year:hover {
	color: #ffffff;
    background-color: #417196;
    /* (03/05/2016, JCR) - hide underline */
	text-decoration: none;
}

.calendar-archives.arw-theme1 .prev-year:hover span,
.calendar-archives.arw-theme1 .next-year:hover span {
	color: #ffffff;
}

.calendar-archives.arw-theme1 .prev-year.disabled,
.calendar-archives.arw-theme1 .next-year.disabled {
    opacity: 0.4;
    cursor: default;
}

.calendar-archives.arw-theme1 .prev-year.disabled:hover,
.calendar-archives.arw-theme1 .next-year.disabled:hover {
    background: none;
}

.calendar-archives.arw-theme1 .prev-year {
    border-right: 1px #FFFFFF solid;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.calendar-archives.arw-theme1 .next-year {
    border-left: 1px #FFFFFF solid;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.calendar-archives.arw-theme1 .menu-container {
    position: relative;
    height: 30px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

.calendar-archives.arw-theme1 .menu-container:hover {
    background-color: #417196;
}

.calendar-archives.arw-theme1 .menu-container > a.title {
    display: block;
    height: 30px;
    line-height: 30px;
	/* (03/06/2016,JCR - changed color from white */
    color: #c6c8c9;
    vertical-align: middle;
}

/* (03/06/2016, JCR) _ added section for month hover, set color to white, turn off underline */
.calendar-archives.arw-theme1 .menu-container > a.title:hover {
    color: #ffffff;
	text-decoration: none;
}

.calendar-archives.arw-theme1 .menu-container > ul,
.calendar-archives.arw-theme1 .menu-container > ul > li {
    margin: 0;
    padding: 0;
}

.calendar-archives.arw-theme1 .menu-container > ul.menu {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    overflow: hidden;
    border-radius: 5;
    box-shadow: 0 0 10px 0 #000000;
    background: #FFFFFF;
    z-index: 99;
}

.calendar-archives.arw-theme1 .menu-container li {
    display: block;
}

.calendar-archives.arw-theme1 .menu-container li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #7e7e7e;
}

.calendar-archives.arw-theme1 .menu-container li > a:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #417196;
	/* (03/06/2016, JCR) - turn off underline on month list menu */
	text-decoration: none;
}

.calendar-archives.arw-theme1 .menu-container li > a.selected {
    color: #FFFFFF;
    background: #7e7e7e;
}

.calendar-archives.arw-theme1 .menu-container li > a.selected:hover {
    text-decoration: none;
    cursor: default;
    color: #FFFFFF;
    background: #7e7e7e;
}

.calendar-archives.arw-theme1 .arrow-down {
    position: absolute;
    width: 20px;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: ;
    cursor: pointer;
	border-left: 1px #ffffff solid;
}

.calendar-archives.arw-theme1 .arrow-down:hover {
	border-color: #FFFFFF !important;
    background-color: #417196;
}

.calendar-archives.arw-theme1 .menu-container:hover > .arrow-down {
    border-left: 1px #ffffff solid;
}

.calendar-archives.arw-theme1 > .archives-years {
    background-color: transparent;
}

.calendar-archives.arw-theme1 .month,
.calendar-archives.arw-theme1 .day {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    float: left;
    color: #555555;
    background-color: #ffffff;
    border-bottom: 1px transparent solid;
    border-right: 1px transparent solid;
    border-radius: 3px;

	margin-bottom: 1%;
	margin-right: 1%;
}

.calendar-archives.arw-theme1 .month.has-posts a,
.calendar-archives.arw-theme1 .day.has-posts a {
    display: block;
    width: 100%;
    height: 100%;
    color: #c6c8c9;
    border-radius: 3px;
    /*border-bottom: 3px solid #b93207;*/
	background-color: #27567a;
}

.calendar-archives.arw-theme1 .month.has-posts a:hover,
.calendar-archives.arw-theme1 .day.has-posts a:hover {
	background-color: #417196;
	color: #FFFFFF;
}

.calendar-archives.arw-theme1 .month.last,
.calendar-archives.arw-theme1 .day.last {
    border-right: none !important;
    margin-right: 0 !important;
}

.calendar-archives.arw-theme1 .month {
    width: 24.25%;
    height: 50px;
}

.calendar-archives.arw-theme1 .month-name {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
	color: 
}

.calendar-archives.arw-theme1 .postcount {
	display: none;
	color: #CCCCCC;
}

.calendar-archives.arw-theme1 .month.has-posts .postcount {
    display: block;
	color: #FFFFFF;
}

.calendar-archives.arw-theme1 .month.has-posts:hover .postcount {
	color: #FFFFFF;
}

.calendar-archives.arw-theme1 .postcount {
	position: absolute;
    right: 6px;
    bottom: 6px;
	font-size: 14px;
}

.calendar-archives.arw-theme1 .postcount .number {
    font-size: 9px;
}

.calendar-archives.arw-theme1 .postcount .count-text {
    font-size: 9px;
	
}

.calendar-archives.arw-theme1 .day {
    width: 13.427857142857142% !important;
    height: 25px;
	font-size: 14px;
	line-height: 25px;
    text-align: center;
	font-weight: normal;
}

.calendar-archives.arw-theme1 .day.today {
	border-bottom: 4px solid#f0ad4e;;
}

.calendar-archives.arw-theme1 .day.has-posts a {
    height: 25px;
    text-decoration: none;
	font-weight: bold;
}

.calendar-archives.arw-theme1 .day.noday {
	box-shadow: none;
    background: none !important;
	border-bottom: 1px transparent solid;
    border-right: 1px transparent solid;
}

.calendar-archives.arw-theme1 .day.weekday {
    display: inline-block;
	padding: 0;
	height: 22px;
	line-height: 22px;
    border: none;
    font-size: 11px;
	font-weight: normal;
    color: #555555;
    text-transform: uppercase;
    box-shadow: none;
    background: none !important;
}

.calendar-archives.arw-theme1 .week-row {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.calendar-archives.arw-theme1 .week-row.weekdays {
	height: 22px;
	line-height: 22px;
    margin-bottom: 1px;
	background-color: #eaeaea;
}
