/*** Global Style ***/

* {
-webkit-print-color-adjust: exact
}

body
{
  font-size: 10pt;
  font-family: verdana;
  background-color: #eee;
}

h1
{
  font-size: 18pt;
  font-variant: small-caps;
  font-family: monospace;
  color: #6c0;
  margin: 0px;
}
h2
{
  font-size: 16pt;
  border-bottom: 1px solid #ccc;
  font-variant: small-caps;
  font-family: monospace;
  color: #6c0;
}
h3
{
  font-size: 10pt;
  margin-top: 24px;
  margin-bottom: 10px;
}
h4
{
  font-size: 10pt;
}

strong
{
  font-weight: bolder;
  color: #6c0;
}

a
{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #6c0;
}

a.stroke
{
  text-decoration: line-through red;
}

ul
{
  list-style-type: disc;
}

p, h4, .section
{
  padding: 0;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 8px;
}


/*** classes ***/

.spacer
{
  clear: both;
  border: 0;
  color: #ddd;
  height: 1px;
  float: none;
}




/*** Ids ***/

#page
{
  width: 648px;
  margin: 15px auto;
  padding: 40px 50px;

  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 2px solid #bbb;
  border-right: 2px solid #bbb;

  background-color: #fff;
}

/*** header ***/
#header > .spacer
{
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}

#whoami
{
  float: left;
  font-size: 20pt;
  padding-top: 24px;
}

#contact
{
  float: right;
  font-size: 8pt;
  color: #555;
  margin-bottom: 2px;
}


/*** objective ***/
#objective
{
  text-align: center;
}


#job-title, #job-objective, #job-interests
{
  line-height: normal;
  color: black;
  font-variant: normal;
  font-family: verdana;
}

#job-title
{
  font-size: 14pt;
}

#job-objective
{
  text-align: left;
  font-size: 12pt;
}

#job-interests
{
  border: none;
  font-weight: normal;
  font-style: italic;
  font-size: 11pt;
}


/*** skills ***/

#projects, #projects > li > ul
{
  margin: 0;
  padding: 4px 0 12px 0;
  margin-left: 20px;
  margin-bottom: 8px;
}

#projects > li
{
  list-style: none;
  font-weight: bold;
}

#projects > li > ul 
{
  font-weight: normal;
}
#projects > li > ul > li
{
  list-style: disc;
}

#projects > li > span:first-letter
{
  color: #6c0;
  margin-right: 4px;
}

#projects > li > span 
{
  float: right;
  font-weight: normal;
  color: #666;
}

h3 + span
{
  float: right;
  margin-top: -30px;
  font-size: 9pt;
  color: #666;
}

h3 + p + a
{
  margin-left: 20px;
}

h5 {
  margin: 0;
  color: #333;
  font-size: inherit;
}

#projects > li > ul > li.no-bullet {
    list-style: none;

}

.section > ul {
  padding-inline-start: 20px;
}
