/**
 * @file
 * Contains FontFolio CSS styles.
 * - The Original WordPress Theme Demo website:
 *  - http://www.dessign.net/fontfolio
 * - Design and WP code: Marios Lublinski
 *  - http://www.dessign.net
 *  
 * Drupal adjustments and responsive styles Israel Shmueli
 *  - http://ish.co.il
 *
 * Drupal Demo website: http://fontfolio.ish.co.il
 */

body { color: #1e1e1e; font-family: helvetica, arial, georgia, verdana; font-size: 13px; line-height: 18px; }
h1,
h2,
h3,
h4,
h5,
p {
  margin: 10px 0;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #333;
}

.left {
  float: left; /* LTR */
}

.right {
  float: right;  /* LTR */
}

.clear {
  clear: both;
}

/* Reset normalize.css ul rules for padding and margin */
ul.menu {
  padding: 0;
  margin: 0;
}

/*
 * Skip Link borrowed from Bartik
 */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 1.2em;
  line-height: 2;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

/*
 * Header
*/
#header_top { position: absolute; top: 0; width: 100%; display: none; }

#header_top nav.menu_cont .social,
#header_top #sub-menu,
#header_top a.toggle {
  
}

#header_top .header_top_border {
  height: 0;
  left: 0; /* LTR */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#header_top .search { float: right; /* LTR */
  position: relative; top: 25px; width: 40%; }

#header_top .search img { position: absolute; right: 10px; /* LTR */
  top: 10px; }

#header_top .search .search_icon { position: absolute; right: 10px; /* LTR */
  top: 10px; }

#header_top .search input[type=text] { border-left: 1px solid #e4e4e2; /* LTR */
  color: #666; height: 33px; padding-left: 10px; /* LTR */
  text-decoration: none; width: 94%; border-top-style: none; border-right-style: none; border-bottom-style: none; }

#header_top .social { float: left; /* LTR */
  margin-top: 10px; }

#header_top .social img { margin: 0 7px; }

#header_top .menu_cont { float: right; /* LTR */
  margin-right: 15px; /* LTR */
  position: relative; z-index: 15; display: none; }

#header_top .menu_cont li {
  float: left; /* LTR */
}

#header_top .menu_cont a {
  color: #666;
  margin: 0 5px;
  padding: 10px 10px 0;
  text-decoration: none;
}

#header_top .menu_cont li.current-menu-item a {
  padding-top: 10px;
}

#header_top .menu_cont a:hover {
  padding-top: 10px;
}

#langs {
  float: right;
  margin-right: 12px;
}

#langs li {
  float: left;
}

#langs .language-link {
  color: #666;
  display: block;
  margin: 0 5px;
  padding: 19px 10px 0px;
  text-decoration: none;
  background-color: #F3F3F3;
  border-top: 9px solid #272725;
  padding-bottom: 2px;
  padding-top: 10px;
}
.front #main_container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#main_container { margin: 0 auto; position: relative; width: 100%; }
#header { margin-bottom: 25px; padding-top: 35px; }

.logo { width: 35%; float: left; margin-left: 3%; max-width: 500px; /* LTR */
}
.logo img { width: 90%; margin-top: 5px; }
#header_menu { float: right; /* LTR */
  width: 40%; display: none; }

#header_menu ul li {
  float: left; /* LTR */
  width: 25%;
}

#header_menu ul li a {
  color: #666;
  display: block;
  padding: 7px 3px;
  text-decoration: none;
  width: 274px;
}

#header_menu ul li a:hover {
  color: #000;
}
/*HELP
*/
.region-help { width: 40%; float: right; clear: none; }
.region-help .block { width: 25%; float: left; }
.region-help img { width: 100%; }
/*
 * Content
 */
.front #content { width: 100%; }
#content {  }
.post-box .views-row { float: left; }
.big-post-box,
.big_post_box { float: left; /* LTR */
  height: auto; overflow: hidden; width: 20%; }

