@charset "utf-8";

/*
 Thema Naam: NXT Services
 Version: 1.1
 Author: Tim Veluwenkamp
 Author URI: http://nxtservices.nl
 */

body {
	background: #ffffff url(../img/bg.png) repeat-x;
	font-size: 12px;
	font-family: Arial;
	line-height:23px;
}
/* ---------- Hack ---------- */

.clearfix {
	display:inline-block;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

/* ---------- Typography ---------- */

h1.blog {
	color: #e0cfa3;
	text-transform: uppercase;
	height: 17px;
	padding: 4px 0px 5px 0px;
}
h2 {
	color: #0d888d;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}
h3 {
	margin: 0;
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.featuretitle {
	margin: 0;
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
h4 {
	font-size: 10px;
}
h5 {
	color: #292929;
	font-size: 12px;
	text-transform: uppercase;
}
h6 {
	font-size: 24px;
	color: #393939;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
p {
	margin: 5px 0px;
}
.content_wrap a, .content_wrap p {
	color: #393939;
}
.content_wrap a {
	font-weight: bold;
}
/* ---------- Layout ---------- */

.content_wrap {
	width: 940px;
	margin: 20px auto;
	overflow: hidden;
	line-height: 16px;
	position: relative;
}
.content220px {
	width: 197px;
	height: 90px;
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
}
.content460px {
	width: 400px;
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
}
.content620px {
	width: 578px;
	padding: 20px 20px 15px 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
	line-height: 23px;
}
.content940px {
	width: 898px;
	padding: 20px 20px 15px 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
	line-height: 23px;
}
.content300px {
	width: 258px;
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
	line-height: 23px;
}
.content300px_ads {
	padding: 15px 15px 10px 15px;
	width: 268px;
}
.content220px ul li {
	float: left;
}
.box, .lastbox, .homepagebox {
	float: left;
	margin: 0px 0px 20px 0px;
}
.lastbox {
	margin-right: 0px;
}
.homepagebox {
	margin-right: 20px;
}
#sidebar {
	float: right;
	width: 300px;
}
.title, .title_featured, .title_220px, .title_460px, .title_620px, .title_300px, .title_940px, .categorylist li {
	background: url(../img/title.png) top left repeat-x ;
	height: 29px;
	padding: 18px 0px 0px 20px;
	border-top: #c8c8c8 solid 1px;
	border-left: #c8c8c8 solid 1px;
	border-right: #c8c8c8 solid 1px;
}
.categorylast {
	border-bottom: #C8C8C8 1px solid;
}
.categorylist a {
	text-decoration: none;
}
.categorylist a:hover {
	color: #999999;
}
.categorylist li {
	float: left;
	width: 278px;
	background: url(../img/category_bg.png) top left repeat-x;
}
.title_featured {
	width: 196px;
}
.title_220px {
	width: 217px;
}
.title_460px {
	width: 420px;
}
.title_620px {
	width: 598px;
}
.title_300px, .categorylist {
	width: 278px;
}
.title_940px {
	width: 940px;
}
/* ---------- Header ---------- */

#top_bar {
	background-color:#000000;
	height: 50px;
}
#logo {
	float: left;
}
/* ---------- Navigation ---------- */
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9f9f9f;
	z-index: 9999;
	float: right;
	position: relative;
}
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:0.6em;
}
#nav a:link, #nav a:visited, #nav a:active {
	display:block;
	padding: 22px 25px;
	color:#a5a5a5;
	text-decoration:none;
	text-transform: uppercase;
}
#nav a:hover {
	color:#fff;
	background:#0099cc;
}
#nav li {
	float:left;
	position:relative;
}
#nav ul {
	position:absolute;
	top:4em;
	display:none;
	z-index: 1;
}
#nav li ul a {
	width:8em;
	float:left;
	background-color: black;
	background-image: none !important;
}
#nav li ul a:hover {
	background-color: #292929;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:11.3em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
/* ---------- Content ---------- */

#topbanner {
	background: transparent url(../img/slogan.png);
	width: 940px;
	height: 200px;
	margin: 20px auto;
	}

.firstrow {
	overflow:hidden;
	margin: 5px 0px 13px 0px;
}
.firstrow li, .secondrow li {
	margin-right: 23px;
}
.lasticon {
	margin-right: 0px !important;
}
.secondrow {
	overflow:hidden;
}
/* ---------- Portfolio ---------- */

.portfolio_list {
	overflow: hidden;
	width: 150px;
	text-transform: uppercase;
	margin-top: 15px;
	float: left;
}
.portfolio_list li {
	float: left !important;
	background: url(../img/check.png) left no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}
/* ---------- Blog ---------- */

.blog_post, .blog_post_first, .blog_post_last {
	overflow: hidden;
	border-bottom: #c2c2c2 solid 1px;
	padding: 15px 0px;
	float:left;
}
.blog_post_first {
	padding-top: 0px;
}
.blog_post_last {
	border-bottom: none;
	padding-bottom: 0px;
}
.blogimg {
	float: left;
}
.post_info, .portfolio_info {
	float: left;
	width: 350px;
	margin-left: 20px;
}
.portfolio_info {
	width: 480px;
	padding-right: 20px;
	margin-left: 30px;
}
.post_info a, .portfolio_info a {
	text-decoration: none;
}
.post_info a:hover, .portfolio_info a:hover {
	color: #6c6c6c;
}
.date {
	font-size: 10px;
}
.date a {
	text-decoration: none;
	color: #b31010;
}
.date a:hover {
	text-decoration: underline;
}
/* ---------- Contact ---------- */
div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}
input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}
label.fout {
	color: #FF0000;
}
/* ---------- Footer ---------- */

.post, .lastpost {
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box_240px_left, .box_240px_middle, .box_240px_right {
	width: 260px;
	float: left;
}
.box_240px_right li {
	display: inline;
}

footer {
	text-align: center;
}

