/*  
Theme Name: NetWorker
Theme URI: http://www.antbag.com
Description: An adsense ready theme from Antbag.com.
Version: 1.0
Author: Anthony Baggett
Author URI: http://www.antbag.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #174054;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	position:relative;
	font-size: 1.2em;
	background: #FFFFFF;
	width: 950px;
	padding: 0 25px;
	text-align: left;
	margin: 0 auto;
}

#socMed { position:absolute; top:0; right:0; padding:5px 25px; }
#socMed ul { position:relative; overflow:hidden; padding:0; margin:0; list-style-type:none; }
#socMed ul li { position:relative; float:left; margin-left:10px; }


#wrapper{
	width: 950px;
	text-align: left;
	border: none;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2.0em;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link{
	text-decoration: none;
	color:#054E72;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

a:visited{
	text-decoration: none;
	color:#054E72;
}

a img {
	border: none;
}

/*******************
----Custom Styles---
*******************/

blockquote { 
	font-style: italic; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.0em;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #f1f0ed;
	border-left: 2px solid #900;
}

code { 
	color: #9A2EFE; 
	font-family: Courier, monospace; 
}

.entry p,
.entry .contentintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9167em;
	color: #00000;
	margin: 0 0 15px 0;
}

.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry ul.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul.bg.blue {
	background: #E0ECF8;
}

.entry ol.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ol.bg.blue {
	background: #E0ECF8;
}

.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 1.4em;
	color: #777;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 1.4em;
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.4em !important; 
}
/* Begin Images */
.entry img {
	padding: 3px;
	max-width: 100%;
	width: expression(this.width > 430 ? 430: true);
	border: 1px solid #CCCCCC;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



.archive_head { 
	text-align: center;
	font-style: normal; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*******************
------Header-------
*******************/

#header{
	float: left;
	width: 100%;
	height: 120px;
	margin: 20px 0 0;
	padding: 0;
	background: url(images/header_placemarketing_v2.png) no-repeat;
	color: #fff;
	clear: both;
}

#header img { display: none; }

.title{
	display: none;
}

.title a:link{
	text-decoration: none;
	color:#FFF;
}

.title a:hover{
	text-decoration: underline;
	color: #CCC;
}

.title a:visited{
	text-decoration: none;
	color:#FFF;
}

/********************
----Navigaiton Bar---
********************/

#top-menu{
	clear: both;
	float: left;
	margin-left: 450px;
	_margin-left: 232px;
	width: 500px;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-align: left;
	border: none;
	background: #FE0000;
	font-weight: bold;
}

#top-menu li a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
	color: #FFFFFF;
	width: 80px;
	text-align:center;
	
}

#top-menu li a:hover{
	text-decoration: none !important;
	color: #000000;
	background: #FFF;
}

#top-menu ul{
	margin: 0 auto;
	width: 499px;
	padding: 5px 0;
	text-align: left;
	height: 16px;
	border: 1px solid #FE0000;
}

#top-menu ul li{
	display: block;
	padding: 0;
	font-size: 1.2em;
	margin-right: 20px;
	float: left;
}

#top-menu ul li.rssfeed {
	float:right;
	width: 40px;
	margin: 0;
}

#top-menu ul li.rssfeed a:hover {
	background: none;
}


/*******************
---------Post-------
*******************/

#container{
	float: left;
	width: 450px;
	padding: 0 0 0 0;
	margin-top: -38px;
}

.post{
	padding: 10px 0 25px 0;
	margin: 0 10px 0 0;
	
	clear: both;
}

.post h2{
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/onderwerpachtergrond.png);
	background-repeat: no-repeat;
}

.post h2 a {
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
	font-weight: bold;
	color: #000000;
}
	

.entry{
	line-height: 22px;
	padding:0 5px 0 10px;
}

.entry a:link {
	color: #054E72;
}

.entry a:hover {
	color: #054E72;
	text-decoration:underline;
}

.entry a:visited {
	color: #054E72;
}


.postinfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999999;
	font-size: 0.83em;
}

.postinfo a{
	color: #000000;
}

.more-link {
	float: right;
	display: block;
	padding-bottom: 10px;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 0.8em;
	color: #BFB8A1;
	border-top: 1px dotted #CCC;
	margin: 20px 0;
	padding: 5px 0 0 0;
	display: none;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 18px;
}

.postnav a:visited {
	color: #054E72;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 1.4em !important; 
	text-transform: normal !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	

/********************
----Sidebar Styles---
********************/

.rightbar{
	float: right;
	width: 248px;
	margin: 0;
	padding: 0px;
	display: inline;
	overflow: hidden;
	background: #FFF;
	/*border-left: 4px solid #FFF;*/
}

.rightbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rightbar ul li {
	padding: 0 0 10px 0;
	margin: 3px 0;
	background: #174054;
}

.rightbar ul li h2 {
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
	padding: 10px 5px;
	margin: 5px;
	border-bottom: 1px dashed #174054;
}

.rightbar ul ul li {
	padding: 0;
	margin: 0 0 0 23px;
	line-height: 22px;
	list-style: none;
	font-size: 1.2em;
}

.rightbar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
	padding-top: 12px;
}

.rightbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rightbar .syndication .rss .sub{
	list-style: none;
}

.rightbar a:link, a:visited{
	text-decoration: none;
	color:#FFF;
}

.rightbar a:hover{
	text-decoration: underline;
	color: #FFF;
}

.rightbar form {
	margin: 10px;
	margin-top: -10px;
	padding: 0px;
}
.rightbar form #s {
float: left;
	width: 140px;
	border: 1px solid #000000;
}
.rightbar form #searchsubmit {
	float: left;
	margin-left: 10px;
	background: #FE0000 ;
	border: none;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.rightbar form #searchsubmit:hover {
	cursor: pointer;
}

table#wp-calendar{
	width: 100%;
}

li#links {
	background: #FFFFFF;
	color: #174054;
	padding: 5px 10px;
}
li#links li{
	background: #FFFFFF;
}
li#links a,
li#links h2 { color: #174054; }

.rsswidget a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9167em;	
}	

#links.widget ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9167em;
	color: #000000;
	list-style-image:url(images/arrow.gif)
}
.rightbar ul li.widget,
.rightbar ul li.widget ul li {
	background:#FFF;
	color:#000;
}
.rightbar ul li.widget h2 {
	color:#000;
}
.rightbar ul li.widget ul,
.rightbar ul li.widget ul li,
.rightbar ul li.widget ul li a {
	margin:0px;
	padding:0;
	color:#000;
}
.rightbar ul li ul li {
	padding-left:11px !important;
}
.rightbar ul li.widget ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
	
/********************
----Banner---
********************/

#banner .widgettitle {
	display: none;
}

#banner {
	background-color: #FFFFFF;
}

/********************
----rechts---
********************/
.rechts {}

/********************
----Left sidebar---
********************/
.leftbar{
	float: left;
	width: 248px;
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background: #FFF;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.leftbar ul li{
	padding: 0 0 10px 0;
	margin: 3px 0;
	background: #174054;
}

.leftbar ul li h2{
	font-family: Helvetica;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
	padding: 10px;
	margin: 0;
}

.leftbar ul ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 2px 10px;
	margin: 0 3px;
	line-height: 18px;
	list-style: none;
	font-size: 0.9167em;
	border-bottom: 1px dotted #CCC;
}
.leftbar a:link, a:visited {
	text-decoration: none;
	color:#FFF;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #FFF;
}

#tag_cloud, #tag_cloud-5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 15px;
	text-align: justify;
}
#tag_cloud, #tag_cloud-5 a {
	text-align: justify;
	display: inline;
}
#tag_cloud, #tag_cloud-5 h2 {
	padding: 0 0 10px 0;
}


/*******************
----Comment Form---
*******************/

#comment-form{
	width: 420px;
	background: #f1f0ed;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.comments-template a{
	text-decoration: underline;
	color: #900;
}


.comments-template a:hover{
	text-decoration: underline;
	color: #333;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #900;
	padding: 10px 0 10px 0;
}

.commentmetadata{
	font-size: 1.2em;
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 1.4em; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #f1f0ed;
	border: none;
}

.alt {
	background: #FFF;
	border: 2px solid #f1f0ed;
}

/*******************
-------Footer-------
*******************/

#footer{
	clear: both;
	float: left;
	width: 950px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background: #FFF;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}

hr.hidden { clear: both; visibility: hidden; }

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #999999;
}

#footer a:hover{
	text-decoration: underline;
	color: #333;
}

#footer-left {
	width: 600px;
	float:left
}

#footer-right {
	float:right;
	width: 285px;
}
#footer-right a {
	padding-left: 5px;
	padding-right: 5px;
}	

.footer_border_a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
/*******************
----Site map---
*******************/

.ddsg-wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9167em;
}

.ddsg-pagenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.09em;
}

.ddsg-wrapper a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #054E72;
	text-decoration: none;
}

.ddsg-pagenav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #054E72;
	text-decoration: none;
}


.ddsg-wrapper a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #054E72;
	text-decoration: underline;
}

.ddsg-pagenav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #054E72;
	text-decoration: underline;
}
div.navigation {
	padding:5px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:435px;
	border-top:1px dashed #999999;
}
div.navigation a:link,
div.navigation a:visited,
div.navigation a:hover,
div.navigation a:active {
	color: #333333;
}
a:hover {
	text-decoration:underline !important;
}
#top-menu ul li a:hover{
	text-decoration: none !important;
	color: #000000;
	background: #FFF;
}

a#homeanchor { display:block; height:120px; width:610px; }
