/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//
//  Copyright (c) 2013, Webtraders Internet Solutions B.V. - http://www.webtraders.nl
//	Written by Paul van Kaam - 09-10-2013
//
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//	Big Font
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//	Default
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
	/* General */
	body { font: 15px/24px 'Roboto', sans-serif; font-weight:300; }

	/* Heading */
	h1 { font-size: 18px; }
	h2 { font-size: 16px; }
	h3 { font-size: 15px; }
	h4 { font-size: 16px; }

	/* Top */
	#top{ font-size:13px; }

	/* Nav */
	header nav ul li a, nav ul li a:visited{ font-size:14px;}

	/* Sub nav*/
	#sub-nav{ font-size:13px;}
	
	/* Breadcrumbs */
	#breadcrumbs{ font-size:13px; }
		
	/* Content */
	#content .slider-title{ font-size:16px;}
	
	/* Form */
	#content input[type="text"]{ font-size:15px; }
	#content textarea{ font-size:15px;}
	#content select{ font-size:15px; }
	
	/* Aside */
	aside #aside-title{ font-size: 18px; }
	aside .aside-item{ margin-top:15px; font-size:16px;}
	
	
	/* Buttons */
	.button{ font-size:16px;}

	/* References */
	#references .reference-title{ font-size:22px; }
	
	/* News */
	#news a .news-date .news-day, .news-date .news-day{ font-size:16px;}
	#news a .news-date .news-month, .news-date .news-month{ font-size:15px;}
	#news a .news-title{ font-size:15px; }
	#news a .news-subtitle{ font-size:12px; }
	#news a .news-readmore, .magazine-readmore{ font-size:12px;}
	#share .bluedark{ font-size:14px; }
	
	/* Readmore */
	.back a{ font-size:12px;}
	footer ul li{ font-size:13px; }