@charset "utf-8";
/* ====================
CSS Document

Author:			Ontwerpstudio Trendwerk
Written for: 	Ontwerpstudio Trendwerk
Date:			01-09-2009
==================== */

/* reset
==================== */

* {
margin: 0px;
padding: 0px;
}

img {
border: none;
}

/* type & links
==================== */

body,html {
	height: 100%;	
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
font-weight: normal;
color: #333333;
margin:0 0 10px 0;
}

h1 {
font-family: Rockwell, Arial, Helvetica, sans-serif;
font-size: 32px;
font-weight: bold;
color: #333333;
margin:0 0 10px 0;
}

h2 {
font-family: Rockwell, Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: normal;
color: #333333;
margin:0 0 10px 0;
}

h3 {
font-family: Rockwell, Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: normal;
color: #333;
margin:0 0 10px 0;
}

h4 {
font-family: Rockwell, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
color: #666;
margin: 0 0 5px 0;
}

h5, h6 {
font-size: 13px;
font-weight: bold;
color: #333333;
margin: 0px 0px 5px 0px;
}

a {
color: #247feb;
text-decoration: underline;
}

a:hover {
color: #ee0000;
}

/* misc
==================== */

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

.noPadding {padding:0!important;}

table {margin-bottom: 10px;}
table.grijs {
	background-color: #eeeeee; 
	padding: 10px 5px 10px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}
td {height: 20px;padding-right: 20px; vertical-align:top;}


/* layout
==================== */

body {
	background: #ffffff;
	text-align:center;
}

#top_bg {
	width: 100%;
	position: relative;
	background-color: #333;
	z-index:2;
	text-align:left;
}
	#top {
		width: 960px;
		height: 100px;
		position: relative;
		margin: 0px auto;
	}
	#logo {
		cursor:pointer;
		width: 190px;
		height: 150px;
		background-image: url(../images/trendwerk_logo.png);
		position: absolute;
		left: 20px;
		top: 15px;
		z-index:2;
	}
	#menu_top {
		color: #fff;
		text-align:right;
		padding-right: 20px;
		padding-top:16px;
	}
		#menu_top a	{
			color: #fff;
			text-decoration:none;
		}
		#menu_top a:hover {
			text-decoration: underline;	
		}
	#menu {
		top: 61px;
		padding-left: 260px;
		position:absolute;
	}
	#bar_left h3 {
		margin: 0;
	}
		#bar_left .widget_text .widgettitle {
			display: none;
		}
		#bar_left .widgettitle {
			font-size: 22px;
		}
		#bar_left ul, #bar_left li {
			list-style:none;
		}
		#menu ul {
			display: inline;
			list-style-type: none;
		}
		#menu ul li {
			float:left;	
			width: 130px;
			height:40px;
			padding-left: 4px;
			padding-right:4px;
		}
		#menu ul li a {
			position:absolute;
			width: 130px;
			height:40px;
		}
		#menu ul li:hover {
			cursor:pointer;	
		}
		#menu #identiteit {
			background: url(../images/menu_identiteit.png) no-repeat;
		}
		#menu #identiteit:hover, #menu #identiteit_active {
			background: url(../images/menu_identiteit_active.png) no-repeat;
		}
		#menu #drukwerk {
			background: url(../images/menu_drukwerk.png) no-repeat;
		}
		#menu #drukwerk:hover, #menu #drukwerk_active {
			background: url(../images/menu_drukwerk_active.png) no-repeat;
		}
		#menu #internet {
			background: url(../images/menu_internet.png) no-repeat;
		}
		#menu #internet:hover, #menu #internet_active {
			background: url(../images/menu_internet_active.png) no-repeat;
		}
		#menu #portfolio {
			background: url(../images/menu_portfolio.png) no-repeat;
		}
		#menu #portfolio:hover, #menu #portfolio_active {
			background: url(../images/menu_portfolio_active.png) no-repeat;
		}
		#menu #overons {
			background: url(../images/menu_overons.png) no-repeat;
		}
		#menu #overons:hover, #menu #overons_active {
			background: url(../images/menu_overons_active.png) no-repeat;
		}
	
