/* HTML Tag Redefinition */
html, body {
  height: 100%;
}

body {
  background: #e5e5e5 url('/themes/totarasprings/images/background.png') left top repeat-x;
  padding: 0;
  margin: 0;
}

body.home {

}


img {
  border: 0
}

a {
  cursor:pointer;
  outline: 0;
}

label {
 font-weight:bold;
}
fieldset {
  border:1px solid #ccc;
}

/* error text class optionally provided by theme */
div.ccm-error-response {
  color: #f00;
  margin-bottom: 12px;
}

#top_border {
  border-top: 4px solid #B2CA45;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#top_phone {
  position: fixed;
  top: 4px;
  right: -1px;
  display: block;
  float: right;
  width: 155px;
  height: 28px;
  background: transparent url('/themes/totarasprings/images/sprite.png') left -56px no-repeat;
  font-size: 0;
  text-indent: -999em;
}

h2.we_welcome {
  height: 20px;
  background: transparent url('/themes/totarasprings/images/sprite.png') left -141px no-repeat;
  font-size: 0;
  text-indent: -999em;
  margin: 0 0 0px 0;
  color: #fff;
}

h2.events_we_run {
  height: 16px;
  background: transparent url('/themes/totarasprings/images/sprite.png') left -121px no-repeat;
  font-size: 0;
  text-indent: -999em;
  margin: 7px 0 2px 0;
  color: #fff;
}

/* events page */
.events_nav {
  margin: 0;
  padding: 0;
}

.events_nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.events_nav h2 a {
  display: block;
}


/* TOP NAV */
#top_nav {
  float: right;
  width: 700px;
  margin-top: 48px;
  padding: 0;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: normal;
}

#top_nav ul.nav {
  padding: 0;
  margin: 0;
}

#top_nav ul.nav li {
  float: right;
  list-style-type: none;
}


#top_nav ul.nav li a {
  display: block;
  padding: 0 10px;
  color: #5F725D;
  text-decoration: none;
  text-transform: lowercase;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

#top_nav ul.nav li a.nav-selected {
  border: 2px solid #B2CA45;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 26px;
  line-height: 26px;
}

#top_nav ul.nav li a:hover {
  color: #859D38;
  text-decoration: none;
}

/* SIDEBAR NAV */
#sidebar ul.nav {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", arial, sans-serif;
}

#sidebar ul.nav li ul {
  margin: 0;
  padding: 0;
}

#sidebar ul.nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar ul.nav li ul li {

}


#sidebar ul.nav li a {
  display: block;
  padding: 0 6px;
  color: #747C73;
  background: #D4D8D3;
  text-decoration: none;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 2px;
}



#sidebar ul.nav li ul li a {
  background: #DCE6B0;
  color: #626961;
}

#sidebar ul.nav li ul li a:hover {
  background: #BDD065; /* green-hover */
  background: #DCE6B0;
}

#sidebar ul.nav li.nav-path-selected > a, #sidebar ul.nav li.nav-path-selected > a:hover {
  background: #B2CA44;
}

#sidebar ul.nav li a.nav-selected, #sidebar ul.nav li a.nav-selected:hover {
  background: transparent url('/themes/totarasprings/images/sprite.png') left -176px no-repeat;
  background: transparent url('/themes/totarasprings/images/sprite.png') left -84px no-repeat;
  margin-right: -14px;
  color: #333D32;
}

#sidebar ul.nav li ul li a.nav-selected, #sidebar ul.nav li ul li a.nav-selected:hover {
  background: transparent url('/themes/totarasprings/images/sprite.png') left -204px no-repeat!important;
  color: #626961;
  margin-right: -14px;

}

#sidebar ul.nav li ul li a.nav-selected:hover {
  background: transparent url('/themes/totarasprings/images/sprite.png') left -84px no-repeat;
}

#sidebar ul.nav li a:hover {
  text-decoration: none;
  background: #DADFCA; /* grey-hover */
}

/* view all events link */
#sidebar .view_all_events {
  display: block;
  padding: 0 6px;
  color: #fff;
  background: #5F725D url('/themes/totarasprings/images/sprite.png') 231px top no-repeat;
  text-decoration: none;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 2px;
}
#sidebar .view_all_events:hover {
  background-color: #859E39;
}

/* Page Structure / Navigation */
#page {
  width: 990px;
  margin: auto;
  text-align:left;
}

