/* Light Mode */
:root {
	--text: #555555;
	--link: #ef4f49;
	--link_visited: #ef4f49;
	--accent1: #333333;
	--accent2: #666666;
	--background: #ffffff;
	--code: #e3e3e3;
	--button-text: #ffffff;
	--blockquote: #fffee0;
	--note: #FFFF00;
}
body {
font-family: Avenir Next;
}

.site-header { text-align: center; }

.tiny_uptime,
.tiny_counter {
    display:inline-block;
}
.tiny_webring {
    display:block;
}
a.tinylytics_webring {
    display:inline;
}
