/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Triple-networks / Rudger Gravestein
	Author Site	: http://triple-networks.com/
	Style Name	: SyndikaatStyle
	Style URI	: http://www.syndikaat.com/
	Version		: 0.01
	Comments	: Bas Mooy: enjoy!
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}
	
#primary {
padding:0px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
width:440px;
	}

.secondary {
	/* Contains the sidebar */
	}


.columns-two #sidebar-main, .columns-three #sidebar-main {
padding:10px 0 0 10px;
width:230px;
}


#primary h3, #primary h4, .single #primary .k2-asides h3 {
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
padding:2px 0 2px 3px;
}

.chronodata {
background:transparent;
padding:2px 0 2px 3px;
}




#primary .entry-content .contact {
width:400px;
font-family:Verdana;
font-size:11px;
margin:0;
padding:0;
}

#primary .entry-content h3.contact {
font-size:13px;
font-weight:900;
margin:10px 0 0 0;
}
#primary .entry-content h4.contact {
font-size:12px;
font-weight:900;
}

#primary .entry-content .imageprofile {
float:left;
margin:5px 10px 0 0;
}

#primary .entry-content .profile {
font-family:Verdana;
font-size:11px;
margin:10px 0 0 0;
}


ul.menu li a,
ul.menu li a:hover {
  background:#000 none repeat scroll 0%;
  color:#FFF !important;
  border: 1px solid #000;
}


#primary .entry-content div.artistcol {
width:160px;
float:left;
text-align:left;
line-height:1.6em;
}

#primary .entry-content div.artistcol ul li {
margin:0;
padding:0;
list-style:none;
font-family:Verdana;
font-size:11px;
}