#page #header {
  height: 104px;
}

#page #header #logo {
  display: block;
  margin-top: 18px;
  width: 288px;
  height: 77px;
  float: left;
  border: 0;
  margin-left: -17px;
}


#page #central{
  clear: both;
}


#page #central  #main_heading {
  float: right;
  width: 700px;
  padding: 0;
  margin-top: 28px;
}

#page #central #body {
  float: right;
  width: 700px;
  width: 654px;
  padding: 0 23px 100px 23px;
}

#page #central #body.home {
  margin-top: -8px;
}



/* SIDEBAR */
#page #central #sidebar{
  float: left;
  width: 259px;
  margin: 0 20px 0 0;
  padding-bottom: 100px;
}

#page #central #sidebar.home {
  margin-top: -422px;
}

#page #central #sidebar h3 {
  color: #5F725D;
  text-transform: uppercase;
  border-bottom: 2px solid #5F725D;
  font-weight: normal;
  margin-top: 18px;
}

#page #central #sidebar img {
  border: 5px solid #fff;
}

/* BLOG LIST SIDEBAR (on about page) */

.blog_list_sidebar h3 {
  margin-bottom: 16px;
}

.blog_list_sidebar h4 {
  color: #333D32;
}

.blog_list_sidebar p {
  padding-right: 25px;
  margin-bottom: 30px;
}

.blog_list_sidebar h4 a {
  color: #333D32;
  font-weight: normal;
  font-size: 18px;
}

.blog_list_sidebar a.read_more {
  color: #859E39;
  text-transform: uppercase;
  font-weight: bold;
}

/* FOOTER */
#footer{
  height: 54px;
  line-height: 54px;
  background: #333D32;
  color: #5F725D;
  clear: both;
  padding: 0 10px;

  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer.footer_edit_mode {
  position: static;
}

#footer a {
  text-decoration: none;
  color: #888;
}

#footer p {
  float: left;
  width: 80%;
}

#footer span.sign-in {

}

#footer #forum_link {
  display: block;
  float: right;
  width: 82px;
  height: 32px;
  background: transparent url('/themes/totarasprings/images/sprite.png') -178px top no-repeat;
  font-size: 0;
  text-indent: -999em;
  margin-top: 10px;
}

#footer #forum_link:hover {
  background-position: -96px top;
}

#footer #facebook_link {
  display: block;
  float: right;
  width: 34px;
  height: 34px;
  background: transparent url('/themes/totarasprings/images/sprite.png') -62px top no-repeat;
  font-size: 0;
  text-indent: -999em;
  margin-top: 10px;
  margin-left: 9px;
}

#footer #facebook_link:hover {
  background-position: -28px top;
}

/* Page Elements */

.pagingNav{ margin:16px 0 8px 0}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}
div.pageSection { margin-bottom: 10px; }

/* customize_miscellaneous */ /* customize_miscellaneous */


.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* blog in sidebar */
.home #blog-index {
  margin-top: -12px;
  margin-bottom: 0;
  min-height: 282px;
  overflow: hidden;
}

.home #blog-index entry {
  margin-top: 0;
  padding-top: 0;
}

.home #blog-index h2 {
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: 300 !important;
}

#blog-index h2 {
  background: none;
  color: #444;
  font-size: 21px;
  padding: 0;
  margin-left: 0;
  line-height: 30px;
  font-weight: 300;
}

#blog-index img {
  float: left;
  margin: 4px 10px 10px 0;
}

.blog_entry .meta {
  float: right;
  margin-top: -38px;
  line-height: 20px;
}

.home #blog-index .excerpt {
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 6px;
}

.excerpt { line-height: 24px; }
.excerpt p { margin-bottom: 0px !important; }

.home #blog-index .title h3
{
font-size: 13px; line-height: 18px !important; margin-bottom: 0px; padding-bottom: 0px;
}

#blog-index .title h3 {

font-size: 18px;
line-height: 33px;
padding-top: 3px !important;

}

#blog-index .title h3 a {
  color: #004A80;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

#blog-index .title h3 a:hover {
  text-decoration: underline;
}

#blog-index .meta a{
  color: #004A80;
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
}

#blog-index .meta a:hover {
  text-decoration: underline;
}

