/* ==========================================================================
   Palette colors and some mixings
   ========================================================================== */
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* SIDEBAR ----------------------------------------------------*/#sidebar {
  /* RECENT POSTS -----------------------------------------------*/

  /* CATEGORIES  ----------------------------------------------------*/
}
#sidebar .ads {
  margin: 0 auto;
}
#sidebar .ads a {
  display: block;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  line-height: 0em;
}
#sidebar .ads a.last {
  margin-right: 0px;
}
#sidebar .recent-post {
  margin-bottom: 21px;
  border-bottom: 1px dashed #694e41;
}
#sidebar .recent-post:last-child {
  border: none;
}
#sidebar .recent-post .thumb {
  display: block;
  float: left;
  background: #f1f1f1;
  line-height: 0em;
  padding: 3px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
#sidebar .recent-post .post-head {
  overflow: auto;
}
#sidebar .recent-post .date {
  display: block;
  font-size: 12px;
}
#sidebar .cat-item,
#sidebar .page_item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}
#sidebar .cat-item:last-child,
#sidebar .page_item:last-child {
  border-bottom: none;
}
#sidebar .cat-item a .post-counter,
#sidebar .page_item a .post-counter {
  color: #694e41;
}
/* WIDGET HOLDER ------------------------------------------------------------*/
.widget-holder {
  position: relative;
  background: #f8a835 url(../img/widgets-bg.png) repeat-x;
  display: block;
  width: 980px;
  padding: 24px 24px 5px 24px;
  margin: 0 auto;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.3);
}
.widget-holder:before {
  content: '';
  position: absolute;
  top: -33px;
  left: 0px;
  width: 24px;
  height: 33px;
  background: url(../img/left-fold.png) no-repeat;
}
.widget-holder:after {
  content: '';
  position: absolute;
  top: -33px;
  right: 0px;
  width: 24px;
  height: 33px;
  background: url(../img/right-fold.png) no-repeat;
}
/* WIDGET COLS ------------------------------------------------------------*/
.widget-cols {
  display: block;
  font-size: 14px;
  color: #694e41;
  /* RECENT POSTS -----------------------------------------------*/

  /* CATEGORIES  ----------------------------------------------------*/
}
.widget-cols a {
  color: #a12d00;
  border-bottom: 1px dotted #a12d00;
}
.widget-cols a:hover {
  color: #d35f32;
}
.widget-cols h1,
.widget-cols h2,
.widget-cols h3,
.widget-cols h4,
.widget-cols h5,
.widget-cols h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.3);
}
.widget-cols > li {
  width: 220px;
  float: left;
  margin-left: 20px;
}
.widget-cols > li.fourth-col {
  margin-right: 0px;
}
.widget-cols .recent-post {
  margin-bottom: 21px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #694e41;
}
.widget-cols .recent-post:last-child {
  border: none;
}
.widget-cols .recent-post .thumb {
  display: block;
  float: left;
  background: #f1f1f1;
  line-height: 0em;
  padding: 3px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.widget-cols .recent-post .post-head {
  overflow: auto;
}
.widget-cols .recent-post .date {
  display: block;
  font-size: 12px;
}
.widget-cols .cat-item,
.widget-cols .page_item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}
.widget-cols .cat-item a,
.widget-cols .page_item a {
  border-bottom: none;
}
.widget-cols .cat-item a .post-counter,
.widget-cols .page_item a .post-counter {
  color: #f1f1f1;
}
/* Video ------------------------------------------------------------*/
.block .video-holder {
  margin: 0px;
}
.block .video-holder iframe {
  width: 100%;
  height: 200px;
  border: none;
}
/* Footer */
.widget-block .video-holder {
  margin: 0px;
}
.widget-block .video-holder iframe {
  width: 100%;
  height: 160px;
  border: none;
}
/* Widget contact form -----------------------------------------------*/
.ansimuz-widget-form .alert {
  color: #a12d00;
  text-shadow: none;
  font-size: 12px;
}
.ansimuz-widget-form input,
.ansimuz-widget-form textarea {
  padding: 5px 5px;
  background: #f0e4cb;
  color: #484848;
  border: 1px dashed #694e41;
  font-family: Helvetica, Arial;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5em;
  width: 80%;
}
.ansimuz-widget-form input[type="submit"] {
  width: auto;
  border: 1px solid #694e41;
}
.ansimuz-widget-form input[type="submit"]:hover {
  opacity: .8;
  cursor: pointer;
}
#sidebar .ansimuz-widget-form .alert {
  color: red;
}
#sidebar .ansimuz-widget-form input,
#sidebar .ansimuz-widget-form textarea {
  width: 95%;
}
#sidebar .ansimuz-widget-form input[type="submit"] {
  width: auto;
}
/* RECENT POSTS -----------------------------------------------*/
.recent-post {
  margin-bottom: 21px;
}
.recent-post .thumb {
  display: block;
  float: left;
  background: #f1f1f1;
  line-height: 0em;
  padding: 3px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
}
.recent-post .post-head {
  display: block;
  overflow: auto;
}
.recent-post span {
  display: block;
  font-size: 12px;
}
#sidebar .recent-post .post-head {
  overflow: auto;
}
/* ANSIMUZ LATEST POSTS -----------------------------------------------*/
.ansimuz-latest-post {
  margin-bottom: 21px;
}
.ansimuz-latest-post .the-title {
  display: block;
  margin-bottom: 1px;
}
.ansimuz-latest-post .the-excerpt {
  display: block;
  margin-bottom: 5px;
}
.ansimuz-latest-post .the-meta {
  font-style: italic;
}
/* WP calendar -----------------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar thead,
#wp-calendar caption {
  color: #fff;
}
#wp-calendar caption {
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px;
}
#wp-calendar tbody {
  text-align: center;
}
#wp-calendar #next {
  text-align: right;
}
/* sidebar */
#sidebar #wp-calendar caption {
  color: #fff;
}
#sidebar #wp-calendar thead {
  color: #444;
}
#sidebar #wp-calendar caption {
  background: rgba(0, 0, 0, 0.6);
}
#sidebar #wp-calendar caption {
  background: rgba(0, 0, 0, 0.6);
}
/* WP Search -----------------------------------------------*/
#sidebar #searchform,
.widget-cols #searchform {
  width: 100%;
  font-size: 12px;
}
#sidebar #searchform #s,
.widget-cols #searchform #s {
  border: 1px dashed #694e41;
  padding: 5px;
  text-indent: 0px;
  width: 95.4545%;
  margin-bottom: 10px;
  background: #f0e4cb;
}
#sidebar #searchform #searchsubmit,
.widget-cols #searchform #searchsubmit {
  background: #f0e4cb;
  border: 1px solid #694e41;
}
#sidebar #sidebar #searchform #s,
.widget-cols #sidebar #searchform #s {
  color: #444;
}
/* NextGen Gallery -----------------------------------------------*/
.widget-block .ngg-widget a {
  display: block;
  float: left;
  background: #f1f1f1;
  line-height: 0em;
  padding: 3px;
  margin: 0 5px 5px 0;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.widget-block .ngg-widget img {
  border: none;
  margin: 0px;
  padding: 0px;
}
.widget-block .ngg-widget a:hover img {
  opacity: 0.8;
}
/* WP widget menu -----------------------------------------------*/
.widget-block .sub-menu {
  padding-left: 9px;
}
