/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

.contentheading {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #32632f;
  margin-top: -3rem;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #32632f;
    border: 1px solid transparent;
}

#jevents_body {
    border: none;
    background-color: #fff;
    border-radius: 4px;
    padding: 2rem;
    border: 1px solid #ede5d5;
}
.jev_toprow div.currentmonth {
    border-top: 1px solid #32632f;
    border-bottom: 1px solid #32632f;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background: linear-gradient(to bottom,#d5a95c 0,#956e43 100%);
    color: #FFF;
}
#jevents_body .nav-items > div a:hover {
    background-color: #d5a95c;
    border-left: 1px solid #d5a95c;
}
.nav-items > div:first-child {
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #d5a95c;
}
.nav-items > div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #d5a95c;
}
.nav-items > div {
    border: 1px solid #d5a95c;
}
#jevents_body .nav-items > div a, 
#jevents_body .nav-items > div a:hover{
    padding: 6px 12px 5px 12px;
}
#jevents_body .nav-items div.active a:hover, 
.jev_header2 .active a:hover {
    border-left: 1px solid #d5a95c;
}
.new-navigation > * {
  border-radius: 0;
}
.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
    color: #474747!important;
    font-weight: 400;
}
#jevents_body ul.ev_ul li.ev_td_li {
    font-size: 0.9rem;
}
a.ev_link_row:link, 
a.ev_link_row:visited, 
a.ev_link_row:hover {
    font-size: 1.3rem;
    color: #32632f;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Merriweather';
}
a.ev_link_row:hover {
    text-decoration:underline;
}
#jev_maincal {
    background-color: #fff;
    border: none;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
    background-color: #5b8259;
    color: #fff;
    border: none;
}

.jev_listview .jev_listrow {
    border-color: transparent;
    background-color: #f2f9f2;
    margin-bottom: 1rem;
}

#jevents * {
  border-radius: 0 !important;
}
#jevents_body ul.ev_ul li.ev_td_li {
    border-color: transparent !important;
}
.jev_toprow .jev_header2 {
    height: 2rem;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    min-height: 2rem;
}
.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
    line-height: 2rem;
}
.jev_toprow div.currentmonth {
    width: 49%;
}

.jev_evdt .jev_evdt_title {
    font-size: 2.25rem;
    font-family: 'Merriweather';
    font-weight: 700;
	color: #d5a95c;
}
#jevents_body .contentpaneopen table, #jevents_body .contentpaneopen td, #jevents_body .contentpaneopen tr, #jevents_body .contentpaneopen p, #jevents_body .contentpaneopen div {
    line-height: 1.6rem;
}

.jev_evdt_location span {
  font-weight: 700;
}