@charset "utf-8";
/*   
Theme Name: Kustom
Theme URI: http://www.ramoonus.nl/kustom/
Description: Based on the dueling sidebar theme. Also contains several CSS tricks to make me happy. Fully compatible with most K2 styles.
Author: Ramon van Belzen aka Ramoonus
Author URI: http://www.ramoonus.nl
Template: k2
Version: 1.4.1
Tags: microformat, ajax, blue, custom-header, one-column, two-columns, three-columns, dynamic-columns, multiple-columns, theme-options, threaded-comments, styles, widgets, 
.
General comments/License Statement if any.
.
*/
/* footer */
#footer {
	padding: 20px 0 20px 0;
}
/* hide the WP stats smiley */
img#wpstats {
	display:none;
}
/* Uit de sample */
.columns-three #page {
}
/* no whitespace above header */
#page {
	padding-top: 0px;
}
/* zomaar */
body.lang-nl {
	font-size: 75%; /* Resets 1em to 12px */
}
/* serverside debug */
.footerstats {
	display: none;
}
p.footerpoweredby {
	display: none;
}
p.footerstyledwith {
	display: none;
}
/* Description in header */
#site-description {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
}
#site-title {
	font-size: 5 em;
}

/* DandyID zonder bullets */
.dandyid ul {
	list-style: none;
	font-size: 16px;
}
a {
	color: #27d;
	text-decoration: none;
}
.entry-content a:visited {
	color: #27d;
}
a:hover {
	text-decoration:underline;
}
/* tekst links ipv justify */
.entry-content {
	text-align:left;
}
/* half transparant main navigation menu */
ul.menu li a {
	opacity: .75;
	filter: alpha(opacity=75);
}
ul.menu li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.sticky {
}
.four04 .entry-title, body.page #current-content .entry-title {
	margin-left: 0; /*40px*/
	text-align: left; /*center*/
}

/* add odf icons for those links */
a[href$=".odp"] {
 padding-left: 17px;
 background: transparent url(images/odp.gif) no-repeat center left;
}
 a[href$=".odt"] {
 padding-left: 17px;
 background: transparent url(images/odt.gif) no-repeat center left;
}
 a[href$=".ods"] {
 padding-left: 17px;
 background: transparent url(images/ods.gif) no-repeat center left;
}
 a[href$=".odg"] {
 padding-left: 17px;
 background: transparent url(images/odg.gif) no-repeat center left;
}
 a[href$=".pdf"] {
 padding-left: 16px;
 background: transparent url(images/pdf.gif) no-repeat center left;
}