#header_bg {
	width: 100%;
	position: relative;
	background-color: #247fe6;
	background-image: url(../images/header_bg.png);
	border-bottom: 1px solid #FFF;
}
#header {
	width: 980px;
	height: 300px;
	background-image: url(../images/header.png);
	position: relative;
	margin: 0px auto;
	text-align: left;
}
	#introtext {
		width: 450px;
		height: 100px;
		position: absolute;
		left: 35px;
		top: 130px;
	}
	#introtext p {
		font-size: 16px;
		line-height: 21px;
		font-style: italic;
		color: #FFF;
	}

#header_page {
	width: 980px;
	height: 150px;
	background-image: url(../images/header_page.png);
	position: relative;
	margin: 0px auto;
	text-align: left;
}
	#header_page #introtext {
		display: none;	
	}

#drop_shadow {
	height: 49px;
	background-color:#fff;
	width:100%;
	position:absolute;
	background: url(../images/drop_shadow.png) repeat-x;
}

#main_bg {
	width: 100%;
	position: relative;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
}
	#main {
		width: 980px;
		position: relative;
		margin: 0px auto;
	}
	#main #breadcrumbs {
		text-align: left;
		border-bottom:1px dotted #666;
		color: #666;
		padding: 15px 0px 10px 0px;
		margin: 0px 20px;
	}
	#main #bar_left {
		float:left;
		width: 290px;
		margin: 25px 0 15px 15px;
		text-align: left;
		display:inline;
	}
		#main #bar_left #vak_linksboven {
			background: url(../images/nieuwsbrief_bg.png) no-repeat;
			height: 270px;
		}
			#main #bar_left #vak_linksboven p {	
				text-align: left;
				padding: 50px 25px 0px 25px;
				color: #fff;
			}
			#main #bar_left #vak_linksboven div {
				padding-left: 18px;
				padding-top: 11px;
				color: #fff;	
			}
			#main #bar_left #vak_linksboven .input_text {
				padding: 4px;	
				color: #333;
				width: 220px;
			}
			#main #bar_left  .button {
				margin-left: 136px;
				padding: 0px;
				border: 0px;
			}
	#main #content {
		float:right;
		text-align:left;
		margin:25px 20px 20px 0px;
		width: 620px;
		min-height:420px;
		height:auto !important;
		height:420px;
		display:inline;
	}
		#main #content ul, #main #content ol {
			margin-left: 25px;
			margin-bottom: 15px;
		}
		#main #content #sitemap_list ul {
			margin-bottom:0;
		}
		#main #content li  {
			color: #333;
			line-height: 20px;
		}
			#main #content li ul {
				margin-left: 0;
			}
			#main #content li ul li {
				margin-left: 20px;
			}
			
			ul.check li {
				list-style-image: url(../images/icons/check_icon.png);
				margin-left: 15px;
				padding-left: 5px;
			}
		#main #content #overzicht_diensten {
			background-color: #eee;
			width: 590px;
			overflow:hidden;
			padding: 15px;
			padding-top: 13px;
			padding-bottom: 2px;
			margin-bottom: 18px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
			#main #content #overzicht_diensten div {
				float: left;
			}
			
			#main #content #overzicht_diensten #identiteit_icon {
				width: 48px;
				height: 48px;
				background: url(../images/icons/identiteit_icon.png);
				position:absolute;
				margin-left: 140px;
				margin-top: 8px;
			}
			#main #content #overzicht_diensten #internet_icon {
				width: 48px;
				height: 48px;
				background: url(../images/icons/internet_icon.png);
				position:absolute;
				margin-left: 140px;
				margin-top: 8px;
			}
			#main #content #overzicht_diensten #drukwerk_icon {
				width: 48px;
				height: 48px;
				background: url(../images/icons/drukwerk_icon.png);
				position:absolute;
				margin-left: 140px;
				margin-top: 8px;
			}
			
		#main #content #nieuws {
			clear:both;
		}
			#main #content #nieuws h2 {
				margin-left: 0px;	
			}

	#main #portfolio {
		text-align:left;
		width:940px;
		margin:24px;
		min-height:420px;
		height:auto !important;
		height:420px;
	}
	#main #portfolio.indienst {
		margin:0;
		width: 640px;
		min-height: 0px!important;
	}
	
		#gallery-1 {
			text-align: left;
			width: 500px;
		}
	
		#main #portfolio img, #gallery-1 img {
			float: left;
			padding: 4px;
			border:1px solid #ccc;
			margin-bottom: 5px;
			margin-right: 5px;
		}
		
		#main #portfolio div, .gallery-item {
			margin-top:0;
		}
		
		#main #portfolio select {
			margin-bottom: 20px;
		}
	
	#main #portfolio_content {
		width: 620px;
		float:left;
		margin-left: 21px;
	}
		#main #portfolio_content img {
			margin-top: 20px;
			padding: 4px;
			border: 1px solid #ccc;
		}
	#main #portfolio_side {
		width:310px;
		float:right;
		margin-right: 20px;
		text-align:left;
	}
		#main #portfolio_side #side_info {
			margin-top: 20px;
			margin-left:10px;
			-moz-border-radius-bottomleft:5px;
			-moz-border-radius-bottomright:5px;
			-moz-border-radius-topleft:5px;
			-moz-border-radius-topright:5px;
			background-color:#eee;
			padding:15px 15px 20px;
		}
		#main #portfolio_side #side_info #extraFields {
			margin-top: 25px;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}
			#main #portfolio_side #side_info #extraFields li {
				color:#333333;
				display:block;
				line-height:16px;
				padding-top: 8px;
				padding-bottom: 8px;
				padding-left:8px;
				text-decoration:none;
				list-style: none;
				list-style-type: none;
				border-bottom: 1px solid #ccc;
			}
		#main #portfolio_side #terugPortfolio {
			padding:0;
			margin:0;
			margin-top: 5px;
		}
		
		#main #portfolio #portfolio_underNav {
			width: 930px;
			padding-left: 2px;
		}

