/*
Theme Name: iPlott 2009 (Starkers based)
Theme URI: http://www.promobit.com
Description: iPlott Print Stylesheet
Version: 0.1
Author: Promobit Communications
Author URI: http://www.promobit.com
Tags: iplott
*/
@import "Waterfall_CSS/hartija.css";

/**
 * %%Expand Content
 */
#container,
#article,
.container_box,
.container_box ul,
.container_box h3,
#disclaimer  {
    width:100%;
    display:block;
	clear:both;
}

.container_box, #disclaimer {
	border-top: 1px solid #333;
	margin:1em 0;
	padding-top:0.5em;
}

.promo_2 li, .promo_3 li {
	width:24%;
	float:left;
	list-style-type:none;
	margin:0;
}
.promo_2 li li, .promo_3 li li {
	width:100%;
	float:none;
}

#hp_slider li {
	list-style-type:none;
	margin:0;
}


/**
 * %%Block Hiding
 */
#header div, 
#header #header_logo_action,
#footer, 
#nav,
#quicklinks,
#hp_slider li.cloned,
#hp_slider li .thumb,
#hp_slider .arrow,
#hp_slider #start-stop, 
#thumbNav,
#aside,
#hp_news_slider,
#columnRight, 
#columnLeft, 
#navigation,
.clearer hr {
	display:none;
}

/* Links */
a:link, 
a:visited { 
	background: transparent; 
	font-weight: 700; 
	text-decoration: 
	underline;color:#333; 
}
#article a:link[href^="http://"]:after, 
#article a[href^="http://"]:visited:after { 
	content: " (" attr(href) ") "; 
	font-size: 90%;
}
#article a[href^="http://"] {
	color:#000; 
}

/* Images */
img { float: none; margin: 1em; }

.aligncenter { display:block; margin:0 auto }
img.alignleft { float:left }
img.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* Als ik kan */