/* SETUP */
body { margin:0; padding:0; }
#container { position:relative; min-width:55em; max-width:100em; }

/* HEADER */
#header { position:relative; min-height:4.4em; }
#logo { float:left; font-size: 20px; padding: 0.5em; }
#social { float:right; padding:1em 1em; }

/* NAV */
#nav { position:relative; min-height:2.4em; }
#nav ul { float:right; list-style-type:none; }
#nav li { display:inline; padding:0.2em 1em; }

/* SUBNAV */
#subnav { position:relative; min-height:1.4em; background:#eef9eb; }

/* COLUMNS */
#columnwrap { padding-bottom:1em; }
#content-main { float:left; width:70%; }
#sidebar { float:right; width:30%; }

/* FOOTER */
#footer { clear:both; padding:1em 2em; }
