@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot');
	src:url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.svg#icomoon') format('svg'),
		url('/fonts/icomoon.woff') format('woff'),
		url('/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-camera:before {
	content: "\e000";
}
.icon-mail:before {
	content: "\e001";
}
.icon-twitter:before {
	content: "\e002";
}
.icon-github:before {
	content: "\e003";
}
.icon-github-2:before {
	content: "\e004";
}
.icon-github-3:before {
	content: "\e005";
}

body {
	color: #212121;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 11px;
}

object {
	margin: 0 0 7px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

a {
	color: #afafaf;
	text-decoration: none;
}
a:hover {
	color: #447AA4;
}

/* Basic classes */
.hidden {
	display: none;
}

.centerize {
	text-align: center;
}

.clear {
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
.header {
	background-color: #fbfbfb;
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow:    0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow:         0 0 5px rgba(0,0,0,0.3);
}

.header-inner {
	height: 29px;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 891px;
	position: relative;
}

.header h1 {
	margin: 0 0 0 8px;
	width: 200px;
}

.header h1 a {
	display: block;
	background: url(/images/luwes.png) no-repeat;
	height: 30px;
}

.header h1 a span {
	display: none;
}

.info {
	position: absolute;
	right: 0;
	top: 12px;
}
.info li {
	display: inline-block;
	margin-left: 15px;
}
.info a {
	color: #11242B;
	font-size: 23px;
	filter: alpha(opacity=20);
	opacity: 0.20;
	-webkit-transition: opacity 0.15s;
	-moz-transition: opacity 0.15s;
	-ms-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
.info a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.info a span {
	display: none;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/

.mainwrapper {
	width: 867px;
	margin: 0 auto 60px;
}

.wrapper {
	margin: 0 8px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/

.footer {
	clear: both;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
.container {
	width: 851px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0;
	margin: 50px -270px 0 0;
}

.content {
	padding: 0;
	margin: 0 331px 0 0;
}

.content2 {
	padding: 0;
	margin: 40px 331px 0 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #DDD;
}

.table th {
	border-top: 0;
	vertical-align: bottom;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
h2.contenttitle {
	background: url(/images/dots.png) repeat-x bottom;
	clear: both;
	color: #11242B;
	font-family: "Ubuntu", sans-serif;
	font-size: 20px;
	margin: 0 0 20px;
	height: 32px;
}

h3.contenttitle {
	clear: both;
	color: #aaa;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	margin: 35px 0 10px;
}

h3.contenttitle.notop {
	margin-top: 0;
}

.contenttitle a  {
	color: #11242B;
}
.contenttitle a:hover {
	color: #11242B;
	text-decoration: underline;
}

.contentbody {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
}

.contentbody ul {
	list-style-type: square;
	margin: 7px 0 11px 30px;
}

.contentbody ul li {
	display: list-item;
	line-height: 18px;
}

.contentbody a  {
	color: #447AA4;
}
.contentbody a:hover {
	color: #447AA4;
	text-decoration: underline;
}

.content2 {
	background: url(/images/dots.png) repeat-x top;
}

.content2 h2.contenttitle {
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	height: 16px;
}

.content2 h2.contenttitle span {
	float: left;
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	width: 60px;
}

.left {
	float: left;
}
.right {
	float: right;
}

/*-------------------------------------------------
  Sidebar Menu
-------------------------------------------------*/
.sidebar {
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
}

.sidebarcontent {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 30px;
	padding: 0;
}

.sidebarcontent p {
	margin: 0 0 20px;
}

.aboutmeimage {
	background: url(/images/wesley-luyten.png) no-repeat 0 0;
	border-bottom: 1px solid #ddd;
	width: 270px;
	height: 158px;
}

.aboutme {
	border-top:1px solid #fff;
	padding: 10px 0 0;
}

.aboutme p {
	margin: 0 0 5px;
}

.aboutme a {
	color: #000;
}

.sidebarcontent h2 {
	border-bottom: 1px solid #ddd;
	color: #11242B;
	font-size: 11px;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 2px 0;
	text-transform: uppercase;
}

/*-------------------------------------------------
  Work
-------------------------------------------------*/

.work {
	margin: 0 0 15px;
}

.work dl {
	margin: 0 0 2px;
}

.work dt {
	color: #aaa;
	font-size: 10px;
	border-bottom: 1px solid #ddd;
	padding: 10px 3px 2px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}

.work dd {
	margin: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	font-size: 13px;
	font-weight: normal;
}

.work dd a {
/*	background: url(/images/arrow.gif) no-repeat 99% 50%;*/
	display: block;
	padding: 5px 3px;
}

.work dd a {
	color: #447AA4;
}
.work dd a:hover {
	background-color: #fff;
}

.older {
	text-align: right;
}

/*-------------------------------------------------
  Checkout
-------------------------------------------------*/

.checkout {
	width: 270px;
	margin: 80px 0 30px;
}

.checkout h4 {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	margin: 25px 0 5px;
}

.checkout b {
	color: #11242B;
	font-size: 14px;
}

.checkout .boxlink li {
	background-color: #fbfbfb;
	border-top: 1px solid #ccc;
}

.checkout .boxlink a {
	display: block;
	color: #444;
	padding: 7px 9px;
}
.checkout .boxlink a:hover,
.checkout .boxlink a:hover b {
	color: #fff;
	background-color: #11242B;
}

.checkout .boxlink,
.checkout .section {
	-moz-box-shadow:    0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow:         0 2px 5px rgba(0,0,0,0.1);
}

.checkout .section li {
	background-color: #fbfbfb;
	border-top: 1px solid #ccc;
	position: relative;
	padding: 7px 9px;
}

.checkout .section p {
	color: #333;
	margin: 1px 25px 0 79px;
}

.checkout .section .button,
.checkout .section .agree {
	margin-top: 3px;
}

.checkout .price-badge {
	background: url(/images/price-badge.png) no-repeat;
	position: absolute;
	right: 7px;
	top: 3px;
	width: 35px;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	line-height: 29px;
}

/*-------------------------------------------------
  Version
-------------------------------------------------*/

span.v10, span.v11, span.v12, span.v13, span.v14, span.v15,
span.v20, span.v21, span.v30 {
	background: url(/images/version.png) no-repeat right 0;
	padding-right: 32px;
}
span.v10 {
	background-position: right 8px;
}
span.v11 {
	background-position: right -11px;
}
span.v12 {
	background-position: right -31px;
}
span.v13 {
	background-position: right -51px;
}
span.v14 {
	background-position: right -71px;
}
span.v15 {
	background-position: right -91px;
}
span.v20 {
	background-position: right -111px;
}
span.v21 {
	background-position: right -131px;
}
span.v30 {
	background-position: right -151px;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

.leftbox, .rightbox {
	display: block;
	font-size: smaller;
	padding: 3px 0;
}

.leftbox {
	float: left;
	margin-right: 10px;
}

.rightbox {
	float: right;
	margin-left: 10px;
}

pre, pre.prettyprint {
	background-color: #fdfdfd;
	border: none;
	clear: both;
	font-family: consolas, courier, monospace;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
	margin: 0 0 11px;
	padding: 7px;
	-moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

.note {
	background-color: #E0F3E0;
	clear: both;
	color: #212121;
	font-size: 12px;
	margin: 0 0 11px;
	padding: 12px;
}

.quote {
	font-style: italic;
	font-size: 11px;
	padding-left: 10px;
	border-left: 3px solid #CCC;
	margin: 0 0 11px;
}

.flashvars {
	background-color: #FFFFCC;
	color: #212121;
	font-size: 11px;
	line-height: 17px;
	padding: 10px;
	width: 500px;
	text-align: left;
}

.flashvars b {
	clear: left;
	float: left;
	font-family: Courier New, monospace;
	width: 230px;
}

.flashvars p {
	margin: 0 0 0 231px;
}

.flashvars span {
	border-top: 1px dotted #F6D87D;
	display: block;
	margin: 7px 0;
}

.params {
	border: 1px solid #ccc;
	color: #212121;
	font-size: 11px;
	width: 100%;
}

.params tr td {
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}

.params tr td:first-child {
	border-right: 1px dotted #ccc;
	font-family: consolas, courier, monospace;
	font-size: 110%;
	width: 40%;
}

.credits {
	font-size: 11px;
	margin: 3px 0 0;
	float: right;
}

ul.apibar {
	position: relative;
	list-style-type: none;
	margin-left: 0;
}

ul.apibar li {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
}

ul.apibar .cf-focus,
ul.apibar .cf-click {
	position: absolute;
	top: 0;
	right: 0;
}

ul.apibar .cf-focus {
	right: 97px;
}

a.button {
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;
	font-weight: 700;
	line-height: 23px;
	color: white;
	background-color: #345;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.button:hover {
	background-color: #447AA4;
}

button {
	cursor: pointer;
	line-height: 19px;
    background: #E9E9E9;
    border: 1px solid #DDD;
    padding: 2px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
}

button input[type="text"] {
    border: 1px solid #DDD;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 -9px 0 5px;
    padding: 2px;
    width: 24px;
}
