/* Cloudhead's Curiculum Vitae */

* {
	margin: 0 auto;
	padding: 0;
}
html {
	padding: 10px;
	font-size: 22px;
}
body {
	font-family: "Baskerville", "Times", serif;
}

#page {
	padding: 30px;
	margin: auto;
}

@media screen {
  body {
    background-color: white;
  }
  #page {
  }
}

@media print {
  #page {
	width: 960px;
    background-color: white;
  }
}

/* My Comment */
article, header, footer, section {
	display: block;
}
#page > header {
	text-align: center;
	padding: 20px 0;
	margin-bottom: -5px;
	color: black;
	font-size: 1.2em;
}
article {
	padding: 0 0 20px;
	display: block;
}
#page > header > h1 {
	display: block;
	color: black;
	margin-bottom: 8px;
	font-size: 3em;
	letter-spacing: 4px;
	font-weight: normal;
	text-transform: lowercase;
}
#page > header > h2 {
	color: black;
	display: none;
	font-variant: normal;
	font-style: italic;
	font-size: 1.3em;
	font-weight: normal;
}
#page > header > h2 em {
	color: black;
	font-variant: normal;
	text-transform: lowercase;
	font-style: italic;
}
#page > header > p {
	color: black;
	margin-top: 30px;
	font-weight: normal;
	font-size: 1.1em;
	padding-bottom: 32px;
	border-bottom: 8px solid #eee;

}
#page > header > p em {
	color: #b53131;
}
#page > header > span {
	color: black;
}
#page > header > h1:first-letter {
	color: #b53131;
}
section#creative, section#technical, section#other {
	max-width:  50%;
	margin-bottom: 16px;
}
#creative, #other {
	text-align: right;
	float: right;
}
#creative li, #other li {
	margin-left: 1px;
	margin-right: 1px;
}
#technical {
	text-align: left;
	float: left;
}
#technical li {
	margin-right: 1px;
	margin-left: 1px;
}
#technical li:nth-child(even), #creative li:nth-child(even), #other li:nth-child(even) {
	color: black;
}
#technical ul {
	border-left: 6px solid #eee;
	padding-left: 10px;
	margin-left: 2px;
}
#creative ul, #other ul {
	border-right: 6px solid #eee;
	padding-right: 10px;
	margin-right: 2px;
}
#creative li, #technical li, #other li {
	padding: 0 3px;
	display: inline-block;
	word-spacing: 0;
	color: #b53131;
	letter-spacing: -1px;
	text-transform: lowercase;
	background-color: #fbfff3;
	font-size: 0.9em;
	margin: 0 0 5px;
}
@media screen {
  #creative li, #technical li, #other li, #experience em {
    box-shadow: 0 0 4px #bbb;
    -webkit-box-shadow: 0 0 4px #bbb;
    -moz-box-shadow: 0 0 4px #bbb;
  }
}
@media print {
  #creative li, #technical li, #experience em {
    border: 0.04em dotted #fff;
  }
}

article > header, article > ul {
}
article > header {
	color: black;
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 1em;
}

footer {
	text-align: center;
	clear: both;
	color: black;
	font-size: 1.2em;
	line-height: 23px;
	padding: 25px 0 0;
	border-top: 6px solid #b53131;
	margin-bottom: -5px;
}
footer span {
	color: #b53131;
}
section > header {
	color: #b53131;
	margin-bottom: 15px;
	margin-top: 8px;
	text-transform: lowercase;
	font-size: 1.8em;
	font-style: italic;
}

#experience, #education {
	clear: both;
	float: left;
	margin-bottom: 20px;
}
#philosophy {
	float: left;
}
#experience li, #education li {
	padding: 0 3px;
	word-spacing: 0;
	color: black;
	letter-spacing: -1px;
	text-transform: lowercase;
	list-style-type: none;
	list-style-position: outside;
}
#experience em, #education em {
	background-color: #fbfff3;
	color: #b53131;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 34px;
}