/*
Theme Name: Act now
Theme URI: http://www.kopenhagenactnow.nl/
Description: A custom WordPress theme
Version: 1.0
Author: Bureau BlauwGeel en 4rn0
Author URI: http://www.4rn0.nl
Tags: custom theme
*/


/* hide from IE/Mac \*/
@import url("css/act.default.css");
@import url("css/act.structure.css");
@import url("css/act.navigation.css");
/**/


/*	= WP standard column classes
-------------------------------------------------------------------- */
div.column-sect {
	clear: both;
	overflow: auto;
	width: 100%;
}

div.post-column {
	display: inline;
	float: left;
	margin-right: 40px;
	width: 45%;
}


/*	= WP standard image classes
-------------------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
}

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;
}