.blog-entry-divider {
  border-top: 1px solid #BBB9B6;
  border-bottom: 1px solid #BBB9B6;
  margin-bottom: 35px;
}

.home .blog-entry-divider {
  margin-bottom: 0;
  margin-top: 5px;
  border-top: 1px solid #C2C0BC;
  border-bottom: 1px solid #E0DEDB;
}

.home #blog-index .blog-entry-divider:last-child {
  border: 0;
  margin: 0;
}

.view_all_news_articles, #body.blog_entry .view_all_news_articles {
  display: block;
  margin: 14px 0 60px 0;
}

.stButton .stLarge {
  z-index: 0;
}

#body .view_all_news_articles {
  display: none;
}

#page #central #body .view_all_news_articles img {
  border: 0;
}

#body #rss {
  display: none;
}

#body ul li.blue {
  color: #004A80;
}

#body ul li div.normal {
  color: #444;
}



#body #blog-index .title h3 {
  font-size: 18px;
  font-weight: normal!important;
  margin: 10px 0 22px 0;
  background: #BBB9B6;
  line-height: 36px;
  color: #004A80;
  padding: 0 10px;
  font-family: nudista-web,sans-serif;

}

#body #blog-index .title h3 a {
  font-weight: normal;
}

.news_date {
  float: right;
}

#ie6_support {
  background: #f00;
  color: #fff;
  padding: 15px;
  margin: 0 15px;
}

/* Search */
#search_form {
  margin-bottom: 30px;
}

#search_input {
  display: block;
  float: left;
  width: 177px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  background: transparent url('/themes/totarasprings/images/search-input.png') left top no-repeat;
  border: 0;
  margin-top: 2px;
  font-size: 14px !important;
  color: #000;
  font-weight: normal;
}

#search_submit {
  display: block;
  float: right;
  width: 87px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  background: transparent url('/themes/totarasprings/images/search-button-text.png') left top no-repeat;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

/* SUBSCRIBE */
#subscribe_form h4 {
  width: 175px;
  margin: 0 0 8px 0;
  font-family: nudista-web,sans-serif;
  font-weight: 400!important;
  font-size: 16px;
}

#subscribe_input {
  display: block;
  float: left;
  width: 158px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  background: transparent url('/themes/totarasprings/images/subscribe-input.png') left top no-repeat;
  border: 0;
  margin-top: 0;
  color: #777777;
  font-size: 14px;
  font-style: italic;
}

#subscribe_submit {
  display: block;
  float: right;
  width: 107px;
  height: 85px;
  line-height: 85px;
  padding: 0;
  background: transparent url('/themes/totarasprings/images/subscribe-button-text.png') left top no-repeat;
  border: 0;
  font-size: 0;
  cursor: pointer;
  margin-top: -21px;
}

#subscribe_submit:hover {
  background: transparent url('/themes/totarasprings/images/subscribe-button-text.png') right top no-repeat;
}


/* contact form */
.contact_input {
  display: block;
  float: left;
  width: 158px;
  height: 42px !important;
  line-height: 42px;
  padding: 0px 10px !important;
  background: transparent url('/themes/totarasprings/images/subscribe-input.png') left top no-repeat;
  border: 0px !important;
  margin-top: 0;
  color: #000000 !important;
  font-size: 14px !important;
}
.contact_submit {
  display: block;
  float: left;
  width: 87px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  background: transparent url('/themes/totarasprings/images/send-button-text.png') left top no-repeat;
  border: 0;
  font-size: 0;
  cursor: pointer;
  margin-top: 0px;
}
.contact_submit:hover {
  background: transparent url('/themes/totarasprings/images/send-button-text.png') right top no-repeat;
}

.contact_textarea {
	width: 230px;
	height: 80px;
	background: transparent url('/themes/totarasprings/images/textarea-bg.png') left top no-repeat;
	border: 0px !important;
	color: #000000 !important;
  	font-size: 14px !important;
  	padding: 10px !important;
}



/* news pagination */
#pagination {

}

#pagination span {
  display: block;
  float: left;
  margin-right: 6px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #BBB9B6;
  color: #777;
  font-weight: normal;
}

#pagination span a {
  text-decoration: none;
  color: #004A80;
  display: block;
  width: 36px;
  height: 36px;
}

#pagination span a:hover {
  text-decoration: underline !important;
}

#pagination span.currentPage {
  background: #004A80;
  color: #fff;
}

