/*html, body {
  background: red !important;
}*/
/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC
16 MODERNIZR
17 TEMPLATE SPECIFICS

COLOURS

*/



/* 10 CONTENT 		============================================================================= */
#logo_area {
  /*height: 125px;*/
}

header .image-logo {
	padding-top: 0;
}

header .text-logo {
	padding-top: 0;
}


/* 11 MAIN 			============================================================================= */
header nav {
    padding-left: 17px;
}
header nav ul li ul {
  margin: 43px 0px 0;
}

#logo_area {
	float: left;
}

header nav.doesnt_fit {
	margin-top: 0;
}




header nav {
  padding-left: 0;
  margin: 40px 0px 0px 0;
  min-height: 30px;
  width: auto;
  position:relative;
}

  header ul {
	position:relative;
	width:auto;
    margin: 0;
    text-align: center;
  }
  header ul li {
	float:left;
    margin: 0 0 -5px -2px;
  }
    header ul li a {
      display: block;
      float: none;
    }

    header nav ul li ul {
      margin: -1px 0px 0;
    }


.content, #powered_by, #partner-logo {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#main {

}

footer #powered_by {
  position: relative;
  text-align: left;
}

/* Snippets */

/* Text + Text */
.snippet.snippet-text-text.column {
  float: left;
  width: 47%;
  margin-right: 5%;
  margin-bottom: 0;
}
.snippet.snippet-text-text.column.right {
  margin-right: 0;
}

/* Text + Bild */
.snippet.snippet-text-image.column {
  float: left;
  width: 47%;
  margin-right: 4.4%;
  padding-bottom: 0;
}
.snippet.snippet-text-image.column.right {
  margin-right: 0;
}

/* Image + Text */
.snippet.snippet-image-text.column {
  float: left;
  width: 47%;
  margin-right: 4%;
  padding-bottom: 0;
}
.snippet.snippet-image-text.column.right {
  margin-right: 0;
}

/* Image + Image */
.snippet.snippet-image-image.column {
  float: left;
  width: 47%;
  margin-right: 4.4%;
  padding-bottom: 0;
}
.snippet.snippet-image-image.column.right {
  margin-right: 0;
}



/* FB comments */
#studio .snippet.snippet-comments span,
#studio .snippet.snippet-comments iframe {
  width: 570px !important;
}


/* Page specific - Startpage */
.startpage .snippet-columns .column_1,
.startpage .snippet-columns .column_2 {
  float: left;
  width: 47%;
  margin-bottom: 30px;
}

.startpage .snippet-columns .column_1 {
  margin-right: 5%;
}

.startpage .snippet-columns .column_3 {
  clear: both;
  float: none;
}

#studio .column.snippet.snippet-form {
  float: left;
  width: 40%;
}
#studio .column.right.snippet.snippet-form {
  margin-left: 10%;
}



.startpage #showcase .image_text {
  position: absolute;
  bottom: 60px;
  left: 20px;
  width: 300px;
  height: 63px;
  padding: 20px 30px;
  margin-bottom: 0;
}

.snippet-about_company, .snippet-colophon, .snippet-contact_info {
	float:left;
	width:30%;
	margin: 1em;

}


/* 12 COMPLEMENTARY ============================================================================= */
#complementary {
  float: left;
  width: 30%;
}

  #complementary nav {
    display: block;
    margin-bottom: 20px;
  }

  #complementary ul {
    margin-left: -24;
  }

  #complementary li {
    list-style: none;
  }

  #complementary li a {
    display: block;
    padding: 8px 25px 6px 18px;
    margin: 0 0 5px 0;
    background: #fff;
    font-size: 17px;
  }

  #complementary li.active > a {
    /*border-top-color: #0E5012;*/
    color: #fff !important; /* Protect from Design Studio */
  }

  #complementary li a:hover {
    border: 0;
  }

    #complementary nav .decoration {
      background: url('/images/themes/imagery/nav_decoration.png') no-repeat;
      width: 16px;
      height: 31px;
      float: left;
      margin-left: -16px;
    }
