/* Global css */

body { font-family: Helvetica, Arial, Sans-serif; font-size: 12px; color: #242f40; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*** #wrapper ***/
#wrapper { padding: 15px 20px 15px 20px; }

h1 { width: 100%; padding-bottom: 10px; border-bottom: 1px dotted #000; }
h2 { 
	font-family: "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	font-size: 13px; font-weight: bold; padding-top: 12px; padding-bottom: 8px; 
}

ul { padding-left: 10px; padding-bottom: 5px; }
li { line-height: 16px; }

/* #social */
#social li { float: left; padding-right: 12px; }
#social li a { display: block; width: 32px; height: 32px; }
/* \ #social */

/*** \ #wrapper ***/

/* #footer */
#footer { position: fixed; bottom: 0px; left: 0px; width: 100%; }
#footer span { display: block; margin: 0px 20px 0px 20px; border-top: 1px dotted #000; padding: 4px 0px 2px 0px; }
/* \ #footer */