/*
	Eponymous theme, by Keith Chu (keith@keithchu.com)
*/

/* @group Basic Elements */
body { font-family: sans-serif; margin: 0 auto; }
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clearfix, with Dan Cederholm's ".group" convention */

a:link, a:visited, a:hover, a:focus, a:active { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
hr { background-color: ; border: none; color: ; height: 1px; }
/* @end */

/* @group Structure */

#masthead { }

#navigation { }
	#navigation #primary_nav { }
	#navigation #secondary_nav { }
	
#content { }

#footer { }
/* @end */

/* @group Placeholder (whilst i get ready) */
html,body,p { font-size: 12px; font-family: Georgia, Palatino, "Palatino Linotype", serif; }
body { background-color: #101010; color: #ccc; }

h1 { font-size: 48px; letter-spacing: 0.015em; }
h1 em { color: #ffe021; font-style: italic; }

#content { padding-top: 200px; text-align: center; }
#footer { color: #333; margin-top: 170px; text-align: center; }
p#footer { font-family: Tahoma, Arial, sans-serif; letter-spacing: 0.02em; }
/* @end */