.big-post-box h3,
.big_post_box h3 { background-color: #f9f9f7; font-size: 13px; font-weight: normal; margin: 0; padding: 13px 10px; display: none; }

.big-post-box h3.gray,
.big_post_box h3.gray { background-color: #2e2e2e; }

.big-post-box img,
.big_post_box img {
  filter: alpha(opacity=100);
  height: inherit;
  opacity: 1.0;
  width: 100%;
}

.big-post-box img:hover,
.big_post_box img:hover {
  filter: alpha(opacity=40);
  opacity: 0.5;
}

.post-box,
.post_box {
  float: left; /* LTR */
  height: auto;
  overflow: hidden;
  width: 20%;
}

#sidebar .post-box,
#sidebar .post_box {
  width: 100%;
}

.post-box img,
.post_box img  {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.#s ease;
          width: 100%;
          height: inherit
}

.post-box img:hover,
.post_box img:hover { -webkit-filter: brightness(40%); background-repeat: no-repeat; background-position: center; 
z-index: 20;}
.post-box h3,
.post_box h3 { font-size: 13px; font-weight: normal; background-color: #2e2e2e; margin: 0; padding: 13px 10px; display: none; }

.post-box h3.gray,
.post_box h3.gray { background-color: #2e2e2e; display: none; }

.load_more_cont {
  float: left; /* LTR */
  margin-top: 25px;
  width: 100%;
}

.load_more_text {
  background-color: #e4e4e2;
  padding: 8px 0;
  width: 190px;
}

#single_left { color: #fff; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; background-color: #2e2e2e; width: 100%; float: left; padding-bottom: 30px; }
#single_left img { position: relative; top: -50%; bottom: 50%; max-width: 100%; height: auto; }
.no-sidebars #single_left {
  width: 100%;
}

#single_left h1.title { color: #8c8c8c; font-size: 25px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; background-color: #181815; text-transform: uppercase; letter-spacing: 5px; margin-top: 0; margin-bottom: 0; margin-left: 0; padding-top: 15px; padding-bottom: 15px; padding-left: 3%; }

.blog-box,
.blog_box {
  margin-bottom: 25px;
  width: 699px;
}

.blog-box h3,
.blog_box h3 {
  background-color: #e4e4e2;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 10px;
}

.blog-box img,
.blog_box img {
  height: 209px;
  width: 699px;
}

.navigation {
  padding: 15px 0;
}

#submit {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}

/*
 * sidebar
 */
#sidebar {
  float: right; /* LTR */
  width: 278px;
}

.field-name-field-billede { width: 100%; }
.side-box, .side_box { margin-bottom: 25px; }
.side-box ul,
.side_box ul {
  list-style-type: none;
  margin-left: 10px; /* LTR */
}

.side-box ul li,
.side_box ul li {
  margin-bottom: 5px;
}

.side-box p,
.side_box p {
  padding: 0 10px;
}

.side-box div,
.side_box div {
  padding: 0 10px;
}

.side-box h3,
.side_box h3 { color: #fff; font-size: 14px; font-weight: normal; margin-top: 0; padding: 8px 10px; }
/*
 * Footer
 */
#footer { color: #1e1e1e; background-color: #fff; margin-top: 10px; padding: 15px 0 25px; }

#footer a:hover {
  color: #333;
}

/*
 * Drupal specific FontFolio styles
 */

/*
 * Header of tables (thanks:Fusion).
 */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

/*
 * Alternating tables row background styles (thanks:Fusion).
 */
tr.even,
tr.even td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.odd,
tr.odd td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

/*
 * Header
 */
.menu_cont ul li {
  margin: 0;
  padding: 0;
}

#header_top .menu_cont li.active a {
  border-top: 9px solid #e4e4e2;
  padding-top: 10px;
}

#header_top .menu_cont .language-link {
  background-color: #f3f3f3;
  border-top: 9px solid #272725;
  padding-bottom: 2px;
  padding-top: 10px;
}

#header_top .menu_cont a.language-link:hover {
  background-color: #e4e4e2;
  border-top: 9px solid #272725;
}

a.logo {


  display: block;
  overflow: hidden;
  width: 40%;
}

#name-and-slogan {
  float: left; /*LTR*/
}

#site-name {
  font-size: 50px;
  line-height: 40px;
}

h1#site-name {
  margin: 0;
}

#site-slogan {
  font-size: 20px;
}

#header_menu ul li {
  margin: 0;
}

#header_menu a.active {
  font-weight: bold;
}

/*
 * Content
 */
.node.odd h3 {
  background-color: #e4e4e2;
}

.node.even h3 {
  background-color: #f3f3f3;
}

.not-front.page-node h1.title {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  padding: 8px 10px;
}

#comment-form #edit-submit,
#comment-form #edit-preview {
  background-color: #000000;
  color: #ffffff;
  padding: 5px 10px;
}

#content a.feed-icon {
  clear: both;
  display: none;
  padding-top: 1em;
}

/*
 * Node types
 */
.blog_box img,
.blog_box img {
  height: auto;
}

.page-blog .node-blog .field-type-image .field-item {
  height: 209px;
  overflow: hidden;
}

.node-page .field-type-image .field-item { max-height: 450px; overflow: hidden; }

/*
 * Sidebar
 */
.side-box div,
.side-box p,
.side_box div,
.side_box p {
  padding: 0;
}

.side-box > div.content,
.side_box > div.content {
  padding: 0 10px;
}

.side-box ul,
.side_box ul {
  margin: 0;
}

.side-box ul li,
.side_box ul li {
  margin: 0 0 5px 0;
}

/*
 * Pager
 */
ul.load_more_cont {
  margin-top: 25px;
}

/*
 * Footer
 */
#footer { clear: both; margin-left: 3%; }

.node-teaser .field {
  padding: 0 10px;
}
.node-teaser { font-size: 0; line-height: 0; background-color: #000; margin: 0; padding: 0; }
.node-teaser .field-type-image {
  padding: 0;
}
.front .region-content { width: 100%; clear: both; margin-left: 0; }
.region-content { width: 100%; margin: 0; }
#single_left .field-name-field-cover { width: 25%; height: inherit; float: left; margin-left: 3%; }
.cssmouseover {
  -webkit-filter: opacity(100%);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.#s ease;
}
.cssmouseover:hover { -webkit-filter: opacity(40%);}
/*discography*/
.view-discography .views-row { background-color: #444; width: 33.33%; float: left; }
.view-discography .views-field-field-info { margin-right: 15%; margin-left: 15% !important; }
.view-discography .views-field-field-cover { width: 100%; height: inherit; float: left; margin-right: 15px; }
.view-discography .views-field-title { color: #fff; font-size: 12px; font-weight: bold; background-color: #8c8c8c; text-align: center; padding-bottom: 5px; padding-left: 5px; border-style: none; border-width: 0; }
.view-discography .views-field-field-info img { width: 15%; float: left; margin-right: 5%; margin-bottom: 10px; margin-left: 5%; }
#biohead { line-height: 40px; width: auto; height: auto; clear: both; margin-top: 25px; margin-right: 3%; margin-left: 3% !important; }
#bio-kolonne1 { width: 46%; min-width: 350px; height: auto; float: left; margin-left: 3%; }
#bio-kolonne2 { width: 46%; min-width: 350px; height: auto; float: left; margin-left: 2%; }
.ds1 { font-size: 40px; }
.ds2 { color: #d0d0d0; font-size: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
.ds3 { font-size: 50px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; }
element.style { max-height: 160px !important; }