/**
 * Structure
 */
html, body {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  margin: 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #505050;
}

img#wpstats { display: none; }

.wrapper-spacer {
  float: left;
  height: 50%;
  width: 100%;
  margin-bottom: -320px;
}
.wrapper {
  position: relative;
  height: 460px;
}
.header {
  padding: 10px 25px;
}
.content {
  padding: 10px 25px 125px 25px;
  max-width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.tooltip{
   			display: inline;
    		position: relative;
		}
		
		.tooltip:hover:after{
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
    		content: attr(title);
			font-family: helvetica, arial, sans-serif;
			font-size: 12px;
			font-weight: normal;	
    		left: 20%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 220px;
		}
		
		.tooltip:hover:before{
    		border: solid;
    		border-color: #333 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}
	
	
.footer {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #aaaaaa;
  color: rgba(0, 0, 0, 0.4);
}

/**
 * Header
 */
.header {
  font-size: 16px;
  line-height: 24px;
  color: #aaaaaa;
  color: rgba(0, 0, 0, 0.4);
}
.header a {
  color: #aaaaaa;
  color: rgba(0, 0, 0, 0.4);
}
.header a:hover {
  color: #96c4c5;
}
.header .logo {
  text-align: center;
  padding: 40px 0;
}
.header .logo a {
  background: url("/logo.png") no-repeat center center;
  background-size: 100% auto;
  display: block;
  width: 143px;
  height: 70px;
  border: 0 none;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/**
 * Navigation
 */
.nav {
  padding: 10px 30px;
  text-align: right;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.nav ul li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.nav ul li a {
  color: #aaaaaa;
  color: rgba(0, 0, 0, 0.4);
}
.nav ul li a:hover {
  color: #96c4c5;
}
.nav ul li:before {
  content: none;
  display: none;
}
.nav ul li.home {
  float: left;
  margin: 0;
}
.nav ul li.home span {
  display: inline;
}

@font-face {
    font-family: 'colaborate-thinregular';
    src: url('colabthi-webfont.eot');
    src: url('colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('colabthi-webfont.woff') format('woff'),
         url('colabthi-webfont.ttf') format('truetype'),
         url('colabthi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
  margin: 10px 0;
  font-family: colaborate-thinregular, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
  text-align: center;
  color: #303030;
}
h1 a {
  color: #303030;
  border-bottom: 0 none;
}
h1 a:hover {
  color: #96c4c5;
}

p { margin: 10px 0; }

a {
  color: #96c4c5;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #96c4c5;
  border-color: #c7c7c7;
}

/**
 * Mobile
 */
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
  }
  .header {
    padding: 10px 25px 0;
  }
  .content {
    padding: 0 25px 25px;
  }
  .header .logo {
    padding: 20px 0;
  }
  .nav ul {
    padding: 0 0 20px 0;
  }
  .nav {
    text-align: center;
  }
  .nav ul li {
    margin: 0 5px;
    display: inline;
  }
  .nav ul li.home {
    float: none;
  }
  .nav ul li.home span {
    display: none;
  }
  .nav ul li.home a {
    margin: 0 5px;
  }
  .wrapper-spacer {
    display: none;
  }
  .wrapper {
    height: auto;
  }
  .footer {
    position: relative;
  }
}