/* @override 
	http://casierfieuws.statik.be/themes/casierfieuws/styles/theme.css
*/

@import url('reset.css');
@import url('joppa.css');

/* @group global layout */

html {
	background: #ffffff;
	font-size: 76%;
}

body {
	 background: #ffffff;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1.2em;
	 color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	line-height: 1.5em;	
}

h2 {
	font-size: 1.3em;
	line-height: 1.0em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

form {

}
/* @end */

/* @group layout */

#container {
	padding: 40px;
}

/* @end */

/* @group header */

#branding h1 a {
	display: block;

}

/* @end */

/* @group content */

#content {
	clear: both;
}

/* @group content_primary */

#content #content_primary {
	line-height: 120%;
	width: 720px;
}

#content #content_primary h3 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
}

#content #content_primary p {
	margin-bottom: 1.1em;
}

#content #content_primary a {
	font-size: 110%;
	font-weight: bold;
}

#content #content_primary ul {
	margin-bottom: 1em;
	margin-left: 0em;
	margin-top: 40px;
	line-height: 150%;
	font-size: 100%;
	font-weight: bold;
}

#content #content_primary div.casierfieuws_project img{
	margin-bottom: 20px;
}

#content #content_primary div.casierfieuws_project .description, #content #content_primary div.casierfieuws_project .url {
	font-size: 90%;
}

/* @end */

/* @end */