#footer_bg {
	width: 100%;
	position: relative;
	background-color: #333;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	clear:both;
}

	#footer {
		width: 980px;
		height: 75px;
		position: relative;
		margin: 0px auto;
		text-align: center;
		padding: 40px 20px 10px 20px;
		}
		
	#footer.left {
		text-align: left;
		}
		
	#footer p, #footer a {
		line-height: 20px;
		color: #ccc;
		}	
		
	 #footer a:hover {
		color: #247feb;
		}


/* alleen bij 'het team' zijn de images te hoog en moet er een randje om, dus dit gaat per img handmatig */
.randje {
	padding:4px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

/* aanpassingen default theme
==================== */
#nieuws h2 {
	margin-bottom: 10px;	
}


#nieuws_single h3 {
margin: 0;
}

	#nieuws .geplaatstOp, #nieuws_single .geplaatstOp {
		color: #666;
		font-size: 11px;	
		margin-bottom: 10px;
	}
	
		#nieuws .geplaatstOp a, #nieuws_single .geplaatstOp a {
			color: #666;
			text-decoration:none;
		}
		
		#nieuws .geplaatstOp a:hover, #nieuws_single .geplaatstOp a:hover {
			text-decoration: underline;	
			color: #247feb;
		}


#nieuws .post {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 4px;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:15px;
}
	#nieuws .post h3 {
		font-size: 24px;
		margin: 0 0 2px 0;
	}

	.post h3 a, h3 a {
		color: #333;
		text-decoration:none;
	}
	
	.post h3 a:hover, h3 a:hover {
		color: #247feb;
	}
	
	#nieuws .post .entry img.size-thumbnail, #nieuws_single .post .entry img.size-thumbnail {
		padding:4px;
		border:1px solid #ccc;
		margin-top: 4px;
	}

/* Sidebar
==================== */

.subPageNav, .widget_search, .widget_archive, .widget_tag_cloud, .aktt_widget {
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom:20px;
	list-style:none;
	list-style-type:none;
	background-color: #eee;
	padding: 15px;
	padding-bottom: 20px;
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#main #content #overzicht_diensten .subPageNav {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color:transparent;
	width: 183px;
	padding: 3px;
	padding-bottom:1px;
	list-style: none;
	list-style-type:none;
	margin-left: 5px;
}
	#main #content #overzicht_diensten .subPageNav li {
		margin:0;
	}
	#main #content #overzicht_diensten .subPageNav .page_item a {
		background:url(../images/icons/check_icon.png) left center no-repeat;
		margin-left: 10px;
		padding-left: 25px;
	}

