/* {{{ basic elements and typography */
*{margin:0;padding:0}
body { font-family: verdana,arial,helvetica,sans-serif; font-size: 75%; color: #444; background-color: #FFF; }

h1, h2, h3, h4, h5, h6 { font-family: arial,helvetica,sans-serif; }
h1 { margin: 0 0 1em; font-size: 125%; }
h2 { margin: 0 0 0.6em; font-size: 110%; }
h3 { margin: 0 0 0.2em; font-size: 100%; }

p { margin-bottom: 1em; line-height: 1.4em; }
p.deck { margin-top: -1.2em; line-height: 1.2em; font-size: 100%; font-weight: bold; }
p.q { margin-bottom: 0.2em; font-weight: bold; }

a { text-decoration: none; color: #484e42; }
a:visited { color: #484e42; }
a:hover { text-decoration: underline; color: #e8ab6d; }
a:active { color: #484e42; }

a img { border: 0; }

ul { margin: 0; padding: 0;}
li { margin-bottom: 0.6em; list-style: none; }

dt { margin-bottom: 0.2em; font-size: 100%; font-weight: bold; }
dd { margin-bottom: 1em; }

cite { display: block; padding-bottom: 1em; font-size: 90%; font-weight: bold; font-style: normal; }

/*}}} */
/*{{{ layout and specific typography */
#container { margin: 20px auto 0; width: 800px; }
#body { clear: both; margin-top: 20px; }
#content { float: left; width: 600px; }
#content div { margin-top: 1em; }
#content .title { font-weight: bold; font-family: arial,helvetica,sans-serif; }
#sidebar { float: right; width: 180px; font-size: 75%; }
#sidebar p { margin-bottom: 2em; padding-bottom: 1em; border-bottom: 1px solid #DDD; }
#sidebar p a { text-decoration: underline; }
#sidebar ul { background-color: #E5E1D6; }
#sidebar ul li { padding: 0 10px; }
#sidebar ul li.first { padding-top: 10px; font-size: 150%; font-weight: bold; color: #311e0b; font-family: arial,helvetica,sans-serif; }
#sidebar ul li.last { padding-bottom: 10px; }
#sidebar ul a { font-size: 120%; color: #222; }

#footer { clear: both; padding-top: 13px; font-size: 9px; }
#footer img { vertical-align: bottom; }
#footer p { color: #666; letter-spacing: -0.045em; }
#footer a { color: #666; }
#footer img { float: left; }
#footer .text { margin-top: 2px; width: 800px; float: right; }
#footer #address { float: left; }
#footer #contact { float: right; }

/*}}} */

