/* customize_miscellaneous */ /* customize_miscellaneous */

.decorative-shadow {
  -webkit-box-shadow: 0px 0px 0px 4px #e6e6e6;
  -moz-box-shadow: 0px 0px 0px 4px #e6e6e6;
  box-shadow: 0px 0px 0px 4px #e6e6e6;
}

body {
  /* customize_main_text_color */ color:#666666; /* customize_main_text_color */
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  /*background-image:url(/packages/theme_karma/themes/theme_karma/images/bg-pattern-1.png);*/
}

.wrapper {
  /*-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);*/
  /* customize_wrapper_background_color */ background: #FFF; /* customize_wrapper_background_color */
  margin: 0px auto 0px auto;
}

.wra {
  margin-top: 10px;
}

blockquote {
  padding: 15px 15px 15px 15px;
  margin: 0 0 20px;
  background: #F4F5F7;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-family: 'Abel', sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: none;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #999999;
}

.cont {
  background: #fff;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
}


a {
  /* customize_href_color */ color:#56AC56; /* customize_href_color */
}

a:hover {
  /* customize_href_hover_color */ color:#1676AC; /* customize_href_hover_color */
  text-decoration: none;
}

.well {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  background: #F4F5F7;
  margin-top:30px;
}


.well h3 {
  font-family: 'Abel', sans-serif;
}

.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 2px 6px;
}
.centered {
  text-align: center;
}
.navbar {
  margin-top: 0px ;
  margin-bottom: 1px;
}
.navbar-inner {
  /* customize_navigation_background_color */ background-color:#272fa3; /* customize_navigation_background_color */
  background-image: none;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  -ms-filter: none;
  filter: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navbar .brand,
.navbar .nav > li > a {
  color: #ffffff;
  font-family: 'Abel', sans-serif;
  text-shadow: 1px 1px 1px #595459;
  filter: dropshadow(color=#595459, offx=1, offy=1);
  font-size: 15px;
  text-shadow: none;
  padding: 15px 25px;
  background: url(/packages/theme_karma/themes/theme_karma/images/divider.png) no-repeat right 50%;
}
.navbar .brand:hover,
.navbar .nav > li > a:hover {
  color: #ffffff;
  text-shadow: 1px 1px 1px #595459;
  filter: dropshadow(color=#595459, offx=1, offy=1);
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  /* customize_navigation_active_color */ background-color:#56AC56; /* customize_navigation_active_color */
  text-shadow: 1px 1px 1px #595459;
  filter: dropshadow(color=#595459, offx=1, offy=1);
  box-shadow: none;
}
.navbar .brand:hover {
  background-color: transparent;
}
.navbar .btn-navbar {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #222222;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #040404 #040404 black;
}
.navbar .btn-navbar:hover {
   background-color: #222222;
}

.navbar .nav li.open > a {
  background: none;
}
.dropdown-menu {
  margin-top: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /* customize_drop_down_background_color */ background-color:#273130; /* customize_drop_down_background_color */
}
.dropdown-menu li > a {
  color: #ffffff;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  /* customize_drop_down_hover_background */ background-color:#56AC56; /* customize_drop_down_hover_background */
  background-image: none;
  -ms-filter: none;
  filter: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
}
.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  /* customize_active_dropdown_focus */ background-color:#56AC56; /* customize_active_dropdown_focus */
  background-image: none;
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56AC56', endColorstr='#56AC56', GradientType=0);
}

.info-column {
  margin: 15px 8px 15px 15px
}

header form {
  margin-top: 30px;
  text-align: right;
}

.pricing-table {
  position: relative;
  margin-left: 0;
  padding: 10px;
  list-style: none;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0px 7px rgba(0, 0, 0, 0.05);
}

.plan-name {
	border-bottom: none !important;
}

.pricing-table li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}

.price {
	/* customize_price_table_amount */ color:#1189D9; /* customize_price_table_amount */
}

.pricing-table h3 {
	margin-bottom: 18px;
}

.dollar {
	font-size: 32px;
	margin-right: 3px;
}

.qty {
	font-size: 47px;
	margin-right: 3px;
}

.month {
	font-size: 17px;
	font-style: italic;
	font-weight: 300;
	font-size: 15px;
}

.pricing-table .footer {
  border: 0;
  margin-top: 18px;
  margin-bottom: 8px;
}

.avatar {
  margin-right: 8px;
  margin-bottom: 10px;
}
.post-img {
  margin-bottom: 15px;
}

article {
  margin-bottom: 50px;
}
article h3 {
  margin-top: 0;
}
article h3 a {
  color: #2d3032;
}
article h3 a:hover {
  color: #56AC56;
}
.comment-form {
  padding: 3px;
}

footer {
  height: 80px;
  margin-top: 30px;
  padding-top: 10px;
  /* customize_footer_text_color */ color:#578cbd; /* customize_footer_text_color */
  /* customize_footer_background_color */ background-color:#272fa3; /* customize_footer_background_color */
}

footer a {
  /* customize_footer_link_color */ color:#578cbd; /* customize_footer_link_color */
}

footer a:hover {
  /* customize_footer_link_hover_color */ color:#ffffff; /* customize_footer_link_hover_color */
}

footer .footer-line {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
}

footer .footer-line p {
  margin-right: 10px;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  input.flexible {
    width: 80%;
  }
    	.displaymenu {
  	display:none;
  	}
}
@media (max-width: 1199px) {
  input.flexible {
    width: 70%;
  }
      	.displaymenu {
  	display:none;
  	}
}
@media (max-width: 979px) {
  .navbar .nav-collapse .nav > li > a,
  .navbar .nav-collapse .dropdown-menu a {
    color: #ffffff;
  }
  .navbar .nav > li > a {
    background: none;
  }
  .navbar .nav-collapse .nav > li > a:hover,
  .navbar .nav-collapse .dropdown-menu a:hover {
    background-color: #56AC56;
  }
  .info-box {
    text-align: center;
  }
  input.flexible {
    width: 50%;
  }
      	.displaymenu {
  	display:block;
  	}
}

}
@media (max-width: 767px) {

  footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer-line {
    margin-left: -20px;
    margin-right: -20px;
  }

  .headermin {
	margin-top: 0;
	text-align: center;
  }

  header form {
  	text-align: center;
  }

  .centerlogo {
	text-align: center;
  }

}

@media (min-width: 100px) and (max-width: 768px) {
	.input-append {
		display: none;
	}
	.logo h1 {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	#ccm-system-nav {
		display: none;
	}
  	  .goaway {
  	display:none;
  	}
  	.displaymenu {
  	display:block;
  	}
}

.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #1A85C1;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.ccm-input-button {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.sidebar ul li {
	line-height: 30px;
	padding-left: 10px;
}