#pagination span.pagination-left, #pagination span.pagination-right, #pagination span.pagination-left span, #pagination span.pagination-right span, #pagination span.pagination-left a, #pagination span.pagination-right a {
  width: auto;
  background: transparent;
}

#pagination span.pagination-left span, #pagination span.pagination-right span {

}

p.read_more_about {
  margin-top: 20px;
}

#page #central #body p.read_more_about img {
  border: 0;
}



/* Search Results */
.ccm-search-block-form h3,.ccm-search-block-form input{display:none;}
.ccm-search-block-form .searchResult h3{display: block;}


.mailer_check{ visibility: hidden; display: none; }






/* call to action block type */
.call_to_action {
  background: transparent url('/themes/totarasprings/images/call-to-action.png') left top no-repeat;
  width: 671px;
  height: 51px;
  line-height: 51px;
  padding: 0 14px 0 20px;
  margin: 0 -23px;
  font-family: "proxima-nova", arial, sans-serif;
}

.call_to_action p {
  margin: 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

.call_to_action a {
  display: block;
  color: #fff!important;
  text-transform: lowercase;
  font-size: 18px;
  padding: 0 20px;
  margin-top: 4px;
  float: right;
  background: #89A23A;
  text-shadow:-1px -1px 2px #333333;
  height: 39px;
  line-height: 39px;
  border-top: 1px solid #E8EFC7;
  border-bottom: 2px solid #677621;

  background: rgb(177,201,68);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYzk0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NjlmMzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(177,201,68,1) 0%, rgba(134,159,57,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,201,68,1)), color-stop(100%,rgba(134,159,57,1)));
  background: -webkit-linear-gradient(top,  rgba(177,201,68,1) 0%,rgba(134,159,57,1) 100%);
  background: -o-linear-gradient(top,  rgba(177,201,68,1) 0%,rgba(134,159,57,1) 100%);
  background: -ms-linear-gradient(top,  rgba(177,201,68,1) 0%,rgba(134,159,57,1) 100%);
  background: linear-gradient(top,  rgba(177,201,68,1) 0%,rgba(134,159,57,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1c944', endColorstr='#869f39',GradientType=0 );

  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
}

.call_to_action a:hover {
  color: #CCD1CC;
  text-decoration: none;
  border-top: 1px solid #CFD5CF;
  border-bottom: 2px solid #333D32;


  background: rgb(94,113,92);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNzE1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzU1NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(94,113,92,1) 0%, rgba(71,85,70,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,113,92,1)), color-stop(100%,rgba(71,85,70,1)));
  background: -webkit-linear-gradient(top,  rgba(94,113,92,1) 0%,rgba(71,85,70,1) 100%);
  background: -o-linear-gradient(top,  rgba(94,113,92,1) 0%,rgba(71,85,70,1) 100%);
  background: -ms-linear-gradient(top,  rgba(94,113,92,1) 0%,rgba(71,85,70,1) 100%);
  background: linear-gradient(top,  rgba(94,113,92,1) 0%,rgba(71,85,70,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e715c', endColorstr='#475546',GradientType=0 );
}


/* slideshow */
.slideImgWrap {
  background: #fff;
  padding: 10px 0;
position: absolute;
width: 100%;
top:0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.60);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.60);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.60);
}

.slideImgWrap a:hover {
  text-decoration: none!important;
}

.ccm-SlideshowBlock-display {
  padding: 10px 0;
  /*
  margin-left: -23px!important;
  margin-right: -23px!important;
  width: 700px!important;
  */
  position: relative;
  margin-bottom: 10px;
  width: 696px!important;
}


/* content images */
.ccm-image-block, .ccm-blog-post-body img {
  border: 5px solid #fff;
  margin-bottom: 10px;
}

.ccm-image-block.no_border, .ccm-blog-post-body img.no_border {
  border: 0;
}

/* blog */
.ccm-blog-post-title {
  border-bottom: 2px solid #5F725D;
  font-weight: normal;
  color: #333D32;
  font-size: 22px;
  margin-bottom: 30px;
}

h2.ccm-blog-post-title a {
  color: #333D32;
  text-decoration: none;
}

.ccm-blog-post-container {
  border-bottom: 2px solid #5F725D;
  padding-bottom: 20px;
}

