    
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------------------------------------------- */

body {
    background-color: #cacaca;
    padding: 50px;
}

a { font-weight: bold; text-decoration: underline; color: black; }
a:visited { color: black; }
a:hover { cursor: pointer; text-decoration: none;}

em,i { font-style: italic; }

div#resume {
    position: relative;
    width: 700px; min-height: 500px;
    border-bottom: 10px solid #bbb;
    background-color: white;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 20px;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4em;
    width: 100%;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    /* position: absolute; */
    /* top: -40px; */
    /* left: -60px; */
}

h2 { 
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    border-bottom: 1px solid black;
    margin-top: 15px;
}

h3 {
  font-weight: bold;
  
  margin-top: 10px; margin-bottom: 10px;
  line-height: 1.2em;
}

p#summary {
    font-family: "Palatino Linotype", "Book Antiqua", serif;
    font-size: 1.8em;
    /* font-style: italic; */
    width: 70%;
    color: #666;
}

img {
    border: 5px solid #fbfbfb;
    border-bottom: 20px solid #fbfbfb;
    position: absolute;
    top: -30px;
    left: 550px;
    transform:rotate(10deg);
    -ms-transform:rotate(10deg); /* IE 9 */
    -moz-transform:rotate(10deg); /* Firefox */
    -webkit-transform:rotate(10deg); /* Safari and Chrome */
    -o-transform:rotate(10deg); /* Opera */
    box-shadow: 7px 7px 5px #aaa;
}

img:hover {
    transform:rotate(14deg);
    -ms-transform:rotate(14deg); /* IE 9 */
    -moz-transform:rotate(14deg); /* Firefox */
    -webkit-transform:rotate(14deg); /* Safari and Chrome */
    -o-transform:rotate(14deg); /* Opera */

}

dl#open-source dd > a:first-child {
    font-style: italic; color: #555; font-weight: normal;
}

dl#web-presence { margin-top: 20px; margin-bottom: 20px;}
dl#web-presence dt:after { content: ": "; }
dl#web-presence dd:not(:last-child):after { content: " ● "; }
dl#web-presence dt, dl#web-presence dd { display: inline; }
dl#web-presence dd { font-weight: bold;}
dl#web-presence dt { color: #555; }

dl#work-experience dt, dl#open-source dt { margin-top: 25px; }
dl#work-experience dt, dl#open-source dt { 
    font-weight: bold; 
    font-size: 1.2em;
}
dl#work-experience dd span.period {
    font-style: italic;
    color: #555;
}
dl#work-experience dd p, 
dl#open-source dd p,
h2#why-jazzido + p, h2#why-jazzido + p + p {
    margin-top: 10px;
    line-height: 1.2em;
}

dt#work-experience-opennews + dd ul {
  list-style-type: square;
  margin-left: 2em;
}

dt#work-experience-opennews + dd ul li a {
  font-weight: normal;
}

dt#work-experience-opennews + dd ul li strong a {
  font-weight: bold;
}