.sidebar ul li.active a {
	color: #fff;
	/*background: #485C5A;*/
	font-weight: bold;
		background: -webkit-linear-gradient(left, #388227 , #62d10c); /* For Safari 5.1 to 6.0 */
  		background: -o-linear-gradient(right, #388227, #62d10c); /* For Opera 11.1 to 12.0 */
  		background: -moz-linear-gradient(right, #388227, #62d10c); /* For Firefox 3.6 to 15 */
  		background: linear-gradient(to right, #388227 , #62d10c); /* Standard syntax */

}

.sidebar ul li.active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4FAA57;
}

.sidebar ul li a {
	color: #fff;
}

.sidebar ul li a {
  /* customize_sidebar-text-color */ color:#ffffff; /* customize_sidebar-text-color */
  padding: 5px 8px 5px 10px;
    		  	background: -webkit-linear-gradient(left, #2730a4 , #4550da); /* For Safari 5.1 to 6.0 */
  		background: -o-linear-gradient(right, #2730a4, #4550da); /* For Opera 11.1 to 12.0 */
  		background: -moz-linear-gradient(right, #2730a4, #4550da); /* For Firefox 3.6 to 15 */
  		background: linear-gradient(to right, #2730a4 , #4550da); /* Standard syntax */
  		margin-bottom:1px;
}

.sidebar ul li a:hover {
	    		  	background: -webkit-linear-gradient(left, #388227 , #62d10c); /* For Safari 5.1 to 6.0 */
  		background: -o-linear-gradient(right, #388227, #62d10c); /* For Opera 11.1 to 12.0 */
  		background: -moz-linear-gradient(right, #388227, #62d10c); /* For Firefox 3.6 to 15 */
  		background: linear-gradient(to right, #388227 , #62d10c); /* Standard syntax */
}

.info-column img {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

hr {
	margin-bottom: 25px;
}

.content-area {
	/*padding-left: 15px;*/
	padding-right: 15px;
	padding-top:10px;
}

.blog-entry {
	padding-top: 20px;
}

.backtotop {
	padding-top: 17px;
}

.logo {
	padding-left: 25px;
}

.miniSurveyView #msg {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding:8px 8px 8px 8px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  }

#blog-entry img {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.posted {
  font-size: 13px;
  font-weight:none;
}

ul.ccm-tag-list li a{
  background:#EEE;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding:3px;
}

#main-content-sidebar-archives li {
  list-style-type: none;
}

.ccm-search-block-submit {
  margin-bottom:9px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
}

.btn-search {

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  /* customize_search_button_text */ color:#ffffff; /* customize_search_button_text */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /* customize_search_button_background */ background-color:#5bb75b; /* customize_search_button_background */
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);


}

.btn-search:hover {
  /* customize_search_button_hover_text */ color:#ffffff; /* customize_search_button_hover_text */
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  /* customize_search_button_hover_background */ background-color:#459645; /* customize_search_button_hover_background */
}

/* Custom Styles */
.topbar {background-color:#2730a4; color:#fff; padding:10px; height:20px;}
.topbar a {color: #fff; text-decoration:none;}
.topbar a:hover {color: #fff; text-decoration:underline;}

.keene
.maclellan
.shattuck
.point

.headright {float:right;}
.span6 {float:right;}

.headermin hr {margin-top:-20px;}

header hr {margin-top: 0; margin-bottom:10px;}

header {margin-top:0;}

.homebutton a {color:#2730a4; text-decoration:none;}
.homebutton a:hover {color:#388227; text-decoration:none;}

.ccm-remo-expand-title {
    cursor: pointer;
}
.ccm-remo-expand-open {
    color: #388227;
    font-family: 'Abel', sans-serif;
    font-size:18px;
    margin-bottom:10px;
    margin-top:10px;
}
.ccm-remo-expand-closed {
    color: #2730a4;
    font-family: 'Abel', sans-serif;
    font-size:18px;
    margin-bottom:10px;
    margin-top:10px;
}
input[type='checkbox'], input[type='radio'] {
    margin-bottom:8px;
    margin-right:3px;
}

.callout {
	padding:20px;
	text-align:center;
	background-color:#ebebeb;
	border:1px solid #d5d5d5;
	margin:5px;
	}
