body {
	font-family: Helvetica;
	font-size: 14px;
  margin: 0px;
}

h1 {
		font-size: 20px;
		font-weight: bold;
}

h2 {
		font-size: 16px;
		font-weight: bold;
}

h3 {
		font-weight: normal;
		font-size: 14px;
}

hr {
	border: none;
	background-color: #ddd;
	height: 1px;
}

ul {
	list-style-position: outside;
	padding-left: 20px;
}

code {
	font-size: 11px;
}

pre {
	font-size: 11px;
}

.boxcontainer {
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: black;
	top: 50px;
	left: 30px;
	position: fixed;
	-webkit-user-select: none;
}

.box {
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 3px;
	height: 100px;
	width: 120px;
}

div.boxblue {
	background: #3588d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#83bcf9), to(#3086d8));
	background: -moz-linear-gradient(top, #83bcf9 0%, #3086d8 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, #83bcf9 0%,#3086d8 100%); /* Opera11.10+ */
	background: linear-gradient(top, #83bcf9 0%,#3086d8 100%); /* W3C */
}

div.boxblue:hover {
	background: #3080d0;
}

/*
.boxblue:active {
	background: #83bcf9;
}
*/

div.boxgreen {
	background: #88c52d;
	background: -webkit-gradient(linear, left top, left bottom, from(#88c52d), to(#58952d));
	background: -moz-linear-gradient(top, #88c52d 0%, #58952d 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, #88c52d 0%,#58952d 100%); /* Opera11.10+ */
	background: linear-gradient(top, #88c52d 0%,#58952d 100%); /* W3C */
}

div.boxgreen:hover {
	background: #58952d;
}

/*
.boxgreen:active {
	background: #88c52d;
}
*/

div.boxorange {
	background: #fd792b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fab33a), to(#fd7529));
	background: -moz-linear-gradient(top, #fab33a 0%, #fd7529 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, #fab33a 0%,#fd7529 100%); /* Opera11.10+ */
	background: linear-gradient(top, #fab33a 0%,#fd7529 100%); /* W3C */
}

div.boxorange:hover {
	background: #f07020;
}

/*
.boxorange:active {
	background: #fd7529;
}
*/

div.boxgray {
	background: #66707f;
	background: -webkit-gradient(linear, left top, left bottom, from(#929aa3), to(#636d7c));
	background: -moz-linear-gradient(top, #929aa3 0%, #636d7c 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, #929aa3 0%,#636d7c 100%); /* Opera11.10+ */
	background: linear-gradient(top, #929aa3 0%,#636d7c 100%); /* W3C */
}

div.boxgray:hover {
	background: #607070;
}

/*
.boxgray:active {
	background: #929aa35;
}
*/

.boxcontact {
	position: relative;
	margin: 3px;
	height: 30px;
}

.boxtwitter {
	position: absolute;
	top: 5px;
	left: 35px;
	width: 30px;
	height: 22px;
	background-image: url(../i/SocialTwitterNormal.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	display: inline-block;
}

.boxtwitter:hover {
	/*opacity: 0.5;*/
	background-image: url(../i/SocialTwitterHover.png);
}

.boxtwitter:active {
	/*opacity: 0.5;*/
	background-image: url(../i/SocialTwitterClicked.png);
}

.boxmail {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 30px;
	height: 21px;
	background-image: url(../i/SocialMailNormal.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	display: inline-block;
}

.boxmail:hover {
	/* opacity: 0.5; */
	background-image: url(../i/SocialMailHover.png);
}

.boxmail:active {
	background-image: url(../i/SocialMailClicked.png);
}

.box img {
	position: relative;
	top: 15px;
	left: 38px;
	display: block;
}

.box p {
	margin-left: 10px;
	top: 10px;
	position: relative;
}

.box .title {
	color: #fff;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.25);
}

.box .subtitle {
	color: #fff;
	font-family: Helvetica;
	font-size: 12px;
	text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.25);
}

.content {
	position: relative;
  margin: 40px auto 30px;
  /*
	margin-left: 200px;
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
  */
  max-width: 600px;
  padding: 10px;
}

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

a:visited {
	color: #008;
}

a:hover {
	color: #aaf;
	text-decoration: underline;
}

a.github {
	display: inline-block;
	padding: 12px;
	padding-left: 50px;
	background-image: url(../i/GithubNormal.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.github:hover {
	background-image: url(../i/GithubHover.png);
}

a.github:active {
	background-image: url(../i/GithubClicked.png);
}

a.download {
	display: inline-block;
	padding: 12px;
	padding-left: 50px;
	background-image: url(../i/DownloadNormal.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.download:hover {
	background-image: url(../i/DownloadHover.png);
}

a.download:active {
	background-image: url(../i/DownloadClicked.png);
}

a.contactlink {
	display: inline-block;
	padding: 13px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.contactlinkmail {
	background-image: url(../i/EmailNormal.png);
}

a.contactlinkmail:hover {
	background-image: url(../i/EmailHover.png);
}

a.contactlinkmail:active {
	background-image: url(../i/EmailClicked.png);
}

a.contactlinktwitter {
	background-image: url(../i/TwitterNormal.png);
}

a.contactlinktwitter:hover {
	background-image: url(../i/TwitterHover.png);
}

a.contactlinktwitter:active {
	background-image: url(../i/TwitterClicked.png);
}

a.contactlinktumblr {
	background-image: url(../i/TumblrNormal.png);
}

a.contactlinktumblr:hover {
	background-image: url(../i/TumblrHover.png);
}

a.contactlinktumblr:active {
	background-image: url(../i/Tumblrlicked.png);
}

a.contactlinklinkedin {
	background-image: url(../i/LinkedinNormal.png);
}

a.contactlinklinkedin:hover {
	background-image: url(../i/LinkedinHover.png);
}

a.contactlinklinkedin:active {
	background-image: url(../i/LinkedinClicked.png);
}

.footer {
	font-size: 10px;
	color: #ccc;
}

.footer a {
	color: #ccf;
}

.tabs-container {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.tabs {
  background-color: white;
  /*border-bottom: solid 1px #eee; */
  padding: 10px;
}

.tabitem {
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
	text-decoration: none;
}

.tabitem a {
  color: #888;
}

.tabitem a:hover {
  color: #444;
}

.tabitem:hover {
	text-decoration: underline;
}

.tabs-bottom-gradient {
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
  height: 30px;
}

.picture {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.35);
	margin-bottom: 20px;
	margin-top: 20px;
  max-width: 100%;
  border-radius: 5px;
  margin-right: 30px;
}

.screenshot {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 500px;
  border-radius: 3px;
}

.contact-info {
  position: absolute;
  top: 0px;
  left: 430px;
}

.picture-container {
  position: absolute;
  top: 0px;
}

.sample-details {
 margin: 20px;
 /*border: 1px solid #ddd;*/
 max-width: 480px;
}

.sample-details-container {
  border: 1px solid #ddd;
  clip: rect(0px, 100px, 100px, 0px);
}

@media only screen and (max-device-width: 480px) {
  .picture {
    max-width: 100%;
  }
  
  .screenshot {
    max-width: 100%;
  }
    
  .contact-info {
    position: relative;
    top: 0px;
    left: 0px;
  }
    
  .picture-container {
    position: relative;
    top: 0px;
    left: 0px;
  }
  
  .sample-details {
    max-width: 90%;
  }
  
  pre {
    white-space: pre-wrap;
  }
}

