
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}

html {
    font-size: 1em;
    margin: 0em auto;
    background-color : #FFF;
}

body {
	line-height: 1.5em;
    font-size: 0.95em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}
*/
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



p {
    text-align: justify;
    font-size: 1em;
    line-height: 1.75em;
    width: 36em;
}

p + p {
    margin-top: 1.75em;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

li {
    font-size: 1em;
    line-height: 1.75em;
}

#navbar {
    text-align: right;
    width: 20em;
    position: fixed;
}

#navbar a {
	text-decoration: none;
	border-bottom-width: 0px;
	font-family: "Arial Rounded MT Bold", Helvetica Neue, Arial, Helvetica, sans-serif !important;
}

#navbar #title {
    font-size: 2em;
    letter-spacing: 0.1em;
    padding: 1em 0em;
}

#navbar #title img {
    height: 2em;
}

#navbar #title span {
    line-height: 2em;
    vertical-align: top;
    font-variant: small-caps;
    text-transform: lowercase;
	font-family: "Arial Rounded MT Bold", Helvetica Neue, Arial, Helvetica, sans-serif !important;
}

#navbar #site_menu {
    font-size: 1.25em;
    padding: 0em 0.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#navbar #site_menu a {
    margin: 0em;
    display: block;
    padding-bottom: 0.75em;
    font-weight: normal;
}


#navbar #site_menu a:hover {
    text-decoration: underline;
}



html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#wrap {
    background-color: #FFF;
}

#footer {
    width: 36em;
    margin-left: 24em;
    
    height: 4em;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 4em;

    position: relative;
	margin-top: -4em; /* negative value of footer height */
	clear: both;
}

#footer a {
    margin: 0em 1em;
    text-decoration: none;
    padding-bottom: 0.25em;
    border-bottom-width: 0px;
    text-transform: lowercase;
    font-variant: normal;
    font-family: "Arial Rounded MT Bold" !important;
	font-weight: bold;
}

#footer a:hover {
    border-bottom: 2px solid #000;
}

#footer img {
    width: 4em;
    vertical-align: -1.7em;
}



#content {
    background-color: #FFF;
    padding-bottom: 5em;
    margin-left: 24em;
    padding-top: 7.9em;
    width: 36em;
}

h1 {
    font-weight: normal;
    font-size: 1.25em;
    margin-top: 3em;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
}

h2 {
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin-top: 2em;
    margin-bottom: 1em;
}

h3 {
    font-weight: normal;
}

h1, h2, h3 {
	font-family: "Arial Rounded MT Bold", Helvetica Neue, Arial, Helvetica, sans-serif !important;
}

#content h1:first-child {
    margin-top: 0em;
}

#content h2:first-child {
    margin-top: 0em;
}

#content .section_list {
    text-align: justify;
    list-style-type: none;
    margin: 0em;
    width: 36em;
}

#content .section_list li a {
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
}

#content .section_list li+li {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dotted #111;
}

#content .papers_list {
    text-align: justify;
    list-style-type: decimal;
    width: 30em;
    
}

#content .papers_list li a {
    font-variant: normal;
    text-transform: none;
}

#content .papers_list li+li {
    margin-top: 1em;
}

table.timeline th {
    padding-right: 2em;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 2em;
}

table.timeline td {
    padding-bottom: 1em;
}


.sidebar {
    display: inline;
    float: right;
    width: 15em;
    margin-left: 0.875em;
    padding-left: 0.875em;
    padding-bottom: 0.875em;
    border-left: 1px dotted #111;
    border-bottom: 1px dotted #111;
}

.sidebar img {
    width: 100%;
    border-width: 0px;
}

#content ol {
    list-style-type: decimal;
    margin: 1em 2em;
}

#content ul {
    list-style-type: disc;
    margin: 1em 2em;
}

#content p img {
    width: 100%;
}

#content .gallery {
    margin: 1em 0em;
    width: 100%;
}

#content .gallery img {
    width: 16.9em;
    display: inline;
    margin: 0.5em;
}

code, pre {
    font-family: monospace;
    font-size: 1em;
    background-color: #EEE;
    overflow: auto;
    margin-bottom: 1em;
}

pre {
    padding: 1em !important;
}

#cv_sidebar {
    width: 6em;
    white-space: nowrap;
}

table#chording {
	margin: 1em auto;
}

table#chording td, table#chording th {
	border: 1px solid #111;
	padding: 0.5em;
	text-align: center;
}

blockquote {
    padding: 1em !important;
    background-color: #EEE !important;
    font-size: 0.8em !important;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif !important;
    line-height: 1.25em !important;
    margin-bottom: 1em;
}



/* EOF */
