/* Sitestijlen voor de Antagonist.nl-site. */

/* LAYOUT EN BODY-STIJLEN */

html, body {
	height: 100%;
}

body {
	background: #012056 url('../img/bokeh_background.png') top center no-repeat;
	color: white;
	font-family: "Trebuchet MS", sans-serif;
}

#everything {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -357px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 357px;
}

body.skip_refer #everything {
	margin: 0 auto -127px;
}

body.skip_refer .push {
	height: 127px;
}

body.skip_refer.skip_foot #everything {
	margin: 0 auto -38px;
}

body.skip_refer.skip_foot .push {
	height: 38px;
}

/* TYPOGRAFIE, HEADINGS EN LINKS */

.hero h1, .hero h2 {
	font-family: "Georgia", serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
}

h3, h4, h5 {
	font-family: "Trebuchet MS", sans-serif;
}

.hero h1 {
	font-size: 37px;
	margin-top: 60px;
}

.hero h2 {
	font-size: 19px;
}

a {
	color: inherit;
}

/* NAVIGATIE EN HEADER */

header {
	height: 140px;
	overflow: hidden;
	background: url('../img/header_bg.png') top center repeat-x;
}

#headercontents {
	width: 940px;
	margin: 0 auto;
}

header #logo {
	padding-top: 32px;
	float: left;
}

nav .links {
	float: right;
	padding-top: 8px;
	/*margin-right: 4px;*/
}

nav .links a {
	display: inline-block;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: top center;
	font-weight: bold;
	width: 136px;
	text-align: center;
	height: 40px;
	text-decoration: none;
	color: #869bc0;
	vertical-align: top;
	margin-left: -5px;
	margin-right: -5px;
}

nav .links a.hosting {
	background-image: url("../img/nav/knop_webhosting.png");
}

nav .links a.hosting:hover, nav .links.webhosting a.hosting {
	color: white;
	background-image: url("../img/nav/knop_webhosting_over.png");
}

nav .links a.domain {
	background-image: url("../img/nav/knop_domeinen.png");
}

nav .links a.domain:hover, nav .links.domain a.domain {
	color: white;
	background-image: url("../img/nav/knop_domeinen_over.png");
}

nav .links a.support {
	background-image: url("../img/nav/knop_ondersteuning.png");
}

nav .links a.support:hover, nav .links.support a.support  {
	color: white;
	background-image: url("../img/nav/knop_ondersteuning_over.png");
}

nav .links a.reseller {
	background-image: url("../img/nav/knop_reseller.png");
}

nav .links a.reseller:hover, nav .links.reseller a.reseller  {
	color: white;
	background-image: url("../img/nav/knop_reseller_over.png");
}

#toolbar {
	width: 940px;
	text-align: right;
}

#toolbar a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 5px;

	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#toolbar a.important {
	color: #aaa;
	padding-right: 8px;
}

#toolbar a:hover {
	color: #00A9E1;
}


/* LIJSTEN */

ul.bullets {
	list-style: disc;
	list-style-position: inside;
	margin-left: 25px;
	line-height: 1.5em;
	text-indent: -15px;
	font-size: 13px;
}

ul.checkmarks {
	list-style-image: url('../img/tick.png');
	list-style-position: inside;
	line-height: 2em;
}

ul.checkmarks li {
	vertical-align: middle;
}

h3.blue {
	color: #00A9E1;
	font-size: 14px;
	padding-top: 1em;
	font-weight: bold;
}

b {
	font-weight: bold;
}

.preloader {
	display: none;
}