/*
Theme Name: Digital Playground
Theme URI: http://www.ezwpthemes.com/templates/digital-playground.html
Description: This tech theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: white, fixed-width, two-columns, left-sidebar, threaded-comments
*/

/* Global */
body {
	font-family: Verdana, Arial, Sans-Serif; /* LS090401: Verdana en Arial omgedraaid */
	padding-top: 30px;
	background: #FFF url(images/achtergrond.gif);
}

h1 {
font-size: 13px;
line-height: 18px;
font-weight: normal;
}

h2 {
font-size: 13px;
line-height: 18px;
font-weight: bold;
color: #5094bc;
}

h5 {
font-size: 11px;
font-weight: normal;
line-height: 15px

}

a {
	color: #FFF; /* LS090401: Was: C72B1F, slaat linkbare tekst, o.a. op tekst in navigatieknoppen*/
	text-decoration: none; /* LS090417: toegevoegd zodat linkbare dingen niet onderstreept zijn*/
	}


a:hover
{
	text-decoration: none;
	color: white;
}


a img {
	border: none;
}


img {
	border: none;
}


#wrapper
{
	margin: 0 auto;
	width: 960px;	
	background-color: #a4c7dc;
}


/* Header: LS090401: overbodige elementen weggehaald, zie clean docuement*/

#header {
	width: 960px;
	height: 135px;
	background: url(images/header.gif) no-repeat;
}


/* Navigation */

#nav
{
	background-color: #5094BC;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 0px 210px; /*LS090401: om de navigatiebuttons boven container te laten beginnen*/
}

#nav li
{
	float: left;
	text-decoration: none;
	font-size: 13px;
	list-style: none;
	padding-right:115px; /*LS090514: bepaalt ruimte tussen navigatieitems*/
}


#nav li a:hover
{
color: black; /*LS090401: kleur van navigatie als je eroverheen gaat*/
text-decoration:none;
font-size: 13px;

}

#nav li.current_page_item a /*LS090512: kleur van actieve pagina: voor 'home' werkt dit nog niet: forum vraag gesteld*/
{ color: black;
}


/* Mainframe */

#container {
	width: 960px;
	margin: 0px;
	padding-bottom: 30px;
}

/* Content */

#content {
	float:left; /*LS090401: Wilde postition:absolute doen maar in IE en safari gaat het dan mis*/
	width: 720px;
	margin: 0px;
}


/* LS090417 Hometonnetje aangemaakt tbv de homepagina, definieert het gebied waarin 'Nieuw werk' staat */

#hometonnetje {
	float:right;
	width: 930px;
	padding-top: 25px; 
}

.post {
	padding: 0px 0px 0px 0px; /*LS090417: plek waar de post begint*/
}


.post a /*LS090514: kleur van titels van de posts en de links in de posts*/
{
	text-decoration: none;
	color: #5094BC;
}

.postmetadata {
	margin: 0;
	padding: 0px 0px 0px 0px;
	display: none;
}

.entry
{
	font-family: Verdana;	/*LS090401: Was Tahoma, platte tekst van posts*/
	font-size: 13px;		/*LS090401: Was 1,4em;*/

}


.notfound {
	margin: 0px 0px 0px 0;
	text-align:left;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

.endline {
clear: both;
}


.quickjump
{
	width: 750px;
	height: 30px;
	padding-left:210px;
}

.postjumper {
	float: left;
	font-size: 13px;
	padding: 5px 0px 0px 0px;  /*LS090417: plek van previous/next tekst*/
}


/* Sidebar */

#sidebar
{
	
	float: left; 
	width: 180px;
	color: #5094BC;
	padding-left: 30px; 
	margin-top: 0px; 
}


#sidebar li
{
list-style:none;
}

#sidebar a
{
	text-decoration: none;
	font-family: Verdana;
	color: #5094BC; /*LS090512: linkbare tekst in de sidebar*/

	
}

#sidebar a:hover
{
color: black; /*LS090401: kleur van navigatie als je eroverheen gaat*/
text-decoration:none;
}


/* Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0px;
	display: inline;
}

	img.alignleft {
	padding: 0px;
	margin: 0px;
	display: inline;
	
	/* LS090417: bovenstaande rijtje WAS:
	img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; (aangepast om ervoor te zorgen dat plaatjes in post niet 'standaard' al een margin of een padding krijgen)*/
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


