article, header, section, footer, nav, figure, legend {
display: block;
}

time {
display: inline;
}

html {
	color : black;
	background-color : #9a9;
	margin : 0;
	padding : 0;
}

body {
	margin : 0;
	padding : 0;
}

img {
	border : 0;
}

body {
	margin-left : 2%;
	margin-right : 2%;
	width : 96%;
}

#header {
	padding-top : 0.5%;
	padding-left : 1%;
	padding-right : 1%;
	margin : 0;
	color : white;
	background-image: url("images/terrycloth.jpg");
	border-bottom: solid 1px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;
  vertical-align : middle;
	text-align : right;
	text-transform : lowercase;
	letter-spacing : .5em;
	display: table;
	width: 98%;
	height: 100px;
}

#header a {
	color : white;
	background : inherit;
}

#header-pic {
  float: left;
}

#header-title {
	font-weight : bold ;
	font-size : xx-large ;
}

#header-subtitle {
	font-size : small ;
}

#header-subtitle ins {
	text-decoration: none ;
}

#header-subtitle a {
	text-decoration: underline ;
}

#page-content {
	float : none;
	clear : both;
	padding : 1%;
	padding-top : 1.5%;
	margin : 0;
	color : black;
	background-color : white;
	border-left: solid 1px #787;
	border-right: solid 1px #565;
	border-bottom: solid 1px #aba;
}

#content-bottom {
	height:1px;
	font-size:1px;
	float:none;
	clear:both;
}

section.project footer {
	font-style : italic;
}

body > footer {
	float : none;
	clear : both;
	margin-top : 2%;
	margin-bottom : 1%;
	text-align : center;
	vertical-align : middle;
}

.section#about-me {
	width : 32%;
	float : left;
	margin : 0;
}

.section#oss {
	width : 32%;
	float : left;
	margin : 0;
}

.section#web-authoring {
	width : 32%;
	float : left;
	margin : 0;
}

.section, section {
	margin-bottom : 4em;
}

.front-section h3 {
	border-bottom: dotted 1px #aaa;
}

.front-section ul {
	list-style-type: none;
}

.front-section li {
	text-indent: -1em;
}

.front-left {
	margin-left: 3%;
	width: 43%;
	float: left;
}

.front-right {
	margin-right: 3%;
	width: 43%;
	float: right;
}

.section p, section > p, section footer {
	text-indent : 1em ;
}

.section p.section-item {
	margin-bottom : 0 ;
}

.section p.section-subitem {
	text-indent : 0 ;
	margin-top : 0.5em ;
	margin-bottom : 0 ;
	margin-left : 3em ;
}

.section .section-subitems {
	margin-bottom : 2em ;
}

.section-title, section h3 {
	font-size : large ;
	font-weight : bold ;
}

body > footer .links {
	text-transform : lowercase;
}

.photo {
	text-align : center;
}

.photocomment {
	text-transform : lowercase;
	font-style : italic;
}

.illus {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.feedback {
	clear: left;
}

#respond {
	clear: left;
}

p.requirements {
	font-style : italic;
}

div#news-title, .news-box > h3 {
	font-weight : bold;
	font-size : large;
	text-align : center;
	border-width : 0em;
	border-bottom-width : thin;
	border-style : dotted;
}

.news-box {
	float : right;
	margin-left : 1em;
	margin-right : 0em;
	padding-right : 0em;
	width : 25%;
	border-width : medium;
	border-style : dotted;
	background-color : #99CCFF;
	color : black;
}

.news-box > section {
	margin : 1em;
}

.news-box p.date {
	font-weight : bold;
}

.news-box header time {
	font-style : italic;
}

.news-box p {
  text-indent : 0;
}

.news-box h4 {
  margin: 0;
}

.news-box footer {
  margin : 1em;
	border-width : 0em;
	border-top-width : thin;
	border-style : dotted;
}

.web-code {
	color : black;
	background-color : yellow;
}

pre {
	text-indent : 0;
}

dl dd {
	margin-bottom : 1em;
}

q, blockquote { quotes: "“" "”" "‘" "’"; }
q:before { content: open-quote; }
q:after { content: close-quote; }

.estevez-thanks {
  text-align: center;
}

.estevez-item {
  display: table;
}

.estevez-joke {
  display: table-row;
}

.estevez-question {
  display: table-cell;
  width: 50%;
}

.estevez-answer {
  display: table-cell;
}

.estevez-answer img {
	vertical-align: middle;
	margin-left: 1em;
	margin-right: 1em;
}

.estevez-meta {
  display: table-cell;
  font-size: small;
  font-style: italic;
}

.estevez-credits {
  width: 50%;
	display: inline;
	margin-top: 0.5em;
}

.estevez-credits:before {
	content: "By: ";
}

.estevez-link {
	display: inline;
}

.estevez-link:before {
	content: "— ";
}

#estevez-submit {
  display: table;
}

.estevez-form {
  display: table-row;
}

.estevez-form-label {
  display: table-cell;
}

.estevez-form-input {
  display: table-cell;
}