.subPageNav, .widget_search, .widget_archive, .widget_tag_cloud, .aktt_widget {
	width: 250px;
	background-color: #eee;
	list-style:none;
	list-style-type:none;
	margin: 8px 0px 15px 5px;
	padding: 15px 15px 20px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.subPageNav .categories {
		border:0;
	}

		.subPageNav li a, .widget_archive li a, .aktt_widget li {
			color: #333;
			text-decoration: none;
			line-height: 16px;
			list-style: none;
			list-style-type: none;
			border-bottom: 1px solid #ccc;
			display: block;
			padding: 8px 0px 8px 8px;
		}
		
		.subPageNav li a:hover, .widget_archive li a:hover {
			color: #247feb;	
			background-color: #e6e6e6;
			text-decoration: underline;
		}
		
		.subPageNav .kop a {
			padding-bottom: 20px;	
		}	

		.subPageNav .kop a {
			color: #333;
			text-decoration:none;
		}

		.subPageNav .kop a:hover {
			color: #247feb;	
			text-decoration: underline;
			background: none;
		}
		/*
		#bar_left h3, .widgettitle {
			padding-bottom: 10px;
			border-bottom: 1px solid #ccc;
		}
		*/
		
		.widget_tag_cloud div {
			text-align: left;
		}

/* Sidebar widgets
==================== */

#main .textwidget .offerte {
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom:20px;
	list-style:none;
	list-style-type:none;
	background-color: #eee;
	padding: 15px;
	padding-bottom: 20px;
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	text-align: center;
}

	#main .textwidget .offerte h3{
		padding-bottom : 10px;
	}

/* Search */

widget_search label {
	display: none;
}

/* Twitter Tools */

.aktt_more_updates {
	border-bottom: none; 
	padding: 8px 0 0 8px;
}

/* Misc
==================== */

.navigation {
	border-top: 1px dotted #666;
	padding-top: 10px;
}

	.alignleft {
		float: left!important;	
		margin-right:15px;
	}
	
	.alignright {
		float: right!important;	
		margin-left:15px;
	}

	#pageNavSmall li {
		display: inline;
	}
#archief_side {
	margin-left: 8px;
}
	#archief_side li {
		list-style: none;
	}
	
/* Forms
==================== */

input, textarea  {
	padding: 5px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #cccccc;
}

#vak_linksboven input, #vak_linksboven textarea  {
	margin: 0px 0px 14px 10px;
	border: 1px solid #cccccc;
}

/* landingspaginas */
	#main #content.landing {
		float: left;
		padding-left: 20px;
		width: 590px;
	}
	#main #landing_rechts {
		float: right;
		margin-right: 20px;
		margin-top: 25px;
		width: 310px;
	}
		#main #landing_rechts #offerte {
			background:#eee;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			padding: 10px;
		}
		#main #landing_rechts #portfolio {
			margin-left: 2px;
		}
			#main #landing_rechts #portfolio.indienst {
				width: 320px;
			}
		#main #landing_rechts .voorbeelden {
			margin-top: 15px;
			text-align:left;
		}
	.of {
		font-size: 22px;
		color: #999;
		font-weight:bold;
		margin: 0px 10px;
	}
	.ctabuttons .of {
		font-size: 22px;
		color: #999;
		font-weight:bold;
	}
	.buttons img {
		vertical-align: -30px;
		margin-top: 20px;
	}
	
	.cta img {
		margin-top: 0px;
}	
	
	.relevant {
		color: #999;
		margin-top: 30px;
	}
		.relevant a {
			color: #999;
			text-decoration:none;
		}
		.relevant a:hover {
			text-decoration: underline;
		}
		
		
/* comments */
#comments {
	margin-top: 0px;
}

#respond {
	margin-top: 0px;
	clear:left;
}
	#respond #comment {
		width: 610px;
		height: 100px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

.commentlist {
	list-style: none;
	list-style-type:none;
}
	.commentlist li {
		padding: 13px 15px 8px 15px;
		margin: 15px 0px;
		background-color:#f7f7f7;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.commentlist li.even {
		background-color: #eee;
	}
		.commentlist .comment-author {
			display: inline;
		}
			.commentlist .comment-author img {
				float: left;
				margin: 2px 6px 0px 0px;
				border: 1px solid #ccc;
				padding: 3px;
				background:#fff;
			}
			.commentlist .comment-author .says {
				display: none;
			}
		.commentlist .comment-meta {
			display: inline;
			float:right;
			font-size: 11px;
		}
			.commentlist .comment-meta a {
				text-decoration:none;
				color: #999;
			}
		.commentlist .comment-body p {

		}
#commentform label span {
	color: #ccc;
}

.wp-caption-text {
	color: #999;
	font-size: 11px;
	font-style:italic;
}