.ccm-blog-post-timestamp {
  float: right;
  text-transform: uppercase;
  line-height:34px;
}

.ccm-blog-post-share {
  padding: 10px 0;
}

.ccm-blog-post-share span {
  line-height: 30px;
  height: 30px;
}

/* grouped by month */
h2.ccm-blog-blog-list-entry-month {
  border-bottom: 2px solid #5F725D;
  text-transform: uppercase;
  font-weight: normal;
  color: #333D32;
  font-size: 22px;
}

.ccm-blog-blog-list-entry h3 a {
  color: #333D32;
}

.ccm-blog-blog-list-entry p {
  color: #333D32;
  text-transform: uppercase;
}

/* blog list sidebar */
.ccm-blog-blog-list-sidebar {
  margin: 0 0 0 0;
  padding: 0;

}

.ccm-blog-blog-list-sidebar li {
  list-style-type: none;

}

.ccm-blog-blog-list-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ccm-blog-blog-list-sidebar-year > span {
  font-weight: bold;
  border-bottom: 2px solid #5F725D;
  display: block;
  color: #5F725D;
  padding-left: 15px;
  cursor: pointer;
  line-height: 25px;
  background: transparent url('/themes/totarasprings/images/sprite.png') -472px -0px no-repeat;
}

.ccm-blog-blog-list-sidebar-year.open > span {
  background-position: -475px -25px;
}

.ccm-blog-blog-list-sidebar-year ul {
  display: none;
}

.ccm-blog-blog-list-sidebar-year.open ul {
  display: block;
}

.ccm-blog-blog-list-sidebar-month > span {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #333D32;
  padding-left: 15px;
  cursor: pointer;
  line-height: 25px;
  background: transparent url('/themes/totarasprings/images/sprite.png') -472px -4px no-repeat;
}

.ccm-blog-blog-list-sidebar-month.open > span {
  background-position: -475px -29px;
}

.ccm-blog-blog-list-sidebar-year .ccm-blog-blog-list-sidebar-month ul {
  display: none;
}

.ccm-blog-blog-list-sidebar-year .ccm-blog-blog-list-sidebar-month.open ul {
  display: block;
}

.ccm-blog-blog-list-sidebar-post {
  font-weight: normal;
  background: transparent url('/themes/totarasprings/images/sprite.png') -455px -50px no-repeat;
  padding-left: 30px;
}

li.ccm-blog-blog-list-sidebar-post a {
  color: #333D32;
}

/** blog pagination */
.ccm-blog-blog-list-pagination-links {
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 20px;
}

.ccm-blog-blog-list-pagination-links p {

}

.ccm-blog-blog-list-pagination-links p, .ccm-blog-blog-list-pagination-links a {
  float: left;
}

.ccm-blog-blog-list-next-link, .ccm-blog-blog-list-prev-link {
  width: 34px;
  height: 34px;
  margin-left: 10px;
  float: left!important;
}

.ccm-blog-blog-list-prev-link {

}

.ccm-blog-blog-list-next-link a, .ccm-blog-blog-list-prev-link a {
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -999em;
  background: transparent url('/themes/totarasprings/images/sprite.png') -294px 0 no-repeat;
}

.ccm-blog-blog-list-prev-link a {
  background-position: -260px 0;
}

.ccm-blog-blog-list-next-link a:hover, .ccm-blog-blog-list-prev-link a:hover {
  background: transparent url('/themes/totarasprings/images/sprite.png') -362px 0 no-repeat;
}

.ccm-blog-blog-list-prev-link a:hover {
  background-position: -328px 0;
}


/* totara background block */
div.totara_background_wrap_disabled {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -3;
  background: #fff;
}

.totara_background_fade {
  position: fixed;
  top:0;
  z-index: -1;
  width: 100%;
  height: 700px;
  background: transparent url('/themes/totarasprings/images/fade-background.png') left bottom repeat-x;
  border: 1px solid #f00;
}

div.totara_background {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: -2;
  text-align: center;
}

div.totara_background img {
  width: 100%;
}

/* forum */
table.ccm-discussion-category-list th, table.ccm-discussion-message-list th, .ccm-discussion-menu {
  background-color: #DAE3AE!important;
  color: #626961!important;
}

table.ccm-discussion-category-list th a, table.ccm-discussion-message-list th a {
  color: #626961!important;
}

.u-avatar-box {
  display: none;
}