/* 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 */
  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: 0px;
}

header {
 background: url(/packages/theme_karma/themes/theme_karma/images/background_header.jpg) right center no-repeat;
 height: 165px;
 margin: 0px;
 padding: 0px;

}

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;
}



p {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
/*   letter-spacing:1px */
}

.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: #fff;
  color: white !important;
  padding: 0px !important;
  border: none;
  margin-bottom: 10px;
}


.well h2 {
   color: white !important;
}
.well p {

font-size: 18px;
line-height: 24px;
}

.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:#96694b; /* 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: 14px;
  text-shadow: none;
  padding: 15px 25px;
  background: #96694b url(/packages/theme_karma/themes/theme_karma/images/divider.png) no-repeat right 50%;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.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: #a0785d;
}
.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;
 background-color: #a0785d;
  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:#808184; /* customize_drop_down_background_color */
}
.dropdown-menu li > a {
  color: #ffffff;
  font-weight: 300;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  /* customize_drop_down_hover_background */ background-color:#58595a; /* 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:#58595a; /* customize_active_dropdown_focus */
  background-image: none;
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96694b', endColorstr='#96694b', GradientType=0);
}

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

.footer_nav {
	
	list-style: none;
	font-size: 13px;
}
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: 10px;
  padding-top: 10px;
  /* customize_footer_text_color */ color:#aaaaaa; /* customize_footer_text_color */
  /* customize_footer_background_color */ background-color:#4D4D4D; /* customize_footer_background_color */
}

footer a {
  /* customize_footer_link_color */ color:#FFF; /* customize_footer_link_color */
}

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

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

footer .footer-line p {
font-size: 14px;
  margin-right: 10px;
  padding-left: 20px;
  margin-top: 5px;
  font-weight: 300;
}

@media (min-width: 1200px) {
  input.flexible {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  input.flexible {
    width: 70%;
  }
  

}
@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%;
  }
  
    .content-area-left {
    padding-left: 0px !important;
}

}



@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;
	}
	
}

.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: #96694b;
  background-image: -moz-linear-gradient(top, #a0785d, #96694b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0785d), to(#96694b));
  background-image: -webkit-linear-gradient(top, #a0785d, #96694b);
  background-image: -o-linear-gradient(top, #a0785d, #96694b);
  background-image: linear-gradient(to bottom, #a0785d, #96694b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0785d', endColorstr='#ff96694b', GradientType=0);
  border-color: #96694b #96694b #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #96694b;

  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: #96694b;
  background-image: -moz-linear-gradient(top, #a0785d, #96694b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0785d), to(#96694b));
  background-image: -webkit-linear-gradient(top, #a0785d, #96694b);
  background-image: -o-linear-gradient(top, #a0785d, #96694b);
  background-image: linear-gradient(to bottom, #a0785d, #96694b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0785d', endColorstr='#ff96694b', GradientType=0);
  border-color: #96694b #96694b #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #96694b;

  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;
}

.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: #222;
}

.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;
}

.content-area-left {
	padding-left: 15px;
}

.content-area-right {
	padding-right: 15px;
}

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

.backtotop {
	padding-top: 17px;
}

.logo {
	padding: 16px;
	width: 240px;
	height: auto;
}

.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, .sem-submit {
  margin-bottom:9px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #96694b;
  background-image: -moz-linear-gradient(top, #a0785d, #96694b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0785d), to(#96694b));
  background-image: -webkit-linear-gradient(top, #a0785d, #96694b);
  background-image: -o-linear-gradient(top, #a0785d, #96694b);
  background-image: linear-gradient(to bottom, #a0785d, #96694b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0785d', endColorstr='#ff96694b', GradientType=0);
  border-color: #96694b #96694b #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #96694b;
}

.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:#96694b; /* 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 */
}

.btn-brown {
    background-color: #96694b;
    background-image: linear-gradient(to bottom, #96694b, #ab7856);
    border-color: #96694b;
  }
  

.btn-brown:hover {
	background-color: #ab7856;
}




.btn-red {
    background-color: #c52a2e;
    background-image: linear-gradient(to bottom, #c52a2e, #c52a2e);
    border: none;
  }
  

.btn-red:hover {
	background-color: #c52a2e;
}





.brown {
	color: #96694b;
	text-shadow: none;
}

.red {
	color: #c52a2e;
}

.white {
	color: white;
	text-shadow: none;
}

.purple {
	color: #6a4e5d;
}

.yellow {
	color: #dbd996;
}


/* HEADER SEARCH FORM */
/* ------------------------------------ */

.headersearch { float: right; height: 50px; z-index: 102; }
/* .headersearch form { float: left; } */
.headersearch input { text-indent: -500px; cursor: pointer; border: 0; border-left: 1px solid #c0a688; width: 50px; background: #96694b url('/packages/theme_karma/themes/theme_karma/images/search.png') no-repeat 16px center;
padding-top: 17px; padding-bottom: 13px; padding-left: 0; padding-right: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; margin-bottom: 0px; 
-webkit-transition: width 0.3s, background-color 0.3s; -moz-transition: width 0.3s, background-color 0.3s; -o-transition: width 0.3s, background-color 0.3s; -ms-transition: width 0.3s, background-color 0.3s; transition: width 0.3s, background-color 0.3s;
}
.headersearch input:hover { background-color: #eee; }
.headersearch input:focus { color: #656565; background-color: #eee; text-indent: 25px; width: 220px; cursor: text; border-left: 1px solid #e5e5e5; padding-left: 15px; padding-right: 15px; }

.page_heading {
	padding: 40px;
	font-size: 18px;
	line-height: 34px;
	margin: 0;

}

#fern {
	position: absolute;
	bottom: -50px;
	right: 65px;
	
}
.well p {

 max-width: 800px;
}

/* .slideshow { height: 300px\0/;} */


.table tbody tr.lightbrown > td {
    background-color: #f3eeeb;
}


.credit, .credit a {
font-size: 11px;
color: #888;
text-align: right;
padding-right: 30px;
}

.credit a:hover {
color: #000;
}