/* @override http://www.getillustrative.com/css/global.css */

/* Hiding the non-essentials */

#global_nav, #page_end {
	display: none;
}

/* Showing the URLs */

#mainbar p a:link:after, #mainbar p a:visited:after, #mainbar ul a:link:after, #mainbar ul a:visited:after, #sidebar ul a:link:after, #sidebar ul a:visited:after {
	content: " ("attr(href)") ";
}

body {
	font: 11pt/14pt "Helvetica Neue", Helvetica, sans-serif;
}

#ad_logos {
	width: 200px;
}

#footer p {
	font-size: 8pt;
}

/* Typography */

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 11pt;
}

h5 {
	margin-bottom: 0;
	font-size: 10pt;
}

p, ul {
	font-size: 10pt;
}
